Definition at line 152 of file lwout_svg.c.
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 pointArray_svg_abs(), pointArray_svg_rel(), LWLINE::points, precision, and stringbuffer_append().
Referenced by assvg_curvepoly(), assvg_geom(), assvg_multicurve(), assvg_multiline(), and lwgeom_to_svg().