|
|
Donner
C++20 SVG rendering library
|
| 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 |
| Ncomponents | Contains the implementation of the Donner ECS, |
| 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 |