Expand description
Scalable Vector Graphics (SVG) export
Re-exports§
Modules§
Structs§
- Background
- A struct for drawing a background.
- Canvas
- A canvas coordinate system.
- Centered
Text - A struct for drawing a centered text.
- Edge
Length Measure - A measure to measure a length of an edge.
- Grid
- A struct for drawing a grid.
- Radius
Measure - A radius measure with an offset.
- Size
Measure - Size measure of a bounds.
- SvgTag
Attributes - Tag attributes for an SVG tag.
Traits§
- MapTo
Canvas - Map something into a canvas coordinates.
- Write
Svg - Trait to write something into an SVG.
- Write
SvgMapped - Trait to write something into an SVG while mapping it to canvas coordinates.