org.scalajs.dom

SVGSVGElement

class SVGSVGElement extends SVGElement with SVGStylable with SVGZoomAndPan with DocumentEvent with SVGLangSpace with SVGLocatable with SVGTests with SVGFitToViewBox with SVGExternalResourcesRequired

The SVGSVGElement interface provides access to the properties of <svg> elements, as well as methods to manipulate them. This interface contains also various miscellaneous commonly-used utility methods, such as matrix operations and the ability to control the time of redraw on visual rendering devices.

MDN

Annotations
@RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SVGSVGElement
  2. SVGExternalResourcesRequired
  3. SVGFitToViewBox
  4. SVGTests
  5. SVGLocatable
  6. SVGLangSpace
  7. DocumentEvent
  8. SVGZoomAndPan
  9. SVGStylable
  10. SVGElement
  11. Element
  12. ParentNode
  13. NodeSelector
  14. Node
  15. EventTarget
  16. Object
  17. Any
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SVGSVGElement()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. var accessKey: String

    Definition Classes
    Element
  5. def addEventListener(type: String, listener: Function1[Event, _], useCapture: Boolean = js.native): Unit

    The EventTarget.addEventListener() method registers the specified listener on the EventTarget it's called on.

    The EventTarget.addEventListener() method registers the specified listener on the EventTarget it's called on. The event target may be an Element in a document, the Document itself, a Window, or any other object that supports events (such as XMLHttpRequest).

    MDN

    Definition Classes
    EventTarget
  6. def appendChild(newChild: Node): Node

    Adds a node to the end of the list of children of a specified parent node.

    Adds a node to the end of the list of children of a specified parent node. If the node already exists it is removed from current parent node, then added to new parent node.

    MDN

    Definition Classes
    Node
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def attributes: NamedNodeMap

    .attributes is a collection of all attribute nodes registered to the specified node.

    .attributes is a collection of all attribute nodes registered to the specified node. It is a NamedNodeMap,not an Array, so it has no Array methods and the Attr nodes' indexes may differ among browsers. To be more specific, attribute is a key value pair of strings that represents any information regarding that node; it cannot hold Object. Attribute can hold additional data/information that is required while processing custom JavaScript. There are many predefined attributes for different nodes used for binding events, validations, and specifying layout informations that are handled by browser (may vary from browser to browser).  

    MDN

    Definition Classes
    Node
  9. def checkEnclosure(element: SVGElement, rect: SVGRect): Boolean

    Returns true if the rendered content of the given element is entirely contained within the supplied rectangle.

    Returns true if the rendered content of the given element is entirely contained within the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in pointer-events processing.

    MDN

  10. def checkIntersection(element: SVGElement, rect: SVGRect): Boolean

    Returns true if the rendered content of the given element intersects the supplied rectangle.

    Returns true if the rendered content of the given element intersects the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in pointer-events processing.

    MDN

  11. def childElementCount: Int

    Returns an unsigned long giving the amount of children that the object has.

    Returns an unsigned long giving the amount of children that the object has.

    MDN

    Definition Classes
    ParentNode
  12. def childNodes: NodeList

    Returns a live NodeList containing all the children of this node.

    Returns a live NodeList containing all the children of this node. NodeList being live means that if the children of the Node change, the NodeList object is automatically updated.

    MDN

    Definition Classes
    Node
  13. def children: HTMLCollection

    Returns a live HTMLCollection containing all objects of type Element that are children of the object.

    Returns a live HTMLCollection containing all objects of type Element that are children of the object.

    MDN

    Definition Classes
    ParentNode
  14. var classList: DOMTokenList

    Supported by FF>3.6, any Opera, any Chrome, any IE, any Safari

    Supported by FF>3.6, any Opera, any Chrome, any IE, any Safari

    Definition Classes
    Element
  15. var className: SVGAnimatedString

    Corresponds to attribute class on the given element.

    Corresponds to attribute class on the given element.

    MDN

    Definition Classes
    SVGStylable
  16. def clientHeight: Int

    Returns the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin.

    Returns the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin.

    clientHeight can be calculated as CSS height + CSS padding - height of horizontal scrollbar (if present).

    MDN

    Definition Classes
    Element
  17. def clientLeft: Int

    The width of the left border of an element in pixels.

    The width of the left border of an element in pixels. It includes the width of the vertical scrollbar if the text direction of the element is right–to–left and if there is an overflow causing a left vertical scrollbar to be rendered. clientLeft does not include the left margin or the left padding. clientLeft is read-only.

    MDN

    Definition Classes
    Element
  18. def clientTop: Int

    The width of the top border of an element in pixels.

    The width of the top border of an element in pixels. It does not include the top margin or padding. clientTop is read-only.

    MDN

    Definition Classes
    Element
  19. def clientWidth: Int

    clientWidth is the inner width of an element in pixels.

    clientWidth is the inner width of an element in pixels. It includes padding but not the vertical scrollbar (if present, if rendered), border or margin.

    MDN

    Definition Classes
    Element
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def cloneNode(deep: Boolean = js.native): Node

    Clone a Node, and optionally, all of its contents.

    Clone a Node, and optionally, all of its contents. By default, it clones the content of the node.

    MDN

    Definition Classes
    Node
  22. def compareDocumentPosition(other: Node): Int

    Compares the position of the current node against another node in any other document.

    Compares the position of the current node against another node in any other document.

    MDN

    Definition Classes
    Node
  23. var contentScriptType: String

    Corresponds to attribute contentScriptType on the given <svg> element.

    Corresponds to attribute contentScriptType on the given <svg> element.

    MDN

  24. var contentStyleType: String

    Corresponds to attribute contentStyleType on the given <svg> element.

    Corresponds to attribute contentStyleType on the given <svg> element.

    MDN

  25. def createEvent(eventInterface: String): Event

    Definition Classes
    DocumentEvent
  26. def createSVGAngle(): SVGAngle

    Creates an SVGAngle object outside of any document trees.

    Creates an SVGAngle object outside of any document trees. The object is initialized to a value of zero degrees (unitless).

    MDN

  27. def createSVGLength(): SVGLength

    Creates an SVGLength object outside of any document trees.

    Creates an SVGLength object outside of any document trees. The object is initialized to a value of zero user units.

    MDN

  28. def createSVGMatrix(): SVGMatrix

    Creates an SVGMatrix object outside of any document trees.

    Creates an SVGMatrix object outside of any document trees. The object is initialized to the identity matrix.

    MDN

  29. def createSVGNumber(): SVGNumber

    Creates an SVGNumber object outside of any document trees.

    Creates an SVGNumber object outside of any document trees. The object is initialized to a value of zero.

    MDN

  30. def createSVGPoint(): SVGPoint

    Creates an SVGPoint object outside of any document trees.

    Creates an SVGPoint object outside of any document trees. The object is initialized to the point (0,0) in the user coordinate system.

    MDN

  31. def createSVGRect(): SVGRect

    Creates an SVGRect object outside of any document trees.

    Creates an SVGRect object outside of any document trees. The object is initialized such that all values are set to 0 user units.

    MDN

  32. def createSVGTransform(): SVGTransform

    Creates an SVGTransform object outside of any document trees.

    Creates an SVGTransform object outside of any document trees. The object is initialized to an identity matrix transform (SVG_TRANSFORM_MATRIX).

    MDN

  33. def createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform

    Creates an SVGTransform object outside of any document trees.

    Creates an SVGTransform object outside of any document trees. The object is initialized to the given matrix transform (i.e., SVG_TRANSFORM_MATRIX). The values from the parameter matrix are copied, the matrix parameter is not adopted as SVGTransform::matrix.

    MDN

  34. def currentScale: Double

    On an outermost <svg> element, this attribute indicates the current scale factor relative to the initial view to take into account user magnification and panning operations.

    On an outermost <svg> element, this attribute indicates the current scale factor relative to the initial view to take into account user magnification and panning operations. DOM attributes currentScale and currentTranslate are equivalent to the 2x3 matrix [a b c d e f] = [currentScale 0 0 currentScale currentTranslate.x currentTranslate.y]. If "magnification" is enabled (i.e., zoomAndPan="magnify"), then the effect is as if an extra transformation were placed at the outermost level on the SVG document fragment (i.e., outside the outermost <svg> element).

    MDN

  35. def currentTranslate: SVGPoint

    On an outermost <svg> element, the corresponding translation factor that takes into account user "magnification".

    On an outermost <svg> element, the corresponding translation factor that takes into account user "magnification".

    MDN

  36. def deselectAll(): Unit

    Unselects any selected objects, including any selections of text strings and type-in bars.

    Unselects any selected objects, including any selections of text strings and type-in bars.

    MDN

  37. def dispatchEvent(evt: Event): Boolean

    Dispatches an Event at the specified EventTarget, invoking the affected EventListeners in the appropriate order.

    Dispatches an Event at the specified EventTarget, invoking the affected EventListeners in the appropriate order. The normal event processing rules (including the capturing and optional bubbling phase) apply to events dispatched manually with dispatchEvent().

    MDN

    Definition Classes
    EventTarget
  38. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  40. var externalResourcesRequired: SVGAnimatedBoolean

    Definition Classes
    SVGExternalResourcesRequired
  41. var farthestViewportElement: SVGElement

    Definition Classes
    SVGLocatable
  42. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. def firstChild: Node

    Returns the node's first child in the tree, or null if the node is childless.

    Returns the node's first child in the tree, or null if the node is childless. If the node is a Document, it returns the first node in the list of its direct children.

    MDN

    Definition Classes
    Node
  44. def firstElementChild: Element

    Returns the Element that is the first child of the object, or null if there is none.

    Returns the Element that is the first child of the object, or null if there is none.

    MDN

    Definition Classes
    ParentNode
  45. def forceRedraw(): Unit

    In rendering environments supporting interactivity, forces the user agent to immediately redraw all regions of the viewport that require updating.

    In rendering environments supporting interactivity, forces the user agent to immediately redraw all regions of the viewport that require updating.

    MDN

  46. def getAttribute(): String

    getAttribute() returns the value of the named attribute on the specified element.

    getAttribute() returns the value of the named attribute on the specified element. If the named attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.

    MDN

    Definition Classes
    Element
  47. def getAttribute(name: String): String

    getAttribute() returns the value of the named attribute on the specified element.

    getAttribute() returns the value of the named attribute on the specified element. If the named attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.

    MDN

    Definition Classes
    Element
  48. def getAttributeNS(namespaceURI: String, localName: String): String

    getAttributeNS returns the string value of the attribute with the specified namespace and name.

    getAttributeNS returns the string value of the attribute with the specified namespace and name. If the named attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.

    MDN

    Definition Classes
    Element
  49. def getAttributeNode(name: String): Attr

    Returns the specified attribute of the specified element, as an Attr node.

    Returns the specified attribute of the specified element, as an Attr node.

    MDN

    Definition Classes
    Element
  50. def getAttributeNodeNS(namespaceURI: String, localName: String): Attr

    Returns the Attr node for the attribute with the given namespace and name.

    Returns the Attr node for the attribute with the given namespace and name.

    MDN

    Definition Classes
    Element
  51. def getBBox(): SVGRect

    Definition Classes
    SVGLocatable
  52. def getBoundingClientRect(): ClientRect

    Returns a text rectangle object that encloses a group of text rectangles.

    Returns a text rectangle object that encloses a group of text rectangles.

    MDN

    Definition Classes
    Element
  53. def getCTM(): SVGMatrix

    Definition Classes
    SVGLocatable
  54. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  55. def getClientRects(): ClientRectList

    Returns a collection of rectangles that indicate the bounding rectangles for each box in a client.

    Returns a collection of rectangles that indicate the bounding rectangles for each box in a client.

    MDN

    Definition Classes
    Element
  56. def getComputedStyle(elt: Element, pseudoElt: String = js.native): CSSStyleDeclaration

  57. def getCurrentTime(): Int

    Returns the current time in seconds relative to the start time for the current SVG document fragment.

    Returns the current time in seconds relative to the start time for the current SVG document fragment. If getCurrentTime is called before the document timeline has begun (for example, by script running in a <script> element before the document's SVGLoad event is dispatched), then 0 is returned.

    MDN

  58. def getElementById(elementId: String): Element

    Searches this SVG document fragment (i.e., the search is restricted to a subset of the document tree) for an Element whose id is given by elementId.

    Searches this SVG document fragment (i.e., the search is restricted to a subset of the document tree) for an Element whose id is given by elementId. If an Element is found, that Element is returned. If no such element exists, returns null. Behavior is not defined if more than one element has this id.

    MDN

  59. def getElementsByClassName(classNames: String): NodeList

    Definition Classes
    Element
  60. def getElementsByTagName(name: String): NodeList

    Returns a list of elements with the given tag name.

    Returns a list of elements with the given tag name. The subtree underneath the specified element is searched, excluding the element itself. The returned list is live, meaning that it updates itself with the DOM tree automatically. Consequently, there is no need to call several times element.getElementsByTagName with the same element and arguments.

    MDN

    Definition Classes
    Element
  61. def getElementsByTagNameNS(namespaceURI: String, localName: String): NodeList

    Returns a list of elements with the given tag name belonging to the given namespace.

    Returns a list of elements with the given tag name belonging to the given namespace.

    MDN

    Definition Classes
    Element
  62. def getEnclosureList(rect: SVGRect, referenceElement: SVGElement): NodeList

  63. def getIntersectionList(rect: SVGRect, referenceElement: SVGElement): NodeList

    Returns the list of graphics elements whose rendered content intersects the supplied rectangle.

    Returns the list of graphics elements whose rendered content intersects the supplied rectangle. Each candidate graphics element is to be considered a match only if the same graphics element can be a target of pointer events as defined in pointer-events processing.

    MDN

  64. def getScreenCTM(): SVGMatrix

    Definition Classes
    SVGLocatable
  65. def getTransformToElement(element: SVGElement): SVGMatrix

    Definition Classes
    SVGLocatable
  66. def hasAttribute(name: String): Boolean

    hasAttribute returns a boolean value indicating whether the specified element has the specified attribute or not.

    hasAttribute returns a boolean value indicating whether the specified element has the specified attribute or not.

    MDN

    Definition Classes
    Element
  67. def hasAttributeNS(namespaceURI: String, localName: String): Boolean

    hasAttributeNS returns a boolean value indicating whether the current element has the specified attribute.

    hasAttributeNS returns a boolean value indicating whether the current element has the specified attribute.

    MDN

    Definition Classes
    Element
  68. def hasAttributes(): Boolean

    hasAttributes returns a boolean value of true or false, indicating if the current element has any attributes or not.

    hasAttributes returns a boolean value of true or false, indicating if the current element has any attributes or not.

    MDN

    Definition Classes
    Node
  69. def hasChildNodes(): Boolean

    hasChildNodes returns a Boolean value indicating whether the current Node has child nodes or not.

    hasChildNodes returns a Boolean value indicating whether the current Node has child nodes or not.

    MDN

    Definition Classes
    Node
  70. def hasExtension(extension: String): Boolean

    Returns true if the browser supports the given extension, specified by a URI.

    Returns true if the browser supports the given extension, specified by a URI.

    MDN

    Definition Classes
    SVGTests
  71. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  72. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  73. def height: SVGAnimatedLength

    Corresponds to attribute height on the given <svg> element.

    Corresponds to attribute height on the given <svg> element.

    MDN

  74. var id: String

    Definition Classes
    Element
  75. var innerHTML: String

    innerHTML sets or gets the HTML syntax describing the element's descendants.

    innerHTML sets or gets the HTML syntax describing the element's descendants.

    Note: If a

    , , or node has a child text node that includes the characters (&), (<), or (>), innerHTML returns these characters as &amp, &lt and &gt respectively. Use Node.textContent to get a correct copy of these text nodes' contents. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#insertAdjacentHTML" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="insertAdjacentHTML(where:String,html:String):Unit"></a> <a id="insertAdjacentHTML(String,String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">insertAdjacentHTML</span><span class="params">(<span name="where">where: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="html">html: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@insertAdjacentHTML(where:String,html:String):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Supported by FF&gt;8, Opera&gt;7, Chrome&gt;1, IE&gt;4, Safari&gt;4 </p><div class="fullcomment"><div class="comment cmt"><p>Supported by FF&gt;8, Opera&gt;7, Chrome&gt;1, IE&gt;4, Safari&gt;4 </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#insertBefore" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="insertBefore(newChild:org.scalajs.dom.Node,refChild:org.scalajs.dom.Node):org.scalajs.dom.Node"></a> <a id="insertBefore(Node,Node):Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">insertBefore</span><span class="params">(<span name="newChild">newChild: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span>, <span name="refChild">refChild: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a> = <span class="symbol">js.native</span></span>)</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@insertBefore(newChild:org.scalajs.dom.Node,refChild:org.scalajs.dom.Node):org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Inserts the first Node given in a parameter immediately before the second, child of this element, Node.</p><div class="fullcomment"><div class="comment cmt"><p>Inserts the first Node given in a parameter immediately before the second, child of this element, Node.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#isDefaultNamespace" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isDefaultNamespace(namespaceURI:String):Boolean"></a> <a id="isDefaultNamespace(String):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isDefaultNamespace</span><span class="params">(<span name="namespaceURI">namespaceURI: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@isDefaultNamespace(namespaceURI:String):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">isDefaultNamespace accepts a namespace URI as an argument and returns true if the namespace is the default namespace on the given node or false if not.</p><div class="fullcomment"><div class="comment cmt"><p>isDefaultNamespace accepts a namespace URI as an argument and returns true if the namespace is the default namespace on the given node or false if not.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#isEqualNode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isEqualNode(arg:org.scalajs.dom.Node):Boolean"></a> <a id="isEqualNode(Node):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isEqualNode</span><span class="params">(<span name="arg">arg: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@isEqualNode(arg:org.scalajs.dom.Node):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">If #targetElm is first div element in document, &quot;true&quot; will be displayed.</p><div class="fullcomment"><div class="comment cmt"><p>If #targetElm is first div element in document, &quot;true&quot; will be displayed.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@isInstanceOf[T0]:Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.scalajs.js.Object#isPrototypeOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isPrototypeOf(v:scala.scalajs.js.Object):scala.scalajs.js.Boolean"></a> <a id="isPrototypeOf(Object):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isPrototypeOf</span><span class="params">(<span name="v">v: <span class="extype" name="scala.scalajs.js.Object">Object</span></span>)</span><span class="result">: <span class="extype" name="scala.scalajs.js.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@isPrototypeOf(v:scala.scalajs.js.Object):scala.scalajs.js.Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Object</dd></dl></div> </li><li name="org.scalajs.dom.Node#isSameNode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isSameNode(other:org.scalajs.dom.Node):Boolean"></a> <a id="isSameNode(Node):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isSameNode</span><span class="params">(<span name="other">other: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@isSameNode(other:org.scalajs.dom.Node):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Tests whether two nodes are the same, that is they reference the same object.</p><div class="fullcomment"><div class="comment cmt"><p>Tests whether two nodes are the same, that is they reference the same object.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#isSupported" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isSupported(feature:String,version:String):Boolean"></a> <a id="isSupported(String,String):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isSupported</span><span class="params">(<span name="feature">feature: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="version">version: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@isSupported(feature:String,version:String):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">The Node.isSupported()returns a Boolean flag containing the result of a test whether the DOM implementation implements a specific feature and this feature is supported by the specific node.</p><div class="fullcomment"><div class="comment cmt"><p>The Node.isSupported()returns a Boolean flag containing the result of a test whether the DOM implementation implements a specific feature and this feature is supported by the specific node.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#lastChild" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="lastChild:org.scalajs.dom.Node"></a> <a id="lastChild:Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">lastChild</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@lastChild:org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns a Node representing the last direct child node of the node, or null if the node has no child.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a Node representing the last direct child node of the node, or null if the node has no child.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.ParentNode#lastElementChild" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="lastElementChild:org.scalajs.dom.Element"></a> <a id="lastElementChild:Element"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">lastElementChild</span><span class="result">: <a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@lastElementChild:org.scalajs.dom.Element" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns the Element that is the last child of the object, or null if there is none.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the Element that is the last child of the object, or null if there is none.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="ParentNode.html" class="extype" name="org.scalajs.dom.ParentNode">ParentNode</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#localName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="localName:String"></a> <a id="localName:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">localName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@localName:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns a DOMString representing the local part of the qualified name of an element.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a DOMString representing the local part of the qualified name of an element. In Firefox 3.5 and earlier, the property upper-cases the local name for HTML elements (but not XHTML elements). In later versions, this does not happen, so the property is in lower case for both HTML and XHTML. Though the specification requires localName to be defined on the Node interface, Gecko-based browsers implement it on the Element interface.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#lookupNamespaceURI" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="lookupNamespaceURI(prefix:String):String"></a> <a id="lookupNamespaceURI(String):String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">lookupNamespaceURI</span><span class="params">(<span name="prefix">prefix: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@lookupNamespaceURI(prefix:String):String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Takes a prefix and returns the namespaceURI associated with it on the given node if found (and null if not).</p><div class="fullcomment"><div class="comment cmt"><p>Takes a prefix and returns the namespaceURI associated with it on the given node if found (and null if not). Supplying null for the prefix will return the default namespace.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#lookupPrefix" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="lookupPrefix(namespaceURI:String):String"></a> <a id="lookupPrefix(String):String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">lookupPrefix</span><span class="params">(<span name="namespaceURI">namespaceURI: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@lookupPrefix(namespaceURI:String):String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns the prefix for a given namespaceURI if present, and null if not.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the prefix for a given namespaceURI if present, and null if not. When multiple prefixes are possible, the result is implementation-dependent.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#namespaceURI" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="namespaceURI:String"></a> <a id="namespaceURI:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">namespaceURI</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@namespaceURI:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">The namespace URI of this node, or null if it is no namespace.</p><div class="fullcomment"><div class="comment cmt"><p>The namespace URI of this node, or null if it is no namespace. In Firefox 3.5 and earlier, HTML elements are in no namespace. In later versions, HTML elements are in the http://www.w3.org/1999/xhtml namespace in both HTML and XML trees. Though the specification requires namespaceURI to be defined on the Node interface, Gecko-based browsers implement it on the Element interface.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalajs.dom.SVGLocatable#nearestViewportElement" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="nearestViewportElement:org.scalajs.dom.SVGElement"></a> <a id="nearestViewportElement:SVGElement"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">nearestViewportElement</span><span class="result">: <a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@nearestViewportElement:org.scalajs.dom.SVGElement" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGLocatable.html" class="extype" name="org.scalajs.dom.SVGLocatable">SVGLocatable</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#nextSibling" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="nextSibling:org.scalajs.dom.Node"></a> <a id="nextSibling:Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">nextSibling</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@nextSibling:org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns the node immediately following the specified one in its parent's childNodes list, or null if the specified node is the last node in that list.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the node immediately following the specified one in its parent's childNodes list, or null if the specified node is the last node in that list.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#nodeName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="nodeName:String"></a> <a id="nodeName:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">nodeName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@nodeName:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns a DOMString containing the name of the Node.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a DOMString containing the name of the Node. The structure of the name will differ with the name type. E.g. An HTMLElement will contain the name of the corresponding tag, like 'audio' for an HTMLAudioElement, a Text node will have the '#text' string, or a Document node will have the '#document' string.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#nodeType" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="nodeType:Int"></a> <a id="nodeType:Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">nodeType</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@nodeType:Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">The read-only Node.nodeType property returns an unsigned short integer representing the type of the node.</p><div class="fullcomment"><div class="comment cmt"><p>The read-only Node.nodeType property returns an unsigned short integer representing the type of the node.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#nodeValue" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="nodeValue:String"></a> <a id="nodeValue:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">nodeValue</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@nodeValue:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Is a DOMString representing the value of an object.</p><div class="fullcomment"><div class="comment cmt"><p>Is a DOMString representing the value of an object. For most Node type, this returns null and any set operation is ignored. For nodes of type TEXT_NODE (Text objects), COMMENT_NODE (Comment objects), and PROCESSING_INSTRUCTION_NODE (ProcessingInstruction objects), the value corresponds to the text data contained in the object.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#normalize" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="normalize():Unit"></a> <a id="normalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">normalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@normalize():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Puts the specified node and all of its subtree into a &quot;normalized&quot; form.</p><div class="fullcomment"><div class="comment cmt"><p>Puts the specified node and all of its subtree into a &quot;normalized&quot; form. In a normalized subtree, no text nodes in the subtree are empty and there are no adjacent text nodes.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@notify():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@notifyAll():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#onabort" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="onabort:scala.scalajs.js.Function1[org.scalajs.dom.UIEvent,_]"></a> <a id="onabort:Function1[UIEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onabort</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="UIEvent.html" class="extype" name="org.scalajs.dom.UIEvent">UIEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onabort:scala.scalajs.js.Function1[org.scalajs.dom.UIEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> </li><li name="org.scalajs.dom.SVGElement#onclick" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onclick:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="onclick:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onclick</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onclick:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#oncopy" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="oncopy:scala.scalajs.js.Function1[org.scalajs.dom.DragEvent,_]"></a> <a id="oncopy:Function1[DragEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">oncopy</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="DragEvent.html" class="extype" name="org.scalajs.dom.DragEvent">DragEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@oncopy:scala.scalajs.js.Function1[org.scalajs.dom.DragEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#oncut" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="oncut:scala.scalajs.js.Function1[org.scalajs.dom.DragEvent,_]"></a> <a id="oncut:Function1[DragEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">oncut</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="DragEvent.html" class="extype" name="org.scalajs.dom.DragEvent">DragEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@oncut:scala.scalajs.js.Function1[org.scalajs.dom.DragEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#ondblclick" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ondblclick:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="ondblclick:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">ondblclick</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@ondblclick:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#onerror" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="onerror:scala.scalajs.js.Function1[org.scalajs.dom.Event,_]"></a> <a id="onerror:Function1[Event,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onerror</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="Event.html" class="extype" name="org.scalajs.dom.Event">Event</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onerror:scala.scalajs.js.Function1[org.scalajs.dom.Event,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> </li><li name="org.scalajs.dom.SVGElement#onfocusin" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onfocusin:scala.scalajs.js.Function1[org.scalajs.dom.FocusEvent,_]"></a> <a id="onfocusin:Function1[FocusEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onfocusin</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="FocusEvent.html" class="extype" name="org.scalajs.dom.FocusEvent">FocusEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onfocusin:scala.scalajs.js.Function1[org.scalajs.dom.FocusEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onfocusout" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onfocusout:scala.scalajs.js.Function1[org.scalajs.dom.FocusEvent,_]"></a> <a id="onfocusout:Function1[FocusEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onfocusout</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="FocusEvent.html" class="extype" name="org.scalajs.dom.FocusEvent">FocusEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onfocusout:scala.scalajs.js.Function1[org.scalajs.dom.FocusEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onload" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onload:scala.scalajs.js.Function1[org.scalajs.dom.Event,_]"></a> <a id="onload:Function1[Event,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onload</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="Event.html" class="extype" name="org.scalajs.dom.Event">Event</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onload:scala.scalajs.js.Function1[org.scalajs.dom.Event,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onmousedown" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onmousedown:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="onmousedown:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onmousedown</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onmousedown:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onmousemove" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onmousemove:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="onmousemove:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onmousemove</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onmousemove:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onmouseout" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onmouseout:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="onmouseout:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onmouseout</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onmouseout:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onmouseover" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onmouseover:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="onmouseover:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onmouseover</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onmouseover:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#onmouseup" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onmouseup:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]"></a> <a id="onmouseup:Function1[MouseEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onmouseup</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="MouseEvent.html" class="extype" name="org.scalajs.dom.MouseEvent">MouseEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onmouseup:scala.scalajs.js.Function1[org.scalajs.dom.MouseEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#onpaste" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="onpaste:scala.scalajs.js.Function1[org.scalajs.dom.DragEvent,_]"></a> <a id="onpaste:Function1[DragEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onpaste</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="DragEvent.html" class="extype" name="org.scalajs.dom.DragEvent">DragEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onpaste:scala.scalajs.js.Function1[org.scalajs.dom.DragEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#onresize" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="onresize:scala.scalajs.js.Function1[org.scalajs.dom.UIEvent,_]"></a> <a id="onresize:Function1[UIEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onresize</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="UIEvent.html" class="extype" name="org.scalajs.dom.UIEvent">UIEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onresize:scala.scalajs.js.Function1[org.scalajs.dom.UIEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> </li><li name="org.scalajs.dom.SVGSVGElement#onscroll" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="onscroll:scala.scalajs.js.Function1[org.scalajs.dom.UIEvent,_]"></a> <a id="onscroll:Function1[UIEvent,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onscroll</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="UIEvent.html" class="extype" name="org.scalajs.dom.UIEvent">UIEvent</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onscroll:scala.scalajs.js.Function1[org.scalajs.dom.UIEvent,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> </li><li name="org.scalajs.dom.SVGSVGElement#onunload" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="onunload:scala.scalajs.js.Function1[org.scalajs.dom.Event,_]"></a> <a id="onunload:Function1[Event,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onunload</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="Event.html" class="extype" name="org.scalajs.dom.Event">Event</a>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onunload:scala.scalajs.js.Function1[org.scalajs.dom.Event,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> </li><li name="org.scalajs.dom.SVGSVGElement#onzoom" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="onzoom:scala.scalajs.js.Function1[scala.scalajs.js.Any,_]"></a> <a id="onzoom:Function1[Any,_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">onzoom</span><span class="result">: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<span class="extype" name="scala.scalajs.js.Any">Any</span>, _]</span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@onzoom:scala.scalajs.js.Function1[scala.scalajs.js.Any,_]" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> </li><li name="org.scalajs.dom.Element#outerHTML" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="outerHTML:String"></a> <a id="outerHTML:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">outerHTML</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@outerHTML:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Gets the markup of the element including its content.</p><div class="fullcomment"><div class="comment cmt"><p>Gets the markup of the element including its content. When used as a setter, replaces the element with nodes parsed from the given string.</p><p>Supported by FF&gt;10, any Opera, any Chrome, any IE, any Safari </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#ownerDocument" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ownerDocument:org.scalajs.dom.Document"></a> <a id="ownerDocument:Document"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ownerDocument</span><span class="result">: <a href="Document.html" class="extype" name="org.scalajs.dom.Document">Document</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@ownerDocument:org.scalajs.dom.Document" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns the Document that this node belongs to.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the Document that this node belongs to. If no document is associated with it, returns null.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGElement#ownerSVGElement" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ownerSVGElement:org.scalajs.dom.SVGSVGElement"></a> <a id="ownerSVGElement:SVGSVGElement"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ownerSVGElement</span><span class="result">: <a href="" class="extype" name="org.scalajs.dom.SVGSVGElement">SVGSVGElement</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@ownerSVGElement:org.scalajs.dom.SVGSVGElement" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">The nearest ancestor &lt;svg&gt; element.</p><div class="fullcomment"><div class="comment cmt"><p>The nearest ancestor &lt;svg&gt; element. Null if the given element is the outermost svg element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#parentNode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="parentNode:org.scalajs.dom.Node"></a> <a id="parentNode:Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">parentNode</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@parentNode:org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns a Node that is the parent of this node.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a Node that is the parent of this node. If there is no such node, like if this node is the top of the tree or if doesn't participate in a tree, this property returns null.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#pauseAnimations" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="pauseAnimations():Unit"></a> <a id="pauseAnimations():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">pauseAnimations</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@pauseAnimations():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Suspends (i.e., pauses) all currently running animations that are defined within the SVG document fragment corresponding to this &lt;svg&gt; element, causing the animation clock corresponding to this document fragment to stand still until it is unpaused.</p><div class="fullcomment"><div class="comment cmt"><p>Suspends (i.e., pauses) all currently running animations that are defined within the SVG document fragment corresponding to this &lt;svg&gt; element, causing the animation clock corresponding to this document fragment to stand still until it is unpaused.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGSVGElement#pixelUnitToMillimeterX" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="pixelUnitToMillimeterX:Double"></a> <a id="pixelUnitToMillimeterX:Double"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">pixelUnitToMillimeterX</span><span class="result">: <span class="extype" name="scala.Double">Double</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@pixelUnitToMillimeterX:Double" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Size of a pixel units (as defined by CSS2) along the x-axis of the viewport, which represents a unit somewhere in the range of 70dpi to 120dpi, and, on systems that support this, might actually match the characteristics of the target medium.</p><div class="fullcomment"><div class="comment cmt"><p>Size of a pixel units (as defined by CSS2) along the x-axis of the viewport, which represents a unit somewhere in the range of 70dpi to 120dpi, and, on systems that support this, might actually match the characteristics of the target medium. On systems where it is impossible to know the size of a pixel, a suitable default pixel size is provided.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGSVGElement#pixelUnitToMillimeterY" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="pixelUnitToMillimeterY:Double"></a> <a id="pixelUnitToMillimeterY:Double"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">pixelUnitToMillimeterY</span><span class="result">: <span class="extype" name="scala.Double">Double</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@pixelUnitToMillimeterY:Double" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponding size of a pixel unit along the y-axis of the viewport.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponding size of a pixel unit along the y-axis of the viewport.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.Node#prefix" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="prefix:String"></a> <a id="prefix:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">prefix</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@prefix:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Is a DOMString representing the namespace prefix of the node, or null if no prefix is specified.</p><div class="fullcomment"><div class="comment cmt"><p>Is a DOMString representing the namespace prefix of the node, or null if no prefix is specified. Though the specification requires localName to be defined on the Node interface, Gecko-based browsers implement it on the Element interface.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGFitToViewBox#preserveAspectRatio" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="preserveAspectRatio:org.scalajs.dom.SVGAnimatedPreserveAspectRatio"></a> <a id="preserveAspectRatio:SVGAnimatedPreserveAspectRatio"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">preserveAspectRatio</span><span class="result">: <a href="SVGAnimatedPreserveAspectRatio.html" class="extype" name="org.scalajs.dom.SVGAnimatedPreserveAspectRatio">SVGAnimatedPreserveAspectRatio</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@preserveAspectRatio:org.scalajs.dom.SVGAnimatedPreserveAspectRatio" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGFitToViewBox.html" class="extype" name="org.scalajs.dom.SVGFitToViewBox">SVGFitToViewBox</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#previousSibling" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="previousSibling:org.scalajs.dom.Node"></a> <a id="previousSibling:Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">previousSibling</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@previousSibling:org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns the node immediately preceding the specified one in its parent's childNodes list, null if the specified node is the first in that list.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the node immediately preceding the specified one in its parent's childNodes list, null if the specified node is the first in that list.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="scala.scalajs.js.Object#propertyIsEnumerable" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="propertyIsEnumerable(v:scala.scalajs.js.String):scala.scalajs.js.Boolean"></a> <a id="propertyIsEnumerable(String):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">propertyIsEnumerable</span><span class="params">(<span name="v">v: <span class="extype" name="scala.scalajs.js.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.scalajs.js.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@propertyIsEnumerable(v:scala.scalajs.js.String):scala.scalajs.js.Boolean" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Object</dd></dl></div> </li><li name="org.scalajs.dom.NodeSelector#querySelector" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="querySelector(selectors:String):org.scalajs.dom.Element"></a> <a id="querySelector(String):Element"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">querySelector</span><span class="params">(<span name="selectors">selectors: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@querySelector(selectors:String):org.scalajs.dom.Element" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns the first element within the document (using depth-first pre-order traversal of the document's nodes) that matches the specified group of selectors.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the first element within the document (using depth-first pre-order traversal of the document's nodes) that matches the specified group of selectors.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="NodeSelector.html" class="extype" name="org.scalajs.dom.NodeSelector">NodeSelector</a></dd></dl></div> </li><li name="org.scalajs.dom.NodeSelector#querySelectorAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="querySelectorAll(selectors:String):org.scalajs.dom.NodeList"></a> <a id="querySelectorAll(String):NodeList"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">querySelectorAll</span><span class="params">(<span name="selectors">selectors: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <a href="NodeList.html" class="extype" name="org.scalajs.dom.NodeList">NodeList</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@querySelectorAll(selectors:String):org.scalajs.dom.NodeList" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Returns a list of the elements within the document (using depth-first pre-order traversal of the document's nodes) that match the specified group of selectors.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a list of the elements within the document (using depth-first pre-order traversal of the document's nodes) that match the specified group of selectors.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="NodeSelector.html" class="extype" name="org.scalajs.dom.NodeSelector">NodeSelector</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#removeAttribute" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="removeAttribute():Unit"></a> <a id="removeAttribute():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">removeAttribute</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@removeAttribute():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">removeAttribute removes an attribute from the specified element.</p><div class="fullcomment"><div class="comment cmt"><p>removeAttribute removes an attribute from the specified element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#removeAttribute" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="removeAttribute(name:String):Unit"></a> <a id="removeAttribute(String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">removeAttribute</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@removeAttribute(name:String):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">removeAttribute removes an attribute from the specified element.</p><div class="fullcomment"><div class="comment cmt"><p>removeAttribute removes an attribute from the specified element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#removeAttributeNS" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="removeAttributeNS(namespaceURI:String,localName:String):Unit"></a> <a id="removeAttributeNS(String,String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">removeAttributeNS</span><span class="params">(<span name="namespaceURI">namespaceURI: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="localName">localName: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@removeAttributeNS(namespaceURI:String,localName:String):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">removeAttributeNS removes the specified attribute from an element.</p><div class="fullcomment"><div class="comment cmt"><p>removeAttributeNS removes the specified attribute from an element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#removeAttributeNode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="removeAttributeNode(oldAttr:org.scalajs.dom.Attr):org.scalajs.dom.Attr"></a> <a id="removeAttributeNode(Attr):Attr"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">removeAttributeNode</span><span class="params">(<span name="oldAttr">oldAttr: <a href="Attr.html" class="extype" name="org.scalajs.dom.Attr">Attr</a></span>)</span><span class="result">: <a href="Attr.html" class="extype" name="org.scalajs.dom.Attr">Attr</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@removeAttributeNode(oldAttr:org.scalajs.dom.Attr):org.scalajs.dom.Attr" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">removeAttributeNode removes the specified attribute from the current element.</p><div class="fullcomment"><div class="comment cmt"><p>removeAttributeNode removes the specified attribute from the current element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#removeChild" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="removeChild(oldChild:org.scalajs.dom.Node):org.scalajs.dom.Node"></a> <a id="removeChild(Node):Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">removeChild</span><span class="params">(<span name="oldChild">oldChild: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span>)</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@removeChild(oldChild:org.scalajs.dom.Node):org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Removes a child node from the current element, which must be a child of the current node.</p><div class="fullcomment"><div class="comment cmt"><p>Removes a child node from the current element, which must be a child of the current node.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.EventTarget#removeEventListener" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="removeEventListener(type:String,listener:scala.scalajs.js.Function1[org.scalajs.dom.Event,_],useCapture:Boolean):Unit"></a> <a id="removeEventListener(String,Function1[Event,_],Boolean):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">removeEventListener</span><span class="params">(<span name="type">type: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="listener">listener: <span class="extype" name="scala.scalajs.js.Function1">Function1</span>[<a href="Event.html" class="extype" name="org.scalajs.dom.Event">Event</a>, _]</span>, <span name="useCapture">useCapture: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">js.native</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@removeEventListener(type:String,listener:scala.scalajs.js.Function1[org.scalajs.dom.Event,_],useCapture:Boolean):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Removes the event listener previously registered with EventTarget.addEventListener.</p><div class="fullcomment"><div class="comment cmt"><p>Removes the event listener previously registered with EventTarget.addEventListener.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="EventTarget.html" class="extype" name="org.scalajs.dom.EventTarget">EventTarget</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#replaceChild" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="replaceChild(newChild:org.scalajs.dom.Node,oldChild:org.scalajs.dom.Node):org.scalajs.dom.Node"></a> <a id="replaceChild(Node,Node):Node"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">replaceChild</span><span class="params">(<span name="newChild">newChild: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span>, <span name="oldChild">oldChild: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span>)</span><span class="result">: <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@replaceChild(newChild:org.scalajs.dom.Node,oldChild:org.scalajs.dom.Node):org.scalajs.dom.Node" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Replaces one child Node of the current one with the second one given in parameter.</p><div class="fullcomment"><div class="comment cmt"><p>Replaces one child Node of the current one with the second one given in parameter.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGTests#requiredExtensions" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="requiredExtensions:org.scalajs.dom.SVGStringList"></a> <a id="requiredExtensions:SVGStringList"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">requiredExtensions</span><span class="result">: <a href="SVGStringList.html" class="extype" name="org.scalajs.dom.SVGStringList">SVGStringList</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@requiredExtensions:org.scalajs.dom.SVGStringList" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute requiredExtensions on the given element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute requiredExtensions on the given element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGTests.html" class="extype" name="org.scalajs.dom.SVGTests">SVGTests</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGTests#requiredFeatures" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="requiredFeatures:org.scalajs.dom.SVGStringList"></a> <a id="requiredFeatures:SVGStringList"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">requiredFeatures</span><span class="result">: <a href="SVGStringList.html" class="extype" name="org.scalajs.dom.SVGStringList">SVGStringList</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@requiredFeatures:org.scalajs.dom.SVGStringList" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute requiredFeatures on the given element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute requiredFeatures on the given element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGTests.html" class="extype" name="org.scalajs.dom.SVGTests">SVGTests</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#screenPixelToMillimeterX" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="screenPixelToMillimeterX:Double"></a> <a id="screenPixelToMillimeterX:Double"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">screenPixelToMillimeterX</span><span class="result">: <span class="extype" name="scala.Double">Double</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@screenPixelToMillimeterX:Double" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">User interface (UI) events in DOM Level 2 indicate the screen positions at which the given UI event occurred.</p><div class="fullcomment"><div class="comment cmt"><p>User interface (UI) events in DOM Level 2 indicate the screen positions at which the given UI event occurred. When the browser actually knows the physical size of a &quot;screen unit&quot;, this attribute will express that information; otherwise, user agents will provide a suitable default value such as .28mm.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGSVGElement#screenPixelToMillimeterY" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="screenPixelToMillimeterY:Double"></a> <a id="screenPixelToMillimeterY:Double"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">screenPixelToMillimeterY</span><span class="result">: <span class="extype" name="scala.Double">Double</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@screenPixelToMillimeterY:Double" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponding size of a screen pixel along the y-axis of the viewport.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponding size of a screen pixel along the y-axis of the viewport.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.Element#scrollHeight" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scrollHeight:Int"></a> <a id="scrollHeight:Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">scrollHeight</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@scrollHeight:Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Height of the scroll view of an element; it includes the element padding but not its margin.</p><div class="fullcomment"><div class="comment cmt"><p>Height of the scroll view of an element; it includes the element padding but not its margin.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#scrollIntoView" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scrollIntoView(top:Boolean):Unit"></a> <a id="scrollIntoView(Boolean):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">scrollIntoView</span><span class="params">(<span name="top">top: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">js.native</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@scrollIntoView(top:Boolean):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#scrollLeft" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scrollLeft:Int"></a> <a id="scrollLeft:Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">scrollLeft</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@scrollLeft:Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">scrollLeft gets or sets the number of pixels that an element's content is scrolled to the left.</p><div class="fullcomment"><div class="comment cmt"><p>scrollLeft gets or sets the number of pixels that an element's content is scrolled to the left.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#scrollTop" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scrollTop:Int"></a> <a id="scrollTop:Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">scrollTop</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@scrollTop:Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">scrollTop gets or sets the number of pixels that the content of an element is scrolled upward.</p><div class="fullcomment"><div class="comment cmt"><p>scrollTop gets or sets the number of pixels that the content of an element is scrolled upward.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#scrollWidth" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scrollWidth:Int"></a> <a id="scrollWidth:Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">scrollWidth</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@scrollWidth:Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">scrollWidth is a read–only property that returns either the width in pixels of the content of an element or the width of the element itself, whichever is greater.</p><div class="fullcomment"><div class="comment cmt"><p>scrollWidth is a read–only property that returns either the width in pixels of the content of an element or the width of the element itself, whichever is greater. If the element is wider than its content area (for example, if there are scroll bars for scrolling through the content), the scrollWidth is larger than the clientWidth.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#setAttribute" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="setAttribute(name:String,value:String):Unit"></a> <a id="setAttribute(String,String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">setAttribute</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="value">value: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@setAttribute(name:String,value:String):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Adds a new attribute or changes the value of an existing attribute on the specified element.</p><div class="fullcomment"><div class="comment cmt"><p>Adds a new attribute or changes the value of an existing attribute on the specified element.</p><p>MSN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#setAttributeNS" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="setAttributeNS(namespaceURI:String,qualifiedName:String,value:String):Unit"></a> <a id="setAttributeNS(String,String,String):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">setAttributeNS</span><span class="params">(<span name="namespaceURI">namespaceURI: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="qualifiedName">qualifiedName: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="value">value: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@setAttributeNS(namespaceURI:String,qualifiedName:String,value:String):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">setAttributeNS adds a new attribute or changes the value of an attribute with the given namespace and name.</p><div class="fullcomment"><div class="comment cmt"><p>setAttributeNS adds a new attribute or changes the value of an attribute with the given namespace and name.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#setAttributeNode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="setAttributeNode(newAttr:org.scalajs.dom.Attr):org.scalajs.dom.Attr"></a> <a id="setAttributeNode(Attr):Attr"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">setAttributeNode</span><span class="params">(<span name="newAttr">newAttr: <a href="Attr.html" class="extype" name="org.scalajs.dom.Attr">Attr</a></span>)</span><span class="result">: <a href="Attr.html" class="extype" name="org.scalajs.dom.Attr">Attr</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@setAttributeNode(newAttr:org.scalajs.dom.Attr):org.scalajs.dom.Attr" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">setAttributeNode() adds a new Attr node to the specified element.</p><div class="fullcomment"><div class="comment cmt"><p>setAttributeNode() adds a new Attr node to the specified element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#setAttributeNodeNS" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="setAttributeNodeNS(newAttr:org.scalajs.dom.Attr):org.scalajs.dom.Attr"></a> <a id="setAttributeNodeNS(Attr):Attr"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">setAttributeNodeNS</span><span class="params">(<span name="newAttr">newAttr: <a href="Attr.html" class="extype" name="org.scalajs.dom.Attr">Attr</a></span>)</span><span class="result">: <a href="Attr.html" class="extype" name="org.scalajs.dom.Attr">Attr</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@setAttributeNodeNS(newAttr:org.scalajs.dom.Attr):org.scalajs.dom.Attr" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">setAttributeNodeNS adds a new namespaced attribute node to an element.</p><div class="fullcomment"><div class="comment cmt"><p>setAttributeNodeNS adds a new namespaced attribute node to an element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#setCurrentTime" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="setCurrentTime(seconds:Double):Unit"></a> <a id="setCurrentTime(Double):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">setCurrentTime</span><span class="params">(<span name="seconds">seconds: <span class="extype" name="scala.Double">Double</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@setCurrentTime(seconds:Double):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Adjusts the clock for this SVG document fragment, establishing a new current time.</p><div class="fullcomment"><div class="comment cmt"><p>Adjusts the clock for this SVG document fragment, establishing a new current time. If setCurrentTime is called before the document timeline has begun (for example, by script running in a &lt;script&gt; element before the document's SVGLoad event is dispatched), then the value of seconds in the last invocation of the method gives the time that the document will seek to once the document timeline has begun.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGStylable#style" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="style:org.scalajs.dom.CSSStyleDeclaration"></a> <a id="style:CSSStyleDeclaration"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">style</span><span class="result">: <a href="CSSStyleDeclaration.html" class="extype" name="org.scalajs.dom.CSSStyleDeclaration">CSSStyleDeclaration</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@style:org.scalajs.dom.CSSStyleDeclaration" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute style on the given element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute style on the given element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGStylable.html" class="extype" name="org.scalajs.dom.SVGStylable">SVGStylable</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#suspendRedraw" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="suspendRedraw(maxWaitMilliseconds:Int):Int"></a> <a id="suspendRedraw(Int):Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">suspendRedraw</span><span class="params">(<span name="maxWaitMilliseconds">maxWaitMilliseconds: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@suspendRedraw(maxWaitMilliseconds:Int):Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Takes a time-out value which indicates that redraw shall not occur until: the corresponding unsuspendRedraw() call has been made, an unsuspendRedrawAll() call has been made, or its timer has timed out.</p><div class="fullcomment"><div class="comment cmt"><p>Takes a time-out value which indicates that redraw shall not occur until: the corresponding unsuspendRedraw() call has been made, an unsuspendRedrawAll() call has been made, or its timer has timed out. In environments that do not support interactivity (e.g., print media), then redraw shall not be suspended. Calls to suspendRedraw() and unsuspendRedraw() should, but need not be, made in balanced pairs. To suspend redraw actions as a collection of SVG DOM changes occur, precede the changes to the SVG DOM with a method call similar to: suspendHandleID = suspendRedraw(maxWaitMilliseconds); and follow the changes with a method call similar to: unsuspendRedraw(suspendHandleID); Note that multiple suspendRedraw calls can be used at once and that each such method call is treated independently of the other suspendRedraw method calls.</p><p>MDN </p></div></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@synchronized[T0](x$1:=&gt;T0):T0" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalajs.dom.SVGTests#systemLanguage" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="systemLanguage:org.scalajs.dom.SVGStringList"></a> <a id="systemLanguage:SVGStringList"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">systemLanguage</span><span class="result">: <a href="SVGStringList.html" class="extype" name="org.scalajs.dom.SVGStringList">SVGStringList</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@systemLanguage:org.scalajs.dom.SVGStringList" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute systemLanguage on the given element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute systemLanguage on the given element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGTests.html" class="extype" name="org.scalajs.dom.SVGTests">SVGTests</a></dd></dl></div> </li><li name="org.scalajs.dom.Element#tagName" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="tagName:String"></a> <a id="tagName:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">tagName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@tagName:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">In XML (and XML-based languages such as XHTML), tagName preserves case.</p><div class="fullcomment"><div class="comment cmt"><p>In XML (and XML-based languages such as XHTML), tagName preserves case. On HTML elements in DOM trees flagged as HTML documents, tagName returns the element name in the uppercase form. The value of tagName is the same as that of nodeName.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></dd></dl></div> </li><li name="org.scalajs.dom.Node#textContent" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="textContent:String"></a> <a id="textContent:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">textContent</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@textContent:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Is a DOMString representing the textual content of an element and all its descendants.</p><div class="fullcomment"><div class="comment cmt"><p>Is a DOMString representing the textual content of an element and all its descendants.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></dd></dl></div> </li><li name="scala.scalajs.js.Object#toLocaleString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toLocaleString():scala.scalajs.js.String"></a> <a id="toLocaleString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toLocaleString</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.scalajs.js.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@toLocaleString():scala.scalajs.js.String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Object</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@toString():String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#unpauseAnimations" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="unpauseAnimations():Unit"></a> <a id="unpauseAnimations():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">unpauseAnimations</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@unpauseAnimations():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Unsuspends (i.e., unpauses) currently running animations that are defined within the SVG document fragment, causing the animation clock to continue from the time at which it was suspended.</p><div class="fullcomment"><div class="comment cmt"><p>Unsuspends (i.e., unpauses) currently running animations that are defined within the SVG document fragment, causing the animation clock to continue from the time at which it was suspended.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGSVGElement#unsuspendRedraw" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="unsuspendRedraw(suspendHandleID:Int):Unit"></a> <a id="unsuspendRedraw(Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">unsuspendRedraw</span><span class="params">(<span name="suspendHandleID">suspendHandleID: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@unsuspendRedraw(suspendHandleID:Int):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Cancels a specified suspendRedraw() by providing a unique suspend handle ID that was returned by a previous suspendRedraw() call.</p><div class="fullcomment"><div class="comment cmt"><p>Cancels a specified suspendRedraw() by providing a unique suspend handle ID that was returned by a previous suspendRedraw() call.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGSVGElement#unsuspendRedrawAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="unsuspendRedrawAll():Unit"></a> <a id="unsuspendRedrawAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">unsuspendRedrawAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@unsuspendRedrawAll():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Cancels all currently active suspendRedraw() method calls.</p><div class="fullcomment"><div class="comment cmt"><p>Cancels all currently active suspendRedraw() method calls. This method is most useful at the very end of a set of SVG DOM calls to ensure that all pending suspendRedraw() method calls have been cancelled.</p><p>MDN </p></div></div> </li><li name="scala.scalajs.js.Object#valueOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="valueOf():Any"></a> <a id="valueOf():Any"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">valueOf</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Any">Any</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@valueOf():Any" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Object</dd></dl></div> </li><li name="org.scalajs.dom.SVGFitToViewBox#viewBox" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="viewBox:org.scalajs.dom.SVGAnimatedRect"></a> <a id="viewBox:SVGAnimatedRect"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">viewBox</span><span class="result">: <a href="SVGAnimatedRect.html" class="extype" name="org.scalajs.dom.SVGAnimatedRect">SVGAnimatedRect</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@viewBox:org.scalajs.dom.SVGAnimatedRect" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGFitToViewBox.html" class="extype" name="org.scalajs.dom.SVGFitToViewBox">SVGFitToViewBox</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#viewport" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="viewport:org.scalajs.dom.SVGRect"></a> <a id="viewport:SVGRect"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">viewport</span><span class="result">: <a href="SVGRect.html" class="extype" name="org.scalajs.dom.SVGRect">SVGRect</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@viewport:org.scalajs.dom.SVGRect" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">The position and size of the viewport (implicit or explicit) that corresponds to this &lt;svg&gt; element.</p><div class="fullcomment"><div class="comment cmt"><p>The position and size of the viewport (implicit or explicit) that corresponds to this &lt;svg&gt; element. When the browser is actually rendering the content, then the position and size values represent the actual values when rendering. The position and size values are unitless values in the coordinate system of the parent element. If no parent element exists (i.e., &lt;svg&gt; element represents the root of the document tree), if this SVG document is embedded as part of another document (e.g., via the HTML <object> element), then the position and size are unitless values in the coordinate system of the parent document. (If the parent uses CSS or XSL layout, then unitless values represent pixel units for the current CSS or XSL viewport.) MDN </p></div></div> </li><li name="org.scalajs.dom.SVGElement#viewportElement" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="viewportElement:org.scalajs.dom.SVGElement"></a> <a id="viewportElement:SVGElement"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">viewportElement</span><span class="result">: <a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@viewportElement:org.scalajs.dom.SVGElement" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">The element which established the current viewport.</p><div class="fullcomment"><div class="comment cmt"><p>The element which established the current viewport. Often, the nearest ancestor &lt;svg&gt; element. Null if the given element is the outermost svg element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@wait():Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@wait(x$1:Long):Unit" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#width" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="width:org.scalajs.dom.SVGAnimatedLength"></a> <a id="width:SVGAnimatedLength"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">width</span><span class="result">: <a href="SVGAnimatedLength.html" class="extype" name="org.scalajs.dom.SVGAnimatedLength">SVGAnimatedLength</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@width:org.scalajs.dom.SVGAnimatedLength" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute width on the given &lt;svg&gt; element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute width on the given &lt;svg&gt; element.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGSVGElement#x" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="x:org.scalajs.dom.SVGAnimatedLength"></a> <a id="x:SVGAnimatedLength"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">x</span><span class="result">: <a href="SVGAnimatedLength.html" class="extype" name="org.scalajs.dom.SVGAnimatedLength">SVGAnimatedLength</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@x:org.scalajs.dom.SVGAnimatedLength" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute x on the given &lt;svg&gt; element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute x on the given &lt;svg&gt; element.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGElement#xmlbase" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="xmlbase:String"></a> <a id="xmlbase:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">xmlbase</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@xmlbase:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute xml:base on the given element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute xml:base on the given element.</p><p>MDN </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGLangSpace#xmllang" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="xmllang:String"></a> <a id="xmllang:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">xmllang</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@xmllang:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGLangSpace.html" class="extype" name="org.scalajs.dom.SVGLangSpace">SVGLangSpace</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGLangSpace#xmlspace" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="xmlspace:String"></a> <a id="xmlspace:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">xmlspace</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@xmlspace:String" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGLangSpace.html" class="extype" name="org.scalajs.dom.SVGLangSpace">SVGLangSpace</a></dd></dl></div> </li><li name="org.scalajs.dom.SVGSVGElement#y" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="y:org.scalajs.dom.SVGAnimatedLength"></a> <a id="y:SVGAnimatedLength"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">y</span><span class="result">: <a href="SVGAnimatedLength.html" class="extype" name="org.scalajs.dom.SVGAnimatedLength">SVGAnimatedLength</a></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@y:org.scalajs.dom.SVGAnimatedLength" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <p class="shortcomment cmt">Corresponds to attribute y on the given &lt;svg&gt; element.</p><div class="fullcomment"><div class="comment cmt"><p>Corresponds to attribute y on the given &lt;svg&gt; element.</p><p>MDN </p></div></div> </li><li name="org.scalajs.dom.SVGZoomAndPan#zoomAndPan" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="zoomAndPan:Int"></a> <a id="zoomAndPan:Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">var</span> </span> <span class="symbol"> <span class="name">zoomAndPan</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../index.html#org.scalajs.dom.SVGSVGElement@zoomAndPan:Int" title="Permalink" target="_top"> <img src="../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="SVGZoomAndPan.html" class="extype" name="org.scalajs.dom.SVGZoomAndPan">SVGZoomAndPan</a></dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="org.scalajs.dom.SVGExternalResourcesRequired"> <h3>Inherited from <a href="SVGExternalResourcesRequired.html" class="extype" name="org.scalajs.dom.SVGExternalResourcesRequired">SVGExternalResourcesRequired</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGFitToViewBox"> <h3>Inherited from <a href="SVGFitToViewBox.html" class="extype" name="org.scalajs.dom.SVGFitToViewBox">SVGFitToViewBox</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGTests"> <h3>Inherited from <a href="SVGTests.html" class="extype" name="org.scalajs.dom.SVGTests">SVGTests</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGLocatable"> <h3>Inherited from <a href="SVGLocatable.html" class="extype" name="org.scalajs.dom.SVGLocatable">SVGLocatable</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGLangSpace"> <h3>Inherited from <a href="SVGLangSpace.html" class="extype" name="org.scalajs.dom.SVGLangSpace">SVGLangSpace</a></h3> </div><div class="parent" name="org.scalajs.dom.DocumentEvent"> <h3>Inherited from <a href="DocumentEvent.html" class="extype" name="org.scalajs.dom.DocumentEvent">DocumentEvent</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGZoomAndPan"> <h3>Inherited from <a href="SVGZoomAndPan.html" class="extype" name="org.scalajs.dom.SVGZoomAndPan">SVGZoomAndPan</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGStylable"> <h3>Inherited from <a href="SVGStylable.html" class="extype" name="org.scalajs.dom.SVGStylable">SVGStylable</a></h3> </div><div class="parent" name="org.scalajs.dom.SVGElement"> <h3>Inherited from <a href="SVGElement.html" class="extype" name="org.scalajs.dom.SVGElement">SVGElement</a></h3> </div><div class="parent" name="org.scalajs.dom.Element"> <h3>Inherited from <a href="Element.html" class="extype" name="org.scalajs.dom.Element">Element</a></h3> </div><div class="parent" name="org.scalajs.dom.ParentNode"> <h3>Inherited from <a href="ParentNode.html" class="extype" name="org.scalajs.dom.ParentNode">ParentNode</a></h3> </div><div class="parent" name="org.scalajs.dom.NodeSelector"> <h3>Inherited from <a href="NodeSelector.html" class="extype" name="org.scalajs.dom.NodeSelector">NodeSelector</a></h3> </div><div class="parent" name="org.scalajs.dom.Node"> <h3>Inherited from <a href="Node.html" class="extype" name="org.scalajs.dom.Node">Node</a></h3> </div><div class="parent" name="org.scalajs.dom.EventTarget"> <h3>Inherited from <a href="EventTarget.html" class="extype" name="org.scalajs.dom.EventTarget">EventTarget</a></h3> </div><div class="parent" name="scala.scalajs.js.Object"> <h3>Inherited from <span class="extype" name="scala.scalajs.js.Object">Object</span></h3> </div><div class="parent" name="scala.scalajs.js.Any"> <h3>Inherited from <span class="extype" name="scala.scalajs.js.Any">Any</span></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>