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§
- Grid
Renderer - 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.