Package: gsk

Function gsk:path-builder-move-to

Lambda List

gsk:path-builder-move-to (builder x y)

Arguments

builder -- a gsk:path-builder instance
x -- a number coerced to a single float with the X coordinate
y -- a number coerced to a single float with the Y coordinate

Details

Starts a new contour by placing the pen at x, y. If this function is called twice in succession, the first call will result in a contour made up of a single point. The second call will start a new contour.

Since 4.14
 

See also

#2024-11-14