mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
535 B
XML
11 lines
535 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="450" height="300">
|
|
<rect width="450" height="300" fill="#de1800"/>
|
|
<rect width="225" height="100" fill="#000"/>
|
|
<rect y="200" width="225" height="100" fill="#ffce00"/>
|
|
<rect x="225" y="100" width="225" height="100" fill="#fff"/>
|
|
<rect x="150" y="75" width="150" height="150" fill="#de1800"/>
|
|
<rect x="210" y="100" width="30" height="100" fill="#fff"/>
|
|
<rect x="175" y="135" width="100" height="30" fill="#fff"/>
|
|
</svg>
|