|
|
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.
|
| Ndonner | Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css |
| Nsvg | Donner SVG library, which can load, manipulate and render SVG files |
| Nparser | Parsers for the SVG XML format, SVGParser, as well as individual parsers for SVG components, such as PathParser and TransformParser |
| RListParserItemCallback | Concept requiring a type to be invocable with a std::string_view and return void |
| Ngpu | |
| RBitmaskEnum | Concept satisfied by enums marked with IsBitmaskEnum |
| RElementLike | Concept for types that can be matched against a selector, such as a donner::svg::SVGElement |
| RStringLike | A concept for types that are string-like, i.e |