|
|
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.
|
#include <cstdint>Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::svg |
| Donner SVG library, which can load, manipulate and render SVG files. | |
Enumerations | |
| enum class | donner::svg::FilterUnits : std::uint8_t { donner::svg::UserSpaceOnUse , donner::svg::ObjectBoundingBox , donner::svg::Default = ObjectBoundingBox } |
| Values for the "filterUnits" attribute which defines the coordinate system for attributes x, y, width, height. More... | |
| enum class | donner::svg::PrimitiveUnits : std::uint8_t { donner::svg::UserSpaceOnUse , donner::svg::ObjectBoundingBox , donner::svg::Default = UserSpaceOnUse } |
| Values for the "primitiveUnits" attribute which specifies the coordinate system for the various length values within the filter primitives and for the attributes that define the filter primitive subregion. More... | |