Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
Overflow.h File Reference

Defines the donner::svg::Overflow enum, which is used to determine how an element handles content that is too large for its container. More...

#include <ostream>
#include "donner/base/Utils.h"
Include dependency graph for Overflow.h:
This graph shows which files directly or indirectly include this file:

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::Overflow {
  donner::svg::Visible ,
  donner::svg::Hidden ,
  donner::svg::Scroll ,
  donner::svg::Auto
}
 The parsed result of the CSS 'overflow' property, see https://www.w3.org/TR/CSS2/visufx.html#overflow and https://www.w3.org/TR/SVG2/render.html#OverflowAndClipProperties. More...
 

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, Overflow value)
 Ostream output operator for Overflow enum, outputs the CSS value.
 

Detailed Description

Defines the donner::svg::Overflow enum, which is used to determine how an element handles content that is too large for its container.