Searched defs:sp_svg_write_polygon (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-polygon.cpp40 * sp_svg_write_polygon: Write points attribute for polygon tag.
44 static gchar *sp_svg_write_polygon(Geom::PathVector const & pathv) function
54 g_error("sp_svg_write_polygon: polygon path contains non-straight line segments");
74 gchar *str = sp_svg_write_polygon(this->_curve->get_pathvector());

Completed in 369 milliseconds