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::DetachedStyleSourceContribution Struct Reference

One annotation contribution detached from a document registry. More...

#include "donner/editor/StyleSourceAnnotations.h"

Public Attributes

StyleSourceContribution contribution
std::vector< std::size_t > matchedElementTargetIndices

Detailed Description

One annotation contribution detached from a document registry.

Background annotation work cannot return SVG element handles to the UI thread. Stable writeback targets preserve chip-action identity without sharing the parsed worker document.

Member Data Documentation

◆ contribution

StyleSourceContribution donner::editor::DetachedStyleSourceContribution::contribution

◆ matchedElementTargetIndices

std::vector<std::size_t> donner::editor::DetachedStyleSourceContribution::matchedElementTargetIndices

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