Expand description
Shapes SVG
Get the svg represent of shapes.
| ShapeType | SvgElement |
|---|---|
| Point | circle |
| Circle | circle |
| Ellipse | ellipse |
| Square | rect |
| Rectangular | rect |
Structs
- An
svgelement.
Traits
- Mark a type that can be convert to svg
- Mark a type that can be convert to svg
Functions
- Read a document.
- Save a document.