Package: gsk
Callback gsk:path-foreach-func
SyntaxArgumentsDetails
Prototype of the callback function to iterate through the operations of a
path. For each operation, the callback function is given operation itself, the points that the operation is applied to in points, and a weight for conic curves. The n-points argument is somewhat redundant, since the
number of points can be inferred from the operation. Each contour of the path starts with a :move operation. Closed contours end with a :close operation. Since 4.14 | See also |
#2024-11-12