|
|
Donner
C++20 SVG rendering library
|
Clip stack entry combining rectangles, paths, and optional masks. More...
#include "donner/svg/renderer/RendererInterface.h"
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| std::optional< Boxd > | clipRect |
| std::vector< PathShape > | clipPaths |
| Transformd | clipPathUnitsTransform |
| Transform applied to all clip paths (e.g., objectBoundingBox unit mapping). | |
| std::optional< components::ResolvedMask > | mask |
Clip stack entry combining rectangles, paths, and optional masks.