Enum footile::FillRule [] [src]

pub enum FillRule {
    NonZero,
    EvenOdd,
}

Fill-rule for filling figures

Variants

All points within bounds are filled

Alternate filling with figure outline

Trait Implementations

impl Debug for FillRule
[src]

[src]

Formats the value using the given formatter.