<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC 
    "-//W3C//DTD SVG 1.1//EN" 
    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240">
<rect x="0" y="0" width="240" height="240" fill="blue"></rect> 
<polygon points="100 10 120 20 60 60 30 10 70 40" fill="white"></polygon>
<polygon points="130 50 100 70 130 70 140 40" fill="red"></polygon>
<rect x="50" y="90" width="30" height="80" fill="green" stroke="none"></rect>
</svg>