|
|
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.
|
Computed geometry for the editor's horizontal source/render/sidebar layout. More...
#include "donner/editor/EditorShellLayout.h"
Computed geometry for the editor's horizontal source/render/sidebar layout.
| float donner::editor::EditorMainPaneLayout::renderPaneWidth = 0.0f |
Width of the render pane.
| float donner::editor::EditorMainPaneLayout::renderPaneX = 0.0f |
Left edge of the render pane.
| float donner::editor::EditorMainPaneLayout::rightPaneWidth = 0.0f |
Clamped right sidebar width.
| float donner::editor::EditorMainPaneLayout::rightPaneX = 0.0f |
Left edge of the right sidebar.
| float donner::editor::EditorMainPaneLayout::sourcePaneRailWidth = 0.0f |
Effective source reveal-rail width. Zero while the source pane is visible.
| float donner::editor::EditorMainPaneLayout::sourcePaneWidth = 0.0f |
Effective source pane width. Zero when the source pane is hidden.