PathBuilder.relSvgArcTo

Implements arc-to according to the SVG spec.

All coordinates are given relative to the current point.

This is the relative version of gsk.path_builder.PathBuilder.svgArcTo.

class PathBuilder
void
relSvgArcTo
(
float rx
,
float ry
,,,,
float x
,
float y
)

Parameters

rx float

X radius

ry float

Y radius

xAxisRotation float

the rotation of the ellipsis

largeArc bool

whether to add the large arc

positiveSweep bool

whether to sweep in the positive direction

x float

the X coordinate of the endpoint

y float

the Y coordinate of the endpoint