Definition at line 167 of file lwout_svg.c.
168{
169 char *ptr=output;
170
171
172 ptr += sprintf(ptr, "M ");
173 if (relative)
175 else
177
178 return (ptr-output);
179}
static size_t pointArray_svg_rel(POINTARRAY *pa, char *output, int close_ring, int precision)
static size_t pointArray_svg_abs(POINTARRAY *pa, char *output, int close_ring, int precision)
Returns maximum size of rendered pointarray in bytes.
References pointArray_svg_abs(), pointArray_svg_rel(), LWLINE::points, and precision.
Referenced by assvg_geom_buf(), assvg_line(), and assvg_multiline_buf().