Definition at line 237 of file cu_out_svg.c.
241 "LINESTRING(0 1,2 3,4 5)",
242 "M 0 -1 l 2 -2 2 -2",
247 "POLYGON((0 1,2 3,4 5,0 1))",
248 "M 0 -1 l 2 -2 2 -2 z",
253 "POLYGON((0 1,2 3,4 5,0 1),(6 7,8 9,10 11,6 7))",
254 "M 0 -1 l 2 -2 2 -2 z M 6 -7 l 2 -2 2 -2 z",
259 "MULTIPOINT(0 1,2 3)",
260 "x=\"0\" y=\"-1\",x=\"2\" y=\"-3\"",
265 "MULTILINESTRING((0 1,2 3,4 5),(6 7,8 9,10 11))",
266 "M 0 -1 l 2 -2 2 -2 M 6 -7 l 2 -2 2 -2",
271 "MULTIPOLYGON(((0 1,2 3,4 5,0 1)),((6 7,8 9,10 11,6 7)))",
272 "M 0 -1 l 2 -2 2 -2 z M 6 -7 l 2 -2 2 -2 z",
277 "GEOMETRYCOLLECTION(POINT(0 1),LINESTRING(2 3,4 5))",
278 "x=\"0\" y=\"-1\";M 2 -3 l 2 -2",
static void do_svg_test(char *in, char *out, int precision, int relative)
References do_svg_test().
Referenced by out_svg_suite_setup().