Haxe API Documentation
Back | Index
extern class js.html.svg.RectElement
extends Element
Available in 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.
var height(default,null) : AnimatedLength
Corresponds to attribute height on the given <rect> element.
var rx(default,null) : AnimatedLength
Corresponds to attribute rx on the given <rect> element.
var ry(default,null) : AnimatedLength
Corresponds to attribute ry on the given <rect> element.
var width(default,null) : AnimatedLength
Corresponds to attribute width on the given <rect> element.
var x(default,null) : AnimatedLength
var y(default,null) : AnimatedLength
Back | Index