@express-document-sdk / FillRule
Enumeration: FillRule
Do not depend on the literal numeric values of these constants, as they may change. Always reference the enum identifiers in your code.
The fill rule, aka "winding rule," specifies how the interior area of a path is determined in cases where the path is self-intersecting or contains separate, nested closed loops.
Enumeration Members
evenOdd
• evenOdd: 1
nonZero
• nonZero: 0