Construct a SVGLinkedNode using a DOM element
Fetch the raw element on the DOM
Fetch the events defined on the node
Fetch the tags set on the node
Animates the node using an SVGAnimate object
Adds a class to a SVGNode
Creates a deepcopy from current SVGNode
Setter for the cx attribute
Setter for the cy attribute
Will remove the element from the DOM and deactivate this variable
Checks deeply whether two nodes are equal
Shortcut for setting fill attributes
Shortcut for setting fill attributes to a definition (See more at SVGManager.define)
Mutates the SVGNode to change an attribute attr by putting its value through the function f. Then, it returns itself, for easy programming.
If the attribute was not set, the call still succeeds but does nothing.
Setter for the r attribute
Renders a figure to the SVG using a SVGNode
Checks shallowly whether two nodes are equal
Shortcut for setting stroke attributes
Shortcut for setting stroke attributes to a definition (See more at SVGManager.define)
Returns the JS SVGElement equavalent of current SVGNode
Returns the hashstring of SVGNode
Removes tag from node, if it does not exist it does nothing.
Setter for the x attribute
Setter for the y attribute
Generated using TypeDoc
A SVGNode linked/attached to a DOM element, which will therefore instantly apply any changes to the DOM, and fetch up to date properties of the SVGNode