Struct vectorphile::svg::SvgBackend [] [src]

pub struct SvgBackend<W> {
    pub out: W,
    pub float_precision: usize,
}

Fields

Methods

impl<W: Write> SvgBackend<W>
[src]

Trait Implementations

impl<W: Write> DrawBackend for SvgBackend<W>
[src]