Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
MarkerUnits.h File Reference
#include <ostream>
#include "donner/base/Utils.h"
Include dependency graph for MarkerUnits.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::MarkerUnits {
  donner::svg::StrokeWidth ,
  donner::svg::UserSpaceOnUse ,
  donner::svg::Default = StrokeWidth
}
 Values for the "markerUnits" attribute, https://www.w3.org/TR/SVG2/painting.html#MarkerUnitsAttribute. More...
 

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, MarkerUnits units)
 Ostream output operator for MarkerUnits enum, outputs the enum name with prefix, e.g. MarkerUnits::UserSpaceOnUse.