8 lines
351 B
XML
8 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>
|