PathBuilder.relSvgArcTo

void relSvgArcTo(float rx, float ry, float xAxisRotation, bool largeArc, bool positiveSweep, float x, float y)

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].

Parameters

rxX radius
ryY radius
xAxisRotationthe rotation of the ellipsis
largeArcwhether to add the large arc
positiveSweepwhether to sweep in the positive direction
xthe X coordinate of the endpoint
ythe Y coordinate of the endpoint