The following interfaces are defined below: SVGCursorElement.


Interface SVGCursorElement

The SVGCursorElement interface corresponds to the 'cursor' element.


IDL Definition
interface SVGCursorElement : 
                SVGElement,
                SVGURIReference,
                SVGTests,
                SVGExternalResourcesRequired { 

           attribute SVGAnimatedLength x;
                       // raises DOMException on setting
           attribute SVGAnimatedLength y;
                       // raises DOMException on setting
};

Attributes
SVGAnimatedLength x
Corresponds to attribute x on the given 'cursor' element.
Exceptions on setting
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
SVGAnimatedLength y
Corresponds to attribute y on the given 'cursor' element.
Exceptions on setting
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.