RevGrid - v0.11.1
    Preparing search index...

    Renderer Component

    The renderer is responsible for converting current grid state into canvas output.

    Core responsibilities:

    1. Pull visible cells from view layout.
    2. Resolve painters and paint order.
    3. Apply incremental repaint strategy after invalidation.
    4. Coordinate optional animation scheduling.

    Renderer logic is intentionally decoupled from data-source concerns.