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

<svg width="80" height="60">

<rect x="10" y="10" width="60" height="45"
      style="stroke: green; stroke-width: 10; fill: red;"/>

</svg>