6 lines
205 B
XML
6 lines
205 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="300">
|
||
|
<rect fill="#166c23" width="500" height="300"/>
|
||
|
<rect fill="#fff" width="500" height="150"/>
|
||
|
</svg>
|