blob: 7b0b4485ffa477eab5783fcf7cd38ce41e7a8391 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800">
<rect id="blue stripe" width="1200" height="200" x="0" y="0" fill="#003082"/>
<rect id="white stripe" width="1200" height="200" x="0" y="200" fill="#ffffff"/>
<rect width="1200" height="200" x="0" y="400" fill="#289728"/>
<rect id="yellow stripe" width="1200" height="200" x="0" y="600" fill="#FFCE00"/>
<rect id="red stripe" width="200" height="800" x="500" y="0" fill="#D21034"/>
<polygon id="star" transform="translate(200,108.59425) scale(90)" fill="#FFCE00" points="0,-1 0.224513988289792686220972575898763393789606,-0.309016994374947424102293417182819058860155 0.951056516295153572116439333379382143405699,-0.309016994374947424102293417182819058860155 0.363,0.118 0.587,0.809 0,0.381966011250105151795413165634361882279691 -0.587785252292473129168705954639072768597652,0.809016994374947424102293417182819058860155 -0.363271264002680442947733378740309374808046,0.118033988749894848204586834365638117720309 -0.951056516295153572116439333379382143405699,-0.309016994374947424102293417182819058860155 -0.224513988289792686220972575898763393789606,-0.309016994374947424102293417182819058860155"/>
</svg>
|