|
|
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.
|
Focus information for a stylesheet rule under the source cursor. More...
#include "donner/editor/FocusView.h"
Public Attributes | |
| FocusPartition | partition |
| Source-pane partition for the matched rule. | |
| std::vector< svg::SVGElement > | impactedElements |
| Elements matched by the selected rule. | |
| bool | reverseReferenceExpansionSuppressed = false |
| True when too many matches fan out. | |
Focus information for a stylesheet rule under the source cursor.
| std::vector<svg::SVGElement> donner::editor::StyleFocus::impactedElements |
Elements matched by the selected rule.
| FocusPartition donner::editor::StyleFocus::partition |
Source-pane partition for the matched rule.
| bool donner::editor::StyleFocus::reverseReferenceExpansionSuppressed = false |
True when too many matches fan out.