Package: gsk

Function gsk:path-builder-current-point

Lambda List

gsk:path-builder-current-point (path point)

Arguments

builder -- a gsk:path-builder instance
point -- a graphene:point-t instance for the current point

Return Value

The graphene:point-t instance with the current point.

Details

Gets the current point. The current point is used for relative drawing commands and updated after every operation.

When the builder is created, the default current point is set to (0, 0). Note that this is different from Cairo, which starts out without a current point.

Since 4.14
 

See also

#2024-11-13