<!DOCTYPE html>
<svg width="400" height="100">
<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"/>
</svg>