Package: gsk
Function gsk:path-builder-rel-quad-to
Lambda Listgsk:path-builder-rel-quad-to (builder x1 y1 x2 y2) ArgumentsDetails Adds a quadratic Bézier curve from the current point to x2, y2 with x1, y1 as the control point.
All coordinates are given relative to the current point. This is the relative version of the gsk:path-builder-quad-to function. | See also |
#2024-11-14