Module shapes

Source
Expand description

Basic SVG shapes: the path, polygon, polyline, line, rect, circle, ellipse elements.

Macrosยง

impl_draw ๐Ÿ”’

Structsยง

Circle
The <circle> element.
Ellipse
The <ellipse> element.
Line
Path
Points ๐Ÿ”’
List-of-points for polyline and polygon elements.
Polygon
Polyline
Rect
The <rect> element.
ShapeDef ๐Ÿ”’

Enumsยง

Markers ๐Ÿ”’

Traitsยง

BasicShape ๐Ÿ”’

Functionsยง

acquire_marker ๐Ÿ”’
draw_basic_shape ๐Ÿ”’
make_ellipse ๐Ÿ”’
make_poly ๐Ÿ”’