<?xml version="1.0" ?>
<svg
xmlns = "http://www.w3.org/2000/svg"
version = "1.1"
width = "500"
height = "300"
>
<rect x = "10"
y = "10"
width = "480"
height = "280"
stroke-width = "4"
stroke = "#f51"
fill = "#e94"
/>
</svg>