SVG Demonstration 5
Code
<svg id="content" width="200" height="200">
<ellipse cx="100" cy="100" rx="95" ry="45"
style="fill:#008000;stroke:#0000ff;stroke-width:10;" />
<ellipse cx="100" cy="100" rx="48" ry="98"
style="fill:#ffff00;stroke:#000000;stroke-width:4;fill-opacity:0.3;stroke-opacity:0.5;" />
</svg>