Element
js.html.EventTarget → js.html.Node → js.html.DOMElement → js.html.svg.Element (extern class) → GraphicsElement
All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement
interface.
Documentation SVGElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
ownerSVGElement: SVGElement
An SVGSVGElement
referring to the nearest ancestor svg
element. null
if the given element is the outermost svg
element.
viewportElement: Element
The SVGElement
, which established the current viewport. Often, the nearest ancestor svg
element. null
if the given element is the outermost svg
element.
focus(): Void
blur(): Void