6 lines
239 B
XML
6 lines
239 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480">
|
|
<rect width="640" height="160" y="0" fill="#000"/>
|
|
<rect width="640" height="160" y="160" fill="#dd0000"/>
|
|
<rect width="640" height="160" y="320" fill="#ffce00"/>
|
|
</svg>
|