svgArcTo
fun svgArcTo(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.
A convenience function that implements the SVG arc_to functionality.
After this, @x, @y will be the new current point.
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