blob: b990edcab3273d3a6b10a9f5a61d5efc782a4d24 [file] [edit]
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
<rect x="10" y="10" width="80" height="80" fill="blue"/>
<g>
<rect x="110" y="10" width="80" height="80" fill="green"/>
<circle cx="250" cy="50" r="40" fill="lime"/>
</g>
<rect x="300" y="10" width="80" height="80" fill="red"/>
</svg>