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
donner::svg::components::ResolvedMarker Struct Reference

Resolved <marker> reference applied to a rendering instance. More...

#include "donner/svg/components/RenderingInstanceComponent.h"

Public Member Functions

bool valid () const
 Returns true if the reference is valid, or false if this the <mask> did not properly resolve.

Public Attributes

ResolvedReference reference
 Reference to a <marker> element.
std::optional< SubtreeInfosubtreeInfo
 Contains subtree info to inform the renderer how to render the marker.
MarkerUnits markerUnits
 Defines the coordinate system for marker attributes and contents.

Detailed Description

Resolved <marker> reference applied to a rendering instance.


The documentation for this struct was generated from the following file: