in theory this should never happen
Definition at line 375 of file lwout_svg.c.
376{
377 uint32_t i;
380 const LWLINE *tmpl = NULL;
381
382 for (i = 0; i < mcurve->
ngeoms; i++)
383 {
385 geom = mcurve->
geoms[i];
386
388 {
392 break;
393
397 break;
398
399 default:
400 break;
401 }
402 }
403}
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_line(), CIRCSTRINGTYPE, LWMCURVE::geoms, LINETYPE, LWMCURVE::ngeoms, precision, stringbuffer_append(), and LWGEOM::type.
Referenced by assvg_geom(), and lwgeom_to_svg().