|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
One built-in SVG document that can be loaded by editor UI surfaces. More...
#include "donner/editor/EditorSampleCatalog.h"
One built-in SVG document that can be loaded by editor UI surfaces.
The catalog owns the backing strings for the process lifetime. Sources may be compiled assets or generated from them on first catalog access, so callers can retain a view for as long as the process is running.
| std::string_view donner::editor::EditorSample::id |
Stable ASCII identifier used by UI state and commands.
| std::string_view donner::editor::EditorSample::source |
Complete SVG document source.
| std::string_view donner::editor::EditorSample::title |
Human-readable sample-picker label.