Package: gsk
GEnum gsk:fill-rule
Declaration(gobject:define-genum "GskFillRule" fill-rule (:export t :type-initializer "gsk_fill_rule_get_type") :winding :even-odd) Values
Details The gsk:fill-rule enumeration is used to select how paths are
filled.
Whether or not a point is included in the fill is determined by taking a ray
from that point to infinity and looking at intersections with the path. The
ray can be in any direction, as long as it does not pass through the end
point of a segment or have a tricky intersection such as intersecting tangent
to the path. Note that filling is not actually implemented in this way. This is just a description of the rule that is applied. Since 4.14 | See also |
2024-11-9