|
|
Donner
C++20 SVG rendering library
|
#include "donner/svg/properties/PropertyRegistry.h"Classes | |
| struct | donner::svg::components::ComputedStyleComponent |
| Contains the computed style properties for an element, which is a combination of the style="" attribute, the CSS stylesheet, and the CSS cascade where properties are inherited from the parent. More... | |
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. | |
| namespace | donner::svg::components |
| Contains the implementation of the Donner ECS,. | |
| struct donner::svg::components::ComputedStyleComponent |
Contains the computed style properties for an element, which is a combination of the style="" attribute, the CSS stylesheet, and the CSS cascade where properties are inherited from the parent.
| Class Members | ||
|---|---|---|
| optional< PropertyRegistry > | properties |
The computed style properties. std::nullopt may be present mid-computation before all properties have been cascaded. |