2014-08-07 14:45:56 +00:00
|
|
|
title: $:/languages/de-DE/icon
|
2014-07-31 17:07:37 +00:00
|
|
|
type: image/svg+xml
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="600" viewBox="0 0 5 3">
|
|
|
|
<desc>Flag of Germany</desc>
|
|
|
|
<rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000"/>
|
|
|
|
<rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00"/>
|
|
|
|
<rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00"/>
|
|
|
|
</svg>
|