6 lines
260 B
XML
6 lines
260 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
|
|
<rect width="900" height="600" fill="#0f47af"/>
|
|
<rect width="900" height="400" fill="#da121a"/>
|
|
<rect width="900" height="200" fill="#fcdd09"/>
|
|
</svg> |