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::editor::SelectionChromeBoundsPreview Struct Reference

Active transform bounds chrome. Used while rotating to draw the gesture-start selection box transformed into the current document space. More...

#include "donner/editor/OverlayRenderer.h"

Public Attributes

Box2d startBoundsDoc
 Selection AABB captured when the gesture started.
Transform2d documentFromStartDocument = Transform2d()
 Current transform from gesture-start document space to active document space.

Detailed Description

Active transform bounds chrome. Used while rotating to draw the gesture-start selection box transformed into the current document space.

Member Data Documentation

◆ documentFromStartDocument

Transform2d donner::editor::SelectionChromeBoundsPreview::documentFromStartDocument = Transform2d()

Current transform from gesture-start document space to active document space.

◆ startBoundsDoc

Box2d donner::editor::SelectionChromeBoundsPreview::startBoundsDoc

Selection AABB captured when the gesture started.


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