The SVGUseElement interface corresponds to the <use> element.
This interface also inherits properties from its parent interface, SVGGraphicsElement.
SVGUseElement.href Read onlyAn SVGAnimatedString corresponding to the href or xlink:href attribute of the given element.
SVGUseElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGUseElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
SVGUseElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGUseElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
This interface doesn't implement any specific methods, but inherits methods from its parent interface, SVGGraphicsElement.