<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 5" width="800" height="500">
<rect width="8" height="5" fill="red"/>
<rect width="8" height="4" fill="#007f00"/>
<rect width="8" height="3" fill="blue"/>
</svg>