summaryrefslogtreecommitdiff
path: root/tests/fixtures/cmdline/accept-language.svg
blob: c132b65d3045148d338c84ad6504a79d34ff3327 (plain)
1
2
3
4
5
6
7
<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>