Skip to main content

Module renderer

Module renderer 

Source

Traits§

Renderer
A drawing backend that accepts world-space geometry. Implemented by the on-screen painter, by the SVG exporter, and by the measuring Extent. The render path is generic over this trait so the exact same drawing code drives every backend — the geometry has a single source of truth.