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