/* copy code */
<svg width="350" height="250" style="border: 2px solid #626262;background: #212121;">
<circle cx="170" cy="130" r="80" fill="#00ffee" stroke="#0000ff" stroke-width="10">
Sorry, your browser does not support SVG element.
</circle>
</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 | Circle Color |
| CX | Circle Position-X |
| CY | Circle Position-Y |
| R | Circle Radius |
| SW | Circle Stroke Width |
| SC | Circle Stroke Color |