|
|
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.
|
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. | |
Active transform bounds chrome. Used while rotating to draw the gesture-start selection box transformed into the current document space.
| Transform2d donner::editor::SelectionChromeBoundsPreview::documentFromStartDocument = Transform2d() |
Current transform from gesture-start document space to active document space.
| Box2d donner::editor::SelectionChromeBoundsPreview::startBoundsDoc |
Selection AABB captured when the gesture started.