class js.html.svg.RectElement extends Element
Available on js
The SVGRectElement interface provides access to the properties of <rect> elements, as well as methods to manipulate them. Documentation for this class was provided by MDN.
SVGRectElement
<rect>
var height:AnimatedLength
Corresponds to attribute height on the given <rect> element.
height
var rx:AnimatedLength
Corresponds to attribute rx on the given <rect> element.
rx
var ry:AnimatedLength
Corresponds to attribute ry on the given <rect> element.
ry
var width:AnimatedLength
Corresponds to attribute width on the given <rect> element.
width
var x:AnimatedLength
var y:AnimatedLength