Trait nanovg::Paint[][src]

pub trait Paint {
    fn fill(&self, context: &Context);
fn stroke(&self, context: &Context); }

Required Methods

Implementors