Package: cairo
Function cairo-set-fill-rule
Lambda Listcairo-set-fill-rule (cr rule) ArgumentsDetails
Set the current 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 :winding. | See also |
2021-12-12