The SVGRect
represents a rectangle. Rectangles consist of an x and y coordinate pair identifying a minimum x value, a minimum y value, and a width and height, which are constrained to be non-negative.
Documentation SVGRect by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
width:Float
This represents the width of the rectangle.A value that is negative results to an error. A value of zero disables rendering of the element