7 lines
299 B
XML
7 lines
299 B
XML
<?xml version="1.0"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="300">
|
|
<rect width="450" height="75" fill="#fff400"/>
|
|
<rect width="450" height="75" y="75" fill="#0044aa"/>
|
|
<rect width="450" height="75" y="150" fill="#fff"/>
|
|
<rect width="450" height="75" y="225" fill="#000"/>
|
|
</svg> |