|
|
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.
|
Provides an extended, human-readable description of its parent element or of the document as a whole.
The <desc> element and its contents are never rendered as part of the graphic.
<desc> is a descriptive element. Where "<title>" supplies a short accessible name, <desc> supplies a longer description that assistive technology can present to users who need more context than the title alone provides. Only the first <desc> child of an element is meaningful.
The text is available programmatically via SVGDescElement::textContent. Because the element is non-rendered, placing a <desc> inside a shape (or anywhere else) never changes the rendered pixels.