|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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.