Enum lyon::tessellation::path_fill::FillRule
[−]
[src]
pub enum FillRule {
EvenOdd,
NonZero,
}The fill rule defines how to determine what is inside and what is outside of the shape.
See the SVG specification.
Variants
EvenOddNonZero