<!DOCTYPE html>
<svg width="500">
<rect width="100" height="100" fill="green"/>
<rect width="100" height="100" fill="green" x="100"/>
<rect width="100" height="100" fill="green" x="200"/>
<rect width="100" height="100" fill="green" x="300"/>
<rect width="100" height="100" fill="green" x="400"/>
</svg>