Definition at line 245 of file cu_out_svg.c.
References do_svg_test().
Referenced by out_svg_suite_setup().
249 "LINESTRING(0 1,2 3,4 5)",
250 "M 0 -1 l 2 -2 2 -2",
255 "POLYGON((0 1,2 3,4 5,0 1))",
256 "M 0 -1 l 2 -2 2 -2 z",
261 "POLYGON((0 1,2 3,4 5,0 1),(6 7,8 9,10 11,6 7))",
262 "M 0 -1 l 2 -2 2 -2 z M 6 -7 l 2 -2 2 -2 z",
267 "MULTIPOINT(0 1,2 3)",
268 "x=\"0\" y=\"-1\",x=\"2\" y=\"-3\"",
273 "MULTILINESTRING((0 1,2 3,4 5),(6 7,8 9,10 11))",
274 "M 0 -1 l 2 -2 2 -2 M 6 -7 l 2 -2 2 -2",
279 "MULTIPOLYGON(((0 1,2 3,4 5,0 1)),((6 7,8 9,10 11,6 7)))",
280 "M 0 -1 l 2 -2 2 -2 z M 6 -7 l 2 -2 2 -2 z",
285 "GEOMETRYCOLLECTION(POINT(0 1),LINESTRING(2 3,4 5))",
286 "x=\"0\" y=\"-1\";M 2 -3 l 2 -2",
static void do_svg_test(char *in, char *out, int precision, int relative)