blob: a521061b26893d3b0c81cba8c0dd07b536b8ff92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg height="288" width="144" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient0" x1="0" x2="0" y1="1" y2="0">
<stop class="stop0" offset="0%" stop-color="none" stop-opacity="0" />
<stop class="stop1" offset="100%" stop-color="#3C44AA" />
</linearGradient>
</defs>
<rect fill="#8932B8" height="288" width="144" x="0" y="0" /> <!-- White Banner -->
<rect fill="url(#gradient0)" height="288" width="144" x="0" y="0" /> <!-- Blue Gradient -->
<rect fill="#F9FFFE" height="288" width="50" x="94" y="0" /> <!-- White Pale Sinister -->
<rect fill="#F9FFFE" height="288" width="50" x="0" y="0" /> <!-- White Pale Dexter -->
</svg>
|