|
|
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.
|
Registry-independent result of a source-only annotation computation. More...
#include "donner/editor/StyleSourceAnnotations.h"
Public Attributes | |
| bool | valid = false |
| False when the source could not be parsed. Deduplicated targets shared by contribution match lists. | |
| std::vector< AttributeWritebackTarget > | elementTargets |
| std::vector< DetachedStyleSourceContribution > | contributions |
Registry-independent result of a source-only annotation computation.
| std::vector<DetachedStyleSourceContribution> donner::editor::DetachedStyleSourceAnnotations::contributions |
| std::vector<AttributeWritebackTarget> donner::editor::DetachedStyleSourceAnnotations::elementTargets |
| bool donner::editor::DetachedStyleSourceAnnotations::valid = false |
False when the source could not be parsed. Deduplicated targets shared by contribution match lists.