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.
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 1234]
 NdonnerTop-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css
 NsvgDonner SVG library, which can load, manipulate and render SVG files
 NparserParsers for the SVG XML format, SVGParser, as well as individual parsers for SVG components, such as PathParser and TransformParser
 RListParserItemCallbackConcept requiring a type to be invocable with a std::string_view and return void
 Ngpu
 RBitmaskEnumConcept satisfied by enums marked with IsBitmaskEnum
 RElementLikeConcept for types that can be matched against a selector, such as a donner::svg::SVGElement
 RStringLikeA concept for types that are string-like, i.e