7 lines
247 B
XML
7 lines
247 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200">
|
||
|
<rect width="300" height="200" fill="#fc0"/>
|
||
|
<rect width="200" height="200" fill="#0768a9"/>
|
||
|
<rect width="100" height="200" fill="#fff"/>
|
||
|
</svg>
|