8 lines
355 B
XML
8 lines
355 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="300">
|
|
<rect fill="#0063be" width="450" height="300" />
|
|
<rect fill="#fccc00" width="450" height="225" />
|
|
<rect fill="#000" width="450" height="150" />
|
|
<rect fill="#fff" width="450" height="75" />
|
|
<rect fill="#cc112f" width="75" height="300" />
|
|
</svg> |