Definition at line 309 of file lwout_svg.c.
310{
311 uint32_t i;
312
313 for (i = 0; i<poly->
nrings; i++)
314 {
317
318 if (relative)
319 {
322 }
323 else
324 {
327 }
328 }
329}
static void pointArray_svg_rel(stringbuffer_t *sb, const POINTARRAY *pa, int close_ring, int precision, int start_at_index)
static void pointArray_svg_abs(stringbuffer_t *sb, const POINTARRAY *pa, int close_ring, int precision, int start_at_index)
Returns maximum size of rendered pointarray in bytes.
static void stringbuffer_append(stringbuffer_t *s, const char *a)
Append the specified string to the stringbuffer_t.
References LWPOLY::nrings, pointArray_svg_abs(), pointArray_svg_rel(), precision, LWPOLY::rings, and stringbuffer_append().
Referenced by assvg_geom(), assvg_multipolygon(), assvg_multisurface(), and lwgeom_to_svg().