|
<?xml
version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="256" height="154" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="2" width="100"
height="100" fill="#FFFF00"/>
<rect x="154" y="2" width="100"
height="100" fill="red"/>
<rect x="77" y="52" width="100"
height="100" fill="#0000FF"
fill-opacity="0.5"/>
</svg>
|
|