HTMLObjectElement: getSVGDocument() method
Baseline
Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since â¨July 2015â©.
The getSVGDocument() method of the HTMLObjectElement interface returns the Document object of the embedded SVG.
Syntax
js
getSVGDocument()
Parameters
None.
Return value
A Document.
Examples
js
const svg = document.getElementById("el").getSVGDocument();
Specifications
| Specification |
|---|
| HTML > # dom-media-getsvgdocument > |