Crate simplesvg

Source
Expand description

Very simple drawing/diagramming library with SVG output.

Use Fig to build the figure and Svg to render the output to SVG.

Svg implements std::fmt::Display and ToString for output purposes.

Re-exports§

pub use ColorAttr::*;

Structs§

Attr
Style attributes
Svg
SVG image object.
Trans
Transformations.

Enums§

ColorAttr
Color
Fig
Figure parts