Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
Pattern.h File Reference
#include "donner/css/Color.h"
Include dependency graph for Pattern.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::PatternUnits {
  donner::svg::UserSpaceOnUse ,
  donner::svg::ObjectBoundingBox ,
  donner::svg::Default = ObjectBoundingBox
}
 PatternUnits controls the coordinate system of the x/y/width/height attributes: More...
 
enum class  donner::svg::PatternContentUnits {
  donner::svg::UserSpaceOnUse ,
  donner::svg::ObjectBoundingBox ,
  donner::svg::Default = UserSpaceOnUse
}
 PatternContentUnits controls the coordinate system of the children of the pattern: More...