|
|
Donner
C++20 SVG rendering library
|
Stores the computed properties of a "<stop>" element. More...
#include "donner/svg/components/paint/StopComponent.h"
Public Member Functions | |
| ComputedStopComponent (const StopProperties &inputProperties, const ComputedStyleComponent &style, const std::map< RcString, parser::UnparsedProperty > &unparsedProperties, std::vector< ParseError > *outWarnings) | |
| Compute the computed properties of a "<stop>" element. | |
Public Attributes | |
| StopProperties | properties |
| Computed properties of the "<stop>" element. | |
Stores the computed properties of a "<stop>" element.
This is used to store the resolved properties combining both the XML tree and the CSS tree, with currentColor resolved.
| donner::svg::components::ComputedStopComponent::ComputedStopComponent | ( | const StopProperties & | inputProperties, |
| const ComputedStyleComponent & | style, | ||
| const std::map< RcString, parser::UnparsedProperty > & | unparsedProperties, | ||
| std::vector< ParseError > * | outWarnings ) |