/* copy code */
<svg width="200" height="100" style="border: 3px solid #ff0000;">
<text x="50" y="50" fill="#ff0000" rotate="0 0 0" textlength="100">SVG Text</text>
</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 |
| Text | SVG Text |
| Len | Text Length |
| X | Text Position-X |
| Y | Text Position-Y |
| RX | Text Rotate-X |
| RY | Text Rotate-Y |
| RZ | Text Rotate-Z |