Definition at line 454 of file lwout_svg.c.
455{
456 char *output;
457 int size;
458
462
463 return output;
464}
void * lwalloc(size_t size)
static size_t assvg_collection_buf(const LWCOLLECTION *col, char *output, int relative, int precision)
static size_t assvg_collection_size(const LWCOLLECTION *col, int relative, int precision)
Collection Geometry.
References assvg_collection_buf(), assvg_collection_size(), lwalloc(), and precision.
Referenced by lwgeom_to_svg().