<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN""http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="100" y="100" width="100" height="100" fill="blue"/> <circle cx="100" cy="300" r="50" fill="green"/> <ellipse cx="400" cy="100" rx="100" ry="50" fill="red"/> <line x1="100" y1="390" x2="350" y2="280"stroke="black" stroke-width="8" /> <polygon points="400 200, 450 200, 450 350, 550 350,550 200, 600 200, 600 400, 400 400" fill="none" stroke="red" stroke-width="3"></polygon>
</svg>