Package: gsk
Function gsk:path-builder-html-arc-to
Lambda Listgsk:path-builder-html-arc-to (builder x1 y1 x2 y2 radius) ArgumentsDetails
Implements arc-to according to the HTML Canvas spec.
A convenience function that implements the HTML arc-to functionality. After this, the current point will be the point where the circle with the given radius touches the line from x1, y1 to x2, y2. Since 4.14 | See also |
#2024-11-14