|
|
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.
|
Classes | |
| class | donner::parser::IntegerParser |
| Parser for positive integers, either decimal or hexadecimal. More... | |
| struct | donner::parser::IntegerParser::Result |
| Container for parse result, containing the parsed result and the number of characters that were consumed to parse it. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::parser |
| Parsers for shared data types such as NumberParser and LengthParser. | |
| struct donner::parser::IntegerParser::Result |