Struct simplesvg::Svg [] [src]

pub struct Svg(pub Vec<Fig>, pub u32, pub u32);

SVG image object.

The image object is a list of figures and the width and height of the bounding box.

Trait Implementations

impl Clone for Svg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Svg
[src]

Formats the value using the given formatter.

impl Display for Svg
[src]

Formats the value using the given formatter. Read more