mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
7 lines
309 B
XML
7 lines
309 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="300">
|
|
<rect width="600" height="300" style="fill:#fff"/>
|
|
<rect width="600" height="100" y="200" style="fill:#de0000"/>
|
|
<rect width="600" height="100" style="fill:#00338d"/>
|
|
</svg>
|