Module std_shapes

Source
Expand description

This module contains the implementation of the standard built-in shapes.

Modules§

render
Implements the drawing of elements and arrows on the backing canvas.
shapes
The shapes that are defined in this module are used to describe and render the shapes that appear on the screen. Things like ‘circle’ and ‘edge’ go in here. Shapes need to contain all of the information that they need to be rendered. This includes things like font size, and color.