7 lines
288 B
XML
7 lines
288 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="300">
|
||
|
<rect width="150" height="300" fill="#14b53a"/>
|
||
|
<rect width="150" height="300" x="150" fill="#fcd116"/>
|
||
|
<rect width="150" height="300" x="300" fill="#ce1126"/>
|
||
|
</svg>
|