Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
Reference.h File Reference
#include <ostream>
#include <string_view>
#include "donner/base/EcsRegistry.h"
#include "donner/base/RcString.h"
#include "donner/base/Utils.h"
Include dependency graph for Reference.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::svg::ResolvedReference
 Represents a resolved reference to an SVG entity. More...
struct  donner::svg::Reference
 Represents a reference to an SVG entity by its href, typically created from a url(#id) string. 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.