blob: 0f8ba5d1428aab177013525f5e0562fb52c76f3c [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"/>
<rect style="transform: rotate(15deg);" x="130" y="30" width="80" height="80" fill="green"/>
<rect x="250" y="10" width="80" height="80" fill="red"/>
</svg>