5 lines
237 B
XML
5 lines
237 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="750" height="600">
|
|
<rect fill="#ce1126" width="750" height="300" />
|
|
<rect fill="white" y="300" width="750" height="300" />
|
|
</svg>
|