[][src]Module nanachi::fill_rule

FillRule controls the area of path filling.

Structs

Abs
EvenOdd

EvenOdd fills only the odd overlap of the path

InverseEvenOdd

Negative of EvenOdd

InverseNonZero

Negative of NonZero

NonZero

NonZero fills the overlapping part of the path

Raw

Traits

FillRule

FillRule Trait