|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
Computed properties for a "<circle>" element, which applies values from the CSS cascade. More...
#include "donner/svg/components/shape/CircleComponent.h"
Public Member Functions | |
| ComputedCircleComponent (const CircleProperties &inputProperties, const std::map< RcString, parser::UnparsedProperty > &unparsedProperties, ParseWarningSink &warningSink) | |
| Construct a ComputedCircleComponent from the input properties and unparsed properties. | |
Public Attributes | |
| CircleProperties | properties |
| The computed properties for the circle. | |
Computed properties for a "<circle>" element, which applies values from the CSS cascade.
| donner::svg::components::ComputedCircleComponent::ComputedCircleComponent | ( | const CircleProperties & | inputProperties, |
| const std::map< RcString, parser::UnparsedProperty > & | unparsedProperties, | ||
| ParseWarningSink & | warningSink ) |
Construct a ComputedCircleComponent from the input properties and unparsed properties.
| inputProperties | The input properties for the circle. |
| unparsedProperties | The unparsed properties for the circle, which may contain presentation attributes set in the CSS stylesheet which need to be applied to the element. |
| outWarnings | A vector to append any warnings to. |