Package: gsk

Function gsk:path-builder-svg-arc-to

Lambda List

gsk:path-builder-svg-arc-to (builder rx ry x-axis-rotation large-arc positive-sweep x y)

Arguments

rx -- a number coerced to a single float with the X radius
ry -- a number coerced to a single float with the Y radius
x-axis-rotation -- a number coerced to a single float with the rotation of the ellipsis
large-arc -- whether to add the large arc
positive-sweep -- whether to sweep in the positive direction
x -- a number coerced to a single float with the X coordinate of the end point
y -- a number coerced to a single float with the Y coordinate of the end point

Details

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
 

See also

#2024-11-14