Shape composition library
One can think of a Composition as a vector design made out of primitives like ShapeContour, Shape, or LineSegment, each having its fill color, stroke color and stroke weight.
Compositions can be loaded from SVG files and then queried or altered via code.
Composition can also be generated from scratch, typically using drawComposition { ... }
, then saved as an SVG file.
Read about Composition in the guide.
The code in orx-composition
was previously found under openrndr-draw
in the openrndr
repository.