blob: da3d8af59bc7f3c60ed9422238db95ced75371b1 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="900" height="600" id="Flag of Chad">
<rect x="0" y="0" width="300" height="600" id="blue stripe" fill="#002569"/>
<rect x="300" y="0" width="300" height="600" id="yellow stripe" fill="#FFCE00"/>
<rect x="600" y="0" width="300" height="600" id="red stripe" fill="#D21034"/>
</svg>
|