|
|
Donner
C++20 SVG rendering library
|
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 { 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 { 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... | |