|
|
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.
|
Represents a resolved reference to an SVG entity. More...
#include "donner/svg/graph/Reference.h"
Public Member Functions | |
| operator Entity () const | |
| Implicit conversion operator to Entity. | |
| bool | valid () const |
| Returns true if this ResolvedReference is non-empty. | |
Public Attributes | |
| EntityHandle | handle |
| Handle to the resolved entity. | |
Represents a resolved reference to an SVG entity.
Returned by Reference::resolve.
|
inline |
Implicit conversion operator to Entity.