Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
PaintOrder.h File Reference
#include <array>
#include <cstdint>
#include <ostream>
#include "donner/base/Utils.h"
Include dependency graph for PaintOrder.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::svg::PaintOrder
 CSS paint-order property value: the order in which the fill, stroke, and markers of a shape/text are painted. 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::PaintComponent : uint8_t {
  donner::svg::Fill ,
  donner::svg::Stroke ,
  donner::svg::Markers
}
 One of the three paint operations whose draw order is controlled by the CSS paint-order property. More...

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, PaintComponent value)
 ostream output operator for PaintComponent.
std::ostream & donner::svg::operator<< (std::ostream &os, const PaintOrder &value)
 ostream output operator for PaintOrder.