blob: 84ba5771875f3a2cc150271cca2223c6cc8f97ae (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg height="300" width="300" xmlns="http://www.w3.org/2000/svg">
<desc>Flag of Switzerland</desc>
<rect fill="#d81e05" height="300" width="300"/>
<rect fill="#fff" height="60" width="200" x="50" y="120"/>
<rect fill="#fff" height="200" width="60" x="120" y="50"/>
</svg>
|