8 lines
311 B
XML
8 lines
311 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
|
<switch allowReorder="yes">
|
|
<rect systemLanguage="de" fill="red" width="10" height="10" />
|
|
<rect systemLanguage="es" fill="lime" width="10" height="10" />
|
|
<rect fill="yellow" id="rect3" width="10" height="10" />
|
|
</switch>
|
|
</svg>
|