/* copy code */
<svg width="300" height="200" style="border: 3px solid #00ffff;">
<line x1="50" y1="50" x2="250" y2="50" stroke="#ff0000" stroke-width="10" stroke-linecap="round"></line>
Sorry, your browser does not support SVG element.
</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 |
| X1 | Start of the line on the x-axis |
| Y1 | Start of the line on the y-axis |
| X2 | End of the line on the x-axis |
| Y2 | End of the line on the y-axis |
| SC | Line Stroke Color |
| SW | Line Stroke Width |
| LC | Line Cap |
| D | Line Dash |
| Gap | Line Gap |