705adf7afc
git-svn-id: http://yolanda.mister-muffin.de/svn@255 7eef14d0-6ed0-489d-bf55-20463b2d70db
7 lines
351 B
XML
7 lines
351 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE svg>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="600" viewBox="0 0 5 3">
|
|
<rect id="black_stripe" fill="#000" width="5" height="3"/>
|
|
<rect id="red_stripe" fill="#D00" width="5" height="2" y="1"/>
|
|
<rect id="gold_stripe" fill="#FFCE00" width="5" height="1" y="2"/>
|
|
</svg>
|