Package: gsk

Function gsk:path-point-equal

Lambda List

gsk:path-point-equal (point1 point2)

Arguments

point1 -- a gsk:path-point instance
point2 -- another gsk:path-point instance

Return Value

True if point1 and point2 are equal.

Details

Returns whether the two path points refer to the same location on all paths. Note that the start and end point of a closed contour will compare nonequal according to this definition. Use the gsk:path-is-closed function to find out if the start and end point of a concrete path refer to the same location.

Since 4.14
 

See also

#2024-11-9