Expand description
Shapes SVG
Get the svg represent of shapes.
| ShapeType | SvgElement |
|---|---|
| Point | circle |
| Circle | circle |
| Ellipse | ellipse |
| Square | rect |
| Rectangular | rect |
Structs
The representation of a svg element tree.
Traits
Mark a type that can be convert to svg