Package: gsk

Function gsk:path-in-fill

Lambda List

gsk:path-in-fill (path point rule)

Arguments

path -- a gsk:path instance
point -- a graphene:point-t instance with the point to test
rule -- a gsk:fill-rule value

Return Value

True if point is inside.

Details

Returns whether the given point is inside the area that would be affected if the path was filled according to rule. Note that this function assumes that filling a contour implicitly closes it.

Since 4.14
 

See also

#2024-11-12