Package: gsk

Function gsk:path-builder-rel-move-to

Lambda List

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

Arguments

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

Details

Starts a new contour by placing the pen at x, y relative to the current point. This is the relative version of the gsk:path-builder-move-to function.

Since 4.14
 

See also

#2024-11-14