PathTextRenderer

Renderer for text along any SVG path with morphing support

Features: - Text follows any SVG path (lines, curves, beziers, etc.) - Smooth path morphing between different paths - Single or multiple texts along path - Custom positioning via offset/offsets

Methods

render

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