<?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="25" y="25"
width="250" height="250"
style="fill:blue;stroke:red;stroke-width:20;fill-opacity:0.2;stroke-opacity:0.8"/>
</svg>
see
this example here
|