PathBuilder.svgArcTo

Implements arc-to according to the SVG spec.

A convenience function that implements the SVG arc_to

functionality.

After this, x, y will be the new current point.

class PathBuilder
void
svgArcTo
(
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