<svg xmlns="http://www.w3.org/2000/svg"> | |
<rect x="50" y="0" width="100" height="100" fill="blue"/> | |
<rect x="50" y="0" width="50" height="50" fill="green"/> | |
<rect x="50" y="150" width="100" height="100" fill="blue"/> | |
<rect x="50" y="150" width="50" height="50" fill="green"/> | |
</svg> |