class js.html.svg.Element extends Element

Available on js

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

Documentation for this class was provided by MDN.

Instance Fields

var ownerSVGElement:SVGElement

The nearest ancestor <svg> element. Null if the given element is the outermost svg element.

var viewportElement:Element

The element which established the current viewport. Often, the nearest ancestor <svg> element. Null if the given element is the outermost svg element.

var xmlbase:String

Corresponds to attribute xml:base on the given element. Setter throws DOMException.