Web/API/SVGCursorElement

From Get docs


The SVGCursorElement interface provides access to the properties of <cursor> elements, as well as methods to manipulate them.

Properties

This interface also inherits properties from its parent, SVGElement, and implements properties from SVGURIReference.

SVGCursorElement.x Read only
An SVGAnimatedLength corresponding to the x attribute of the given <cursor> element.
SVGCursorElement.y Read only
An SVGAnimatedLength corresponding to the y attribute of the given <cursor> element.

Methods

This interface doesn't implement any specific methods, but inherits methods from its parent, SVGElement.

Specifications

Specification Status Comment
Scalable Vector Graphics (SVG) 1.1 (Second Edition)The definition of 'SVGCursorElement' in that specification. Recommendation Initial definition

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

SVGCursorElement

Deprecated'Non-standard'

Chrome

No support ? — 57

Edge

No support No

Firefox

No support No

IE

No support No

Opera

No support ? — 44

Safari

Full support Yes

WebView Android

No support ? — 57

Chrome Android

No support ? — 57

Firefox Android

No support No

Opera Android

No support ? — 43

Safari iOS

Full support Yes

Samsung Internet Android

No support ? — 7.0

Legend

Full support  
Full support
No support  
No support
Non-standard. Expect poor cross-browser support.'
Non-standard. Expect poor cross-browser support.
Deprecated. Not for use in new websites.'
Deprecated. Not for use in new websites.


See also