Definition at line 138 of file lwout_svg.c.
139{
140 char *output;
141 int size;
142
146
147 return output;
148}
void * lwalloc(size_t size)
static size_t assvg_point_buf(const LWPOINT *point, char *output, int circle, int precision)
static size_t assvg_point_size(__attribute__((__unused__)) const LWPOINT *point, int circle, int precision)
Point Geometry.
References assvg_point_buf(), assvg_point_size(), lwalloc(), and precision.
Referenced by lwgeom_to_svg().