|
|
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.
|
#include <cstddef>#include <cstdint>#include <string>Classes | |
| struct | donner::editor::SourceEditPoint |
| Line/column coordinate attached to a source edit boundary. More... | |
| struct | donner::editor::SourceEditIntent |
| One source-buffer edit expressed in byte offsets against the buffer version visible when the edit occurred. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Enumerations | |
| enum class | donner::editor::SourceEditIntentKind { Unknown , Insert , Delete , Replace , Undo , Redo } |
| High-level source edit operation kind captured from the text editor. More... | |
|
strong |
High-level source edit operation kind captured from the text editor.