Expand description
Basic SVG shapes: the path
, polygon
, polyline
, line
,
rect
, circle
, ellipse
elements.
Macrosยง
- impl_draw ๐
Structsยง
- The
<circle>
element. - The
<ellipse>
element. - Points ๐List-of-points for polyline and polygon elements.
- The
<rect>
element. - ShapeDef ๐
Enumsยง
- Markers ๐
Traitsยง
- BasicShape ๐
Functionsยง
- acquire_marker ๐
- draw_basic_shape ๐
- make_ellipse ๐
- make_poly ๐
- validate_path ๐