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::repro::ReproHit Struct Reference

Hit-test checkpoint captured at mouse-down time. More...

#include "donner/editor/repro/ReproFile.h"

Public Attributes

std::string id
 id attribute of the hit element, or empty if none.
std::string tag
 Tag name of the hit element, or empty if none.
int docOrderIndex = -1
 Document-order index of the hit element, or -1 if unspecified.
bool empty = false
 True when the click landed on empty space.

Friends

bool operator== (const ReproHit &, const ReproHit &)=default

Detailed Description

Hit-test checkpoint captured at mouse-down time.


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