haXe API Documentation
Back | Index
extern class js.html.svg.Element
extends js.html.Element
Available in 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.
var ownerSVGElement(default,null) : SVGElement
The nearest ancestor <svg> element. Null if the given element is the outermost svg element.
var viewportElement(default,null) : 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.
Back | Index