PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ assvg_circstring()

static void assvg_circstring ( stringbuffer_t sb,
const LWCIRCSTRING icurve,
int  relative,
int  precision 
)
static

Definition at line 253 of file lwout_svg.c.

254 {
255  /* Start path with SVG MoveTo */
256  stringbuffer_append(sb, "M ");
257  pointArray_svg_arc(sb, icurve->points, 1, relative, precision);
258 }
static uint8_t precision
Definition: cu_in_twkb.c:25
static void pointArray_svg_arc(stringbuffer_t *sb, const POINTARRAY *pa, int close_ring, int relative, int precision)
Definition: lwout_svg.c:162
static void stringbuffer_append(stringbuffer_t *s, const char *a)
Append the specified string to the stringbuffer_t.
Definition: stringbuffer.h:105
POINTARRAY * points
Definition: liblwgeom.h:507

References pointArray_svg_arc(), LWCIRCSTRING::points, precision, and stringbuffer_append().

Referenced by assvg_curvepoly(), assvg_geom(), assvg_multicurve(), and lwgeom_to_svg().

Here is the call graph for this function:
Here is the caller graph for this function: