5 lines
286 B
XML
5 lines
286 B
XML
|
<?xml version="1.0" standalone="no"?>
|
||
|
<svg width="1000" height="1000" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||
|
<rect x="400" y="0" width="200" height="1000" style="fill:rgb(220,220,220);"/>
|
||
|
<rect x="0" y="400" width="1000" height="200" style="fill:rgb(220,220,220);"/>
|
||
|
</svg>
|