|
|
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.
|
TextInspectorPanel renders text-specific property controls in the editor inspector area. It is shown only when the selection is exactly one <text> element. Content edits are debounced into a single undoable command (committed on focus loss or after a short idle), while the style/position attributes are written through the SetAttribute mutation seam. More...
Classes | |
| class | donner::editor::TextInspectorPanel |
| Inspector section for a single selected <text> element. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::svg |
| Donner SVG library, which can load, manipulate and render SVG files. | |
TextInspectorPanel renders text-specific property controls in the editor inspector area. It is shown only when the selection is exactly one <text> element. Content edits are debounced into a single undoable command (committed on focus loss or after a short idle), while the style/position attributes are written through the SetAttribute mutation seam.