mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
9 lines
394 B
XML
9 lines
394 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="900" height="600" viewBox="0 0 3 2">
|
|
<rect width="3" height="2" fill="#ED2939"/>
|
|
<rect width="2" height="2" fill="#fff"/>
|
|
<rect width="1" height="2" fill="#002395"/>
|
|
</svg>
|