|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
#include <string>#include <unordered_map>Classes | |
| struct | donner::svg::components::AnimatedValuesComponent |
| Component on target entities that holds animated attribute overrides. 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::AnimatedValuesComponent |
Component on target entities that holds animated attribute overrides.
When an animation is active, its computed value is stored here. The style system checks this map before falling back to base attribute values.
Today (<set> only), values are stored as raw strings that get re-parsed by the style system as if they were attribute values.
| Class Members | ||
|---|---|---|
| unordered_map< string, string > | overrides | Map from attribute name to its animated value (as a raw string). |