![]() |
VOOZH | about |
The SVG <rect> element is used to create a rectangle. We can customize the rectangle shapes:
<rect
x = "x-axis co-ordinate"
y = "y-axis co-ordinate"
width="length"
height="length"
rx="length"
ry="length"
style="style information"
class="style class" >
</rect>
Example:
Output:👁 Image
Example: Change the corner of the rectangle.
Output: