|
|
Donner
C++20 SVG rendering library
|
Defines the donner::svg::FillRule enum used for determining how fills are painted on shapes. 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. | |
Enumerations | |
| enum class | donner::svg::FillRule : uint8_t { donner::svg::NonZero , donner::svg::EvenOdd } |
| The parsed result of the 'fill-rule' property, see: https://www.w3.org/TR/SVG2/painting.html#FillRuleProperty. More... | |
Functions | |
| std::ostream & | donner::svg::operator<< (std::ostream &os, FillRule value) |
| Ostream output operator for FillRule enum, outputs the CSS value. | |
Defines the donner::svg::FillRule enum used for determining how fills are painted on shapes.