in theory this should never happen
Definition at line 406 of file lwout_svg.c.
411 for (i = 0; i < curvepoly->
nrings; i++)
414 tmp = curvepoly->
rings[i];
static void assvg_compound(stringbuffer_t *sb, const LWCOMPOUND *icompound, int relative, int precision)
static void assvg_line(stringbuffer_t *sb, const LWLINE *line, int relative, int precision)
static void assvg_circstring(stringbuffer_t *sb, const LWCIRCSTRING *icurve, int relative, int precision)
static void stringbuffer_append(stringbuffer_t *s, const char *a)
Append the specified string to the stringbuffer_t.
References assvg_circstring(), assvg_compound(), assvg_line(), CIRCSTRINGTYPE, COMPOUNDTYPE, LINETYPE, LWCURVEPOLY::nrings, precision, LWCURVEPOLY::rings, stringbuffer_append(), and LWGEOM::type.
Referenced by assvg_geom(), assvg_multisurface(), and lwgeom_to_svg().