SVGRect object
Describes a rectangle.
![]() ![]() |
Members
The SVGRect object has these types of members:
Properties
The SVGRect object has these properties.
| Property | Description |
|---|---|
|
Gets or sets the height of an element. | |
|
Gets a style object. | |
|
Defines the width of an element. | |
|
Gets or sets the x-coordinate value. | |
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.19
Remarks
Note In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherit core HTML attributes, properties, events, methods, and styles.
SVG rectangles consist of an (x,y) coordinate pair that identifies a minimum x-coordinate value and a minimum y-coordinate value and a width and height, which are typically constrained to be non-negative.
Show:

