An SVG <rect>
element draws a rectangle from a given corner
position, a width
an a height
.
1 2 |
x |
numeric, which defines the coordinate on the x-axis. |
y |
numeric, which defines the coordinate on the y-axis. |
width |
expression setting the |
height |
expression setting the |
rx |
expression which determines the horizontal corner radius. |
ry |
expression which determines the vertical corner radius. |
fill |
expression setting the |
stroke |
expression setting the |
animate |
expression setting the |
class |
expression setting the |
id |
expression setting the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.