|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Public Member Functions | |
| void | render (const RenderPanePresenterState &state) const |
| Draw the advanced editor render pane's composited document tiles and, when enabled, the performance overlay (compact FPS pill or full frame graph). | |
| void donner::editor::RenderPanePresenter::render | ( | const RenderPanePresenterState & | state | ) | const |
Draw the advanced editor render pane's composited document tiles and, when enabled, the performance overlay (compact FPS pill or full frame graph).
Selection chrome is not drawn here: it is rendered by Donner's OverlayRenderer straight onto the Geode framebuffer (see EditorShell::DrawImmediateOverlaySnapshotToFramebuffer).
| state | Presentation inputs for the current UI frame. |