Definition at line 239 of file lwout_svg.c.
240{
241 char *output;
242 int size;
243
247
248 return output;
249}
void * lwalloc(size_t size)
static size_t assvg_polygon_size(const LWPOLY *poly, __attribute__((__unused__)) int relative, int precision)
Polygon Geometry.
static size_t assvg_polygon_buf(const LWPOLY *poly, char *output, int relative, int precision)
References assvg_polygon_buf(), assvg_polygon_size(), lwalloc(), and precision.
Referenced by lwgeom_to_svg().