|
|
Donner
C++20 SVG rendering library
|
#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::PatternUnits : uint8_t { donner::svg::UserSpaceOnUse , donner::svg::ObjectBoundingBox , donner::svg::Default = ObjectBoundingBox } |
| PatternUnits controls the coordinate system of the x/y/width/height attributes: More... | |
| enum class | donner::svg::PatternContentUnits : uint8_t { donner::svg::UserSpaceOnUse , donner::svg::ObjectBoundingBox , donner::svg::Default = UserSpaceOnUse } |
| PatternContentUnits controls the coordinate system of the children of the pattern: More... | |