<?xml version="1.0"?>

<svg xmlns="http://www.w3.org/2000/svg">

  <rect x="20" y="20" width="300" height="250"
        style="fill:none;stroke:blue;stroke-width:2"/>

  <rect x="120" y="50" width="100" height="40"
        style="fill:yellow;stroke:navy;stroke-width:3"/>


  <g transform="translate(0, 120) rotate(30, 160, 60)">

      <rect x="120" y="50" width="100" height="40" rx="10" ry="10"
            style="fill:none;stroke:purple;stroke-width:3"/>
  </g>

</svg>