7 lines
273 B
XML
7 lines
273 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600">
|
|||
|
<rect fill="#009B48" width="400" height="600"/>
|
|||
|
<rect fill="#fff" x="400" width="400" height="600"/>
|
|||
|
<rect fill="#FF7900" x="800" width="400" height="600"/>
|
|||
|
</svg>
|