blob: 29e8f912bd2d7ea055d8a3b0a520681a315837b7 (
plain) (
blame)
1
2
3
4
5
6
7
|
<svg height="288" width="144" xmlns="http://www.w3.org/2000/svg">
<rect fill="#F9FFFE" height="288" width="144" x="0" y="0" /> <!-- White Banner -->
<rect fill="#169C9C" height="43" width="144" x="0" y="122" /> <!-- Cyan Fess -->
<circle cx="72" cy="144" fill="#169C9C" r="22" /> <!-- Cyan Flower Charge -->
<rect fill="#F9FFFE" height="288" width="43" x="50" y="0" /> <!-- White Pale -->
<circle cx="72" cy="144" fill="#F9FFFE" r="43" /> <!-- White Roundel -->
</svg>
|