Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::components::ResolvedMask Struct Reference

Contains resolved information about the mask property, such as which element it is pointing to. More...

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

Collaboration diagram for donner::svg::components::ResolvedMask:
[legend]

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 "<mask>" element.
 
std::optional< SubtreeInfosubtreeInfo
 Contains subtree info to inform the renderer how to render the mask.
 
MaskContentUnits contentUnits
 The mask content units to use for this mask.
 

Detailed Description

Contains resolved information about the mask property, such as which element it is pointing to.


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