| Attribute | Description |
|---|---|
| x | Horizontal position of rectangle from left margin. |
| y | Vertical position of rectangle from top margin. |
| width | Width of rectangle. |
| height | Height of rectangle. |
| rx | Horizontal radius of ellipse used to round corners of rectangle |
| ry | Vertical radius of ellipse used to round corners of rectangle |
| stroke | Colour of rectangle border. |
| stroke-width | Width of rectangle border. |
| fill | Colour inside rectangle border. |
Detailed information on the SVG 'rect' element can be found in the W3C Recommendation for SVG.