blob: cabd77a569adf3251c35ccbf616cd0458d1ba9cb (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="900" height="600" id="Flag of France">
<rect width="900" height="600" x="0" y="0" id="blue stripe" fill="#0c1c8c" fill-opacity="1"/>
<rect width="600" height="600" x="300" y="0" id="white stripe" fill="#ffffff"/>
<rect width="300" height="600" x="600" y="0" id="red stripe" fill="#ef2b2d" fill-opacity="1"/>
</svg>
|