<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="150" height="150">
<circle cx="30" cy="30" r="20"
style="stroke: green; stroke-width: 10; fill: none;"/>
<ellipse cx="80" cy="80" rx="35" ry="15"
style="stroke: none; fill: red;"/>
</svg>