Module: Gsk::FillRule

Defined in:
(unknown)

Constant Summary collapse

WINDING =

If the path crosses the ray from left-to-right, counts +1. If the path crosses the ray from right to left, counts -1. (Left and right are determined from the perspective of looking along the ray from the starting point.) If the total count is non-zero, the point will be filled.

0 or :winding
EVEN_ODD =

Counts the total number of intersections, without regard to the orientation of the contour. If the total number of intersections is odd, the point will be filled.

1 or :even_odd