|
|
Donner
C++20 SVG rendering library
|
Defines the donner::svg::Visibility enum, which is used to determine whether an element is visible or hidden. 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::Visibility : uint8_t { donner::svg::Visible , donner::svg::Hidden , donner::svg::Collapse } |
| The parsed result of the 'visibility' property, see: https://www.w3.org/TR/CSS2/visufx.html#propdef-visibility. More... | |
Functions | |
| std::ostream & | donner::svg::operator<< (std::ostream &os, Visibility value) |
| Ostream output operator for Visibility enum, outputs the CSS value. | |
Defines the donner::svg::Visibility enum, which is used to determine whether an element is visible or hidden.