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

Trait Implementations

impl Copy for FillRule

impl PartialEq<FillRule> for FillRule

impl Debug for FillRule

impl Clone for FillRule