<?xml version="1.0"
standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD
SVG 20000303 Stylable//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="300" height="300">
<rect x="20" y="20"
rx="20" ry="20"
width="200" height="100"
style="fill:red;stroke:black;stroke-width:2;opacity:0.9"/>
</svg>
view
this example here |