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
rx | X radius |
ry | Y radius |
xAxisRotation | the rotation of the ellipsis |
largeArc | whether to add the large arc |
positiveSweep | whether to sweep in the positive direction |
x | the X coordinate of the endpoint |
y | the Y coordinate of the endpoint |