Definition at line 309 of file lwout_svg.c.
313 for (i = 0; i<poly->
nrings; i++)
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().