14 lines
460 B
XML
14 lines
460 B
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">
|
|
<!-- This file is in the public domain (PD-Flag-Germany) -->
|
|
<svg
|
|
width="1000"
|
|
height="600"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 10 6">
|
|
<desc>Civil flag of Hesse</desc>
|
|
<rect height="3" width="10" fill="#E10000" x="0" y="0"/>
|
|
<rect height="3" width="10" fill="#FFF" x="0" y="3"/>
|
|
</svg>
|