1. Web
  2. Web APIs
  3. HTMLObjectElement
  4. getSVGDocument()

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

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.

AltStyle によって変換されたページ (->オリジナル) /