<svg height="300" width="800" id="example-1">
<rect x="500" y="10" width="50" height="20"></rect>
<text x='500' y='10'> Rect1 </text>
<line x1 = '150' y1='40' x2= '100' y2='120' stroke='black'></line>
<rect x="150" y="40" width="100" height="10"></rect>
<text x='150' y='40'> Rect2 </text>
<rect x="100" y="120" width="430" height="120"></rect>
<text x='100' y='120'> Rect3 </text>
<g>
<circle cx='0' cy='0' r='10'></circle>
<rect x='50' y='0' width='50' height='15'></rect>
<text x='50' y='0'>Rect4</text>
</g>
</svg>