blob: 1c4fe46821a572420c1b397838eb6f49d3778656 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1100" height="800" id="Flag_of_Norway">
<rect width="1100" height="800" fill="#ef2b2d"/>
<rect width="200" height="800" x="300" fill="white"/>
<rect width="1100" height="200" y="300" fill="white"/>
<rect width="100" height="800" x="350" fill="#002868"/>
<rect width="1100" height="100" y="350" fill="#002868"/>
</svg>
|