[][src]Trait nanachi::fill_rule::FillRule

pub trait FillRule: Copy {
    pub fn apply(&self, value: f64) -> f64;
pub fn is_inverse(&self) -> bool; }

FillRule Trait

Required methods

pub fn apply(&self, value: f64) -> f64

pub fn is_inverse(&self) -> bool

Loading content...

Implementors

impl FillRule for Abs[src]

impl FillRule for EvenOdd[src]

impl FillRule for InverseEvenOdd[src]

impl FillRule for InverseNonZero[src]

impl FillRule for NonZero[src]

impl FillRule for Raw[src]

Loading content...