/* copy code */
<svg width="350" height="250" style="border: 3px solid #00ff00;">
<rect x="10" y="10" rx="0" ry="0" width="190" height="100" fill="#ffff00" />
</svg>
/* end code */
| Short | Full |
|---|---|
| Bg | SVG Background Color |
| W | SVG Width |
| H | SVG Height |
| BW | SVG Border Width |
| BS | SVG Border Style |
| BC | SVG Border Color |
| Fill | Rectangle Color |
| RW | Rectangle Width |
| RH | Rectangle Height |
| RX | Rectangle Radius-X |
| RY | Rectangle Radius-Y |
| X | Rectangle Position-X |
| Y | Rectangle Position-Y |