|
|
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.
|
Status: Implemented; see developer docs Author: Claude Opus 4.7 Created: 2026-05-23
This design proposed five source-pane improvements for //donner/editor's TextEditor, all built on the XML-owned source store from 0049-structured_text_editing.md:
The original design constraint was that focus, CSS provenance, flash, and wrap stay view-layer decorations over the XML source buffer. They do not add a second source of truth, do not rewrite the file, and do not change save semantics.
The current behavior and implementation locators live in Editor Source Focus.