API Reference / @gtkx/cairo / FillRule
Enumeration: FillRule
Defined in: enums.d.ts:10
Which areas inside a path a fill covers.
Enumeration Members
EVEN_ODD
EVEN_ODD:
1
Defined in: enums.d.ts:233
Fills where a ray crosses the path an odd number of times.
WINDING
WINDING:
0
Defined in: enums.d.ts:231
Fills where the winding number is non-zero.