Expand description
Base renderer with clipping.
Port of agg_renderer_base.h — wraps a pixel format with a clip rectangle,
ensuring all rendering operations are bounded within the visible area.
Structs§
- Renderer
Base - Base renderer that clips all operations to a rectangle before delegating to the underlying pixel format.