blob: 35cc32bc65fd8bfb1bdbebab69a5e831f4c60601 (
plain) (
blame)
1
2
3
4
5
6
7
|
<svg height="288" width="144" xmlns="http://www.w3.org/2000/svg">
<rect fill="#B02E26" height="288" width="144" x="0" y="0" /> <!-- Red Banner -->
<polygon fill="#1D1D21" points="0,0 22,0 144,268 144,288 122,288 0,22" /> <!-- Black Saltire -->
<polygon fill="#1D1D21" points="122,0 144,0 144,22 22,288 0,288 0,268" />
<polygon fill="#F9FFFE" points="22,144 72,58 122,144 72,230" /> <!-- White Lozenge -->
<circle cx="72" cy="144" fill="#474F52" r="43" /> <!-- Grey Roundel -->
</svg>
|