Package: gsk

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

Lambda List

gsk:path-builder-rel-line-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

Draws a line from the current point to a point offset from it by x, y and makes it the new current point. This is the relative version of gsk:path-builder-line-to function. Since 4.14
 

See also

#2024-11-14