StateCollectionRenderer

Renders a collection of shapes as independent visible elements

Each shape in the collection is rendered using its own renderer and added to a group. Supports M→N morphing automatically via the interpolation engine.

Constructor

StateCollectionRenderer(args, kwargs)

Methods

render

render(
    state: State,
    drawing: Optional[Drawing] = None
) -> DrawingElement