6 lines
232 B
XML
6 lines
232 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>
|