7 lines
363 B
XML
7 lines
363 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="600" viewBox="0 0 5 3">
|
|
<rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000"/>
|
|
<rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00"/>
|
|
<rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00"/>
|
|
</svg>
|