Package: cairo
Function cairo:fill-rule
Lambda Listcairo:fill-rule (cr) SyntaxArgumentsDetails
Gets or sets the fill rule within the Cairo context.
The fill rule is used to determine which regions are inside or outside a
complex, potentially self-intersecting, path. The current fill rule affects both the cairo:fill and cairo:clip functions. See the cairo:fill-rule-t enumeration for details on the semantics of each
available fill rule. The default fill rule is the :winding value. | See also |
2025-09-02