docs.rodeo

MDN Web Docs mirror

SVGElement

{{APIRef("SVG")}} 

All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.

{{InheritanceDiagram}} 

Instance properties

Also inherits properties from the {{DOMxRef("Element")}}  interface.

Instance methods

This interface has no methods, but inherits methods from {{DOMxRef("Element")}} .

Events

Listen to these events using addEventListener() or by assigning an event listener to the equivalent on... handler property.

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN