Path object
The Path object represents a user-defined geometry that can encompass complex shapes by combining segments, such as lines, arcs, and Bezier curves.
Constructors
| Constructor | 
|---|
| graphics.path() | 
Methods
| Name | Description | 
|---|---|
| Path:add_figure() | Add a figure to the path | 
| Path:fix() | Finalize the path to make it drawable | 
| Path:set_origin() | set new origin of the path |