The SVGCursorElement interface provides access to the properties
<cursor>
elements, as well as methods to manipulate them.
The SVGCursorElement interface provides access to the properties `<cursor>` elements, as well as methods to manipulate them.
(set-x! this val)
Property.
An SVGAnimatedLength corresponding to the x attribute of the <cursor> element.
Property. An SVGAnimatedLength corresponding to the x attribute of the <cursor> element.
(set-y! this val)
Property.
An SVGAnimatedLength corresponding to the y attribute of the <cursor> element.
Property. An SVGAnimatedLength corresponding to the y attribute of the <cursor> element.
(x this)
Property.
An SVGAnimatedLength corresponding to the x attribute of the <cursor> element.
Property. An SVGAnimatedLength corresponding to the x attribute of the <cursor> element.
(y this)
Property.
An SVGAnimatedLength corresponding to the y attribute of the <cursor> element.
Property. An SVGAnimatedLength corresponding to the y attribute of the <cursor> element.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close