|
|
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 | |
| struct | donner::Box2< T > |
| A 2D axis-aligned bounding box. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Typedefs | |
Typedefs | |
| using | donner::Box2d = Box2<double> |
| Shorthand for Box2<double>. | |