Module svg

Module svg 

Source
Expand description

Scalable Vector Graphics (SVG) export

Re-exports§

pub use exporter::*;
pub use writer::*;

Modules§

exporter
Scalable Vector Graphics (SVG) export
writer
Scalable Vector Graphics (SVG) file writer

Structs§

Background
A struct for drawing a background.
Canvas
A canvas coordinate system.
CenteredText
A struct for drawing a centered text.
EdgeLengthMeasure
A measure to measure a length of an edge.
Grid
A struct for drawing a grid.
RadiusMeasure
A radius measure with an offset.
SizeMeasure
Size measure of a bounds.
SvgTagAttributes
Tag attributes for an SVG tag.

Traits§

MapToCanvas
Map something into a canvas coordinates.
WriteSvg
Trait to write something into an SVG.
WriteSvgMapped
Trait to write something into an SVG while mapping it to canvas coordinates.