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

Clip stack entry combining rectangles, paths, and optional masks. More...

#include "donner/svg/renderer/RendererInterface.h"

Collaboration diagram for donner::svg::ResolvedClip:
[legend]

Public Member Functions

bool empty () const

Public Attributes

std::optional< BoxdclipRect
std::vector< PathShapeclipPaths
Transformd clipPathUnitsTransform
 Transform applied to all clip paths (e.g., objectBoundingBox unit mapping).
std::optional< components::ResolvedMaskmask

Detailed Description

Clip stack entry combining rectangles, paths, and optional masks.


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