added some countries and zonebgs

This commit is contained in:
Max-Wilhelm Bruker 2011-09-15 18:15:45 +02:00
parent da467468d5
commit 47d63ad551
11 changed files with 21 additions and 1 deletions

View file

@ -5,7 +5,9 @@ INCLUDEPATH += . src ../common
MOC_DIR = build
OBJECTS_DIR = build
RESOURCES = cockatrice.qrc
QT += network script svg multimedia
QT += network script svg
CONFIG += mobility
MOBILITY = multimedia
HEADERS += src/abstractcounter.h \
src/counter_general.h \

View file

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 3" width="1000" height="600"><rect fill="#fdb913" width="5" height="3"/><rect fill="#c1272d" y="1.5" width="5" height="1.5"/><rect fill="#006a44" y="1" width="5" height="1"/></svg>

After

Width:  |  Height:  |  Size: 273 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="600">
<rect width="1000" height="300" y="300" fill="#00A1DE
"/>
<rect width="1000" height="300" fill="#ed2939"/>
<rect width="1000" height="200" y="200" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 281 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600">
<rect fill="#9E3039" width="1200" height="600"/>
<rect fill="#fff" y="240" width="1200" height="120"/>
</svg>

After

Width:  |  Height:  |  Size: 221 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="900" height="600" xmlns="http://www.w3.org/2000/svg">
<rect height="600" width="900" fill="#DA121A"/>
<rect height="600" width="300" fill="#fff" x="300"/>
</svg>

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB