Package: gsk

Function gsk:path-builder-line-to

Lambda List

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

Draws a line from the current point to x, y and makes it the new current point.

Figure: Draw line

Since 4.14
 

See also

#2024-11-14