relSvgArcTo

fun relSvgArcTo(rx: <Error class: unknown class>, ry: <Error class: unknown class>, xAxisRotation: <Error class: unknown class>, largeArc: Boolean, positiveSweep: Boolean, x: <Error class: unknown class>, y: <Error class: unknown class>)

Implements arc-to according to the SVG spec.

All coordinates are given relative to the current point.

This is the relative version of method@Gsk.PathBuilder.svg_arc_to.

Since

4.14

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