Skip to main content

Module render

Module render 

Source
Expand description

Grid renderer trait and display list replay.

The GridRenderer trait defines the abstract drawing API that backends (SVG, egui, PDF, etc.) must implement. The replay function walks a display list and calls the renderer methods with resolved coordinates.

Traits§

GridRenderer
Abstract renderer for grid graphics.

Functions§

render_grob 🔒
Render a single grob using the current viewport transform.
replay
Replay a display list through a renderer, resolving all units to device cm.