summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/asset/Makefile35
-rwxr-xr-xsrc/asset/src/generate_all_tiles.py55
-rwxr-xr-xsrc/asset/src/generate_frontier_tiles.py65
-rw-r--r--src/asset/tile/0/background.svg50
-rw-r--r--src/asset/tile/class/0/0.svg59
-rw-r--r--src/asset/tile/class/1/0.svg50
-rw-r--r--src/asset/tile/class/1/extra0.svg (renamed from src/asset/tile/0/extra0.svg)0
-rw-r--r--src/asset/tile/class/2/0.svg (renamed from src/asset/tile/1/background.svg)66
-rw-r--r--src/asset/tile/class/3/0.svg (renamed from src/asset/tile/2/background.svg)322
-rw-r--r--src/asset/www/svg/tile/-1.svg181
-rw-r--r--src/asset/www/svg/tile/0.svg185
-rw-r--r--src/asset/www/svg/tile/1.svg357
-rw-r--r--src/asset/www/svg/tile/10.svg400
-rw-r--r--src/asset/www/svg/tile/11.svg400
-rw-r--r--src/asset/www/svg/tile/12.svg571
-rw-r--r--src/asset/www/svg/tile/13.svg739
-rw-r--r--src/asset/www/svg/tile/14.svg261
-rw-r--r--src/asset/www/svg/tile/15.svg254
-rw-r--r--src/asset/www/svg/tile/16.svg259
-rw-r--r--src/asset/www/svg/tile/17.svg264
-rw-r--r--src/asset/www/svg/tile/18.svg445
-rw-r--r--src/asset/www/svg/tile/19.svg578
-rw-r--r--src/asset/www/svg/tile/2.svg663
-rw-r--r--src/asset/www/svg/tile/20.svg695
-rw-r--r--src/asset/www/svg/tile/21.svg435
-rw-r--r--src/asset/www/svg/tile/22.svg570
-rw-r--r--src/asset/www/svg/tile/23.svg433
-rw-r--r--src/asset/www/svg/tile/24.svg433
-rw-r--r--src/asset/www/svg/tile/25.svg435
-rw-r--r--src/asset/www/svg/tile/26.svg438
-rw-r--r--src/asset/www/svg/tile/27.svg612
-rw-r--r--src/asset/www/svg/tile/28.svg601
-rw-r--r--src/asset/www/svg/tile/29.svg538
-rw-r--r--src/asset/www/svg/tile/3.svg171
-rw-r--r--src/asset/www/svg/tile/30.svg673
-rw-r--r--src/asset/www/svg/tile/31.svg576
-rw-r--r--src/asset/www/svg/tile/32.svg564
-rw-r--r--src/asset/www/svg/tile/33.svg702
-rw-r--r--src/asset/www/svg/tile/34.svg578
-rw-r--r--src/asset/www/svg/tile/35.svg544
-rw-r--r--src/asset/www/svg/tile/36.svg627
-rw-r--r--src/asset/www/svg/tile/37.svg545
-rw-r--r--src/asset/www/svg/tile/38.svg496
-rw-r--r--src/asset/www/svg/tile/39.svg592
-rw-r--r--src/asset/www/svg/tile/4.svg404
-rw-r--r--src/asset/www/svg/tile/40.svg540
-rw-r--r--src/asset/www/svg/tile/41.svg623
-rw-r--r--src/asset/www/svg/tile/42.svg582
-rw-r--r--src/asset/www/svg/tile/43.svg566
-rw-r--r--src/asset/www/svg/tile/44.svg536
-rw-r--r--src/asset/www/svg/tile/5.svg403
-rw-r--r--src/asset/www/svg/tile/6.svg458
-rw-r--r--src/asset/www/svg/tile/7.svg404
-rw-r--r--src/asset/www/svg/tile/8.svg462
-rw-r--r--src/asset/www/svg/tile/9.svg461
-rw-r--r--src/battle/src/Comm/SetMap.elm39
-rw-r--r--src/battle/src/Constants/UI.elm4
-rw-r--r--src/battle/src/Struct/Map.elm4
-rw-r--r--src/battle/src/Struct/Tile.elm121
-rw-r--r--src/battle/src/Update/HandleServerReply.elm2
-rw-r--r--src/battle/src/View/Map/Tile.elm2
-rw-r--r--src/battle/src/View/SubMenu/Status/TileInfo.elm2
-rw-r--r--src/battle/www/style.css2
64 files changed, 490 insertions, 22644 deletions
diff --git a/Makefile b/Makefile
index 5f74e98..0770807 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
################################################################################
## CONFIG ######################################################################
################################################################################
-MODULES ?= battle global asset map-editor
+MODULES ?= battle global asset #map-editor
SRC_DIR = ${CURDIR}/src
WWW_DIR = ${CURDIR}/www
diff --git a/src/asset/Makefile b/src/asset/Makefile
index b02b4e9..7cf17d3 100644
--- a/src/asset/Makefile
+++ b/src/asset/Makefile
@@ -1,47 +1,18 @@
################################################################################
## CONFIG ######################################################################
################################################################################
-NUMBER_OF_CHAR_TYPES ?= 16
-
SRC_DIR ?= ${CURDIR}/src/
-TEMPLATE_DIR ?= ${CURDIR}/template
-CSS_DIR ?= ${CURDIR}/www/
-
-GENERATE_N_COLORS_SCRIPT ?= $(SRC_DIR)/generate_n_colors.py
-GENERATE_N_ENTITIES ?= $(SRC_DIR)/generate_n_entities.py
-
-CHAR_STYLE_TEMPLATE ?= $(TEMPLATE_DIR)/character_icon_entry.css
-
-# outputs
-CHAR_STYLE_CSS ?= $(CSS_DIR)/characters.css
+TILE_CLASSES_DIR ?= ${CURDIR}/tile/class
+TILE_FRONTIER_DIR ?= ${CURDIR}/tile/frontier
+WWW_DIR ?= ${CURDIR}/www/
################################################################################
## MAKEFILE MAGIC ##############################################################
################################################################################
-TOTAL_NUMBER_OF_COLORS = $(NUMBER_OF_CHAR_TYPES)
- #$(shell expr $(NUMBER_OF_TILE_TYPES) + $(NUMBER_OF_CHAR_TYPES))
-
-SENSITIVITY_LIST = \
- Makefile \
- $(GENERATE_N_COLORS_SCRIPT)\
- $(GENERATE_N_ENTITIES)
################################################################################
## SANITY CHECKS ###############################################################
################################################################################
-ifeq ($(wildcard $(GENERATE_N_COLORS_SCRIPT)),)
-$(error\
- "Could not find script to generate N colors (GENERATE_N_COLORS_SCRIPT="\
- "$(GENERATE_N_COLORS_SCRIPT))."\
-)
-endif
-
-ifeq ($(wildcard $(GENERATE_N_ENTITIES)),)
-$(error\
- "Could not find script to generate N colors (GENERATE_N_ENTITIES="\
- "$(GENERATE_N_ENTITIES))."\
-)
-endif
################################################################################
## TARGET RULES ################################################################
diff --git a/src/asset/src/generate_all_tiles.py b/src/asset/src/generate_all_tiles.py
new file mode 100755
index 0000000..07cc7f2
--- /dev/null
+++ b/src/asset/src/generate_all_tiles.py
@@ -0,0 +1,55 @@
+#!/usr/bin/env python3
+import sys
+import os
+import shutil
+
+################################################################################
+
+################################################################################
+
+if (len(sys.argv) != 5):
+ print("Usage: <OUTPUT_DIR> <CLASSES_DIR> <TEMPLATES_DIR> <FRONTIER_SCRIPT>")
+ exit(-1)
+
+output_dir = sys.argv[1]
+classes_dir = sys.argv[2]
+templates_dir = sys.argv[3]
+frontier_script = sys.argv[4]
+
+class_dirs = os.listdir(classes_dir)
+template_files = os.listdir(templates_dir)
+template_files_list = " ".join([ (templates_dir + "/" + e) for e in template_files])
+
+for a_model in class_dirs:
+ a_model = classes_dir + a_model
+ print("A Model: " + a_model)
+ a_model_id = os.path.basename(a_model)
+ base_prefix = output_dir + "/" + a_model_id + "-"
+
+ for b_model in class_dirs:
+ b_model = classes_dir + b_model
+ b_model_id = os.path.basename(b_model)
+ prefix = base_prefix + b_model_id + "-"
+
+ if (a_model_id == b_model_id):
+ for variation in os.listdir(a_model):
+ print("---")
+ print("Variation: " + variation)
+ print("a_model: " + a_model)
+ print("prefix: " + prefix)
+ print("---")
+ shutil.copyfile(
+ a_model + "/" + variation,
+ prefix + variation
+ )
+ else:
+ os.system(
+ frontier_script
+ + " " + output_dir
+ + " " + a_model_id
+ + " " + b_model_id
+ + " " + a_model + "/0.svg"
+ + " " + b_model + "/0.svg"
+ + " " + template_files_list
+ )
+
diff --git a/src/asset/src/generate_frontier_tiles.py b/src/asset/src/generate_frontier_tiles.py
index 0281a00..83bb642 100755
--- a/src/asset/src/generate_frontier_tiles.py
+++ b/src/asset/src/generate_frontier_tiles.py
@@ -4,8 +4,11 @@ import sys
SVG_PREFIX = "{http://www.w3.org/2000/svg}"
G_TAG = SVG_PREFIX + "g"
-
+TEMPLATE_PREFIX = "rtid-"
################################################################################
+def id_to_prefix (id_val):
+ return ("rmid-" + id_val + "-")
+
def get_xml (filename):
model_root = XML.parse(filename)
@@ -15,10 +18,15 @@ def get_xml (filename):
return model_root
-def get_model (filename):
+def get_model (filename, id_prefix):
model_root = get_xml(filename)
- background = model_root.findall(G_TAG+"[@id='background']/*")
+ background = model_root.findall(
+ G_TAG
+ + "[@id='"
+ + id_prefix
+ + "background']/*"
+ )
if (len(background) == 0):
print(
@@ -28,10 +36,15 @@ def get_model (filename):
)
exit(-1)
- extras = model_root.findall(G_TAG+"[@id='details']/*")
+ extras = model_root.findall(
+ G_TAG
+ + "[@id='"
+ + id_prefix
+ + "details']/*"
+ )
if (len(extras) == 0):
- if (model_root.find(G_TAG+"[@id='details']") == None):
+ if (model_root.find(G_TAG+"[@id='" + id_prefix + "details']") == None):
print(
"[W] Could not find 'details' layer in model file ("
+ filename
@@ -53,14 +66,18 @@ def replace_group_by (root_node, group_name, new_content, filename):
target_group.extend(new_content)
################################################################################
-if (len(sys.argv) < 3):
- print("Usage: <A> <B> <TEMPLATES>")
+if (len(sys.argv) < 6):
+ print("Usage: <OUTPUT_DIR> <A_ID> <B_ID> <A> <B> <TEMPLATES>")
exit(-1)
-(model_a_bg, model_a_details) = get_model(sys.argv[1])
-(model_b_bg, model_b_details) = get_model(sys.argv[2])
+output_dir = sys.argv[1]
+model_a_id = sys.argv[2]
+model_b_id = sys.argv[3]
+(model_a_bg, model_a_details) = get_model(sys.argv[4], id_to_prefix(model_a_id))
+(model_b_bg, model_b_details) = get_model(sys.argv[5], id_to_prefix(model_b_id))
-current_arg = 3
+current_arg = 6
+variant_count = 0
while (current_arg < len(sys.argv)):
filename = sys.argv[current_arg]
@@ -68,13 +85,29 @@ while (current_arg < len(sys.argv)):
template_root = get_xml(filename)
- models_layer = template_root.find(G_TAG+"[@id='models_layer']")
+ models_layer = template_root.find(
+ G_TAG
+ + "[@id='"
+ + TEMPLATE_PREFIX
+ + "models_layer']"
+ )
if (models_layer == None):
print("[F] Could not find model layer in file " + filename + ".")
- replace_group_by(models_layer, "bg_a_model", model_a_bg, filename)
- replace_group_by(models_layer, "bg_b_model", model_b_bg, filename)
- replace_group_by(template_root, "details", model_a_details, filename)
-
- template_root.write("/tmp/test" + str(current_arg) + ".svg")
+ replace_group_by(models_layer, TEMPLATE_PREFIX + "bg_a_model", model_a_bg, filename)
+ replace_group_by(models_layer, TEMPLATE_PREFIX + "bg_b_model", model_b_bg, filename)
+ replace_group_by(template_root, TEMPLATE_PREFIX + "details", model_a_details, filename)
+
+ template_root.write(
+ output_dir
+ + "/"
+ + model_a_id
+ + "-"
+ + model_b_id
+ + "-"
+ + str(variant_count)
+ + ".svg"
+ )
+
+ variant_count += 1
diff --git a/src/asset/tile/0/background.svg b/src/asset/tile/0/background.svg
deleted file mode 100644
index e52bf84..0000000
--- a/src/asset/tile/0/background.svg
+++ /dev/null
@@ -1,50 +0,0 @@
-<ns0:svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2000/svg" xmlns:ns1="http://www.inkscape.org/namespaces/inkscape" xmlns:ns2="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:ns4="http://creativecommons.org/ns#" xmlns:ns6="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" height="128mm" id="svg8" version="1.1" viewBox="0 0 128 128" width="128mm" ns2:docname="background.svg" ns1:version="0.92.2 5c3e80d, 2017-08-06">
- <ns0:defs id="rmid-0-defs2" />
- <ns2:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-0-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns1:current-layer="rmid-0-details" ns1:cx="70.52" ns1:cy="285.6" ns1:document-units="mm" ns1:pageopacity="0.0" ns1:pageshadow="2" ns1:snap-global="false" ns1:window-height="1059" ns1:window-maximized="0" ns1:window-width="1918" ns1:window-x="1" ns1:window-y="20" ns1:zoom="1.315">
- <ns1:grid id="rmid-0-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
- </ns2:namedview>
- <ns0:metadata id="rmid-0-metadata5">
- <rdf:RDF>
- <ns4:Work rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </ns4:Work>
- </rdf:RDF>
- </ns0:metadata>
- <ns0:g id="rmid-0-background" ns1:groupmode="layer" ns1:label="rmid-0-background">
- <ns0:g id="0_rmid-0-base">
- <ns0:rect height="32" id="rmid-0-0_greenbg" style="fill:#bcd35f;stroke-width:3.1368;stroke-linejoin:bevel" width="32" x="0" y="0" />
- </ns0:g>
- <ns0:use height="100%" id="rmid-0-0b00" width="100%" x="32" y="0" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b01" width="100%" x="64" y="0" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b02" width="100%" x="96" y="0" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b10" width="100%" x="0" y="32" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b11" width="100%" x="32" y="32" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b12" width="100%" x="64" y="32" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b13" width="100%" x="96" y="32" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b20" width="100%" x="0" y="64" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b21" width="100%" x="32" y="64" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b22" width="100%" x="64" y="64" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b23" width="100%" x="96" y="64" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b30" width="100%" x="0" y="96" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b31" width="100%" x="32" y="96" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b32" width="100%" x="64" y="96" ns6:href="#0_rmid-0-base" />
- <ns0:use height="100%" id="rmid-0-0b33" width="100%" x="96" y="96" ns6:href="#0_rmid-0-base" />
- </ns0:g>
- <ns0:g id="rmid-0-details" ns1:groupmode="layer" ns1:label="rmid-0-details">
- <ns0:g id="rmid-0-g5465-3" style="" transform="translate(29.980001,-3.372)">
- <ns0:path d="M 7.726,11.73 C 10.3,11.51 11.75,8.451 12.66,5.179 9.471,5.267 7.892,7.74 7.726,11.73 Z" id="rmid-0-path4744-67" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns2:nodetypes="ccc" ns1:connector-curvature="0" />
- <ns0:path d="M 7.726,11.73 C 5.22,10.25 4.498,10.5 3.588,7.229 6.775,7.317 7.958,7.211 7.726,11.73 Z" id="rmid-0-path4744-6-5" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns2:nodetypes="ccc" ns1:connector-curvature="0" />
- </ns0:g>
- <ns0:use height="100%" id="rmid-0-use2461" style="" transform="translate(18.61,13.88)" width="100%" x="0" y="0" ns6:href="#rmid-0-g5465-3" />
- <ns0:use height="100%" id="rmid-0-use2463" style="" transform="translate(42.14,16.6)" width="100%" x="0" y="0" ns6:href="#rmid-0-g5465-3" />
- <ns0:use height="100%" id="rmid-0-use2465" style="" transform="translate(68.2,11.06)" width="100%" x="0" y="0" ns6:href="#rmid-0-g5465-3" />
- <ns0:use height="100%" id="rmid-0-use2467" style="" transform="translate(-62.559999,22.13)" width="100%" x="0" y="0" ns6:href="#rmid-0-use2465" />
- <ns0:use height="100%" id="rmid-0-use2469" style="" transform="translate(33.600001,18.11)" width="100%" x="0" y="0" ns6:href="#rmid-0-use2467" />
- <ns0:use height="100%" id="rmid-0-use2471" style="" transform="translate(-69.609999,32.989999)" width="100%" x="0" y="0" ns6:href="#rmid-0-use2469" />
- <ns0:use height="100%" id="rmid-0-use2473" style="" transform="translate(48.68,-18.31)" width="100%" x="0" y="0" ns6:href="#rmid-0-use2471" />
- <ns0:use height="100%" id="rmid-0-use2475" style="" transform="translate(32.989999,19.11)" width="100%" x="0" y="0" ns6:href="#rmid-0-use2473" />
- <ns0:use height="100%" id="rmid-0-use2477" style="" transform="translate(15.69,-10.66)" width="100%" x="0" y="0" ns6:href="#rmid-0-use2475" />
- </ns0:g>
-</ns0:svg> \ No newline at end of file
diff --git a/src/asset/tile/class/0/0.svg b/src/asset/tile/class/0/0.svg
new file mode 100644
index 0000000..3e126bb
--- /dev/null
+++ b/src/asset/tile/class/0/0.svg
@@ -0,0 +1,59 @@
+<ns0:svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2000/svg" xmlns:ns1="http://www.inkscape.org/namespaces/inkscape" xmlns:ns2="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:ns4="http://creativecommons.org/ns#" xmlns:ns6="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" height="128mm" id="svg8" version="1.1" viewBox="0 0 128 128" width="128mm" ns2:docname="background.svg" ns1:version="0.92.2 5c3e80d, 2017-08-06">
+ <ns0:defs id="rmid-0-defs2" />
+ <ns2:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-0-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns1:current-layer="rmid-0-details" ns1:cx="70.52" ns1:cy="285.6" ns1:document-units="mm" ns1:pageopacity="0.0" ns1:pageshadow="2" ns1:snap-global="false" ns1:window-height="1059" ns1:window-maximized="0" ns1:window-width="1918" ns1:window-x="1" ns1:window-y="20" ns1:zoom="1.315">
+ <ns1:grid id="rmid-0-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
+ </ns2:namedview>
+ <ns0:metadata id="rmid-0-metadata5">
+ <rdf:RDF>
+ <ns4:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </ns4:Work>
+ </rdf:RDF>
+ </ns0:metadata>
+ <ns0:g id="rmid-0-background" ns2:insensitive="true" ns1:groupmode="layer" ns1:label="rmid-0-background">
+ <ns0:g id="rmid-0-0_rmid-0-base" style="fill:#800080">
+ <ns0:rect height="32" id="rmid-0-0_greenbg" style="fill:#800080;stroke-width:3.13680005;stroke-linejoin:bevel" width="32" x="0" y="0" />
+ </ns0:g>
+ <ns0:use height="100%" id="rmid-0-0b00" width="100%" x="32" y="0" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b01" width="100%" x="64" y="0" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b02" width="100%" x="96" y="0" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b10" width="100%" x="0" y="32" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b11" width="100%" x="32" y="32" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b12" width="100%" x="64" y="32" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b13" width="100%" x="96" y="32" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b20" width="100%" x="0" y="64" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b21" width="100%" x="32" y="64" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b22" width="100%" x="64" y="64" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b23" width="100%" x="96" y="64" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b30" width="100%" x="0" y="96" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b31" width="100%" x="32" y="96" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b32" width="100%" x="64" y="96" ns6:href="#rmid-0-0_rmid-0-base" />
+ <ns0:use height="100%" id="rmid-0-0b33" width="100%" x="96" y="96" ns6:href="#rmid-0-0_rmid-0-base" />
+ </ns0:g>
+ <ns0:g id="rmid-0-details" ns1:groupmode="layer" ns1:label="rmid-0-details">
+ <ns0:g aria-label="error" id="rmid-0-text1110" style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" transform="translate(-32.000001,-233)">
+ <ns0:path d="m 39.982403,249.52193 h -4.216797 q 0.05684,0.50643 0.273885,0.75448 0.304891,0.35657 0.795817,0.35657 0.310059,0 0.589111,-0.15503 0.170532,-0.0982 0.366903,-0.34624 l 2.072225,0.19121 q -0.475423,0.82682 -1.147217,1.18855 -0.671794,0.35657 -1.927531,0.35657 -1.090373,0 -1.715657,-0.30489 -0.625285,-0.31006 -1.038697,-0.97668 -0.408243,-0.6718 -0.408243,-1.57613 0,-1.28675 0.821655,-2.08256 0.826823,-0.79582 2.27893,-0.79582 1.178223,0 1.860352,0.35657 0.682129,0.35656 1.038696,1.03352 0.356568,0.67697 0.356568,1.76217 z m -2.139405,-1.00769 q -0.06201,-0.60978 -0.330729,-0.87333 -0.26355,-0.26355 -0.697632,-0.26355 -0.501261,0 -0.800984,0.39791 -0.191203,0.24805 -0.24288,0.73897 z" id="rmid-0-path1112" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332" ns1:connector-curvature="0" />
+ <ns0:path d="m 40.979758,246.25598 h 1.968872 v 0.89917 q 0.28422,-0.58394 0.583944,-0.80098 0.304891,-0.22221 0.749308,-0.22221 0.465088,0 1.018026,0.28939 l -0.651123,1.49861 q -0.372071,-0.15503 -0.589112,-0.15503 -0.413411,0 -0.640788,0.34107 -0.325561,0.48059 -0.325561,1.79834 v 1.83968 h -2.113566 z" id="rmid-0-path1114" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332" ns1:connector-curvature="0" />
+ <ns0:path d="m 46.126731,246.25598 h 1.968872 v 0.89917 q 0.28422,-0.58394 0.583943,-0.80098 0.304891,-0.22221 0.749309,-0.22221 0.465087,0 1.018025,0.28939 l -0.651123,1.49861 q -0.37207,-0.15503 -0.589111,-0.15503 -0.413412,0 -0.640788,0.34107 -0.325561,0.48059 -0.325561,1.79834 v 1.83968 h -2.113566 z" id="rmid-0-path1116" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332" ns1:connector-curvature="0" />
+ <ns0:path d="m 50.705262,249.0155 q 0,-1.25573 0.847493,-2.06705 0.847494,-0.81649 2.289266,-0.81649 1.648478,0 2.490804,0.95601 0.676961,0.76998 0.676961,1.89653 0,1.26607 -0.842325,2.07739 -0.837159,0.80615 -2.320272,0.80615 -1.322917,0 -2.139404,-0.67179 -1.002523,-0.83199 -1.002523,-2.18075 z m 2.108398,-0.005 q 0,0.7338 0.294556,1.0852 0.299723,0.3514 0.749308,0.3514 0.454753,0 0.744141,-0.34623 0.294555,-0.34623 0.294555,-1.11105 0,-0.71313 -0.294555,-1.05936 -0.294556,-0.3514 -0.728638,-0.3514 -0.45992,0 -0.759643,0.35657 -0.299724,0.3514 -0.299724,1.07487 z" id="rmid-0-path1118" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332" ns1:connector-curvature="0" />
+ <ns0:path d="m 58.053651,246.25598 h 1.968872 v 0.89917 q 0.28422,-0.58394 0.583943,-0.80098 0.304891,-0.22221 0.749308,-0.22221 0.465088,0 1.018026,0.28939 l -0.651123,1.49861 q -0.37207,-0.15503 -0.589111,-0.15503 -0.413412,0 -0.640788,0.34107 -0.325561,0.48059 -0.325561,1.79834 v 1.83968 h -2.113566 z" id="rmid-0-path1120" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332" ns1:connector-curvature="0" />
+ </ns0:g>
+ <ns0:use height="100%" id="rmid-0-use977" transform="translate(31.999799)" width="100%" x="0" y="0" ns6:href="#rmid-0-text1110" />
+ <ns0:use height="100%" id="rmid-0-use979" transform="translate(32)" width="100%" x="0" y="0" ns6:href="#rmid-0-use977" />
+ <ns0:use height="100%" id="rmid-0-use981" transform="translate(32)" width="100%" x="0" y="0" ns6:href="#rmid-0-use979" />
+ <ns0:use height="100%" id="rmid-0-use983" transform="translate(0,31.99996)" width="100%" x="0" y="0" ns6:href="#rmid-0-text1110" />
+ <ns0:use height="100%" id="rmid-0-use985" transform="translate(0,31.99996)" width="100%" x="0" y="0" ns6:href="#rmid-0-use977" />
+ <ns0:use height="100%" id="rmid-0-use987" transform="translate(0,31.99996)" width="100%" x="0" y="0" ns6:href="#rmid-0-use979" />
+ <ns0:use height="100%" id="rmid-0-use989" transform="translate(0,31.99996)" width="100%" x="0" y="0" ns6:href="#rmid-0-use981" />
+ <ns0:use height="100%" id="rmid-0-use991" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-text1110" />
+ <ns0:use height="100%" id="rmid-0-use993" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use977" />
+ <ns0:use height="100%" id="rmid-0-use995" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use979" />
+ <ns0:use height="100%" id="rmid-0-use997" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use981" />
+ <ns0:use height="100%" id="rmid-0-use999" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use983" />
+ <ns0:use height="100%" id="rmid-0-use1001" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use985" />
+ <ns0:use height="100%" id="rmid-0-use1003" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use987" />
+ <ns0:use height="100%" id="rmid-0-use1005" transform="translate(0,64)" width="100%" x="0" y="0" ns6:href="#rmid-0-use989" />
+ </ns0:g>
+</ns0:svg> \ No newline at end of file
diff --git a/src/asset/tile/class/1/0.svg b/src/asset/tile/class/1/0.svg
new file mode 100644
index 0000000..38e8e6e
--- /dev/null
+++ b/src/asset/tile/class/1/0.svg
@@ -0,0 +1,50 @@
+<ns0:svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2000/svg" xmlns:ns1="http://www.inkscape.org/namespaces/inkscape" xmlns:ns2="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:ns4="http://creativecommons.org/ns#" xmlns:ns6="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" height="128mm" id="svg8" version="1.1" viewBox="0 0 128 128" width="128mm" ns2:docname="background.svg" ns1:version="0.92.2 5c3e80d, 2017-08-06">
+ <ns0:defs id="rmid-1-defs2" />
+ <ns2:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-1-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns1:current-layer="rmid-1-details" ns1:cx="70.52" ns1:cy="285.6" ns1:document-units="mm" ns1:pageopacity="0.0" ns1:pageshadow="2" ns1:snap-global="false" ns1:window-height="1059" ns1:window-maximized="0" ns1:window-width="1918" ns1:window-x="1" ns1:window-y="20" ns1:zoom="1.315">
+ <ns1:grid id="rmid-1-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
+ </ns2:namedview>
+ <ns0:metadata id="rmid-1-metadata5">
+ <rdf:RDF>
+ <ns4:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </ns4:Work>
+ </rdf:RDF>
+ </ns0:metadata>
+ <ns0:g id="rmid-1-background" ns1:groupmode="layer" ns1:label="rmid-1-background">
+ <ns0:g id="0_rmid-1-base">
+ <ns0:rect height="32" id="rmid-1-0_greenbg" style="fill:#bcd35f;stroke-width:3.1368;stroke-linejoin:bevel" width="32" x="0" y="0" />
+ </ns0:g>
+ <ns0:use height="100%" id="rmid-1-0b00" width="100%" x="32" y="0" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b01" width="100%" x="64" y="0" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b02" width="100%" x="96" y="0" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b10" width="100%" x="0" y="32" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b11" width="100%" x="32" y="32" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b12" width="100%" x="64" y="32" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b13" width="100%" x="96" y="32" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b20" width="100%" x="0" y="64" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b21" width="100%" x="32" y="64" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b22" width="100%" x="64" y="64" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b23" width="100%" x="96" y="64" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b30" width="100%" x="0" y="96" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b31" width="100%" x="32" y="96" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b32" width="100%" x="64" y="96" ns6:href="#0_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-1-0b33" width="100%" x="96" y="96" ns6:href="#0_rmid-1-base" />
+ </ns0:g>
+ <ns0:g id="rmid-1-details" ns1:groupmode="layer" ns1:label="rmid-1-details">
+ <ns0:g id="rmid-1-g5465-3" style="" transform="translate(29.980001,-3.372)">
+ <ns0:path d="M 7.726,11.73 C 10.3,11.51 11.75,8.451 12.66,5.179 9.471,5.267 7.892,7.74 7.726,11.73 Z" id="rmid-1-path4744-67" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns2:nodetypes="ccc" ns1:connector-curvature="0" />
+ <ns0:path d="M 7.726,11.73 C 5.22,10.25 4.498,10.5 3.588,7.229 6.775,7.317 7.958,7.211 7.726,11.73 Z" id="rmid-1-path4744-6-5" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns2:nodetypes="ccc" ns1:connector-curvature="0" />
+ </ns0:g>
+ <ns0:use height="100%" id="rmid-1-use2461" style="" transform="translate(18.61,13.88)" width="100%" x="0" y="0" ns6:href="#rmid-1-g5465-3" />
+ <ns0:use height="100%" id="rmid-1-use2463" style="" transform="translate(42.14,16.6)" width="100%" x="0" y="0" ns6:href="#rmid-1-g5465-3" />
+ <ns0:use height="100%" id="rmid-1-use2465" style="" transform="translate(68.2,11.06)" width="100%" x="0" y="0" ns6:href="#rmid-1-g5465-3" />
+ <ns0:use height="100%" id="rmid-1-use2467" style="" transform="translate(-62.559999,22.13)" width="100%" x="0" y="0" ns6:href="#rmid-1-use2465" />
+ <ns0:use height="100%" id="rmid-1-use2469" style="" transform="translate(33.600001,18.11)" width="100%" x="0" y="0" ns6:href="#rmid-1-use2467" />
+ <ns0:use height="100%" id="rmid-1-use2471" style="" transform="translate(-69.609999,32.989999)" width="100%" x="0" y="0" ns6:href="#rmid-1-use2469" />
+ <ns0:use height="100%" id="rmid-1-use2473" style="" transform="translate(48.68,-18.31)" width="100%" x="0" y="0" ns6:href="#rmid-1-use2471" />
+ <ns0:use height="100%" id="rmid-1-use2475" style="" transform="translate(32.989999,19.11)" width="100%" x="0" y="0" ns6:href="#rmid-1-use2473" />
+ <ns0:use height="100%" id="rmid-1-use2477" style="" transform="translate(15.69,-10.66)" width="100%" x="0" y="0" ns6:href="#rmid-1-use2475" />
+ </ns0:g>
+</ns0:svg>
diff --git a/src/asset/tile/0/extra0.svg b/src/asset/tile/class/1/extra0.svg
index f38967d..f38967d 100644
--- a/src/asset/tile/0/extra0.svg
+++ b/src/asset/tile/class/1/extra0.svg
diff --git a/src/asset/tile/1/background.svg b/src/asset/tile/class/2/0.svg
index fbf26d6..15e309c 100644
--- a/src/asset/tile/1/background.svg
+++ b/src/asset/tile/class/2/0.svg
@@ -1,9 +1,9 @@
<ns0:svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2000/svg" xmlns:ns1="http://www.inkscape.org/namespaces/inkscape" xmlns:ns2="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:ns4="http://creativecommons.org/ns#" xmlns:ns6="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" height="128mm" id="svg8" version="1.1" viewBox="0 0 128 128" width="128mm" ns2:docname="background.svg" ns1:version="0.92.2 5c3e80d, 2017-08-06">
- <ns2:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-1-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns1:current-layer="rmid-1-background" ns1:cx="-20.57" ns1:cy="427.4" ns1:document-units="mm" ns1:pageopacity="0.0" ns1:pageshadow="2" ns1:snap-global="false" ns1:window-height="1059" ns1:window-maximized="0" ns1:window-width="1918" ns1:window-x="1" ns1:window-y="20" ns1:zoom="2">
- <ns1:grid id="rmid-1-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
+ <ns2:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-2-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns1:current-layer="rmid-2-background" ns1:cx="-20.57" ns1:cy="427.4" ns1:document-units="mm" ns1:pageopacity="0.0" ns1:pageshadow="2" ns1:snap-global="false" ns1:window-height="1059" ns1:window-maximized="0" ns1:window-width="1918" ns1:window-x="1" ns1:window-y="20" ns1:zoom="2">
+ <ns1:grid id="rmid-2-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
</ns2:namedview>
- <ns0:defs id="rmid-1-defs2" />
- <ns0:metadata id="rmid-1-metadata5">
+ <ns0:defs id="rmid-2-defs2" />
+ <ns0:metadata id="rmid-2-metadata5">
<rdf:RDF>
<ns4:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
@@ -12,34 +12,34 @@
</ns4:Work>
</rdf:RDF>
</ns0:metadata>
- <ns0:g id="rmid-1-background" ns1:groupmode="layer" ns1:label="rmid-1-background">
- <ns0:g id="1_rmid-1-base">
- <ns0:rect height="32" id="1_rmid-1-base_bg" style="fill:#6c5353;stroke-width:1.1739;stroke-linejoin:bevel" width="32" x="0" y="0" />
- <ns0:path d="M 0,0 C 0,0 1,0 1,0 1,0 0,1 0,1 0,1 0,0 0,0" id="1_rmid-1-base_p0" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 32,32 H 31 C 31.21,31.57 31.56,31.24 32,31 V 32" id="1_rmid-1-base_p1" style="fill:#916f6f;stroke-width:0.099" ns2:nodetypes="cccc" ns1:connector-curvature="0" />
- <ns0:path d="M 31,0 C 31,0 32,0 32,0 32,0 32,1 32,1 32,1 29.37,2.88 28.15,4.1 26.93,5.3 27.3,7.6 25.72,9.2 24.14,10.8 20.57,11.7 18.77,13.5 16.97,15.3 16.27,18.7 14.49,20.5 12.7,22.3 9.458,22.2 7.835,23.9 6.212,25.5 6.049,28.3 4.793,29.5 3.537,30.8 1,32 1,32 1,32 0,32 0,32 0,32 0,31 0,31 0,31 2.529,29.7 3.779,28.4 5.03,27.2 5.193,24.6 6.802,23 8.412,21.4 11.81,20.4 13.58,18.6 15.35,16.9 15.84,13.9 17.65,12.1 19.47,10.3 22.84,9.7 24.41,8.1 25.98,6.5 25.33,4.1 26.55,2.91 27.76,1.69 31,0 31,0 31,0 31,0 31,0" id="1_rmid-1-base_p2" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 7,0 C 7,0 9,0 9,0 9,0 6.568,1.54 5.499,2.61 4.431,3.68 4.117,5.9 3.118,6.9 2.119,7.9 0,9 0,9 0,9 0,7 0,7 0,7 1.357,6.5 2.184,5.6 3.011,4.8 3.653,2.69 4.533,1.81 5.412,0.93 7,0 7,0 7,0 7,0 7,0" id="1_rmid-1-base_p3" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 23,0 C 23,0 25,0 25,0 25,0 21.72,2.05 20.2,3.58 18.67,5.1 18.43,8.2 16.66,9.9 14.88,11.7 11.56,12.6 9.713,14.4 7.866,16.3 6.258,20.2 5.413,21 4.568,21.9 0,25 0,25 0,25 0,23 0,23 0,23 2.812,21.3 4.364,19.8 5.915,18.2 7.042,14.8 8.845,13 10.65,11.2 13.64,10.7 15.38,9 17.11,7.3 17.89,4.1 19.26,2.71 19.26,2.71 23,0 23,0" id="1_rmid-1-base_p4" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 15,0 C 15,0 17,0 17,0 17,0 14.76,3.67 13.37,5.1 11.98,6.4 10.42,6.5 8.772,7.9 7.121,9.3 5.707,12.4 4.241,13.9 2.775,15.3 0,17 0,17 0,17 0,15 0,15 0,15 1.701,13.9 2.976,12.6 4.252,11.3 6.027,8 7.623,6.6 9.219,5.2 10.98,5.2 12.2,3.99 13.43,2.75 15,0 15,0 15,0 15,0 15,0" id="1_rmid-1-base_p5" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 25,32 C 25,32 23,32 23,32 23,32 25.87,30.1 26.98,29 28.1,27.9 27.67,26.1 28.67,25.1 29.66,24.1 32,23 32,23 32,23 32,25 32,25 32,25 30.94,25.5 30.09,26.4 29.23,27.2 29.09,29.3 28.17,30.2 27.24,31.2 25,32 25,32 25,32 25,32 25,32" id="1_rmid-1-base_p6" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 9,32 C 9,32 7,32 7,32 7,32 9.599,30.4 11.1,28.9 12.6,27.4 14.06,24 15.82,22.2 17.59,20.5 19.93,19.9 21.65,18.2 23.37,16.5 23.98,13.4 25.81,11.6 27.64,9.7 32,7 32,7 32,7 32,9 32,9 32,9 28.56,11.3 26.88,13 25.2,14.7 24.57,17.7 22.88,19.4 21.19,21.1 18.36,21.6 16.64,23.3 14.91,25.1 13.7,28.7 12.36,30 11.01,31.4 9,32 9,32 9,32 9,32 9,32" id="1_rmid-1-base_p7" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
- <ns0:path d="M 17,32 C 17,32 15,32 15,32 15,32 16.41,29 17.84,27.6 19.26,26.2 22.16,26.1 24.1,24.1 26.05,22.2 27.37,18.6 28.78,17.1 30.19,15.7 32,15 32,15 32,15 32,17 32,17 32,17 30.63,17.2 29.36,18.5 28.09,19.7 26.65,23.5 24.87,25.3 23.09,27 20.19,27.4 18.95,28.6 17.72,29.8 17,32 17,32 17,32 17,32 17,32" id="1_rmid-1-base_p8" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:g id="rmid-2-background" ns1:groupmode="layer" ns1:label="rmid-2-background">
+ <ns0:g id="1_rmid-2-base">
+ <ns0:rect height="32" id="1_rmid-2-base_bg" style="fill:#6c5353;stroke-width:1.1739;stroke-linejoin:bevel" width="32" x="0" y="0" />
+ <ns0:path d="M 0,0 C 0,0 1,0 1,0 1,0 0,1 0,1 0,1 0,0 0,0" id="1_rmid-2-base_p0" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 32,32 H 31 C 31.21,31.57 31.56,31.24 32,31 V 32" id="1_rmid-2-base_p1" style="fill:#916f6f;stroke-width:0.099" ns2:nodetypes="cccc" ns1:connector-curvature="0" />
+ <ns0:path d="M 31,0 C 31,0 32,0 32,0 32,0 32,1 32,1 32,1 29.37,2.88 28.15,4.1 26.93,5.3 27.3,7.6 25.72,9.2 24.14,10.8 20.57,11.7 18.77,13.5 16.97,15.3 16.27,18.7 14.49,20.5 12.7,22.3 9.458,22.2 7.835,23.9 6.212,25.5 6.049,28.3 4.793,29.5 3.537,30.8 1,32 1,32 1,32 0,32 0,32 0,32 0,31 0,31 0,31 2.529,29.7 3.779,28.4 5.03,27.2 5.193,24.6 6.802,23 8.412,21.4 11.81,20.4 13.58,18.6 15.35,16.9 15.84,13.9 17.65,12.1 19.47,10.3 22.84,9.7 24.41,8.1 25.98,6.5 25.33,4.1 26.55,2.91 27.76,1.69 31,0 31,0 31,0 31,0 31,0" id="1_rmid-2-base_p2" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 7,0 C 7,0 9,0 9,0 9,0 6.568,1.54 5.499,2.61 4.431,3.68 4.117,5.9 3.118,6.9 2.119,7.9 0,9 0,9 0,9 0,7 0,7 0,7 1.357,6.5 2.184,5.6 3.011,4.8 3.653,2.69 4.533,1.81 5.412,0.93 7,0 7,0 7,0 7,0 7,0" id="1_rmid-2-base_p3" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 23,0 C 23,0 25,0 25,0 25,0 21.72,2.05 20.2,3.58 18.67,5.1 18.43,8.2 16.66,9.9 14.88,11.7 11.56,12.6 9.713,14.4 7.866,16.3 6.258,20.2 5.413,21 4.568,21.9 0,25 0,25 0,25 0,23 0,23 0,23 2.812,21.3 4.364,19.8 5.915,18.2 7.042,14.8 8.845,13 10.65,11.2 13.64,10.7 15.38,9 17.11,7.3 17.89,4.1 19.26,2.71 19.26,2.71 23,0 23,0" id="1_rmid-2-base_p4" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 15,0 C 15,0 17,0 17,0 17,0 14.76,3.67 13.37,5.1 11.98,6.4 10.42,6.5 8.772,7.9 7.121,9.3 5.707,12.4 4.241,13.9 2.775,15.3 0,17 0,17 0,17 0,15 0,15 0,15 1.701,13.9 2.976,12.6 4.252,11.3 6.027,8 7.623,6.6 9.219,5.2 10.98,5.2 12.2,3.99 13.43,2.75 15,0 15,0 15,0 15,0 15,0" id="1_rmid-2-base_p5" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 25,32 C 25,32 23,32 23,32 23,32 25.87,30.1 26.98,29 28.1,27.9 27.67,26.1 28.67,25.1 29.66,24.1 32,23 32,23 32,23 32,25 32,25 32,25 30.94,25.5 30.09,26.4 29.23,27.2 29.09,29.3 28.17,30.2 27.24,31.2 25,32 25,32 25,32 25,32 25,32" id="1_rmid-2-base_p6" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 9,32 C 9,32 7,32 7,32 7,32 9.599,30.4 11.1,28.9 12.6,27.4 14.06,24 15.82,22.2 17.59,20.5 19.93,19.9 21.65,18.2 23.37,16.5 23.98,13.4 25.81,11.6 27.64,9.7 32,7 32,7 32,7 32,9 32,9 32,9 28.56,11.3 26.88,13 25.2,14.7 24.57,17.7 22.88,19.4 21.19,21.1 18.36,21.6 16.64,23.3 14.91,25.1 13.7,28.7 12.36,30 11.01,31.4 9,32 9,32 9,32 9,32 9,32" id="1_rmid-2-base_p7" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
+ <ns0:path d="M 17,32 C 17,32 15,32 15,32 15,32 16.41,29 17.84,27.6 19.26,26.2 22.16,26.1 24.1,24.1 26.05,22.2 27.37,18.6 28.78,17.1 30.19,15.7 32,15 32,15 32,15 32,17 32,17 32,17 30.63,17.2 29.36,18.5 28.09,19.7 26.65,23.5 24.87,25.3 23.09,27 20.19,27.4 18.95,28.6 17.72,29.8 17,32 17,32 17,32 17,32 17,32" id="1_rmid-2-base_p8" style="fill:#916f6f;stroke-width:0.099" ns1:connector-curvature="0" />
</ns0:g>
- <ns0:use height="100%" id="rmid-1-1i_00" width="100%" x="32" y="0" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_01" width="100%" x="64" y="0" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_02" width="100%" x="96" y="0" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_10" width="100%" x="0" y="32" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_11" width="100%" x="32" y="32" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_12" width="100%" x="64" y="32" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_13" width="100%" x="96" y="32" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_20" width="100%" x="0" y="64" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_21" width="100%" x="32" y="64" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_22" width="100%" x="64" y="64" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_23" width="100%" x="96" y="64" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_30" width="100%" x="0" y="96" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_31" width="100%" x="32" y="96" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_32" width="100%" x="64" y="96" ns6:href="#1_rmid-1-base" />
- <ns0:use height="100%" id="rmid-1-1i_33" width="100%" x="96" y="96" ns6:href="#1_rmid-1-base" />
+ <ns0:use height="100%" id="rmid-2-1i_00" width="100%" x="32" y="0" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_01" width="100%" x="64" y="0" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_02" width="100%" x="96" y="0" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_10" width="100%" x="0" y="32" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_11" width="100%" x="32" y="32" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_12" width="100%" x="64" y="32" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_13" width="100%" x="96" y="32" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_20" width="100%" x="0" y="64" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_21" width="100%" x="32" y="64" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_22" width="100%" x="64" y="64" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_23" width="100%" x="96" y="64" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_30" width="100%" x="0" y="96" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_31" width="100%" x="32" y="96" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_32" width="100%" x="64" y="96" ns6:href="#1_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-2-1i_33" width="100%" x="96" y="96" ns6:href="#1_rmid-2-base" />
</ns0:g>
- <ns0:g id="rmid-1-details" ns1:groupmode="layer" ns1:label="rmid-1-details" />
-</ns0:svg> \ No newline at end of file
+ <ns0:g id="rmid-2-details" ns1:groupmode="layer" ns1:label="rmid-2-details" />
+</ns0:svg>
diff --git a/src/asset/tile/2/background.svg b/src/asset/tile/class/3/0.svg
index 97273d3..7d237d2 100644
--- a/src/asset/tile/2/background.svg
+++ b/src/asset/tile/class/3/0.svg
@@ -1,9 +1,9 @@
<ns0:svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2000/svg" xmlns:ns1="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:ns2="http://www.inkscape.org/namespaces/inkscape" xmlns:ns4="http://creativecommons.org/ns#" xmlns:ns6="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" height="128mm" id="svg8" version="1.1" viewBox="0 0 128 128" width="128mm" ns1:docname="background.svg" ns2:version="0.92.2 5c3e80d, 2017-08-06">
- <ns0:defs id="rmid-2-defs2" />
- <ns1:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-2-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns2:current-layer="rmid-2-details" ns2:cx="109.73111" ns2:cy="87.897795" ns2:document-units="mm" ns2:pageopacity="0.0" ns2:pageshadow="2" ns2:snap-global="false" ns2:window-height="1059" ns2:window-maximized="0" ns2:window-width="1918" ns2:window-x="1" ns2:window-y="20" ns2:zoom="3.3941125">
- <ns2:grid id="rmid-2-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
+ <ns0:defs id="rmid-3-defs2" />
+ <ns1:namedview bordercolor="#666666" borderopacity="1.0" id="rmid-3-base" pagecolor="#ffffff" showgrid="true" showguides="false" ns2:current-layer="rmid-3-details" ns2:cx="109.73111" ns2:cy="87.897795" ns2:document-units="mm" ns2:pageopacity="0.0" ns2:pageshadow="2" ns2:snap-global="false" ns2:window-height="1059" ns2:window-maximized="0" ns2:window-width="1918" ns2:window-x="1" ns2:window-y="20" ns2:zoom="3.3941125">
+ <ns2:grid id="rmid-3-grid882" spacingx="31.999999" spacingy="31.999999" type="xygrid" units="mm" />
</ns1:namedview>
- <ns0:metadata id="rmid-2-metadata5">
+ <ns0:metadata id="rmid-3-metadata5">
<rdf:RDF>
<ns4:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
@@ -12,168 +12,168 @@
</ns4:Work>
</rdf:RDF>
</ns0:metadata>
- <ns0:g id="rmid-2-background" ns2:groupmode="layer" ns2:label="rmid-2-background">
- <ns0:g id="0_rmid-2-base">
- <ns0:rect height="32" id="rmid-2-0_greenbg" style="fill:#bcd35f;stroke-width:3.1368;stroke-linejoin:bevel" width="32" x="0" y="0" />
+ <ns0:g id="rmid-3-background" ns2:groupmode="layer" ns2:label="rmid-3-background">
+ <ns0:g id="0_rmid-3-base">
+ <ns0:rect height="32" id="rmid-3-0_greenbg" style="fill:#bcd35f;stroke-width:3.1368;stroke-linejoin:bevel" width="32" x="0" y="0" />
</ns0:g>
- <ns0:use height="100%" id="rmid-2-0b00" width="100%" x="32" y="0" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b01" width="100%" x="64" y="0" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b02" width="100%" x="96" y="0" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b10" width="100%" x="0" y="32" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b11" width="100%" x="32" y="32" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b12" width="100%" x="64" y="32" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b13" width="100%" x="96" y="32" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b20" width="100%" x="0" y="64" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b21" width="100%" x="32" y="64" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b22" width="100%" x="64" y="64" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b23" width="100%" x="96" y="64" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b30" width="100%" x="0" y="96" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b31" width="100%" x="32" y="96" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b32" width="100%" x="64" y="96" ns6:href="#0_rmid-2-base" />
- <ns0:use height="100%" id="rmid-2-0b33" width="100%" x="96" y="96" ns6:href="#0_rmid-2-base" />
+ <ns0:use height="100%" id="rmid-3-0b00" width="100%" x="32" y="0" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b01" width="100%" x="64" y="0" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b02" width="100%" x="96" y="0" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b10" width="100%" x="0" y="32" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b11" width="100%" x="32" y="32" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b12" width="100%" x="64" y="32" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b13" width="100%" x="96" y="32" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b20" width="100%" x="0" y="64" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b21" width="100%" x="32" y="64" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b22" width="100%" x="64" y="64" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b23" width="100%" x="96" y="64" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b30" width="100%" x="0" y="96" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b31" width="100%" x="32" y="96" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b32" width="100%" x="64" y="96" ns6:href="#0_rmid-3-base" />
+ <ns0:use height="100%" id="rmid-3-0b33" width="100%" x="96" y="96" ns6:href="#0_rmid-3-base" />
</ns0:g>
- <ns0:g id="rmid-2-details" style="display:inline" ns2:groupmode="layer" ns2:label="rmid-2-details">
- <ns0:use height="100%" id="rmid-2-use5814" transform="translate(-32.111603,2.9128416)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4770" />
- <ns0:g id="rmid-2-g4770" style="display:inline" transform="translate(-2.0138701,42.096727)">
- <ns0:path d="m 43.485313,-35.750981 c -1.080827,-2.417219 -6.626129,-1.924553 -7.613836,0.172224 -0.320129,0.336383 5.821847,3.260637 7.613836,-0.172224 z" id="rmid-2-rmid-2-path4674-2" style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
- <ns0:path d="m 38.041504,-39.849914 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z" id="rmid-2-rmid-2-path4672-9" style="fill:#806600;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
- <ns0:path d="m 35.716005,-38.233289 c 2.696517,-3.451103 4.075106,-4.934811 7.040778,-0.595525 0.204119,2.145328 -5.117611,1.501731 -7.040778,0.595525 z" id="rmid-2-rmid-2-path4670-1" style="fill:#aa8800;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:g id="rmid-3-details" style="display:inline" ns2:groupmode="layer" ns2:label="rmid-3-details">
+ <ns0:use height="100%" id="rmid-3-use5814" transform="translate(-32.111603,2.9128416)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4770" />
+ <ns0:g id="rmid-3-g4770" style="display:inline" transform="translate(-2.0138701,42.096727)">
+ <ns0:path d="m 43.485313,-35.750981 c -1.080827,-2.417219 -6.626129,-1.924553 -7.613836,0.172224 -0.320129,0.336383 5.821847,3.260637 7.613836,-0.172224 z" id="rmid-3-rmid-3-path4674-2" style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 38.041504,-39.849914 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z" id="rmid-3-rmid-3-path4672-9" style="fill:#806600;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 35.716005,-38.233289 c 2.696517,-3.451103 4.075106,-4.934811 7.040778,-0.595525 0.204119,2.145328 -5.117611,1.501731 -7.040778,0.595525 z" id="rmid-3-rmid-3-path4670-1" style="fill:#aa8800;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
</ns0:g>
- <ns0:use height="100%" id="rmid-2-use5832" transform="translate(13.449653,-0.11024306)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4726" />
- <ns0:use height="100%" id="rmid-2-use5828" transform="translate(36.049479,-10.914063)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5818" />
- <ns0:use height="100%" id="rmid-2-use5830" transform="translate(58.869792,-9.4809027)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4721" />
- <ns0:use height="100%" id="rmid-2-use5826" transform="translate(41.010417,-1.1024306)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5816" />
- <ns0:use height="100%" id="rmid-2-use2467" transform="translate(-72.055789,39.395331)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2465" />
- <ns0:use height="100%" id="rmid-2-use916" transform="translate(-69.563369,27.450521)" width="100%" x="0" y="0" ns6:href="#rmid-2-use886" />
- <ns0:use height="100%" id="rmid-2-use926" transform="translate(19.513021,-0.11024306)" width="100%" x="0" y="0" ns6:href="#rmid-2-use910" />
- <ns0:g id="rmid-2-g5465-3" transform="translate(18.029089,19.39164)">
- <ns0:path d="M 7.726,11.73 C 10.3,11.51 11.75,8.451 12.66,5.179 9.471,5.267 7.892,7.74 7.726,11.73 Z" id="rmid-2-path4744-67" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
- <ns0:path d="M 7.726,11.73 C 5.22,10.25 4.498,10.5 3.588,7.229 6.775,7.317 7.958,7.211 7.726,11.73 Z" id="rmid-2-path4744-6-5" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:use height="100%" id="rmid-3-use5832" transform="translate(13.449653,-0.11024306)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4726" />
+ <ns0:use height="100%" id="rmid-3-use5828" transform="translate(36.049479,-10.914063)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5818" />
+ <ns0:use height="100%" id="rmid-3-use5830" transform="translate(58.869792,-9.4809027)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4721" />
+ <ns0:use height="100%" id="rmid-3-use5826" transform="translate(41.010417,-1.1024306)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5816" />
+ <ns0:use height="100%" id="rmid-3-use2467" transform="translate(-72.055789,39.395331)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2465" />
+ <ns0:use height="100%" id="rmid-3-use916" transform="translate(-69.563369,27.450521)" width="100%" x="0" y="0" ns6:href="#rmid-3-use886" />
+ <ns0:use height="100%" id="rmid-3-use926" transform="translate(19.513021,-0.11024306)" width="100%" x="0" y="0" ns6:href="#rmid-3-use910" />
+ <ns0:g id="rmid-3-g5465-3" transform="translate(18.029089,19.39164)">
+ <ns0:path d="M 7.726,11.73 C 10.3,11.51 11.75,8.451 12.66,5.179 9.471,5.267 7.892,7.74 7.726,11.73 Z" id="rmid-3-path4744-67" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:path d="M 7.726,11.73 C 5.22,10.25 4.498,10.5 3.588,7.229 6.775,7.317 7.958,7.211 7.726,11.73 Z" id="rmid-3-path4744-6-5" style="fill:#cdde87;fill-rule:evenodd;stroke-width:0.403px" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
</ns0:g>
- <ns0:use height="100%" id="rmid-2-use2461" transform="translate(22.072196,-22.664022)" width="100%" x="0" y="0" ns6:href="#rmid-2-g5465-3" />
- <ns0:use height="100%" id="rmid-2-use2463" transform="translate(54.090911,-0.54124455)" width="100%" x="0" y="0" ns6:href="#rmid-2-g5465-3" />
- <ns0:use height="100%" id="rmid-2-use2465" transform="translate(84.450391,-23.279161)" width="100%" x="0" y="0" ns6:href="#rmid-2-g5465-3" />
- <ns0:use height="100%" id="rmid-2-use2469" transform="translate(46.292839,-2.3523794)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2467" />
- <ns0:use height="100%" id="rmid-2-use932" transform="translate(32.190973,5.6223958)" width="100%" x="0" y="0" ns6:href="#rmid-2-use910" />
- <ns0:use height="100%" id="rmid-2-use2473" transform="translate(51.252469,-16.595021)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2471" />
- <ns0:use height="100%" id="rmid-2-use5810" transform="translate(8.9118117,-21.058988)" width="100%" x="0" y="0" ns6:href="#rmid-2-rmid-2-g4721-3" />
- <ns0:g id="rmid-2-g4726" style="display:inline" transform="matrix(1.5625102,0,0,1.5625102,47.506845,67.886662)">
- <ns0:path d="m 9.9909907,-37.153412 c -1.2623362,-2.250062 -5.101187,-1.785086 -6.0406876,0.172223 0.3413295,0.851202 2.9186053,2.780689 6.0406876,-0.172223 z" id="rmid-2-rmid-2-path4674-5" style="display:inline;fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
- <ns0:path d="m 5.3409313,-41.252345 c -0.342164,1.026149 1.485821,1.834905 -0.1377878,4.271164 1.376363,0.937912 2.2494133,0.617544 2.8933697,-0.27556 0.2374738,-1.657275 -0.205411,-2.974369 -0.6888964,-4.271164 z" id="rmid-2-rmid-2-path4672-3" style="display:inline;fill:#552200;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
- <ns0:path d="m 3.6758794,-39.692114 c -2.298e-4,-2.95874 2.620153,-5.049217 5.4204345,-1.931781 -0.8510705,1.040393 -4.2240781,5.163777 -5.4204345,1.931781 z" id="rmid-2-rmid-2-path4670-5" style="display:inline;fill:#aa4400;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:use height="100%" id="rmid-3-use2461" transform="translate(22.072196,-22.664022)" width="100%" x="0" y="0" ns6:href="#rmid-3-g5465-3" />
+ <ns0:use height="100%" id="rmid-3-use2463" transform="translate(54.090911,-0.54124455)" width="100%" x="0" y="0" ns6:href="#rmid-3-g5465-3" />
+ <ns0:use height="100%" id="rmid-3-use2465" transform="translate(84.450391,-23.279161)" width="100%" x="0" y="0" ns6:href="#rmid-3-g5465-3" />
+ <ns0:use height="100%" id="rmid-3-use2469" transform="translate(46.292839,-2.3523794)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2467" />
+ <ns0:use height="100%" id="rmid-3-use932" transform="translate(32.190973,5.6223958)" width="100%" x="0" y="0" ns6:href="#rmid-3-use910" />
+ <ns0:use height="100%" id="rmid-3-use2473" transform="translate(51.252469,-16.595021)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2471" />
+ <ns0:use height="100%" id="rmid-3-use5810" transform="translate(8.9118117,-21.058988)" width="100%" x="0" y="0" ns6:href="#rmid-3-rmid-3-g4721-3" />
+ <ns0:g id="rmid-3-g4726" style="display:inline" transform="matrix(1.5625102,0,0,1.5625102,47.506845,67.886662)">
+ <ns0:path d="m 9.9909907,-37.153412 c -1.2623362,-2.250062 -5.101187,-1.785086 -6.0406876,0.172223 0.3413295,0.851202 2.9186053,2.780689 6.0406876,-0.172223 z" id="rmid-3-rmid-3-path4674-5" style="display:inline;fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 5.3409313,-41.252345 c -0.342164,1.026149 1.485821,1.834905 -0.1377878,4.271164 1.376363,0.937912 2.2494133,0.617544 2.8933697,-0.27556 0.2374738,-1.657275 -0.205411,-2.974369 -0.6888964,-4.271164 z" id="rmid-3-rmid-3-path4672-3" style="display:inline;fill:#552200;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 3.6758794,-39.692114 c -2.298e-4,-2.95874 2.620153,-5.049217 5.4204345,-1.931781 -0.8510705,1.040393 -4.2240781,5.163777 -5.4204345,1.931781 z" id="rmid-3-rmid-3-path4670-5" style="display:inline;fill:#aa4400;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
</ns0:g>
- <ns0:use height="100%" id="rmid-2-use5812" transform="translate(22.303016,-6.5259098)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4721" />
- <ns0:use height="100%" id="rmid-2-use5781" transform="translate(-10.314026,5.3603223)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4770" />
- <ns0:use height="100%" id="rmid-2-use5808" transform="translate(-48.045447,9.5024723)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4726" />
- <ns0:g id="rmid-2-g4721" style="display:inline" transform="matrix(1.5625102,0,0,1.5625102,-9.7702979,105.03701)">
- <ns0:path d="m 23.715824,-52.392332 c -2.13916,-2.152636 -4.906337,-1.395386 -6.820086,0.172224 0.341329,0.0718 3.308305,3.657512 6.820086,-0.172224 z" id="rmid-2-path4674" style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
- <ns0:path d="m 19.065765,-56.491265 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z" id="rmid-2-path4672" style="fill:#6c5353;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
- <ns0:path d="m 15.549641,-56.197557 c 2.696517,-3.451103 6.059481,-5.199394 9.025153,-0.860108 0.204119,2.145328 -7.101986,1.766314 -9.025153,0.860108 z" id="rmid-2-path4670" style="fill:#ac9393;fill-opacity:1;stroke:#000000;stroke-width:0.09599937;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:use height="100%" id="rmid-3-use5812" transform="translate(22.303016,-6.5259098)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4721" />
+ <ns0:use height="100%" id="rmid-3-use5781" transform="translate(-10.314026,5.3603223)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4770" />
+ <ns0:use height="100%" id="rmid-3-use5808" transform="translate(-48.045447,9.5024723)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4726" />
+ <ns0:g id="rmid-3-g4721" style="display:inline" transform="matrix(1.5625102,0,0,1.5625102,-9.7702979,105.03701)">
+ <ns0:path d="m 23.715824,-52.392332 c -2.13916,-2.152636 -4.906337,-1.395386 -6.820086,0.172224 0.341329,0.0718 3.308305,3.657512 6.820086,-0.172224 z" id="rmid-3-path4674" style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 19.065765,-56.491265 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z" id="rmid-3-path4672" style="fill:#6c5353;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 15.549641,-56.197557 c 2.696517,-3.451103 6.059481,-5.199394 9.025153,-0.860108 0.204119,2.145328 -7.101986,1.766314 -9.025153,0.860108 z" id="rmid-3-path4670" style="fill:#ac9393;fill-opacity:1;stroke:#000000;stroke-width:0.09599937;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="ccc" ns2:connector-curvature="0" />
</ns0:g>
- <ns0:g id="rmid-2-rmid-2-g4721-3" style="display:inline" transform="matrix(1.0422678,0,0,0.98849778,-12.756429,81.093821)">
- <ns0:path d="m 23.715824,-52.671147 c -1.982336,-2.666106 -6.647205,-0.909062 -6.820086,0.395276 -0.130657,0.985771 5.447711,3.013773 6.820086,-0.395276 z" id="rmid-2-rmid-2-path4674-6" style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="csc" ns2:connector-curvature="0" />
- <ns0:path d="m 19.065765,-56.491265 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z" id="rmid-2-rmid-2-path4672-7" style="fill:#502d16;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
- <ns0:path d="m 16.368659,-56.341485 c 0.482093,-3.99943 5.240463,-5.055466 8.206135,-0.71618 0.204119,2.807184 -8.688227,4.71561 -8.206135,0.71618 z" id="rmid-2-rmid-2-rmid-2-path4670-53" style="fill:#552200;fill-opacity:1;stroke:#000000;stroke-width:0.14777935;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="zcz" ns2:connector-curvature="0" />
+ <ns0:g id="rmid-3-rmid-3-g4721-3" style="display:inline" transform="matrix(1.0422678,0,0,0.98849778,-12.756429,81.093821)">
+ <ns0:path d="m 23.715824,-52.671147 c -1.982336,-2.666106 -6.647205,-0.909062 -6.820086,0.395276 -0.130657,0.985771 5.447711,3.013773 6.820086,-0.395276 z" id="rmid-3-rmid-3-path4674-6" style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="csc" ns2:connector-curvature="0" />
+ <ns0:path d="m 19.065765,-56.491265 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z" id="rmid-3-rmid-3-path4672-7" style="fill:#502d16;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" ns1:nodetypes="ccccc" ns2:connector-curvature="0" />
+ <ns0:path d="m 16.368659,-56.341485 c 0.482093,-3.99943 5.240463,-5.055466 8.206135,-0.71618 0.204119,2.807184 -8.688227,4.71561 -8.206135,0.71618 z" id="rmid-3-rmid-3-rmid-3-path4670-53" style="fill:#552200;fill-opacity:1;stroke:#000000;stroke-width:0.14777935;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" ns1:nodetypes="zcz" ns2:connector-curvature="0" />
</ns0:g>
- <ns0:use height="100%" id="rmid-2-use5816" transform="translate(29.324652,-4.7404515)" width="100%" x="0" y="0" ns6:href="#rmid-2-rmid-2-g4721-3" />
- <ns0:use height="100%" id="rmid-2-use5818" transform="translate(28.001735,6.5043402)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5781" />
- <ns0:use height="100%" id="rmid-2-use5820" transform="translate(39.30165,20.284722)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5810" />
- <ns0:use height="100%" id="rmid-2-use5822" transform="translate(8.3233506,-18.079861)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2467" />
- <ns0:use height="100%" id="rmid-2-use5824" transform="translate(32.521702,19.513021)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4726" />
- <ns0:use height="100%" id="rmid-2-use5834" transform="translate(-41.45139,11.244792)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2465" />
- <ns0:use height="100%" id="rmid-2-use5836" transform="translate(-21.276909,21.717882)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5828" />
- <ns0:use height="100%" id="rmid-2-use882" transform="translate(43.65625,-20.835937)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5820" />
- <ns0:use height="100%" id="rmid-2-use884" transform="translate(102.63629,5.5121527)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5814" />
- <ns0:use height="100%" id="rmid-2-use888" transform="translate(42.774304,-13.559896)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5826" />
- <ns0:use height="100%" id="rmid-2-use890" transform="translate(38.915798,11.355035)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5830" />
- <ns0:use height="100%" id="rmid-2-use892" transform="translate(-7.717014,7.3862848)" width="100%" x="0" y="0" ns6:href="#rmid-2-use884" />
- <ns0:use height="100%" id="rmid-2-use886" transform="translate(17.087674,-1.874132)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5824" />
- <ns0:use height="100%" id="rmid-2-use894" transform="translate(-33.293402,15.213541)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5816" />
- <ns0:use height="100%" id="rmid-2-use900" transform="translate(-23.261284,-7.8272569)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2467" />
- <ns0:use height="100%" id="rmid-2-use896" transform="translate(3.3072917,27.891494)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5808" />
- <ns0:use height="100%" id="rmid-2-use898" transform="translate(3.1970485,20.615451)" width="100%" x="0" y="0" ns6:href="#rmid-2-g4721" />
- <ns0:use height="100%" id="rmid-2-use902" transform="translate(-45.42014,22.37934)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5836" />
- <ns0:use height="100%" id="rmid-2-use904" transform="translate(-65.153646,22.820313)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5836" />
- <ns0:use height="100%" id="rmid-2-use906" transform="translate(-66.035589,36.380208)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5826" />
- <ns0:use height="100%" id="rmid-2-use908" transform="translate(-59.53125,17.087674)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2469" />
- <ns0:use height="100%" id="rmid-2-use910" transform="translate(4.4097223,20.064236)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5818" />
- <ns0:use height="100%" id="rmid-2-use912" transform="translate(-23.040799,-0.22048611)" width="100%" x="0" y="0" ns6:href="#rmid-2-use910" />
- <ns0:use height="100%" id="rmid-2-use918" transform="translate(-42.553819,43.65625)" width="100%" x="0" y="0" ns6:href="#rmid-2-use882" />
- <ns0:use height="100%" id="rmid-2-use914" transform="translate(-31.309027,46.853298)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5830" />
- <ns0:use height="100%" id="rmid-2-use920" transform="translate(-35.277777,-4.5199657)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2469" />
- <ns0:use height="100%" id="rmid-2-use922" transform="translate(-30.868056,23.371528)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5826" />
- <ns0:use height="100%" id="rmid-2-use924" transform="translate(22.599826,-16.867188)" width="100%" x="0" y="0" ns6:href="#rmid-2-use914" />
- <ns0:use height="100%" id="rmid-2-use928" transform="translate(23.8125,-1.5434028)" width="100%" x="0" y="0" ns6:href="#rmid-2-use918" />
- <ns0:use height="100%" id="rmid-2-use930" transform="translate(31.639756,-2.6458333)" width="100%" x="0" y="0" ns6:href="#rmid-2-use916" />
- <ns0:use height="100%" id="rmid-2-use934" transform="translate(-0.44097223,26.678819)" width="100%" x="0" y="0" ns6:href="#rmid-2-use5824" />
- <ns0:use height="100%" id="rmid-2-use936" transform="translate(20.247844,-16.487548)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2473" />
- <ns0:use height="100%" id="rmid-2-use938" transform="translate(-28.442708,39.6875)" width="100%" x="0" y="0" ns6:href="#rmid-2-use892" />
- <ns0:use height="100%" id="rmid-2-use942" transform="translate(10.914062,-14.221354)" width="100%" x="0" y="0" ns6:href="#rmid-2-use934" />
- <ns0:use height="100%" id="rmid-2-use946" transform="translate(31.529515,-8.7092012)" width="100%" x="0" y="0" ns6:href="#rmid-2-use928" />
- <ns0:use height="100%" id="rmid-2-use940" transform="translate(-12.236979,27.560765)" width="100%" x="0" y="0" ns6:href="#rmid-2-use890" />
- <ns0:use height="100%" id="rmid-2-use944" transform="translate(-6.8350694,44.758681)" width="100%" x="0" y="0" ns6:href="#rmid-2-use884" />
- <ns0:use height="100%" id="rmid-2-use948" transform="translate(42.333333,9.4809027)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2463" />
- <ns0:use height="100%" id="rmid-2-use950" transform="translate(21.828125,25.355903)" width="100%" x="0" y="0" ns6:href="#rmid-2-use892" />
- <ns0:use height="100%" id="rmid-2-use952" transform="translate(40.018229,10.583333)" width="100%" x="0" y="0" ns6:href="#rmid-2-use928" />
- <ns0:use height="100%" id="rmid-2-use954" transform="translate(-10.252604,17.528646)" width="100%" x="0" y="0" ns6:href="#rmid-2-use948" />
- <ns0:use height="100%" id="rmid-2-use1642" transform="translate(-20.969522,11.303274)" width="100%" x="0" y="0" ns6:href="#rmid-2-use952" />
- <ns0:use height="100%" id="rmid-2-use1648" transform="translate(29.310558,17.851377)" width="100%" x="0" y="0" ns6:href="#rmid-2-use934" />
- <ns0:use height="100%" id="rmid-2-use1644" transform="translate(2.3386084,25.646738)" width="100%" x="0" y="0" ns6:href="#rmid-2-use940" />
- <ns0:use height="100%" id="rmid-2-use2477" transform="translate(35.879986,-12.219072)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2475" />
- <ns0:use height="100%" id="rmid-2-use1646" transform="translate(1.013397,30.401909)" width="100%" x="0" y="0" ns6:href="#rmid-2-use944" />
- <ns0:use height="100%" id="rmid-2-use1650" transform="translate(29.77828,38.353177)" width="100%" x="0" y="0" ns6:href="#rmid-2-use932" />
- <ns0:use height="100%" id="rmid-2-use1652" transform="translate(-8.0292221,29.544419)" width="100%" x="0" y="0" ns6:href="#rmid-2-use952" />
- <ns0:use height="100%" id="rmid-2-use1662" transform="translate(-1.1693042,23.464038)" width="100%" x="0" y="0" ns6:href="#rmid-2-use928" />
- <ns0:use height="100%" id="rmid-2-use1658" transform="translate(-2.1827011,28.531022)" width="100%" x="0" y="0" ns6:href="#rmid-2-use934" />
- <ns0:use height="100%" id="rmid-2-use1654" transform="translate(-31.883027,40.068157)" width="100%" x="0" y="0" ns6:href="#rmid-2-use940" />
- <ns0:use height="100%" id="rmid-2-use2475" transform="translate(9.7598228,19.811583)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2473" />
- <ns0:use height="100%" id="rmid-2-use1656" transform="translate(-10.13397,3.9756342)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1646" />
- <ns0:use height="100%" id="rmid-2-use1660" transform="translate(-2.1047475,13.17416)" width="100%" x="0" y="0" ns6:href="#rmid-2-use938" />
- <ns0:use height="100%" id="rmid-2-use1664" transform="translate(10.835552,13.797789)" width="100%" x="0" y="0" ns6:href="#rmid-2-use936" />
- <ns0:use height="100%" id="rmid-2-use1666" transform="translate(-21.203383,19.566357)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1650" />
- <ns0:use height="100%" id="rmid-2-use1668" transform="translate(-3.0401909,19.254542)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1652" />
- <ns0:use height="100%" id="rmid-2-use1672" transform="translate(3.1181445,31.72712)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1648" />
- <ns0:use height="100%" id="rmid-2-use1670" transform="translate(10.36783,38.275223)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1644" />
- <ns0:use height="100%" id="rmid-2-use1674" transform="translate(-18.708867,15.74663)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1672" />
- <ns0:use height="100%" id="rmid-2-use1676" transform="translate(16.058444,35.936615)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1646" />
- <ns0:use height="100%" id="rmid-2-use1682" transform="translate(-34.299589,-1.1693042)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1662" />
- <ns0:use height="100%" id="rmid-2-use1678" transform="translate(-21.515197,-14.343465)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1654" />
- <ns0:use height="100%" id="rmid-2-use1680" transform="translate(-30.63577,1.4811187)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1660" />
- <ns0:use height="100%" id="rmid-2-use1686" transform="translate(-35.157079,12.628485)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1662" />
- <ns0:use height="100%" id="rmid-2-use1684" transform="translate(-49.578497,6.0803817)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1658" />
- <ns0:use height="100%" id="rmid-2-use1688" transform="translate(-33.598007,-6.4701498)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1656" />
- <ns0:use height="100%" id="rmid-2-use1690" transform="translate(-28.297161,44.277652)" width="100%" x="0" y="0" ns6:href="#rmid-2-use928" />
- <ns0:use height="100%" id="rmid-2-use1704" transform="translate(-12.550532,-17.539563)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1694" />
- <ns0:use height="100%" id="rmid-2-use1700" transform="translate(-12.784392,-16.526166)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1698" />
- <ns0:use height="100%" id="rmid-2-use1692" transform="translate(-65.481034,-7.1717323)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1654" />
- <ns0:use height="100%" id="rmid-2-use2471" transform="translate(-77.106529,47.76257)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2469" />
- <ns0:use height="100%" id="rmid-2-use1696" transform="translate(-21.749058,0.62362893)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1686" />
- <ns0:use height="100%" id="rmid-2-use1694" transform="translate(-19.332496,1.3252114)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1684" />
- <ns0:use height="100%" id="rmid-2-use1698" transform="translate(-11.459181,17.305702)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1680" />
- <ns0:use height="100%" id="rmid-2-use1702" transform="translate(14.88914,-9.8221551)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1692" />
- <ns0:use height="100%" id="rmid-2-use1718" transform="translate(-2.1047475,-14.265511)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1716" />
- <ns0:use height="100%" id="rmid-2-use1706" transform="translate(1.7929331,16.604119)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1654" />
- <ns0:use height="100%" id="rmid-2-use1712" transform="translate(-12.9403,-7.8733148)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1674" />
- <ns0:use height="100%" id="rmid-2-use1708" transform="translate(6.3921962,25.646739)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1654" />
- <ns0:use height="100%" id="rmid-2-use1710" transform="translate(-0.77953612,8.5748973)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1656" />
- <ns0:use height="100%" id="rmid-2-use1714" transform="translate(-20.112032,15.74663)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1668" />
- <ns0:use height="100%" id="rmid-2-use1716" transform="translate(-18.864774,-5.4567529)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1714" />
- <ns0:use height="100%" id="rmid-2-use1736" transform="translate(-30.791677,7.7174076)" width="100%" x="0" y="0" ns6:href="#rmid-2-use2475" />
- <ns0:use height="100%" id="rmid-2-use1722" transform="translate(-0.70158254,19.410449)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1686" />
- <ns0:use height="100%" id="rmid-2-use1732" transform="translate(-2.026794,-7.7953612)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1724" />
- <ns0:use height="100%" id="rmid-2-use1724" transform="translate(0.62362891,22.372687)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1688" />
- <ns0:use height="100%" id="rmid-2-use1720" transform="translate(-24.867202,17.617516)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1654" />
- <ns0:use height="100%" id="rmid-2-use1738" transform="translate(0.85748973,10.13397)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1736" />
- <ns0:use height="100%" id="rmid-2-use1726" transform="translate(5.6126604,26.11446)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1684" />
- <ns0:use height="100%" id="rmid-2-use1728" transform="translate(-1.7929332,29.77828)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1688" />
- <ns0:use height="100%" id="rmid-2-use1730" transform="translate(-6.7040107,39.28862)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1686" />
- <ns0:use height="100%" id="rmid-2-use1734" transform="translate(13.797789,34.221636)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1684" />
- <ns0:use height="100%" id="rmid-2-use1742" transform="translate(-39.678389,-1.5590722)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1722" />
- <ns0:use height="100%" id="rmid-2-use1744" transform="translate(-13.096207,8.3410365)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1698" />
- <ns0:use height="100%" id="rmid-2-use1740" transform="translate(-37.33978,2.416562)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1720" />
- <ns0:use height="100%" id="rmid-2-use1746" transform="translate(-13.563929,25.179017)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1694" />
- <ns0:use height="100%" id="rmid-2-use1748" transform="translate(22.216779,0.23386084)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1742" />
- <ns0:use height="100%" id="rmid-2-use1750" transform="translate(9.5882943,34.689358)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1700" />
- <ns0:use height="100%" id="rmid-2-use1752" transform="translate(6.3921962,10.991459)" width="100%" x="0" y="0" ns6:href="#rmid-2-use1740" />
+ <ns0:use height="100%" id="rmid-3-use5816" transform="translate(29.324652,-4.7404515)" width="100%" x="0" y="0" ns6:href="#rmid-3-rmid-3-g4721-3" />
+ <ns0:use height="100%" id="rmid-3-use5818" transform="translate(28.001735,6.5043402)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5781" />
+ <ns0:use height="100%" id="rmid-3-use5820" transform="translate(39.30165,20.284722)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5810" />
+ <ns0:use height="100%" id="rmid-3-use5822" transform="translate(8.3233506,-18.079861)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2467" />
+ <ns0:use height="100%" id="rmid-3-use5824" transform="translate(32.521702,19.513021)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4726" />
+ <ns0:use height="100%" id="rmid-3-use5834" transform="translate(-41.45139,11.244792)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2465" />
+ <ns0:use height="100%" id="rmid-3-use5836" transform="translate(-21.276909,21.717882)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5828" />
+ <ns0:use height="100%" id="rmid-3-use882" transform="translate(43.65625,-20.835937)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5820" />
+ <ns0:use height="100%" id="rmid-3-use884" transform="translate(102.63629,5.5121527)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5814" />
+ <ns0:use height="100%" id="rmid-3-use888" transform="translate(42.774304,-13.559896)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5826" />
+ <ns0:use height="100%" id="rmid-3-use890" transform="translate(38.915798,11.355035)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5830" />
+ <ns0:use height="100%" id="rmid-3-use892" transform="translate(-7.717014,7.3862848)" width="100%" x="0" y="0" ns6:href="#rmid-3-use884" />
+ <ns0:use height="100%" id="rmid-3-use886" transform="translate(17.087674,-1.874132)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5824" />
+ <ns0:use height="100%" id="rmid-3-use894" transform="translate(-33.293402,15.213541)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5816" />
+ <ns0:use height="100%" id="rmid-3-use900" transform="translate(-23.261284,-7.8272569)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2467" />
+ <ns0:use height="100%" id="rmid-3-use896" transform="translate(3.3072917,27.891494)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5808" />
+ <ns0:use height="100%" id="rmid-3-use898" transform="translate(3.1970485,20.615451)" width="100%" x="0" y="0" ns6:href="#rmid-3-g4721" />
+ <ns0:use height="100%" id="rmid-3-use902" transform="translate(-45.42014,22.37934)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5836" />
+ <ns0:use height="100%" id="rmid-3-use904" transform="translate(-65.153646,22.820313)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5836" />
+ <ns0:use height="100%" id="rmid-3-use906" transform="translate(-66.035589,36.380208)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5826" />
+ <ns0:use height="100%" id="rmid-3-use908" transform="translate(-59.53125,17.087674)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2469" />
+ <ns0:use height="100%" id="rmid-3-use910" transform="translate(4.4097223,20.064236)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5818" />
+ <ns0:use height="100%" id="rmid-3-use912" transform="translate(-23.040799,-0.22048611)" width="100%" x="0" y="0" ns6:href="#rmid-3-use910" />
+ <ns0:use height="100%" id="rmid-3-use918" transform="translate(-42.553819,43.65625)" width="100%" x="0" y="0" ns6:href="#rmid-3-use882" />
+ <ns0:use height="100%" id="rmid-3-use914" transform="translate(-31.309027,46.853298)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5830" />
+ <ns0:use height="100%" id="rmid-3-use920" transform="translate(-35.277777,-4.5199657)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2469" />
+ <ns0:use height="100%" id="rmid-3-use922" transform="translate(-30.868056,23.371528)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5826" />
+ <ns0:use height="100%" id="rmid-3-use924" transform="translate(22.599826,-16.867188)" width="100%" x="0" y="0" ns6:href="#rmid-3-use914" />
+ <ns0:use height="100%" id="rmid-3-use928" transform="translate(23.8125,-1.5434028)" width="100%" x="0" y="0" ns6:href="#rmid-3-use918" />
+ <ns0:use height="100%" id="rmid-3-use930" transform="translate(31.639756,-2.6458333)" width="100%" x="0" y="0" ns6:href="#rmid-3-use916" />
+ <ns0:use height="100%" id="rmid-3-use934" transform="translate(-0.44097223,26.678819)" width="100%" x="0" y="0" ns6:href="#rmid-3-use5824" />
+ <ns0:use height="100%" id="rmid-3-use936" transform="translate(20.247844,-16.487548)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2473" />
+ <ns0:use height="100%" id="rmid-3-use938" transform="translate(-28.442708,39.6875)" width="100%" x="0" y="0" ns6:href="#rmid-3-use892" />
+ <ns0:use height="100%" id="rmid-3-use942" transform="translate(10.914062,-14.221354)" width="100%" x="0" y="0" ns6:href="#rmid-3-use934" />
+ <ns0:use height="100%" id="rmid-3-use946" transform="translate(31.529515,-8.7092012)" width="100%" x="0" y="0" ns6:href="#rmid-3-use928" />
+ <ns0:use height="100%" id="rmid-3-use940" transform="translate(-12.236979,27.560765)" width="100%" x="0" y="0" ns6:href="#rmid-3-use890" />
+ <ns0:use height="100%" id="rmid-3-use944" transform="translate(-6.8350694,44.758681)" width="100%" x="0" y="0" ns6:href="#rmid-3-use884" />
+ <ns0:use height="100%" id="rmid-3-use948" transform="translate(42.333333,9.4809027)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2463" />
+ <ns0:use height="100%" id="rmid-3-use950" transform="translate(21.828125,25.355903)" width="100%" x="0" y="0" ns6:href="#rmid-3-use892" />
+ <ns0:use height="100%" id="rmid-3-use952" transform="translate(40.018229,10.583333)" width="100%" x="0" y="0" ns6:href="#rmid-3-use928" />
+ <ns0:use height="100%" id="rmid-3-use954" transform="translate(-10.252604,17.528646)" width="100%" x="0" y="0" ns6:href="#rmid-3-use948" />
+ <ns0:use height="100%" id="rmid-3-use1642" transform="translate(-20.969522,11.303274)" width="100%" x="0" y="0" ns6:href="#rmid-3-use952" />
+ <ns0:use height="100%" id="rmid-3-use1648" transform="translate(29.310558,17.851377)" width="100%" x="0" y="0" ns6:href="#rmid-3-use934" />
+ <ns0:use height="100%" id="rmid-3-use1644" transform="translate(2.3386084,25.646738)" width="100%" x="0" y="0" ns6:href="#rmid-3-use940" />
+ <ns0:use height="100%" id="rmid-3-use2477" transform="translate(35.879986,-12.219072)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2475" />
+ <ns0:use height="100%" id="rmid-3-use1646" transform="translate(1.013397,30.401909)" width="100%" x="0" y="0" ns6:href="#rmid-3-use944" />
+ <ns0:use height="100%" id="rmid-3-use1650" transform="translate(29.77828,38.353177)" width="100%" x="0" y="0" ns6:href="#rmid-3-use932" />
+ <ns0:use height="100%" id="rmid-3-use1652" transform="translate(-8.0292221,29.544419)" width="100%" x="0" y="0" ns6:href="#rmid-3-use952" />
+ <ns0:use height="100%" id="rmid-3-use1662" transform="translate(-1.1693042,23.464038)" width="100%" x="0" y="0" ns6:href="#rmid-3-use928" />
+ <ns0:use height="100%" id="rmid-3-use1658" transform="translate(-2.1827011,28.531022)" width="100%" x="0" y="0" ns6:href="#rmid-3-use934" />
+ <ns0:use height="100%" id="rmid-3-use1654" transform="translate(-31.883027,40.068157)" width="100%" x="0" y="0" ns6:href="#rmid-3-use940" />
+ <ns0:use height="100%" id="rmid-3-use2475" transform="translate(9.7598228,19.811583)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2473" />
+ <ns0:use height="100%" id="rmid-3-use1656" transform="translate(-10.13397,3.9756342)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1646" />
+ <ns0:use height="100%" id="rmid-3-use1660" transform="translate(-2.1047475,13.17416)" width="100%" x="0" y="0" ns6:href="#rmid-3-use938" />
+ <ns0:use height="100%" id="rmid-3-use1664" transform="translate(10.835552,13.797789)" width="100%" x="0" y="0" ns6:href="#rmid-3-use936" />
+ <ns0:use height="100%" id="rmid-3-use1666" transform="translate(-21.203383,19.566357)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1650" />
+ <ns0:use height="100%" id="rmid-3-use1668" transform="translate(-3.0401909,19.254542)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1652" />
+ <ns0:use height="100%" id="rmid-3-use1672" transform="translate(3.1181445,31.72712)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1648" />
+ <ns0:use height="100%" id="rmid-3-use1670" transform="translate(10.36783,38.275223)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1644" />
+ <ns0:use height="100%" id="rmid-3-use1674" transform="translate(-18.708867,15.74663)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1672" />
+ <ns0:use height="100%" id="rmid-3-use1676" transform="translate(16.058444,35.936615)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1646" />
+ <ns0:use height="100%" id="rmid-3-use1682" transform="translate(-34.299589,-1.1693042)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1662" />
+ <ns0:use height="100%" id="rmid-3-use1678" transform="translate(-21.515197,-14.343465)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1654" />
+ <ns0:use height="100%" id="rmid-3-use1680" transform="translate(-30.63577,1.4811187)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1660" />
+ <ns0:use height="100%" id="rmid-3-use1686" transform="translate(-35.157079,12.628485)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1662" />
+ <ns0:use height="100%" id="rmid-3-use1684" transform="translate(-49.578497,6.0803817)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1658" />
+ <ns0:use height="100%" id="rmid-3-use1688" transform="translate(-33.598007,-6.4701498)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1656" />
+ <ns0:use height="100%" id="rmid-3-use1690" transform="translate(-28.297161,44.277652)" width="100%" x="0" y="0" ns6:href="#rmid-3-use928" />
+ <ns0:use height="100%" id="rmid-3-use1704" transform="translate(-12.550532,-17.539563)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1694" />
+ <ns0:use height="100%" id="rmid-3-use1700" transform="translate(-12.784392,-16.526166)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1698" />
+ <ns0:use height="100%" id="rmid-3-use1692" transform="translate(-65.481034,-7.1717323)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1654" />
+ <ns0:use height="100%" id="rmid-3-use2471" transform="translate(-77.106529,47.76257)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2469" />
+ <ns0:use height="100%" id="rmid-3-use1696" transform="translate(-21.749058,0.62362893)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1686" />
+ <ns0:use height="100%" id="rmid-3-use1694" transform="translate(-19.332496,1.3252114)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1684" />
+ <ns0:use height="100%" id="rmid-3-use1698" transform="translate(-11.459181,17.305702)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1680" />
+ <ns0:use height="100%" id="rmid-3-use1702" transform="translate(14.88914,-9.8221551)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1692" />
+ <ns0:use height="100%" id="rmid-3-use1718" transform="translate(-2.1047475,-14.265511)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1716" />
+ <ns0:use height="100%" id="rmid-3-use1706" transform="translate(1.7929331,16.604119)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1654" />
+ <ns0:use height="100%" id="rmid-3-use1712" transform="translate(-12.9403,-7.8733148)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1674" />
+ <ns0:use height="100%" id="rmid-3-use1708" transform="translate(6.3921962,25.646739)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1654" />
+ <ns0:use height="100%" id="rmid-3-use1710" transform="translate(-0.77953612,8.5748973)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1656" />
+ <ns0:use height="100%" id="rmid-3-use1714" transform="translate(-20.112032,15.74663)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1668" />
+ <ns0:use height="100%" id="rmid-3-use1716" transform="translate(-18.864774,-5.4567529)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1714" />
+ <ns0:use height="100%" id="rmid-3-use1736" transform="translate(-30.791677,7.7174076)" width="100%" x="0" y="0" ns6:href="#rmid-3-use2475" />
+ <ns0:use height="100%" id="rmid-3-use1722" transform="translate(-0.70158254,19.410449)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1686" />
+ <ns0:use height="100%" id="rmid-3-use1732" transform="translate(-2.026794,-7.7953612)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1724" />
+ <ns0:use height="100%" id="rmid-3-use1724" transform="translate(0.62362891,22.372687)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1688" />
+ <ns0:use height="100%" id="rmid-3-use1720" transform="translate(-24.867202,17.617516)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1654" />
+ <ns0:use height="100%" id="rmid-3-use1738" transform="translate(0.85748973,10.13397)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1736" />
+ <ns0:use height="100%" id="rmid-3-use1726" transform="translate(5.6126604,26.11446)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1684" />
+ <ns0:use height="100%" id="rmid-3-use1728" transform="translate(-1.7929332,29.77828)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1688" />
+ <ns0:use height="100%" id="rmid-3-use1730" transform="translate(-6.7040107,39.28862)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1686" />
+ <ns0:use height="100%" id="rmid-3-use1734" transform="translate(13.797789,34.221636)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1684" />
+ <ns0:use height="100%" id="rmid-3-use1742" transform="translate(-39.678389,-1.5590722)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1722" />
+ <ns0:use height="100%" id="rmid-3-use1744" transform="translate(-13.096207,8.3410365)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1698" />
+ <ns0:use height="100%" id="rmid-3-use1740" transform="translate(-37.33978,2.416562)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1720" />
+ <ns0:use height="100%" id="rmid-3-use1746" transform="translate(-13.563929,25.179017)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1694" />
+ <ns0:use height="100%" id="rmid-3-use1748" transform="translate(22.216779,0.23386084)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1742" />
+ <ns0:use height="100%" id="rmid-3-use1750" transform="translate(9.5882943,34.689358)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1700" />
+ <ns0:use height="100%" id="rmid-3-use1752" transform="translate(6.3921962,10.991459)" width="100%" x="0" y="0" ns6:href="#rmid-3-use1740" />
</ns0:g>
-</ns0:svg> \ No newline at end of file
+</ns0:svg>
diff --git a/src/asset/www/svg/tile/-1.svg b/src/asset/www/svg/tile/-1.svg
deleted file mode 100644
index ef31ace..0000000
--- a/src/asset/www/svg/tile/-1.svg
+++ /dev/null
@@ -1,181 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="-1.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.86"
- inkscape:cx="194.22928"
- inkscape:cy="191.07429"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline">
- <rect
- style="opacity:1;fill:#800080;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- <flowRoot
- xml:space="preserve"
- id="flowRoot1100"
- style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
- transform="matrix(0.26458333,0,0,0.26458333,0,201)"><flowRegion
- id="flowRegion1102"><rect
- id="rect1104"
- width="68.817207"
- height="66.666664"
- x="15.053763"
- y="35.415291" /></flowRegion><flowPara
- id="flowPara1106">ERROR</flowPara></flowRoot> <g
- aria-label="error"
- style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
- id="text1110">
- <path
- d="m 39.982403,249.52193 h -4.216797 q 0.05684,0.50643 0.273885,0.75448 0.304891,0.35657 0.795817,0.35657 0.310059,0 0.589111,-0.15503 0.170532,-0.0982 0.366903,-0.34624 l 2.072225,0.19121 q -0.475423,0.82682 -1.147217,1.18855 -0.671794,0.35657 -1.927531,0.35657 -1.090373,0 -1.715657,-0.30489 -0.625285,-0.31006 -1.038697,-0.97668 -0.408243,-0.6718 -0.408243,-1.57613 0,-1.28675 0.821655,-2.08256 0.826823,-0.79582 2.27893,-0.79582 1.178223,0 1.860352,0.35657 0.682129,0.35656 1.038696,1.03352 0.356568,0.67697 0.356568,1.76217 z m -2.139405,-1.00769 q -0.06201,-0.60978 -0.330729,-0.87333 -0.26355,-0.26355 -0.697632,-0.26355 -0.501261,0 -0.800984,0.39791 -0.191203,0.24805 -0.24288,0.73897 z"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332"
- id="path1112" />
- <path
- d="m 40.979758,246.25598 h 1.968872 v 0.89917 q 0.28422,-0.58394 0.583944,-0.80098 0.304891,-0.22221 0.749308,-0.22221 0.465088,0 1.018026,0.28939 l -0.651123,1.49861 q -0.372071,-0.15503 -0.589112,-0.15503 -0.413411,0 -0.640788,0.34107 -0.325561,0.48059 -0.325561,1.79834 v 1.83968 h -2.113566 z"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332"
- id="path1114" />
- <path
- d="m 46.126731,246.25598 h 1.968872 v 0.89917 q 0.28422,-0.58394 0.583943,-0.80098 0.304891,-0.22221 0.749309,-0.22221 0.465087,0 1.018025,0.28939 l -0.651123,1.49861 q -0.37207,-0.15503 -0.589111,-0.15503 -0.413412,0 -0.640788,0.34107 -0.325561,0.48059 -0.325561,1.79834 v 1.83968 h -2.113566 z"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332"
- id="path1116" />
- <path
- d="m 50.705262,249.0155 q 0,-1.25573 0.847493,-2.06705 0.847494,-0.81649 2.289266,-0.81649 1.648478,0 2.490804,0.95601 0.676961,0.76998 0.676961,1.89653 0,1.26607 -0.842325,2.07739 -0.837159,0.80615 -2.320272,0.80615 -1.322917,0 -2.139404,-0.67179 -1.002523,-0.83199 -1.002523,-2.18075 z m 2.108398,-0.005 q 0,0.7338 0.294556,1.0852 0.299723,0.3514 0.749308,0.3514 0.454753,0 0.744141,-0.34623 0.294555,-0.34623 0.294555,-1.11105 0,-0.71313 -0.294555,-1.05936 -0.294556,-0.3514 -0.728638,-0.3514 -0.45992,0 -0.759643,0.35657 -0.299724,0.3514 -0.299724,1.07487 z"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332"
- id="path1118" />
- <path
- d="m 58.053651,246.25598 h 1.968872 v 0.89917 q 0.28422,-0.58394 0.583943,-0.80098 0.304891,-0.22221 0.749308,-0.22221 0.465088,0 1.018026,0.28939 l -0.651123,1.49861 q -0.37207,-0.15503 -0.589111,-0.15503 -0.413412,0 -0.640788,0.34107 -0.325561,0.48059 -0.325561,1.79834 v 1.83968 h -2.113566 z"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Black';-inkscape-font-specification:'Arial Black, ';fill:#ffffff;stroke-width:0.26458332"
- id="path1120" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#text1110"
- id="use1123"
- transform="translate(-32.000202)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1123"
- id="use1125"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1125"
- id="use1127"
- transform="translate(0,31.99996)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1127"
- id="use1129"
- transform="translate(-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1129"
- id="use1131"
- transform="translate(-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1131"
- id="use1133"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1133"
- id="use1135"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1135"
- id="use1137"
- transform="translate(32)"
- width="100%"
- height="100%" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="details"
- transform="translate(0,64)"
- style="display:inline" />
-</svg>
diff --git a/src/asset/www/svg/tile/0.svg b/src/asset/www/svg/tile/0.svg
deleted file mode 100644
index fed479b..0000000
--- a/src/asset/www/svg/tile/0.svg
+++ /dev/null
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="0.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.86"
- inkscape:cx="192.07874"
- inkscape:cy="191.07429"
- inkscape:document-units="mm"
- inkscape:current-layer="layer2"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1051"
- inkscape:window-y="500"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="details"
- transform="translate(0,64)"
- style="display:inline">
- <g
- id="g5465">
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- id="path4744"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- id="path4744-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5465"
- id="use5474"
- transform="translate(-0.17638889,-33.161111)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use5474"
- id="use5476"
- transform="translate(13.052778,4.6743056)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use5476"
- id="use5478"
- transform="translate(23.01875,10.230556)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use5478"
- id="use5480"
- transform="translate(11.553472,-6.9673611)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use5480"
- id="use5482"
- transform="translate(-9.8777779,-10.054167)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5465"
- id="use4573"
- width="100%"
- height="100%"
- transform="translate(45.230672,9.3306757)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4573"
- id="use4575"
- width="100%"
- height="100%"
- transform="translate(23.613351,-4.8364695)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4575"
- id="use4577"
- width="100%"
- height="100%"
- transform="translate(-5.4054659,12.944668)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4577"
- id="use4579"
- width="100%"
- height="100%"
- transform="translate(15.505152,-81.650986)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4579"
- id="use4581"
- width="100%"
- height="100%"
- transform="translate(-38.976254,7.3969534)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use4583"
- width="100%"
- height="100%"
- transform="translate(-35.420027,7.3969534)" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/1.svg b/src/asset/www/svg/tile/1.svg
deleted file mode 100644
index 0bced02..0000000
--- a/src/asset/www/svg/tile/1.svg
+++ /dev/null
@@ -1,357 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="1.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142136"
- inkscape:cx="94.314681"
- inkscape:cy="84.71984"
- inkscape:document-units="mm"
- inkscape:current-layer="layer2"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid5483"
- spacingx="31.999999"
- units="mm"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="details"
- transform="translate(0,64)"
- style="display:inline">
- <g
- id="g4721"
- transform="matrix(1.5625102,0,0,1.5625102,-8.4888128,31.585124)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4674"
- d="m 23.715824,-52.392332 c -2.13916,-2.152636 -4.906337,-1.395386 -6.820086,0.172224 0.341329,0.0718 3.308305,3.657512 6.820086,-0.172224 z"
- style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4672"
- d="m 19.065765,-56.491265 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z"
- style="fill:#6c5353;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4670"
- d="m 15.549641,-56.197557 c 2.696517,-3.451103 6.059481,-5.199394 9.025153,-0.860108 0.204119,2.145328 -7.101986,1.766314 -9.025153,0.860108 z"
- style="fill:#ac9393;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- <g
- id="g4726"
- transform="matrix(1.5625102,0,0,1.5625102,-2.039594,20.009603)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4674-5"
- d="m 9.9909907,-37.153412 c -1.2623362,-2.250062 -5.101187,-1.785086 -6.0406876,0.172223 0.3413295,0.851202 2.9186053,2.780689 6.0406876,-0.172223 z"
- style="display:inline;fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4672-3"
- d="m 5.3409313,-41.252345 c -0.342164,1.026149 1.485821,1.834905 -0.1377878,4.271164 1.376363,0.937912 2.2494133,0.617544 2.8933697,-0.27556 0.2374738,-1.657275 -0.205411,-2.974369 -0.6888964,-4.271164 z"
- style="display:inline;fill:#552200;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4670-5"
- d="m 3.6758794,-39.692114 c -2.298e-4,-2.95874 2.620153,-5.049217 5.4204345,-1.931781 -0.8510705,1.040393 -4.2240781,5.163777 -5.4204345,1.931781 z"
- style="display:inline;fill:#aa4400;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4721"
- id="use4728"
- width="100%"
- height="100%"
- transform="translate(23.48177,62.838541)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4728"
- id="use4730"
- width="100%"
- height="100%"
- transform="translate(9.0619797,-30.39401)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4730"
- id="use4732"
- width="100%"
- height="100%"
- transform="translate(28.34349,31.121614)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4726"
- id="use4734"
- width="100%"
- height="100%"
- transform="translate(42.201042,-8.0697917)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4734"
- id="use4736"
- width="100%"
- height="100%"
- transform="translate(20.439063,57.282291)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4736"
- id="use4738"
- width="100%"
- height="100%"
- transform="translate(-46.36823,6.7468747)" />
- <g
- id="g4770">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4674-2"
- d="m 43.485313,-35.750981 c -1.080827,-2.417219 -6.626129,-1.924553 -7.613836,0.172224 -0.320129,0.336383 5.821847,3.260637 7.613836,-0.172224 z"
- style="fill:#454837;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4672-9"
- d="m 38.041504,-39.849914 c -0.344109,1.026149 -0.851263,1.834906 -0.137788,4.271164 1.376363,0.937912 2.249413,0.617545 2.893369,-0.275559 0.237474,-1.657275 -0.20541,-2.974369 -0.688896,-4.271164 z"
- style="fill:#806600;stroke:none;stroke-width:0.38969928px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4670-1"
- d="m 35.716005,-38.233289 c 2.696517,-3.451103 4.075106,-4.934811 7.040778,-0.595525 0.204119,2.145328 -5.117611,1.501731 -7.040778,0.595525 z"
- style="fill:#aa8800;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4770"
- id="use4772"
- width="100%"
- height="100%"
- transform="translate(-1.7197917,11.1125)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4772"
- id="use4774"
- width="100%"
- height="100%"
- transform="translate(-22.621875,9.3927083)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4774"
- id="use4776"
- width="100%"
- height="100%"
- transform="translate(65.88125,-9.2604167)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4728"
- id="use4807"
- width="100%"
- height="100%"
- transform="translate(30.427083,-54.636458)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4776"
- id="use4809"
- width="100%"
- height="100%"
- transform="translate(7.540625,-30.691667)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4809"
- id="use4811"
- width="100%"
- height="100%"
- transform="translate(0.79375,19.976042)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4734"
- id="use4813"
- width="100%"
- height="100%"
- transform="translate(22.754167,39.158333)" />
- <g
- id="use4583"
- style="display:inline"
- transform="matrix(0.99998894,0,0,0.99998894,6.8894415,16.904056)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path5523"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path5525"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4583"
- id="use5529"
- width="100%"
- height="100%"
- transform="translate(-6.7351921,-17.960513)" />
- <use
- x="0"
- y="0"
- xlink:href="#use4583"
- id="use5531"
- width="100%"
- height="100%"
- transform="translate(41.907862,-5.0513941)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5531"
- id="use5533"
- width="100%"
- height="100%"
- transform="translate(-14.405828,-30.121276)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5533"
- id="use5535"
- width="100%"
- height="100%"
- transform="translate(-17.212158,-15.715448)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5535"
- id="use5537"
- width="100%"
- height="100%"
- transform="translate(-16.650892,19.457222)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5537"
- id="use5539"
- width="100%"
- height="100%"
- transform="translate(14.592916,-33.863049)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5539"
- id="use5541"
- width="100%"
- height="100%"
- transform="translate(32.179251,2.0579754)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5541"
- id="use5543"
- width="100%"
- height="100%"
- transform="translate(-15.52836,-20.579754)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5543"
- id="use5545"
- width="100%"
- height="100%"
- transform="translate(33.488872)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5545"
- id="use5547"
- width="100%"
- height="100%"
- transform="translate(12.909118,42.656217)" />
- <use
- x="0"
- y="0"
- xlink:href="#use5547"
- id="use5549"
- width="100%"
- height="100%"
- transform="translate(-6.5481034,38.914443)" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/10.svg b/src/asset/www/svg/tile/10.svg
deleted file mode 100644
index 6f6e62a..0000000
--- a/src/asset/www/svg/tile/10.svg
+++ /dev/null
@@ -1,400 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="10.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="260.18226"
- inkscape:cy="193.37602"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1918"
- inkscape:window-height="1078"
- inkscape:window-x="1"
- inkscape:window-y="1"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-12.276915,-0.6289736)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(21.440584,55.759159)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941863,92.295918 V 87.31276 63.999973 h -5.141795 c 0,0 -2.129549,9.515433 -6.096281,19.516365 -1.608796,3.626767 -2.353309,4.3901 -3.825089,4.992637 -11.276784,2.815007 -15.87863,1.962979 -15.87863,1.962979 v 1.823964 h 25.958636 z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941734,60.295917 v -4.98316 -23.312784 h -5.141666 c 0,0 3.243098,7.855437 -0.606304,18.326052 -0.581984,1.583032 -6.573112,3.51482 -9.645923,4.132067 -11.395201,2.288994 -15.547773,4.014175 -15.547773,4.014175 v 1.82365 h 25.958508 z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 30.941733,31.999973 V 23.312757 -1.13e-4 L 25.958574,5.9e-5 c 0,0 4.486946,8.3237175 1.215831,13.614938 -0.483926,0.782778 0.227428,6.121052 -0.194703,7.002437 -2.606477,5.442173 -9.695499,3.487138 -12.88707,4.354256 -2.534295,1.045824 0.253864,4.311979 -1.230259,4.609376 C 7.5005491,30.655499 6.755994e-5,26.628241 6.755994e-5,26.628241 V 32 L 25.958574,31.999973 Z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941733,60.295917 v -4.98316 -23.312784 h -5.141665 c -0.05688,0.609508 1.541983,2.962377 -0.04532,10.891196 -0.534917,2.67198 -2.321901,2.66856 -4.199001,5.75715 -3.046933,5.01344 -1.810613,4.861492 -4.684986,5.677176 C 5.6894285,57.498512 6.755994e-5,58.472143 6.755994e-5,58.472143 v 1.823774 H 25.958574 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,92.295918 V 87.312759 63.999973 h -5.141665 c 0,0 -0.872907,7.04438 -4.839639,17.045312 -2.667129,5.412704 -3.080913,6.860576 -6.272484,7.727696 -11.276785,2.815006 -14.687877,1.699192 -14.687877,1.699192 v 1.823745 h 25.958508 z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.942124,95.999973 -3.91e-4,-8.687214 V 63.999888 l -5.141665,1.7e-4 c 0,0 3.480527,13.694579 1.576509,24.123105 -0.247269,1.354322 -3.638604,4.340404 -11.894882,5.611027 C 3.9941088,95.502106 -1.2844006e-4,90.472 -1.2844006e-4,90.472 l 3.92e-4,5.527973 H 25.958965 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,28.29615 V 23.312802 -2.7e-5 h -5.141665 c 0,0 -3.03538,8.4890737 -2.413001,11.783712 0.421171,2.229523 -0.527372,4.66287 -1.897471,4.93216 -8.324913,1.636246 -7.098857,3.642389 -6.669359,7.992276 0.282148,2.857554 -4.334423,1.092411 -6.282113,1.395519 -5.936025,0.923795 -8.538056,0.368821 -8.538056,0.368821 v 1.823928 l 25.958508,-2.39e-4 z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941734,28.295975 V 23.312815 -2.7e-5 h -5.141666 c 0,0 -3.36267,4.8400024 -4.018118,11.779475 -0.249,2.636255 5.973258,8.317125 5.462336,9.632069 -2.185403,5.624499 -9.563207,4.016306 -12.754779,4.883424 -11.80595,3.278029 -14.489439,0.177122 -14.489439,0.177122 v 1.823912 h 25.958508 z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941733,60.295917 v -4.98316 l -8.7e-5,-23.312784 h -5.141578 c 0,0 -2.970973,6.112898 -4.97193,10.718843 -2.925019,6.733014 -6.447858,8.051944 -9.645923,8.894796 -8.617953,2.271265 -11.240147,6.858218 -11.240147,6.858218 v 1.824087 h 26.016508 z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000196,96.000086 V 91.016928 63.999973 h -4.983158 c 0,0 -1.295997,7.53133 -5.262728,17.532262 -2.667129,5.412704 -3.279351,6.79443 -6.470923,7.661548 -11.276785,2.815007 -15.283304,1.823145 -15.283304,1.823145 v 4.983158 h 27.016955 z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000068,64.000086 V 59.016928 31.999973 h -4.983159 c 0,0 1.810542,6.046235 -0.367936,16.341637 -1.249151,5.903437 -10.409569,6.316698 -13.614672,7.132381 -11.263785,2.866578 -13.034346,3.542937 -13.034346,3.542937 v 4.983158 h 27.016954 z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,32.000086 V 27.016927 -2.7e-5 H 27.01691 c 0,0 4.088123,4.902368 0.912499,13.549029 -0.317269,0.863867 -0.06455,6.541431 -0.486685,7.422816 -2.606477,5.442172 -8.967893,3.354846 -12.159465,4.221965 -3.129608,0.781239 -0.01071,4.708853 -2.090155,5.006249 C 7.7797706,30.974231 -4.544006e-5,27.016927 -4.544006e-5,27.016927 v 4.983159 H 27.01691 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,64.000086 V 59.016927 31.999973 H 27.01691 c 0,0 0.745484,6.283863 -0.799143,11.444382 -0.781385,2.610563 -3.03476,2.768034 -4.463585,6.08788 -2.385476,5.542603 -3.662695,5.126073 -6.867798,5.941756 C 3.6225986,58.34057 -4.544006e-5,59.016927 -4.544006e-5,59.016927 v 4.983159 H 27.01691 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,96.000086 V 91.016927 63.999973 H 59.01691 c 0,0 -1.295998,7.53133 -5.262728,17.532262 -2.66713,5.412704 -3.279351,6.794429 -6.470923,7.661548 -11.276784,2.815007 -15.283304,1.823144 -15.283304,1.823144 v 4.983159 H 59.01691 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,96.000086 V 91.016927 63.999973 H 27.01691 c 0,0 3.123581,13.982904 1.219564,24.411429 -0.247268,1.35432 -4.564645,4.53884 -12.820923,5.809465 C 3.9279656,95.988782 -4.544006e-5,91.016927 -4.544006e-5,91.016927 v 4.983159 H 27.01691 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,32.00032 V 27.016973 2.07e-4 H 59.01691 c 0,0 -1.230843,2.382778 -2.769945,7.526406 -0.782921,2.616499 1.132569,9.878271 -2.492783,10.005856 -7.317331,0.257514 -6.503545,3.311661 -6.470923,7.661548 0.02153,2.871366 -5.128172,1.158556 -7.075862,1.461666 -5.936025,0.923795 -8.207442,0.361478 -8.207442,0.361478 V 32.00032 H 59.01691 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000068,32.000146 V 27.016987 3.3e-5 h -4.983159 c 0,0 -3.833658,4.423054 -4.523404,11.3592 -0.249,2.503963 6.25389,8.297701 5.213802,10.538687 -2.540306,5.473372 -10.952268,4.280887 -14.14384,5.148006 -11.276784,2.815007 -13.563512,-0.02894 -13.563512,-0.02894 v 4.98316 h 27.016954 z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,64.000086 V 59.016927 31.999973 H 59.01691 c 0,0 -1.009426,0.506052 -5.262728,10.388512 -2.385476,5.542603 -5.382487,8.433365 -8.58759,9.249048 -11.263785,2.866578 -13.166637,7.379394 -13.166637,7.379394 v 4.983159 H 59.01691 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,63.999973 c 0,0 -1.27152,7.457907 -5.226434,17.431641 -1.329658,2.698511 -2.150793,4.390731 -3.00586,5.482421 -0.856623,1.093678 -1.733514,1.613252 -3.300781,2.039063 -5.621043,1.402753 -9.424301,1.855982 -11.814453,1.958984 -2.391161,0.103046 -3.402472,-0.162109 -3.402472,-0.162109 v 0.35 c 0.173241,0.03709 1.209359,0.405593 3.423956,0.310156 2.431295,-0.104775 6.268085,-0.56375 11.919922,-1.974609 h 0.002 0.0039 c 1.624305,-0.441308 2.648337,-1.045749 3.5625,-2.212891 0.914164,-1.167141 1.733218,-2.874489 3.066407,-5.580078 l 0.0039,-0.0098 0.0039,-0.0078 c 3.893916,-9.8174 5.060532,-17.322583 5.113515,-17.624978 z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,31.999973 c 0,0 1.824511,6.041988 -0.344056,16.290549 -0.599198,2.831789 -3.09722,4.3558 -5.908202,5.287109 -2.810984,0.93131 -5.875497,1.234905 -7.523438,1.654297 -11.266825,2.867351 -12.974304,3.518045 -12.974304,3.518045 v 0.35 c 0.04423,-0.01671 1.977138,-0.553631 13.097351,-3.38367 1.557163,-0.396289 4.673851,-0.708962 7.556641,-1.664062 2.882789,-0.9551 5.590281,-2.586553 6.240233,-5.658203 2.107888,-9.961793 0.327531,-15.962647 0.205775,-16.394065 z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,27.099973 C 0.27805356,27.238838 2.0557366,28.307202 4.4863956,29.134739 c 2.639264,0.898558 5.9598094,1.710426 8.7421884,1.3125 0.302437,-0.04325 0.54726,-0.163924 0.710937,-0.351563 0.163677,-0.187639 0.237575,-0.421978 0.265625,-0.664062 0.0561,-0.484169 -0.05015,-1.033779 -0.113281,-1.582032 -0.06313,-0.548252 -0.08386,-1.085038 0.07031,-1.498047 0.154173,-0.413008 0.456464,-0.73499 1.181641,-0.916015 h 0.002 0.0039 c 1.506252,-0.409234 3.905651,-0.117122 6.261719,-0.388672 2.356069,-0.27155 4.713798,-1.16302 6.056641,-3.966797 0.154898,-0.323416 0.19327,-0.82632 0.234375,-1.503906 0.04111,-0.677586 0.05763,-1.498921 0.07227,-2.31836 0.01463,-0.819438 0.0274,-1.636878 0.05469,-2.298828 0.02729,-0.661949 0.0897,-1.201521 0.134765,-1.324218 C 29.769228,9.264467 29.541637,5.818018 28.904411,3.46677 28.407345,1.632687 27.407628,0.430116 27.100068,-2.7e-5 h -0.35 c 0,0 1.058945,1.336059 1.671875,3.59766 0.61293,2.261601 0.84401,5.588846 -0.726563,9.865235 -0.113572,0.309236 -0.138266,0.803462 -0.166015,1.476562 -0.02775,0.6731 -0.04008,1.492438 -0.05469,2.310547 -0.01461,0.818109 -0.03212,1.635032 -0.07227,2.296875 -0.04015,0.661843 -0.129378,1.19913 -0.185547,1.316406 -1.263634,2.638395 -3.389911,3.425391 -5.664063,3.6875 -2.273405,0.262023 -4.648764,-0.05488 -6.333984,0.402344 h -0.002 c -0.835356,0.210408 -1.315832,0.67174 -1.521485,1.222656 -0.20622,0.552436 -0.165069,1.161989 -0.09961,1.730469 0.06546,0.56848 0.155031,1.106482 0.113281,1.466797 -0.02087,0.180157 -0.07048,0.307404 -0.146484,0.394531 -0.076,0.08713 -0.186875,0.154452 -0.404297,0.185547 C 10.527262,30.329372 7.2504746,29.548631 4.6464966,28.662086 2.0425196,27.775542 6.755994e-5,26.749973 6.755994e-5,26.749973 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,59.099973 C 0.09948756,59.081263 3.8352946,58.544731 14.947334,55.71677 c 1.585002,-0.403375 2.740918,-0.502161 3.820312,-1.234375 1.079395,-0.732214 2.016755,-2.06329 3.216797,-4.851563 0.696113,-1.617405 1.575488,-2.444913 2.414063,-3.224609 0.838574,-0.779696 1.649368,-1.523421 2.058593,-2.890625 1.509493,-5.043136 0.692597,-11.079379 0.642969,-11.515625 h -0.35 c 0,0 0.750817,6.287107 -0.771487,11.373047 -0.372158,1.24336 -1.079256,1.884374 -1.919922,2.666015 -0.840666,0.781642 -1.800492,1.692091 -2.533203,3.394532 -1.185434,2.75433 -2.082203,3.985673 -3.039063,4.634765 -0.95686,0.649093 -2.042009,0.751756 -3.662109,1.164063 C 3.5638076,58.098133 6.755994e-5,58.749973 6.755994e-5,58.749973 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,91.099973 c 0.173241,0.03709 1.209232,0.405593 3.423828,0.310156 2.431295,-0.104775 6.268085,-0.563749 11.919922,-1.974609 h 0.002 0.0039 c 1.624305,-0.441308 2.648337,-1.04575 3.5625,-2.212891 0.914164,-1.167141 1.733218,-2.874489 3.066407,-5.580078 l 0.0039,-0.0098 0.0039,-0.0078 c 3.893916,-9.8174 5.06066,-17.322583 5.113643,-17.624978 h -0.330469 c 0,0 -1.291179,7.457907 -5.246093,17.431641 -1.329658,2.698511 -2.150794,4.390731 -3.00586,5.482421 -0.856622,1.093678 -1.733515,1.613252 -3.300781,2.039063 -5.621042,1.402754 -9.424301,1.855982 -11.814453,1.958984 -2.391161,0.103046 -3.402344,-0.162109 -3.402344,-0.162109 z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,91.099973 C 0.42973756,91.529562 1.5061136,92.752301 3.3028016,93.511692 c 2.462549,1.040824 6.367542,1.847 12.1503914,0.957031 4.152697,-0.639092 7.320958,-1.760954 9.492187,-2.900391 1.085615,-0.569718 1.922576,-1.142619 2.511719,-1.669922 0.589144,-0.527302 0.943595,-0.993403 1.025391,-1.441406 1.884601,-10.322177 -1.272091,-23.959168 -1.382422,-24.457031 h -0.35 c 0,0 3.128484,14.02503 1.240234,24.367187 -0.04184,0.229158 -0.319269,0.667799 -0.867187,1.158204 -0.547918,0.490404 -1.353484,1.047032 -2.410156,1.601562 -2.113345,1.10906 -5.232357,2.216124 -9.335938,2.847656 C 9.6722846,94.85253 5.8714676,94.053879 3.4981146,93.050754 1.1247616,92.047629 6.855994e-5,90.749973 6.755994e-5,90.749973 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,27.099973 c 0.166004,0.03394 0.7597,0.310536 1.873047,0.331875 1.32635,0.02542 3.392631,-0.06547 6.373047,-0.529297 0.870064,-0.135404 2.669786,0.202274 4.232422,0.234375 0.781318,0.01605 1.5158,-0.04039 2.091796,-0.320313 0.575997,-0.279928 0.968835,-0.832623 0.962891,-1.625 -0.01642,-2.190094 -0.201964,-4.008931 0.451172,-5.246094 0.326568,-0.618581 0.851476,-1.114981 1.761719,-1.488281 0.910242,-0.3733 2.205767,-0.612019 4.017578,-0.675781 0.990417,-0.03485 1.656504,-0.595914 2.02539,-1.392578 0.368887,-0.796664 0.490792,-1.824647 0.527344,-2.917969 0.03655,-1.093322 -0.01654,-2.254222 -0.0293,-3.298828 -0.01276,-1.044606 0.02062,-1.977342 0.199219,-2.574219 1.507095,-5.03666 2.570956,-7.514617 2.613675,-7.59789 h -0.35 c 0,0 -1.198669,2.296931 -2.742186,7.455312 -0.21286,0.711373 -0.23361,1.667756 -0.220703,2.72461 0.01291,1.056853 0.06491,2.210259 0.0293,3.27539 -0.03561,1.065131 -0.164413,2.040089 -0.480468,2.722656 -0.316056,0.682567 -0.767585,1.076532 -1.589844,1.105469 -1.846854,0.06499 -3.195301,0.303225 -4.189453,0.710938 -0.994153,0.407712 -1.635051,0.995916 -2.015625,1.716797 -0.761149,1.44176 -0.524011,3.324581 -0.507813,5.484374 0.0048,0.643307 -0.237259,0.953958 -0.681641,1.169922 -0.444381,0.215965 -1.116402,0.288781 -1.863281,0.273438 -1.493758,-0.03069 -3.242687,-0.398175 -4.320312,-0.230469 -2.955609,0.459967 -4.991793,0.55018 -6.285157,0.525391 -1.293363,-0.02479 -1.882817,-0.183829 -1.882817,-0.183828 z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000068,27.099973 c 0.343107,0.320673 1.492835,1.050078 2.507812,1.234044 2.029955,0.367934 5.453796,0.368336 11.115235,-1.044922 l 0.0039,-0.002 h 0.002 c 1.514177,-0.411387 4.440163,-0.341511 7.292969,-0.841797 2.852806,-0.500285 5.694285,-1.602849 7.011718,-4.441406 0.31922,-0.687793 0.05811,-1.536787 -0.414062,-2.458984 -0.472176,-0.922197 -1.186446,-1.940465 -1.919922,-2.962891 -0.733476,-1.022425 -1.486226,-2.048334 -2.035156,-2.96289 C 87.015631,12.70457 86.691588,11.894671 86.742296,11.384752 87.414331,4.626355 90.995563,0.121783 91.100068,-2.7e-5 h -0.35 c 0,0 -3.808123,4.317547 -4.505859,11.334046 -0.07379,0.74206 0.322797,1.594974 0.890624,2.541014 0.567827,0.94604 1.327483,1.978919 2.058594,2.998047 0.73111,1.019127 1.434049,2.025782 1.880859,2.898437 0.44681,0.872656 0.607075,1.588785 0.40625,2.021485 -1.222872,2.634815 -3.858386,3.671561 -6.64453,4.160156 -2.786146,0.488595 -5.660496,0.39583 -7.337891,0.851563 l 0.0039,-0.002 c -5.615344,1.401751 -8.97169,1.389352 -10.904297,1.039063 -0.966303,-0.175144 -2.234009,-0.884532 -2.59765,-1.091811 z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,59.099973 c 0.0089,-0.0209 0.34571,-0.251424 0.671875,-0.682031 0.341444,-0.450777 0.916064,-1.089763 1.841797,-1.820313 1.851466,-1.461099 5.110078,-3.292363 10.714844,-4.71875 3.305819,-0.841313 6.352803,-3.807173 8.755859,-9.390625 2.124424,-4.936056 3.437104,-7.52748 4.212891,-8.875 0.387893,-0.67376 0.753551,-1.426347 0.902734,-1.613281 h -0.35 c -0.173,0.216778 -0.590198,0.675218 -0.986324,1.363279 -0.792253,1.376122 -2.109404,3.979378 -4.238281,8.925781 -2.367895,5.501755 -5.315538,8.31542 -8.419922,9.105469 -5.65902,1.440194 -8.984485,3.298594 -10.900391,4.810547 -0.957953,0.755977 -1.601294,1.399287 -1.93164,1.910156 -0.313591,0.484957 -0.273442,0.634768 -0.273442,0.634768 z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,12.562406,50.445892)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(28.661898,-2.0806732)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(9.4355466,-10.131661)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(21.46819,12.146523)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(10.7233,-30.771444)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(-34.29781,62.842439)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(32.996483,0.15498935)"
- width="100%"
- height="100%" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/11.svg b/src/asset/www/svg/tile/11.svg
deleted file mode 100644
index 79d1653..0000000
--- a/src/asset/www/svg/tile/11.svg
+++ /dev/null
@@ -1,400 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="11.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="260.18226"
- inkscape:cy="193.37602"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1918"
- inkscape:window-height="1078"
- inkscape:window-x="1"
- inkscape:window-y="1"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,64.981422,23.051236)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(35.198918,14.748741)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0582046,92.295918 V 87.31276 63.999973 h 5.141795 c 0,0 2.129549,9.515433 6.0962814,19.516365 1.608796,3.626767 2.353309,4.3901 3.825089,4.992637 C 27.398154,91.323982 32,90.471954 32,90.471954 v 1.823964 H 6.0413636 Z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0583336,60.295917 v -4.98316 -23.312784 h 5.141666 c 0,0 -3.243098,7.855437 0.606304,18.326052 0.581984,1.583032 6.5731124,3.51482 9.6459234,4.132067 C 27.847428,56.747086 32,58.472267 32,58.472267 v 1.82365 H 6.0414916 Z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 65.058335,31.999973 V 23.312757 -1.13e-4 l 4.983159,1.72e-4 c 0,0 -4.486946,8.3237175 -1.215831,13.614938 0.483926,0.782778 -0.227428,6.121052 0.194703,7.002437 2.606477,5.442173 9.695499,3.487138 12.88707,4.354256 2.534295,1.045824 -0.253864,4.311979 1.230259,4.609376 C 88.499518,30.655499 96,26.628241 96,26.628241 V 32 l -25.958506,-2.7e-5 z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 65.058335,60.295917 V 55.312757 31.999973 H 70.2 c 0.05688,0.609508 -1.541983,2.962377 0.04532,10.891196 0.534917,2.67198 2.321901,2.66856 4.199001,5.75715 3.046933,5.01344 1.810613,4.861492 4.684986,5.677176 C 90.310639,57.498512 96,58.472143 96,58.472143 v 1.823774 H 70.041494 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,92.295918 V 87.312759 63.999973 H 38.2 c 0,0 0.872907,7.04438 4.839639,17.045312 2.667129,5.412704 3.080913,6.860576 6.272484,7.727696 C 60.588908,91.587987 64,90.472173 64,90.472173 v 1.823745 H 38.041492 Z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.057944,95.999973 3.91e-4,-8.687214 V 63.999888 L 70.2,64.000058 c 0,0 -3.480527,13.694579 -1.576509,24.123105 0.247269,1.354322 3.638604,4.340404 11.894882,5.611027 C 92.005959,95.502106 96.000196,90.472 96.000196,90.472 l -3.92e-4,5.527973 H 70.041103 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,28.29615 V 23.312802 -2.7e-5 H 38.2 c 0,0 3.03538,8.4890737 2.413001,11.783712 -0.421171,2.229523 0.527372,4.66287 1.897471,4.93216 8.324913,1.636246 7.098857,3.642389 6.669359,7.992276 -0.282148,2.857554 4.334423,1.092411 6.282113,1.395519 C 61.397969,27.027435 64,26.472461 64,26.472461 v 1.823928 L 38.041492,28.29615 Z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0583336,28.295975 V 23.312815 -2.7e-5 h 5.141666 c 0,0 3.36267,4.8400024 4.0181184,11.779475 0.249,2.636255 -5.9732584,8.317125 -5.4623364,9.632069 2.185403,5.624499 9.5632074,4.016306 12.7547794,4.883424 C 29.316511,29.57297 32,26.472063 32,26.472063 v 1.823912 H 6.0414916 Z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058335,60.295917 v -4.98316 l 8.7e-5,-23.312784 H 38.2 c 0,0 2.970973,6.112898 4.97193,10.718843 2.925019,6.733014 6.447858,8.051944 9.645923,8.894796 C 61.435806,53.884877 64.058,58.47183 64.058,58.47183 v 1.824087 H 38.041492 Z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -1.2844006e-4,96.000086 V 91.016928 63.999973 H 4.9830296 c 0,0 1.295997,7.53133 5.2627284,17.532262 2.667129,5.412704 3.279351,6.79443 6.470923,7.661548 11.276785,2.815007 15.283304,1.823145 15.283304,1.823145 v 4.983158 H 4.9830296 Z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -4.4005999e-7,64.000086 V 59.016928 31.999973 H 4.9831586 c 0,0 -1.810542,6.046235 0.367936,16.341637 1.249151,5.903437 10.4095694,6.316698 13.6146724,7.132381 11.263785,2.866578 13.034346,3.542937 13.034346,3.542937 v 4.983158 H 4.9831586 Z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,32.000086 V 27.016927 -2.7e-5 h 4.983158 c 0,0 -4.088123,4.902368 -0.912499,13.549029 0.317269,0.863867 0.06455,6.541431 0.486685,7.422816 2.606477,5.442172 8.967893,3.354846 12.159465,4.221965 3.129608,0.781239 0.01071,4.708853 2.090155,5.006249 5.413333,0.774199 13.193149,-3.183105 13.193149,-3.183105 v 4.983159 H 68.983158 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,64.000086 V 59.016927 31.999973 h 4.983158 c 0,0 -0.745484,6.283863 0.799143,11.444382 0.781385,2.610563 3.03476,2.768034 4.463585,6.08788 2.385476,5.542603 3.662695,5.126073 6.867798,5.941756 11.263785,2.866579 14.886429,3.542936 14.886429,3.542936 v 4.983159 H 68.983158 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,96.000086 V 91.016927 63.999973 h 4.983158 c 0,0 1.295998,7.53133 5.262728,17.532262 2.66713,5.412704 3.279351,6.794429 6.470923,7.661548 11.276784,2.815007 15.283304,1.823144 15.283304,1.823144 v 4.983159 H 36.983158 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,96.000086 V 91.016927 63.999973 h 4.983158 c 0,0 -3.123581,13.982904 -1.219564,24.411429 0.247268,1.35432 4.564645,4.53884 12.820923,5.809465 11.487585,1.767915 15.415596,-3.20394 15.415596,-3.20394 v 4.983159 H 68.983158 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,32.00032 V 27.016973 2.07e-4 h 4.983158 c 0,0 1.230843,2.382778 2.769945,7.526406 0.782921,2.616499 -1.132569,9.878271 2.492783,10.005856 7.317331,0.257514 6.503545,3.311661 6.470923,7.661548 -0.02153,2.871366 5.128172,1.158556 7.075862,1.461666 5.936025,0.923795 8.207442,0.361478 8.207442,0.361478 V 32.00032 H 36.983158 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -4.4005999e-7,32.000146 V 27.016987 3.3e-5 H 4.9831586 c 0,0 3.833658,4.423054 4.523404,11.3592 0.249,2.503963 -6.25389,8.297701 -5.213802,10.538687 2.540306,5.473372 10.9522684,4.280887 14.1438404,5.148006 11.276784,2.815007 13.563512,-0.02894 13.563512,-0.02894 v 4.98316 H 4.9831586 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,64.000086 V 59.016927 31.999973 h 4.983158 c 0,0 1.009426,0.506052 5.262728,10.388512 2.385476,5.542603 5.382487,8.433365 8.58759,9.249048 11.263785,2.866578 13.166637,7.379394 13.166637,7.379394 v 4.983159 H 36.983158 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.2499996,63.999973 c 0,0 1.27152,7.457907 5.2264344,17.431641 1.329658,2.698511 2.150793,4.390731 3.00586,5.482421 0.856623,1.093678 1.733514,1.613252 3.300781,2.039063 5.621043,1.402753 9.424301,1.855982 11.814453,1.958984 C 30.988689,91.015128 32,90.749973 32,90.749973 v 0.35 c -0.173241,0.03709 -1.209359,0.405593 -3.423956,0.310156 -2.431295,-0.104775 -6.268085,-0.56375 -11.919922,-1.974609 h -0.002 -0.0039 c -1.624305,-0.441308 -2.648337,-1.045749 -3.5625,-2.212891 -0.914164,-1.167141 -1.733218,-2.874489 -3.066407,-5.580078 l -0.0039,-0.0098 -0.0039,-0.0078 C 6.1195986,71.807551 4.9529826,64.302368 4.8999996,63.999973 Z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.2499996,31.999973 c 0,0 -1.824511,6.041988 0.344056,16.290549 0.599198,2.831789 3.09722,4.3558 5.9082024,5.287109 2.810984,0.93131 5.875497,1.234905 7.523438,1.654297 C 30.292521,58.099279 32,58.749973 32,58.749973 v 0.35 C 31.95577,59.083263 30.022862,58.546342 18.902649,55.716303 17.345486,55.320014 14.228798,55.007341 11.346008,54.052241 8.4632186,53.097141 5.7557266,51.465688 5.1057746,48.394038 2.9978866,38.432245 4.7782436,32.431391 4.8999996,31.999973 Z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,27.099973 c -0.277986,0.138865 -2.055669,1.207229 -4.486328,2.034766 -2.639264,0.898558 -5.959809,1.710426 -8.742188,1.3125 -0.302437,-0.04325 -0.54726,-0.163924 -0.710937,-0.351563 -0.163677,-0.187639 -0.237575,-0.421978 -0.265625,-0.664062 -0.0561,-0.484169 0.05015,-1.033779 0.113281,-1.582032 0.06313,-0.548252 0.08386,-1.085038 -0.07031,-1.498047 -0.154173,-0.413008 -0.456464,-0.73499 -1.181641,-0.916015 h -0.002 -0.0039 c -1.506252,-0.409234 -3.905651,-0.117122 -6.261719,-0.388672 -2.356069,-0.27155 -4.713798,-1.16302 -6.056641,-3.966797 -0.154898,-0.323416 -0.19327,-0.82632 -0.234375,-1.503906 -0.04111,-0.677586 -0.05763,-1.498921 -0.07227,-2.31836 -0.01463,-0.819438 -0.0274,-1.636878 -0.05469,-2.298828 -0.02729,-0.661949 -0.0897,-1.201521 -0.134765,-1.324218 C 66.23084,9.264467 66.458431,5.818018 67.095657,3.46677 67.592723,1.632687 68.59244,0.430116 68.9,-2.7e-5 h 0.35 c 0,0 -1.058945,1.336059 -1.671875,3.59766 -0.61293,2.261601 -0.84401,5.588846 0.726563,9.865235 0.113572,0.309236 0.138266,0.803462 0.166015,1.476562 0.02775,0.6731 0.04008,1.492438 0.05469,2.310547 0.01461,0.818109 0.03212,1.635032 0.07227,2.296875 0.04015,0.661843 0.129378,1.19913 0.185547,1.316406 1.263634,2.638395 3.389911,3.425391 5.664063,3.6875 2.273405,0.262023 4.648764,-0.05488 6.333984,0.402344 h 0.002 c 0.835356,0.210408 1.315832,0.67174 1.521485,1.222656 0.20622,0.552436 0.165069,1.161989 0.09961,1.730469 -0.06546,0.56848 -0.155031,1.106482 -0.113281,1.466797 0.02087,0.180157 0.07048,0.307404 0.146484,0.394531 0.076,0.08713 0.186875,0.154452 0.404297,0.185547 2.630954,0.37627 5.907741,-0.404471 8.511719,-1.291016 C 93.957548,27.775542 96,26.749973 96,26.749973 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 96,59.099973 C 95.90058,59.081263 92.164773,58.544731 81.052734,55.71677 79.467732,55.313395 78.311816,55.214609 77.232422,54.482395 76.153027,53.750181 75.215667,52.419105 74.015625,49.630832 73.319512,48.013427 72.440137,47.185919 71.601562,46.406223 70.762988,45.626527 69.952194,44.882802 69.542969,43.515598 68.033476,38.472462 68.850372,32.436219 68.9,31.999973 h 0.35 c 0,0 -0.750817,6.287107 0.771487,11.373047 0.372158,1.24336 1.079256,1.884374 1.919922,2.666015 0.840666,0.781642 1.800492,1.692091 2.533203,3.394532 1.185434,2.75433 2.082203,3.985673 3.039063,4.634765 0.95686,0.649093 2.042009,0.751756 3.662109,1.164063 C 92.43626,58.098133 96,58.749973 96,58.749973 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,91.099973 c -0.173241,0.03709 -1.209232,0.405593 -3.423828,0.310156 C 58.144877,91.305354 54.308087,90.84638 48.65625,89.43552 h -0.002 -0.0039 c -1.624305,-0.441308 -2.648337,-1.04575 -3.5625,-2.212891 -0.914164,-1.167141 -1.733218,-2.874489 -3.066407,-5.580078 l -0.0039,-0.0098 -0.0039,-0.0078 C 38.119727,71.807551 36.952983,64.302368 36.9,63.999973 h 0.330469 c 0,0 1.291179,7.457907 5.246093,17.431641 1.329658,2.698511 2.150794,4.390731 3.00586,5.482421 0.856622,1.093678 1.733515,1.613252 3.300781,2.039063 5.621042,1.402754 9.424301,1.855982 11.814453,1.958984 C 62.988817,91.015128 64,90.749973 64,90.749973 Z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,91.099973 c -0.42967,0.429589 -1.506046,1.652328 -3.302734,2.411719 -2.462549,1.040824 -6.367542,1.847 -12.150391,0.957031 C 76.394178,93.829631 73.225917,92.707769 71.054688,91.568332 69.969073,90.998614 69.132112,90.425713 68.542969,89.89841 67.953825,89.371108 67.599374,88.905007 67.517578,88.457004 65.632977,78.134827 68.789669,64.497836 68.9,63.999973 h 0.35 c 0,0 -3.128484,14.02503 -1.240234,24.367187 0.04184,0.229158 0.319269,0.667799 0.867187,1.158204 0.547918,0.490404 1.353484,1.047032 2.410156,1.601562 2.113345,1.10906 5.232357,2.216124 9.335938,2.847656 5.704736,0.877948 9.505553,0.0793 11.878906,-0.923828 C 94.875306,92.047629 95.999999,90.749973 96,90.749973 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,27.099973 c -0.166004,0.03394 -0.7597,0.310536 -1.873047,0.331875 -1.32635,0.02542 -3.392631,-0.06547 -6.373047,-0.529297 -0.870064,-0.135404 -2.669786,0.202274 -4.232422,0.234375 -0.781318,0.01605 -1.5158,-0.04039 -2.091796,-0.320313 -0.575997,-0.279928 -0.968835,-0.832623 -0.962891,-1.625 0.01642,-2.190094 0.201964,-4.008931 -0.451172,-5.246094 -0.326568,-0.618581 -0.851476,-1.114981 -1.761719,-1.488281 -0.910242,-0.3733 -2.205767,-0.612019 -4.017578,-0.675781 -0.990417,-0.03485 -1.656504,-0.595914 -2.02539,-1.392578 -0.368887,-0.796664 -0.490792,-1.824647 -0.527344,-2.917969 -0.03655,-1.093322 0.01654,-2.254222 0.0293,-3.298828 C 39.725654,9.127476 39.692274,8.19474 39.513675,7.597863 38.00658,2.561203 36.942719,0.083246 36.9,-2.7e-5 h 0.35 c 0,0 1.198669,2.296931 2.742186,7.455312 0.21286,0.711373 0.23361,1.667756 0.220703,2.72461 -0.01291,1.056853 -0.06491,2.210259 -0.0293,3.27539 0.03561,1.065131 0.164413,2.040089 0.480468,2.722656 0.316056,0.682567 0.767585,1.076532 1.589844,1.105469 1.846854,0.06499 3.195301,0.303225 4.189453,0.710938 0.994153,0.407712 1.635051,0.995916 2.015625,1.716797 0.761149,1.44176 0.524011,3.324581 0.507813,5.484374 -0.0048,0.643307 0.237259,0.953958 0.681641,1.169922 0.444381,0.215965 1.116402,0.288781 1.863281,0.273438 1.493758,-0.03069 3.242687,-0.398175 4.320312,-0.230469 2.955609,0.459967 4.991793,0.55018 6.285157,0.525391 C 63.410546,26.909011 64,26.749972 64,26.749973 Z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,27.099973 c -0.343107,0.320673 -1.492835,1.050078 -2.507812,1.234044 -2.029955,0.367934 -5.453796,0.368336 -11.115235,-1.044922 l -0.0039,-0.002 h -0.002 C 16.856876,26.875708 13.93089,26.945584 11.078084,26.445298 8.2252776,25.945013 5.3837986,24.842449 4.0663656,22.003892 c -0.31922,-0.687793 -0.05811,-1.536787 0.414062,-2.458984 0.472176,-0.922197 1.186446,-1.940465 1.919922,-2.962891 0.733476,-1.022425 1.486226,-2.048334 2.035156,-2.96289 0.548931,-0.914557 0.872974,-1.724456 0.822266,-2.234375 C 8.5857366,4.626355 5.0045046,0.121783 4.8999996,-2.7e-5 h 0.35 c 0,0 3.808123,4.317547 4.505859,11.334046 0.07379,0.74206 -0.322797,1.594974 -0.890624,2.541014 -0.567827,0.94604 -1.327483,1.978919 -2.058594,2.998047 -0.73111,1.019127 -1.434049,2.025782 -1.880859,2.898437 -0.44681,0.872656 -0.607075,1.588785 -0.40625,2.021485 1.222872,2.634815 3.858386,3.671561 6.6445304,4.160156 2.786146,0.488595 5.660496,0.39583 7.337891,0.851563 l -0.0039,-0.002 c 5.615344,1.401751 8.97169,1.389352 10.904297,1.039063 C 30.368653,27.66664 31.636359,26.957252 32,26.749973 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,59.099973 c -0.0089,-0.0209 -0.34571,-0.251424 -0.671875,-0.682031 -0.341444,-0.450777 -0.916064,-1.089763 -1.841797,-1.820313 -1.851466,-1.461099 -5.110078,-3.292363 -10.714844,-4.71875 -3.305819,-0.841313 -6.352803,-3.807173 -8.755859,-9.390625 -2.124424,-4.936056 -3.437104,-7.52748 -4.212891,-8.875 C 37.414841,32.939494 37.049183,32.186907 36.9,31.999973 h 0.35 c 0.173,0.216778 0.590198,0.675218 0.986324,1.363279 0.792253,1.376122 2.109404,3.979378 4.238281,8.925781 2.367895,5.501755 5.315538,8.31542 8.419922,9.105469 5.65902,1.440194 8.984485,3.298594 10.900391,4.810547 0.957953,0.755977 1.601294,1.399287 1.93164,1.910156 C 64.040149,58.600162 64,58.749973 64,58.749973 Z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,9.9165725,51.768808)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(20.988982,31.124537)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(0.43971286,-32.885829)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(29.934857,-4.6545194)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(-28.964202,-27.728735)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(-33.900935,65.752856)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(-1.2670601,-32.785637)"
- width="100%"
- height="100%" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/12.svg b/src/asset/www/svg/tile/12.svg
deleted file mode 100644
index 82ab3cd..0000000
--- a/src/asset/www/svg/tile/12.svg
+++ /dev/null
@@ -1,571 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="12.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.99999996"
- inkscape:cx="20.722472"
- inkscape:cy="84.762163"
- inkscape:document-units="mm"
- inkscape:current-layer="g1948"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.2,0 H 6.1833312 C 5.9361676,1.5429758 5.5511584,3.1549102 5.5285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 1.2 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 7.5923317,-35.07558 6.183331,-32 6.183331,-32 H 1.2 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 69.636778,28.601838 70.199489,32 70.199489,32 H 65.2 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,-64 h 4.9837 c 0,0 -0.21497,2.834429 0,4.226877 2.15168,13.937362 0,27.773123 0,27.773123 H 33.2 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,-32 h 4.98333 c 0,0 -1.30962,13.794278 1.30962,24.1543617 C 40.11865,-5.3707704 38.18333,0 38.18333,0 H 33.2 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 69.320378,-40.302291 70.183,-32 70.183,-32 H 65.2 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.619681,5.92548 -1.529153,5.861149 0.890588,11.870577 C 36.01318,26.140271 38.2,32 38.2,32 h -5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.208334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 71.309413,-7.8589656 70.191666,0 70.191666,0 h -4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 6.894629,-3.4029017 6.394548,-0.84771505 6.1833313,0 H 1.2 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,27.26683,-64.056242)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924"
- transform="translate(52.387502,-8.9958337)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,14.698453,-5.4480824)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(28.624566,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="M 0,0 H 4.9833312 C 4.7361676,1.5429758 4.3511584,3.1549102 4.3285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 0 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 6.3923317,-35.07558 4.983331,-32 4.983331,-32 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 68.436778,28.601838 68.999489,32 68.999489,32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 32,-64 h 4.9837 c 0,0 -0.21497,2.834429 0,4.226877 2.15168,13.937362 0,27.773123 0,27.773123 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,-32 h 4.98333 c 0,0 -1.309619,13.794278 1.30962,24.1543617 C 38.91865,-5.3707704 36.98333,0 36.98333,0 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 64,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 68.120378,-40.302291 68.983,-32 68.983,-32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 34.81318,26.140271 37,32 37,32 h -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 64.008334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 70.109413,-7.8589656 68.991666,0 68.991666,0 h -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 0,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 5.694629,-3.4029017 5.194548,-0.84771505 4.9833313,0 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 36.9,0 C 36.8762,0.31459418 36.5317,2.8960321 36.74419,4.2714844 38.86187,17.982539 36.95078,31.669004 36.9,32 h 0.35 c 0,0 2.14745,-13.825071 -0.0117,-27.8046875 C 37.03498,2.8790158 37.25,0 37.25,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,32 c -0.0419,0.447639 -1.4345,13.959625 1.15859,24.210938 0.28728,1.1357 -0.0178,3.091576 -0.41992,4.728515 C 37.25879,62.485869 36.94851,63.863883 36.9,64 h 0.35 c 0,0 0.46393,-1.275963 0.87304,-2.941406 0.40912,-1.665443 0.75834,-3.632825 0.41993,-4.970703 C 35.941523,45.803558 37.25,32 37.25,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,64 c -0.19994,0.306216 -1.618554,2.204654 -2.689062,4.664062 -1.164991,2.676473 -2.126167,5.922377 -1.095704,8.259766 1.285956,2.916927 0.911169,4.261593 0.50586,5.734375 C 33.215785,84.130985 32.775869,85.732539 34,88.78125 34.548261,90.146701 36.71587,95.505529 36.9,96 h 0.35 c 0,0 -2.199673,-5.943231 -2.787109,-7.40625 -1.187543,-2.957588 -0.765912,-4.325492 -0.359375,-5.802734 0.406536,-1.477243 0.793739,-3.062893 -0.53125,-6.06836 -0.911651,-2.067889 -0.04895,-5.229628 1.095703,-7.859375 C 35.812621,66.233534 37.25,64 37.25,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,64 c 9.47e-4,0.198633 -0.155072,1.447737 -0.214452,2.876953 -0.06502,1.564582 -0.211205,3.402354 -0.496094,4.40625 -0.636139,2.241635 -2.412031,4.859701 -2.765625,7.376953 -0.336911,2.39849 0.372523,4.477593 1.146484,6.488282 0.773962,2.010688 1.608761,3.957762 1.609376,6.126953 1.39e-4,0.695025 0.142416,1.869073 0.283203,2.886718 C 68.58179,95.02154 68.865916,95.790288 68.9,96 h 0.35 c 0,0 -0.151238,-0.895883 -0.291018,-1.90625 -0.13978,-1.010367 -0.279172,-2.194122 -0.279296,-2.818359 -6.51e-4,-2.296536 -0.873374,-4.308312 -1.642579,-6.306641 -0.769204,-1.998329 -1.437039,-3.977096 -1.11914,-6.240234 0.32738,-2.33064 2.080427,-4.935377 2.753906,-7.308594 0.315207,-1.11073 0.448086,-2.945309 0.513672,-4.523438 C 69.251135,65.318355 69.25,64 69.25,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,0 c -0.01663,0.23113247 -0.334928,2.4276701 -0.599219,4.8925781 -0.279546,2.6071812 -0.691255,5.5535299 -1.132812,6.7363279 -1.065639,2.854515 -0.706046,5.888524 -0.0098,8.935547 C 67.857063,23.622918 68.859764,31.617036 68.9,32 h 0.35 c 0,0 -0.866443,-8.312776 -1.605472,-11.546875 -0.688485,-3.012913 -1.021751,-5.937642 -0.0098,-8.648437 0.498075,-1.334194 0.881437,-4.2416937 1.162109,-6.8593755 C 69.077509,2.3276307 69.25,0 69.25,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 69.25,64 c 0,0 1.107187,-7.824199 1.394534,-10.820312 0.146364,-1.526114 0.07863,-2.541852 0.113281,-3.501954 0.03465,-0.960101 0.163784,-1.870996 0.710938,-3.257812 0.119914,-0.303935 0.14722,-0.757432 0.150391,-1.357422 0.0032,-0.59999 -0.03426,-1.32628 -0.109375,-2.072266 -0.150229,-1.49197 -0.430325,-3.046431 -0.896485,-3.892578 -0.53846,-0.97738 -0.900301,-2.773182 -1.105469,-4.302734 C 69.302648,33.26537 69.242191,32 69.242191,32 H 68.9 c 0.01014,0.190235 -0.07724,1.438062 0.113672,2.861328 0.208246,1.552508 0.547891,3.363624 1.162109,4.478516 0.375596,0.681761 0.690808,2.240439 0.837891,3.701172 0.07354,0.730366 0.108517,1.440795 0.105469,2.017578 -0.003,0.576783 -0.06155,1.041659 -0.115235,1.177734 -0.565019,1.432098 -0.710166,2.428425 -0.746094,3.423828 -0.03593,0.995403 0.03161,1.982229 -0.111328,3.472656 C 69.868619,56.030056 68.942747,63.698893 68.9,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 4.9,64 C 4.6552034,65.442886 4.1077801,67.208191 4.0859375,68.587891 4.0462039,71.097667 4.5238437,73.286865 5.5,76.521484 c 0.494836,1.639703 0.2105146,4.218454 0.8378906,6.998047 0.3461732,1.533722 -0.091992,3.018589 -0.609375,4.5 C 5.2111329,89.500942 4.6091717,90.969965 4.7421875,92.466797 4.8170515,93.309247 4.935582,94.791705 4.9,96 H 5.25 C 5.288087,94.70434 5.325708,93.38569 5.24024,92.423828 5.121863,91.091727 5.6787492,89.681405 6.2011775,88.185547 6.7236058,86.689689 7.2073486,85.098936 6.8261775,83.410156 6.2211325,80.729523 6.527827,78.197165 5.9785162,76.376953 5.0073328,73.158812 4.5472757,71.037811 4.5859381,68.595703 4.6079121,67.207681 5.0007221,65.555363 5.25,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 0.3390708,-0.723231 0.6464844,-2.853516 C 6.2038979,27.0162 6.4599532,23.547143 6.2695312,18.162109 6.2323407,17.110378 5.9147317,15.51521 5.5898438,13.833984 5.2649558,12.152759 4.933847,10.39136 4.859375,9.0761719 4.556076,3.719863 5.25,0 5.25,0 H 4.9 C 4.5659434,0.40125256 4.0707241,4.0078476 4.359375,9.1054688 c 0.077758,1.3732162 0.415126,3.1418522 0.7402344,4.8242192 0.3251084,1.682366 0.637697,3.283456 0.671875,4.25 0.1895911,5.36154 -0.06901,8.803135 -0.3710938,10.896484 C 5.1138523,31.061797 4.931756,31.92821 4.9,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 4.9,32 c -0.365401,2.137632 -1.5612667,4.374189 -0.9,7.089844 0.5604896,2.301788 0.4189445,4.132625 0.2050781,5.861328 -0.2138664,1.728702 -0.5062539,3.360072 -0.2089843,5.205078 0.6396416,3.969943 0.9419721,5.68176 1.2617187,8.640625 C 5.4389863,60.47342 5.1181673,63.074677 4.9,64 H 5.25 C 5.4673345,63.128184 5.9582523,60.633163 5.7539062,58.742188 5.4327604,55.770375 5.1295371,54.044011 4.4902344,50.076172 4.2085836,48.328104 4.4852867,46.758692 4.7011719,45.013672 4.917057,43.268651 5.0659244,41.352911 4.4863281,38.972656 3.8380858,36.31049 4.9155549,34.363897 5.25,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="otherside"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.800003,63.99999 h -4.98333 c 0.24716,1.54298 0.63217,3.15491 0.65481,4.58557 0.0392,2.47723 -0.4295,4.63375 -1.40317,7.86181 -0.52207,1.73086 -0.22569,4.28795 -0.8419,7.01949 -0.72734,3.22418 1.84165,6.15453 1.59026,8.98493 -0.0829,0.93379 -0.0381,2.25108 0,3.5482 h 4.98333 z"
- id="rect1571-615"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.800003,-8e-6 h -4.98333 c 0,0 0.68766,3.700239 0.3828,9.086991 -0.15223,2.689806 -1.34042,7.065929 -1.41179,9.085255 -0.38001,10.752173 1.02899,13.827753 1.02899,13.827753 h 4.98333 z"
- id="rect1571-3-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.799999,63.99999 h -4.999487 c 0,0 -0.03896,5.23084 0.563086,7.34656 0.656931,2.30863 2.426914,4.92185 2.768505,7.34706 0.656933,4.66406 -2.767235,8.12022 -2.768505,12.58827 -2.65e-4,1.31995 -0.563086,4.71811 -0.563086,4.71811 h 4.999487 z"
- id="rect1571-6-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 30.799999,-8e-6 H 25.8163 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773122 0,27.773122 h 4.983699 z"
- id="rect1571-0-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.799999,31.999991 h -4.983332 c 0,0 1.309622,13.794279 -1.309621,24.154359 -0.625697,2.47487 1.309621,7.84564 1.309621,7.84564 h 4.983332 z"
- id="rect1571-62-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.799999,-8e-6 H 57.817 c 0,0 0.650576,9.196019 1.590149,11.714323 1.038741,2.784105 0.692335,5.766203 0,8.79775 C 58.679621,23.697701 57.817,31.999991 57.817,31.999991 h 4.982999 z"
- id="rect1571-61-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.799999,63.99999 h -5 c 0,0 5.609039,8.41418 3.660431,12.82176 -2.61968,5.92548 1.529154,5.86115 -0.890588,11.87058 -0.583022,1.44793 -2.769843,7.30766 -2.769843,7.30766 h 5 z"
- id="rect1571-8-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.791664,32.016658 h -4.983331 c 0,0 -0.250489,5.117986 -1.403165,7.210258 -0.841756,1.527908 -1.189101,6.229354 -0.841899,7.109364 1.112173,2.81892 0.552595,3.8122 0.841899,6.82874 0.285419,2.97601 1.403165,10.83497 1.403165,10.83497 h 4.983331 z"
- id="rect1571-7-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.800003,31.999991 h -4.98333 c 0.32637,2.308069 1.41785,4.275916 0.74835,7.026828 -1.14008,4.684483 0.57892,7.495841 0,11.090781 -0.63947,3.97096 -0.9424,5.69048 -1.26285,8.65736 -0.1968,1.82213 0.30328,4.37732 0.5145,5.22503 h 4.98333 z"
- id="rect1571-9-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930-2"
- d="m 96.000003,63.99999 h -4.98333 c 0.24716,1.54298 0.63217,3.15491 0.65481,4.58557 0.0392,2.47723 -0.4295,4.63375 -1.40317,7.86181 -0.52207,1.73086 -0.22569,4.28795 -0.8419,7.01949 -0.72734,3.22418 1.84165,6.15453 1.59026,8.98493 -0.0829,0.93379 -0.0381,2.25108 0,3.5482 h 4.98333 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932-6"
- d="m 96.000003,-8e-6 h -4.98333 c 0,0 0.68766,3.700239 0.3828,9.086991 -0.15223,2.689806 -1.34042,7.065929 -1.41179,9.085255 -0.38002,10.752173 1.02899,13.827753 1.02899,13.827753 h 4.98333 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934-6"
- d="m 64.000001,63.99999 h -4.99949 c 0,0 -0.03896,5.23084 0.563086,7.34656 0.656934,2.30863 2.426914,4.92185 2.768505,7.34706 0.656934,4.66406 -2.767235,8.12022 -2.768505,12.58827 -2.65e-4,1.31995 -0.563086,4.71811 -0.563086,4.71811 h 4.99949 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936-4"
- d="m 31.999998,-8e-6 h -4.983696 c 0,0 0.214968,2.834429 0,4.226877 -2.15168,13.937362 0,27.773122 0,27.773122 h 4.983696 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938-9"
- d="m 31.999998,31.999991 h -4.983331 c 0,0 1.309621,13.794279 -1.309621,24.154359 -0.625697,2.47487 1.309621,7.84564 1.309621,7.84564 h 4.983331 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940-5"
- d="M 64.000001,-8e-6 H 59.017 c 0,0 0.650576,9.196019 1.590148,11.714323 1.038741,2.784105 0.692335,5.766203 0,8.79775 C 59.879621,23.697701 59.017,31.999991 59.017,31.999991 h 4.983001 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942-0"
- d="m 31.999998,63.99999 h -4.999997 c 0,0 5.609039,8.41418 3.660431,12.82176 -2.619682,5.92548 1.529151,5.86115 -0.890591,11.87058 -0.583022,1.44793 -2.76984,7.30766 -2.76984,7.30766 h 4.999997 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944-4"
- d="m 63.991666,32.016658 h -4.983332 c 0,0 -0.250489,5.117986 -1.403164,7.210258 -0.841756,1.527908 -1.189101,6.229354 -0.841899,7.109364 1.112171,2.81892 0.552593,3.8122 0.841899,6.82874 0.285416,2.97601 1.403164,10.83497 1.403164,10.83497 h 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946-8"
- d="m 96.000003,31.999991 h -4.98333 c 0.32637,2.308069 1.41786,4.275916 0.74835,7.026828 -1.14009,4.684483 0.57892,7.495841 0,11.090781 -0.63947,3.97096 -0.9424,5.69048 -1.26285,8.65736 -0.1968,1.82213 0.30328,4.37732 0.5145,5.22503 h 4.98333 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.100003,63.99999 c 0.24479,1.44289 0.79222,3.2082 0.81406,4.58789 0.0397,2.50978 -0.43791,4.69898 -1.41406,7.9336 -0.49484,1.6397 -0.21052,4.21845 -0.83789,6.99805 -0.34618,1.53372 0.092,3.01858 0.60937,4.49999 0.51738,1.48142 1.11935,2.95044 0.98633,4.44727 -0.0749,0.84245 -0.19339,2.32491 -0.15781,3.53321 h -0.35 c -0.0381,-1.29567 -0.0757,-2.61432 0.01,-3.57618 0.11837,-1.3321 -0.43851,-2.74242 -0.96094,-4.23828 -0.52243,-1.49586 -1.00617,-3.08661 -0.625,-4.77539 0.60504,-2.68063 0.29835,-5.21299 0.84766,-7.0332 0.97118,-3.21814 1.43124,-5.33915 1.39258,-7.78125 -0.022,-1.38803 -0.41483,-3.04034 -0.6641,-4.59571 z"
- id="rect1571-89-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750003,31.999994 c 0,0 -0.33907,-0.72323 -0.64649,-2.853515 -0.30741,-2.130285 -0.56347,-5.599342 -0.37304,-10.984376 0.0372,-1.051731 0.3548,-2.646899 0.67968,-4.328125 0.32489,-1.681225 0.656,-3.442624 0.73047,-4.757813 C 91.443923,3.719856 90.750003,-7e-6 90.750003,-7e-6 h 0.35 c 0.33405,0.401253 0.82927,4.007848 0.54062,9.105469 -0.0778,1.373217 -0.41512,3.141853 -0.74023,4.82422 -0.32511,1.682366 -0.6377,3.283456 -0.67188,4.25 -0.18959,5.36154 0.069,8.803135 0.3711,10.896484 0.28653,1.985626 0.46863,2.852039 0.50039,2.923828"
- id="rect1571-3-7-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.099999,63.99999 c -0.0011,0.19864 0.155073,1.44774 0.214453,2.87696 0.06502,1.56458 0.211204,3.40235 0.496094,4.40625 0.636138,2.24163 2.412031,4.8597 2.765626,7.37695 0.33691,2.39849 -0.372526,4.47759 -1.146485,6.48828 -0.773961,2.01069 -1.608762,3.95776 -1.609375,6.12696 -1.41e-4,0.69502 -0.142418,1.86907 -0.283205,2.88671 -0.118899,0.85943 -0.403024,1.62818 -0.437108,1.8379 h -0.349998 c 0,0 0.151235,-0.89589 0.291017,-1.90626 0.13978,-1.01036 0.279173,-2.19412 0.279295,-2.81835 5.29e-4,-2.29654 0.873376,-4.30832 1.642581,-6.30665 0.769201,-1.99833 1.437039,-3.97709 1.119139,-6.24023 -0.327379,-2.33064 -2.080426,-4.93538 -2.753907,-7.30859 -0.315206,-1.11073 -0.448085,-2.94531 -0.51367,-4.52344 -0.06559,-1.57813 -0.06445,-2.89649 -0.06445,-2.89649 z"
- id="rect1571-6-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,-7e-6 c 0.02381,0.314595 0.368297,2.896033 0.15581,4.271485 C 25.138124,17.982533 27.049218,31.668998 27.1,31.999994 h -0.350002 c 0,0 -2.147445,-13.825071 0.01172,-27.804688 C 26.965023,2.879009 26.749998,-7e-6 26.749998,-7e-6"
- id="rect1571-0-6-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,31.999994 c 0.04185,0.447638 1.434499,13.959626 -1.158595,24.210936 -0.287278,1.1357 0.01781,3.09158 0.419922,4.72852 0.379879,1.54641 0.690159,2.92443 0.738673,3.06054 h -0.350002 c 0,0 -0.463924,-1.27596 -0.873043,-2.9414 -0.409118,-1.66545 -0.758341,-3.63283 -0.419922,-4.9707 2.601444,-10.28434 1.292965,-24.087896 1.292965,-24.087896"
- id="rect1571-62-1-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.099999,-7e-6 c 0.01662,0.231133 0.334928,2.42767 0.599221,4.892578 0.279545,2.607182 0.691253,5.553531 1.132811,6.736329 1.065638,2.854515 0.706046,5.888524 0.0098,8.935547 C 60.142937,23.622912 59.140235,31.617031 59.1,31.999994 h -0.349999 c 0,0 0.866442,-8.312776 1.60547,-11.546875 0.688486,-3.012913 1.021753,-5.937642 0.0098,-8.648437 C 59.867175,10.470488 59.483814,7.562988 59.203142,4.945306 58.92249,2.327624 58.750001,-7e-6 58.750001,-7e-6"
- id="rect1571-61-2-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,63.99999 c 0.19994,0.30622 1.618554,2.20466 2.689061,4.66406 1.164992,2.67648 2.126168,5.92238 1.095706,8.25977 -1.285958,2.91693 -0.91117,4.2616 -0.505863,5.73438 C 30.784214,84.13098 31.224129,85.73253 30,88.78124 29.451738,90.14669 27.284131,95.50552 27.1,96 h -0.350002 c 0,0 2.199675,-5.94324 2.787111,-7.40626 1.187542,-2.95759 0.76591,-4.32549 0.359375,-5.80273 -0.406537,-1.47724 -0.793739,-3.06289 0.531249,-6.06836 0.911651,-2.06789 0.04895,-5.22963 -1.095703,-7.85937 -1.144651,-2.62975 -2.582032,-4.86329 -2.582032,-4.86329 z"
- id="rect1571-8-9-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 58.750001,63.99999 c 0,0 -1.107189,-7.82419 -1.394535,-10.82031 -0.146364,-1.52611 -0.07863,-2.54185 -0.113281,-3.50195 -0.03465,-0.9601 -0.163785,-1.871 -0.710938,-3.25782 -0.119914,-0.30393 -0.147219,-0.75743 -0.150392,-1.35742 -0.0032,-0.59999 0.03426,-1.326275 0.109376,-2.072262 0.150228,-1.49197 0.430324,-3.046431 0.896485,-3.892577 0.538459,-0.977381 0.900301,-2.773183 1.105469,-4.302736 0.205166,-1.529551 0.265623,-2.794921 0.265623,-2.794921 h 0.342191 c -0.01013,0.190236 0.07724,1.438061 -0.113673,2.861329 -0.208245,1.552506 -0.547888,3.363624 -1.162108,4.478514 -0.375594,0.681763 -0.690808,2.240439 -0.83789,3.701172 -0.07354,0.730366 -0.108516,1.440791 -0.105468,2.017581 0.003,0.57678 0.06155,1.04166 0.115234,1.17773 0.56502,1.4321 0.710165,2.42843 0.746093,3.42383 0.03593,0.9954 -0.03161,1.98223 0.111328,3.47266 0.277866,2.89724 1.203738,10.56608 1.246484,10.86718"
- id="rect1571-7-3-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.100003,31.999994 c 0.3654,2.137632 1.56127,4.37419 0.9,7.089844 -0.56049,2.301788 -0.41895,4.132625 -0.20508,5.861332 0.21386,1.7287 0.50625,3.36007 0.20898,5.20507 -0.63964,3.96995 -0.94197,5.68176 -1.26172,8.64063 -0.18117,1.67654 0.13965,4.2778 0.35782,5.20312 h -0.35 c -0.21734,-0.87181 -0.70825,-3.36683 -0.50391,-5.25781 0.32115,-2.97181 0.62437,-4.69817 1.26367,-8.66601 0.28165,-1.74807 0.005,-3.31749 -0.21093,-5.0625 -0.21589,-1.745024 -0.36476,-3.660766 0.21484,-6.041019 0.64824,-2.662166 -0.42923,-4.608761 -0.76367,-6.972657"
- id="rect1571-9-1-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/13.svg b/src/asset/www/svg/tile/13.svg
deleted file mode 100644
index c93a659..0000000
--- a/src/asset/www/svg/tile/13.svg
+++ /dev/null
@@ -1,739 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="13.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="161.73132"
- inkscape:cy="159.49335"
- inkscape:document-units="mm"
- inkscape:current-layer="layer5"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="-96"
- transform="matrix(0,-1,-1,0,0,0)" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-1.4936684,41.274913)"
- id="use1926-3">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976-1"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,95.458 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 95.458 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,95.458 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,90.705244 79.84708,89.51705 77.827754,89.445681 67.07558,89.065668 64,90.474669 64,90.474669 V 95.458 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,31.458 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,30.447037 9.186167,27.022867 4.718112,27.021597 3.398162,27.021222 0,26.458511 0,26.458511 V 31.458 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,63.458 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 63.458 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,63.458 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,56.53935 32,58.474668 32,58.474668 V 63.458 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,31.458 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,27.337622 64,26.475 64,26.475 v 4.983 z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,63.458 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,60.64482 0,58.458 0,58.458 v 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 63.983334,31.449666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,25.348587 32,26.466334 32,26.466334 v 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,95.458 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.578921 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,89.763371 32.847715,90.263452 32,90.474669 V 95.458 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-4.0477978,53.957926)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="g1924"
- transform="translate(35.612286,27.066884)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(25.909204,59.263324)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 32,96 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,96 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,91.247243 79.84708,90.05905 77.827754,89.987681 67.07558,89.607668 64,91.016669 64,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,32 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,30.989037 9.186167,27.564867 4.718112,27.563597 3.398162,27.563222 0,27.000511 0,27.000511 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 96,64 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,64 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,57.08135 32,59.016668 32,59.016668 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 96,32 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,27.879622 64,27.017 64,27.017 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,64 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,61.18682 0,59 0,59 v 5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.983334,31.991666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,25.890587 32,27.008334 32,27.008334 v 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 64,96 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.57892 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,90.305371 32.847715,90.805452 32,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,91.099999 c -1.442886,0.244797 -3.208191,0.79222 -4.587891,0.814062 -2.509776,0.03973 -4.698974,-0.437906 -7.933593,-1.414062 -1.639703,-0.494836 -4.218454,-0.210515 -6.998047,-0.837891 -1.533722,-0.346173 -3.018589,0.09199 -4.5,0.609375 C 6.499057,90.788866 5.030034,91.390827 3.533202,91.257811 2.690752,91.182947 1.208294,91.064417 -1e-6,91.099999 v -0.35 c 1.29566,-0.03809 2.61431,-0.07571 3.576172,0.0098 1.332101,0.118377 2.742423,-0.438509 4.238281,-0.960938 1.495858,-0.522428 3.086611,-1.006171 4.775391,-0.625 2.680633,0.605046 5.212991,0.298351 7.033203,0.847662 3.218141,0.971183 5.339142,1.43124 7.78125,1.392578 1.388022,-0.02201 3.04034,-0.414824 4.595703,-0.664102 z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,90.749999 c 0,0 0.723231,-0.339071 2.853516,-0.646484 2.130284,-0.307414 5.599341,-0.563469 10.984375,-0.373047 1.051731,0.03719 2.646899,0.354799 4.328125,0.679687 1.681225,0.324888 3.442624,0.655997 4.757812,0.730469 5.356309,0.303299 9.076172,-0.390625 9.076172,-0.390625 v 0.35 c -0.401253,0.334057 -4.007848,0.829276 -9.105469,0.540625 -1.373216,-0.07776 -3.141852,-0.415126 -4.824219,-0.740234 -1.682366,-0.325109 -3.283456,-0.637697 -4.25,-0.671875 -5.36154,-0.189592 -8.803135,0.06901 -10.896484,0.371093 -1.985625,0.286539 -2.852038,0.468635 -2.923828,0.500391"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,27.099999 c -0.198633,-9.47e-4 -1.447737,0.155072 -2.876953,0.214452 -1.564582,0.06502 -3.402354,0.211205 -4.40625,0.496094 -2.241635,0.636139 -4.859701,2.412031 -7.376953,2.765625 -2.39849,0.336911 -4.477593,-0.372523 -6.488282,-1.146484 C 8.840873,28.655724 6.893799,27.820925 4.724608,27.82031 4.029583,27.820171 2.855535,27.677894 1.83789,27.537107 0.978459,27.418209 0.209711,27.134083 -1e-6,27.099999 v -0.35 c 0,0 0.895883,0.151238 1.90625,0.291018 1.010367,0.13978 2.194122,0.279172 2.818359,0.279296 2.296536,6.51e-4 4.308312,0.873374 6.306641,1.642579 1.998329,0.769204 3.977096,1.437039 6.240234,1.11914 2.33064,-0.32738 4.935377,-2.080427 7.308594,-2.753906 1.11073,-0.315207 2.945309,-0.448086 4.523438,-0.513672 1.578129,-0.06559 2.896484,-0.06445 2.896484,-0.06445 z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,59.099999 c -0.314594,0.02382 -2.896032,0.368297 -4.271484,0.15581 -13.711055,-2.117685 -27.39752,-0.20659 -27.728516,-0.15581 v -0.35 c 0,0 13.825071,-2.147446 27.804688,0.01172 1.316296,0.203303 4.195312,-0.01172 4.195312,-0.01172"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,59.099999 c -0.447639,0.04185 -13.959625,1.4345 -24.210938,-1.158594 -1.1357,-0.287278 -3.091576,0.01781 -4.728515,0.419922 -1.546416,0.379879 -2.92443,0.690158 -3.060547,0.738672 v -0.35 c 0,0 1.275963,-0.463925 2.941406,-0.873044 1.665443,-0.409118 3.632825,-0.758341 4.970703,-0.419922 10.284333,2.601443 24.087891,1.292966 24.087891,1.292966"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,27.099999 c -0.231132,0.01663 -2.42767,0.334928 -4.892578,0.599219 -2.607181,0.279546 -5.55353,0.691255 -6.736328,1.132812 -2.854515,1.065639 -5.888524,0.706046 -8.935547,0.0098 -3.058465,-0.698894 -11.052583,-1.701595 -11.435547,-1.741831 v -0.35 c 0,0 8.312776,0.866443 11.546875,1.605472 3.012913,0.688485 5.937642,1.021751 8.648437,0.0098 1.334194,-0.498075 4.241694,-0.881437 6.859376,-1.162109 2.617681,-0.280672 4.945312,-0.453163 4.945312,-0.453163"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,59.099999 c -0.306216,0.199941 -2.204654,1.618554 -4.664062,2.689062 -2.676473,1.164991 -5.922377,2.126167 -8.259766,1.095704 -2.916927,-1.285956 -4.261593,-0.911169 -5.734375,-0.50586 C 11.869014,62.784214 10.26746,63.22413 7.218749,61.999999 5.853298,61.451738 0.49447,59.28413 -1e-6,59.099999 v -0.35 c 0,0 5.943231,2.199673 7.40625,2.787109 2.957588,1.187543 4.325492,0.765912 5.802734,0.359375 1.477243,-0.406536 3.062893,-0.793739 6.06836,0.53125 2.067889,0.911651 5.229628,0.04895 7.859375,-1.095703 2.629747,-1.144652 4.863281,-2.582031 4.863281,-2.582031 z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,26.749999 c 0,0 7.824199,-1.107187 10.820312,-1.394534 1.526114,-0.146364 2.541852,-0.07863 3.501954,-0.113281 0.960101,-0.03465 1.870996,-0.163784 3.257812,-0.710938 0.303935,-0.119914 0.757432,-0.14722 1.357422,-0.150391 0.59999,-0.0032 1.32628,0.03426 2.072266,0.109375 1.49197,0.150229 3.046431,0.430325 3.892578,0.896485 0.97738,0.53846 2.773182,0.900301 4.302734,1.105469 1.529552,0.205167 2.794922,0.265624 2.794922,0.265624 v 0.342191 c -0.190235,-0.01014 -1.438062,0.07724 -2.861328,-0.113672 -1.552508,-0.208246 -3.363624,-0.547891 -4.478516,-1.162109 -0.681761,-0.375596 -2.240439,-0.690808 -3.701172,-0.837891 -0.730366,-0.07354 -1.440795,-0.108517 -2.017578,-0.105469 -0.576783,0.003 -1.041659,0.06155 -1.177734,0.115235 -1.432098,0.565019 -2.428425,0.710166 -3.423828,0.746094 -0.995403,0.03593 -1.982229,-0.03161 -3.472656,0.111328 -2.897244,0.277865 -10.566081,1.203737 -10.867188,1.246484"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,91.099999 c -2.137632,0.365401 -4.374189,1.561267 -7.089844,0.9 -2.301788,-0.56049 -4.132625,-0.418944 -5.861328,-0.205078 -1.728702,0.213866 -3.360072,0.506254 -5.205078,0.208984 -3.969943,-0.639641 -5.68176,-0.941972 -8.640625,-1.261719 -1.676545,-0.181173 -4.277802,0.139646 -5.203125,0.357813 v -0.35 c 0.871816,-0.217334 3.366837,-0.708252 5.257812,-0.503906 2.971813,0.321146 4.698177,0.624369 8.666016,1.263672 1.748068,0.28165 3.31748,0.0049 5.0625,-0.210938 1.745021,-0.215885 3.660761,-0.364752 6.041016,0.214844 2.662166,0.648242 4.608759,-0.429227 6.972656,-0.763672"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="otherside">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,5.5713332 v 7.6291658 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V 5.5713332 Z"
- id="rect1571-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,3.4546659 v 7.6291651 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V 3.4546659 Z"
- id="rect1571-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 3.0670166e-8,5.5713332 v 7.6291658 c 0,0 3.700238869329834,-0.687668 9.086990969329832,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V 5.5713332 Z"
- id="rect1571-3-75"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 3.0670166e-8,3.4546659 v 7.6291651 c 0,0 3.700238869329834,-0.687668 9.086990969329832,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V 3.4546659 Z"
- id="rect1571-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,35.454669 v 9.761988 c 0,0 5.230831,0.03896 7.346561,-0.563087 2.30863,-0.656931 4.921848,-2.426914 7.347056,-2.768504 4.664056,-0.656934 8.120215,2.767234 12.588271,2.768504 1.319948,2.65e-4 4.718111,0.563087 4.718111,0.563087 v -9.761988 z"
- id="rect1571-6-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,33.338 v 9.76199 c 0,0 5.230831,0.03896 7.346561,-0.563086 2.30863,-0.656934 4.921848,-2.426915 7.347056,-2.768508 4.664056,-0.656934 8.120215,2.767238 12.588271,2.768508 1.319948,2.64e-4 4.718111,0.563086 4.718111,0.563086 V 33.338 Z"
- id="rect1571-6-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 3.0670166e-8,66.925502 v 10.275369 c 0,0 2.834429069329834,-0.214971 4.226877069329835,0 13.9373619,2.151674 27.7731219,0 27.7731219,0 V 66.925502 Z"
- id="rect1571-0-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 3.0670166e-8,64.808833 v 10.275366 c 0,0 2.834429069329834,-0.214969 4.226877069329835,0 13.9373619,2.151679 27.7731219,0 27.7731219,0 V 64.808833 Z"
- id="rect1571-0-63"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,66.925502 v 10.274999 c 0,0 13.79428,-1.309622 24.154363,1.309621 2.474868,0.625697 7.84564,-1.309621 7.84564,-1.309621 V 66.925502 Z"
- id="rect1571-62-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,64.808833 v 10.275001 c 0,0 13.79428,-1.309621 24.154363,1.309619 2.474868,0.625697 7.84564,-1.309619 7.84564,-1.309619 V 64.808833 Z"
- id="rect1571-62-17"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 3.0670166e-8,35.454669 v 9.745499 c 0,0 9.196019169329833,-0.650576 11.714322969329833,-1.590149 2.784105,-1.038741 5.766203,-0.692335 8.79775,0 3.185636,0.727528 11.487926,1.590149 11.487926,1.590149 v -9.745499 z"
- id="rect1571-61-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 3.0670166e-8,33.338 v 9.745501 c 0,0 9.196019169329833,-0.650579 11.714322969329833,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 3.185636,0.727524 11.487926,1.590148 11.487926,1.590148 V 33.338 Z"
- id="rect1571-61-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,66.925502 v 10.29167 c 0,0 8.414181,-5.609042 12.821756,-3.660431 5.925481,2.619677 5.86115,-1.529157 11.870576,0.890585 1.447937,0.583023 7.307667,2.769846 7.307667,2.769846 v -10.29167 z"
- id="rect1571-8-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000002,64.808833 V 75.1005 c 0,0 8.414181,-5.60904 12.821756,-3.660431 5.925481,2.619682 5.86115,-1.529151 11.870576,0.890588 1.447937,0.583025 7.307667,2.769843 7.307667,2.769843 V 64.808833 Z"
- id="rect1571-8-96"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,35.463001 v 9.745835 c 0,0 5.117986,0.250489 7.210258,1.403164 1.527908,0.841756 6.22935,1.189101 7.109367,0.841899 2.818916,-1.112173 3.812199,-0.552595 6.828737,-0.841899 2.976007,-0.285419 10.834974,-1.403164 10.834974,-1.403164 v -9.745835 z"
- id="rect1571-7-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,33.346334 v 9.745832 c 0,0 5.117986,0.250489 7.210258,1.403165 1.527908,0.841756 6.22935,1.189101 7.109367,0.841899 2.818916,-1.112171 3.812199,-0.552593 6.828737,-0.841899 2.976007,-0.285417 10.834974,-1.403165 10.834974,-1.403165 v -9.745832 z"
- id="rect1571-7-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,5.5713332 v 7.6291658 c 2.308069,-0.326376 4.275916,-1.417859 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.578921 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V 5.5713332 Z"
- id="rect1571-9-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,3.4546659 v 7.6291651 c 2.308069,-0.326376 4.275916,-1.4178588 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.5789208 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V 3.4546659 Z"
- id="rect1571-9-17"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- id="g1924-5"
- transform="translate(53.596468,50.658748)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914-7"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918-3"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928-3"
- transform="translate(-14.015866,-7.3987656)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-3"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-6"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930-8"
- d="M 64.000002,-3.0657959e-8 V 4.9833312 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V -3.0657959e-8 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932-8"
- d="M 3.0670166e-8,-3.0657959e-8 V 4.9833312 c 0,0 3.700238869329834,-0.687668 9.086990969329832,-0.382804 2.689806,0.15223 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V -3.0657959e-8 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934-8"
- d="m 64.000002,31.999999 v 4.99949 c 0,0 5.230831,0.03896 7.346561,-0.563086 2.30863,-0.656934 4.921848,-2.426914 7.347056,-2.768505 4.664056,-0.656934 8.120215,2.767235 12.588271,2.768505 1.319948,2.65e-4 4.718111,0.563086 4.718111,0.563086 v -4.99949 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936-9"
- d="m 3.0670166e-8,64.000002 v 4.983697 c 0,0 2.834429069329834,-0.214969 4.226877069329835,0 13.9373619,2.151679 27.7731219,0 27.7731219,0 v -4.983697 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938-7"
- d="m 31.999999,64.000002 v 4.983331 c 0,0 13.79428,-1.309621 24.154363,1.309622 2.474868,0.625697 7.84564,-1.309622 7.84564,-1.309622 v -4.983331 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940-7"
- d="m 3.0670166e-8,31.999999 v 4.983002 c 0,0 9.196019169329833,-0.650576 11.714322969329833,-1.590149 2.784105,-1.038741 5.766203,-0.692335 8.79775,0 3.185636,0.727528 11.487926,1.590149 11.487926,1.590149 v -4.983002 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942-6"
- d="M 64.000002,64.000002 V 69 c 0,0 8.414181,-5.60904 12.821756,-3.660431 5.925481,2.619681 5.86115,-1.529152 11.870576,0.89059 C 90.140271,66.813181 96.000001,69 96.000001,69 v -4.999998 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944-4"
- d="m 32.016666,32.008334 v 4.983332 c 0,0 5.117986,0.250489 7.210258,1.403164 1.527908,0.841757 6.22935,1.189101 7.109367,0.841899 2.818916,-1.11217 3.812199,-0.552593 6.828737,-0.841899 2.976007,-0.285416 10.834974,-1.403164 10.834974,-1.403164 v -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946-3"
- d="M 31.999999,-3.0657959e-8 V 4.9833312 c 2.308069,-0.326376 4.275916,-1.4178581 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.5789202 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V -3.0657959e-8 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000002,4.9000002 c 1.442884,-0.244797 3.208189,-0.7922201 4.587891,-0.8140623 2.509774,-0.03973 4.698973,0.4379063 7.933592,1.4140623 1.639702,0.494836 4.218453,0.210515 6.998046,0.837891 1.533724,0.346173 3.018589,-0.09199 4.500002,-0.609375 1.48141,-0.517383 2.950432,-1.119344 4.447265,-0.986328 0.842449,0.07486 2.324909,0.193394 3.533203,0.157812 v 0.35 c -1.295659,0.03809 -2.614311,0.07571 -3.576172,-0.0098 -1.3321,-0.118377 -2.742422,0.438509 -4.238281,0.960938 -1.495859,0.522428 -3.08661,1.006171 -4.77539,0.625 -2.680634,-0.605046 -5.212993,-0.298351 -7.033205,-0.847662 -3.21814,-0.971183 -5.339141,-1.43124 -7.78125,-1.392578 -1.38802,0.02201 -3.04034,0.414824 -4.595701,0.664102 z"
- id="rect1571-89-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,5.2500002 c 0,0 -0.72323,0.339071 -2.853515,0.646484 -2.130285,0.307414 -5.599341,0.563469 -10.984375,0.373047 C 17.110378,6.2323412 15.51521,5.9147322 13.833984,5.5898442 12.152759,5.2649562 10.39136,4.9338472 9.0761719,4.8593752 3.7198631,4.5560762 3.0670166e-8,5.2500002 3.0670166e-8,5.2500002 v -0.35 C 0.40125263,4.5659432 4.0078477,4.0707241 9.105469,4.3593752 c 1.373216,0.07776 3.141852,0.415126 4.824219,0.740234 1.682366,0.325109 3.283456,0.637697 4.25,0.671875 5.36154,0.189592 8.803134,-0.06901 10.896483,-0.371093 1.985627,-0.286539 2.852039,-0.468635 2.923828,-0.500391"
- id="rect1571-3-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000002,36.900001 c 0.198633,0.0011 1.447736,-0.155072 2.876952,-0.214453 1.564582,-0.06502 3.402354,-0.211204 4.406249,-0.496094 2.241635,-0.636137 4.859703,-2.412031 7.376954,-2.765626 2.39849,-0.33691 4.477594,0.372526 6.488282,1.146485 2.010687,0.773962 3.957761,1.608762 6.126953,1.609376 0.695026,1.4e-4 1.869072,0.142417 2.886718,0.283204 0.85943,0.118896 1.62818,0.403024 1.837891,0.437108 V 37.25 c 0,0 -0.895882,-0.151239 -1.906249,-0.291018 -1.010367,-0.13978 -2.194123,-0.279173 -2.81836,-0.279294 -2.296536,-5.3e-4 -4.308311,-0.873377 -6.30664,-1.642581 -1.998329,-0.769202 -3.977098,-1.43704 -6.240235,-1.11914 -2.33064,0.327379 -4.935376,2.080426 -7.308593,2.753907 -1.110732,0.315206 -2.94531,0.448086 -4.523439,0.51367 -1.578128,0.06559 -2.896483,0.06446 -2.896483,0.06446 z"
- id="rect1571-6-3-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 3.0670166e-8,68.9 C 0.31459423,68.87619 2.8960321,68.531703 4.2714845,68.74419 17.982539,70.861875 31.669003,68.950782 31.999999,68.9 v 0.350002 c 0,0 -13.82507,2.147445 -27.8046866,-0.01172 C 2.8790159,69.034977 3.0670168e-8,69.250002 3.0670168e-8,69.250002"
- id="rect1571-0-6-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,68.9 c 0.447641,-0.04185 13.959626,-1.434499 24.210939,1.158595 1.1357,0.287276 3.091577,-0.01781 4.728514,-0.419923 1.546419,-0.379878 2.924432,-0.690158 3.06055,-0.738672 v 0.350002 c 0,0 -1.275964,0.463923 -2.941408,0.873043 -1.665443,0.409117 -3.632824,0.758341 -4.970703,0.419923 C 45.803558,67.941523 31.999999,69.250002 31.999999,69.250002"
- id="rect1571-62-1-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 3.0670166e-8,36.900001 C 0.23113253,36.883361 2.4276701,36.565073 4.8925783,36.30078 c 2.607181,-0.279545 5.5535297,-0.691253 6.7363277,-1.13281 2.854515,-1.065639 5.888524,-0.706046 8.935547,-0.0098 3.058465,0.698894 11.052583,1.701596 11.435546,1.741831 V 37.25 c 0,0 -8.312775,-0.866441 -11.546874,-1.60547 -3.012913,-0.688486 -5.937642,-1.021752 -8.648437,-0.0098 -1.334194,0.498076 -4.2416935,0.881436 -6.8593754,1.162108 C 2.3276307,37.07751 3.0670166e-8,37.25 3.0670166e-8,37.25"
- id="rect1571-61-2-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000002,68.9 c 0.306215,-0.19994 2.204653,-1.618554 4.664061,-2.689061 2.676472,-1.164992 5.922376,-2.126168 8.259766,-1.095705 2.916928,1.285957 4.261593,0.911169 5.734375,0.505862 1.472782,-0.40531 3.074337,-0.845228 6.123046,0.378904 1.365451,0.548262 6.724279,2.715869 7.218751,2.9 v 0.350002 c 0,0 -5.943232,-2.199675 -7.406251,-2.787111 -2.957587,-1.187542 -4.32549,-0.76591 -5.802733,-0.359375 -1.477243,0.406537 -3.062894,0.793739 -6.068359,-0.531249 -2.067891,-0.911651 -5.22963,-0.04895 -7.859377,1.095703 -2.629746,1.144651 -4.863279,2.582032 -4.863279,2.582032 z"
- id="rect1571-8-9-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000002,37.25 c 0,0 -7.8242,1.107188 -10.820313,1.394534 -1.526114,0.146365 -2.541852,0.07863 -3.501954,0.113281 -0.960101,0.03465 -1.870995,0.163785 -3.257812,0.710938 -0.303934,0.119915 -0.757433,0.14722 -1.357423,0.150392 -0.599991,0.0032 -1.32628,-0.03426 -2.072264,-0.109376 -1.491973,-0.150228 -3.046431,-0.430324 -3.89258,-0.896485 -0.977378,-0.538459 -2.773182,-0.900301 -4.302733,-1.105469 -1.529554,-0.205166 -2.794924,-0.265623 -2.794924,-0.265623 v -0.342191 c 0.190236,0.01013 1.438064,-0.07724 2.861329,0.11367 1.552509,0.208248 3.363624,0.547891 4.478517,1.162111 0.68176,0.375595 2.240439,0.690809 3.701172,0.83789 0.730366,0.07354 1.440794,0.108517 2.017578,0.105469 0.576783,-0.003 1.041659,-0.06155 1.177734,-0.115234 1.432097,-0.565021 2.428425,-0.710166 3.423827,-0.746094 0.995403,-0.03593 1.98223,0.03161 3.472657,-0.111328 2.897243,-0.277866 10.56608,-1.203738 10.867189,-1.246484"
- id="rect1571-7-3-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,4.9000002 c 2.137633,-0.365401 4.37419,-1.561267 7.089844,-0.9000003 2.301791,0.5604903 4.132625,0.4189443 5.861331,0.2050783 1.7287,-0.2138661 3.36007,-0.5062543 5.205076,-0.208984 3.969943,0.639641 5.681761,0.941972 8.640625,1.261719 1.676546,0.181173 4.277802,-0.139646 5.203127,-0.357813 v 0.35 c -0.871818,0.217334 -3.366839,0.708252 -5.257814,0.503906 -2.971813,-0.321146 -4.698177,-0.624369 -8.666017,-1.263672 -1.748067,-0.28165 -3.317478,-0.0049 -5.062497,0.210938 -1.745023,0.215885 -3.660762,0.364752 -6.041017,-0.214844 -2.662166,-0.6482421 -4.608759,0.429227 -6.972658,0.763672"
- id="rect1571-9-1-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,55.08363,29.880174)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/14.svg b/src/asset/www/svg/tile/14.svg
deleted file mode 100644
index d0dc5e6..0000000
--- a/src/asset/www/svg/tile/14.svg
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="14.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="2.0200375"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928"
- transform="translate(28.032325,47.282351)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-23.198996,-34.237228)"
- width="100%"
- height="100%" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/15.svg b/src/asset/www/svg/tile/15.svg
deleted file mode 100644
index 8a3f12a..0000000
--- a/src/asset/www/svg/tile/15.svg
+++ /dev/null
@@ -1,254 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="15.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="2.0200375"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779"
- transform="matrix(-1,0,0,1,96,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- width="100%"
- height="100%"
- transform="translate(-32)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(-32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(-32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- width="100%"
- height="100%"
- transform="translate(-64)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(-64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(-64,-64)"
- width="100%"
- height="100%" />
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,-2.8818348,67.43457)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(61.451337,45.598553)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-57.810401,-47.707613)"
- width="100%"
- height="100%" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/16.svg b/src/asset/www/svg/tile/16.svg
deleted file mode 100644
index e55104e..0000000
--- a/src/asset/www/svg/tile/16.svg
+++ /dev/null
@@ -1,259 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="16.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="259.84885"
- inkscape:cy="161.62236"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g5137">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(2.5184037,18.470695)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(52.197739,-25.631149)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/17.svg b/src/asset/www/svg/tile/17.svg
deleted file mode 100644
index 4f67d40..0000000
--- a/src/asset/www/svg/tile/17.svg
+++ /dev/null
@@ -1,264 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="17.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="259.84885"
- inkscape:cy="161.62236"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,13.956146,68.74419)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-13.009957,28.573484)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(78.390154,-34.611406)"
- width="100%"
- height="100%" />
- <g
- id="g5221"
- transform="translate(25.791289)">
- <g
- transform="matrix(-1,0,0,1,134.20871,0)"
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/18.svg b/src/asset/www/svg/tile/18.svg
deleted file mode 100644
index deb8216..0000000
--- a/src/asset/www/svg/tile/18.svg
+++ /dev/null
@@ -1,445 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="18.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="2.0200375"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928"
- transform="translate(28.032325,47.282351)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-35.546849,-56.500781)"
- width="100%"
- height="100%" />
- <g
- id="layer6-2"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4827-9"
- transform="matrix(1.6534368,0,0,1.6534368,13.956146,68.74419)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928-1"
- transform="translate(-13.009957,28.573484)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-7"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-9"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928-1"
- id="use4878-0"
- transform="translate(78.390154,-34.611406)"
- width="100%"
- height="100%" />
- <g
- id="g5221"
- transform="translate(25.791289)">
- <g
- transform="matrix(-1,0,0,1,134.20871,0)"
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/19.svg b/src/asset/www/svg/tile/19.svg
deleted file mode 100644
index ab6f369..0000000
--- a/src/asset/www/svg/tile/19.svg
+++ /dev/null
@@ -1,578 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="19.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="185.68815"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928"
- transform="translate(28.032325,47.282351)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-35.546849,-56.500781)"
- width="100%"
- height="100%" />
- <g
- id="layer6-2"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4827-9"
- transform="matrix(1.6534368,0,0,1.6534368,13.956146,68.74419)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928-1"
- transform="translate(-13.009957,28.573484)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-7"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-9"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928-1"
- id="use4878-0"
- transform="translate(78.390154,-34.611406)"
- width="100%"
- height="100%" />
- <g
- id="g5221"
- transform="translate(25.791289)">
- <g
- transform="matrix(-1,0,0,1,134.20871,0)"
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
- </g>
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779-7">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78-92"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781-8"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783-9"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785-7"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787-3"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789-6"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791-1"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793-2"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795-9"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <g
- transform="translate(61.451337,45.598553)"
- id="use1928-4"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-5"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-0"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-3"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-6"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-0"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-57.810401,-47.707613)"
- id="use4878-6"
- xlink:href="#use1928-4"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/2.svg b/src/asset/www/svg/tile/2.svg
deleted file mode 100644
index 433c9db..0000000
--- a/src/asset/www/svg/tile/2.svg
+++ /dev/null
@@ -1,663 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="2.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="3.2"
- inkscape:cx="157.70692"
- inkscape:cy="152.68129"
- inkscape:document-units="mm"
- inkscape:current-layer="layer2"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1918"
- inkscape:window-height="1078"
- inkscape:window-x="1"
- inkscape:window-y="1"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid5483"
- spacingx="31.999999"
- units="mm"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="details"
- transform="translate(0,64)"
- style="display:inline">
- <g
- transform="matrix(0.99998894,0,0,0.99998894,64.516964,-68.730679)"
- style="display:inline"
- id="use5545">
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- id="path1239"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- id="path1241"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use5545"
- id="use1250"
- transform="translate(17.115234,7.358724)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1234"
- id="use1245"
- transform="translate(31.571213)"
- width="100%"
- height="100%" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1054"
- d="m 68.170878,-54.004732 c -0.534635,1.603368 2.002741,-0.02141 1.603715,5.392161 2.251585,1.239359 2.277981,-1.568413 2.205815,-1.381411 0.131241,-2.589509 0.08868,-3.035178 -1.159089,-5.185456 z"
- style="display:inline;fill:#552200;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1056"
- d="m 64.411665,-54.005983 c -3.59e-4,-4.623061 4.094016,-7.889453 8.469484,-3.018428 -1.329806,1.625625 -6.600165,8.068455 -8.469484,3.018428 z"
- style="display:inline;fill:#aa4400;fill-opacity:1;stroke:#000000;stroke-width:0.15625103;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <use
- x="0"
- y="0"
- xlink:href="#use5539"
- id="use5541"
- width="100%"
- height="100%"
- transform="translate(51.743313,1.6050573)" />
- <use
- x="0"
- y="0"
- xlink:href="#g1232"
- id="use1234"
- transform="translate(31.922004,-1.0523738)"
- width="100%"
- height="100%" />
- <path
- style="fill:#806600;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
- d="m 58.698064,-53.340687 c -0.344109,1.026149 -1.884791,0.88406 -1.543387,3.733729 0.579679,1.734596 0.347721,1.940462 0.991677,1.047358 1.312343,-2.484098 2.729811,-3.635828 2.246325,-4.932623 z"
- id="path4672-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#aa8800;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 55.944968,-53.551173 c 2.696517,-3.451103 4.075106,-4.934811 7.040778,-0.595525 0.204119,2.145328 -5.117611,1.501731 -7.040778,0.595525 z"
- id="path4670-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <g
- transform="matrix(0.99998894,0,0,0.99998894,4.7769735,-36.299166)"
- style="display:inline"
- id="use5535">
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- id="path1268"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- id="path1270"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1232"
- id="use1252"
- transform="translate(0.16536458,30.923177)"
- width="100%"
- height="100%" />
- <g
- transform="matrix(0.99998894,0,0,0.99998894,-3.1198034,-67.987427)"
- style="display:inline"
- id="use5539">
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- id="path1262"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- id="path1264"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1232">
- <ellipse
- ry="8.0201826"
- rx="14.552083"
- cy="-41.008461"
- cx="16.536459"
- id="path1169"
- style="opacity:1;fill:#89a02c;fill-opacity:1;stroke:#483737;stroke-width:0;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <g
- id="g1167">
- <path
- style="fill:#6c5353;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 7.7953611,-55.697814 c -0.068183,1.006327 -0.2077118,2.069047 -0.4055919,3.142033 -0.020066,0.108806 -0.3450151,-0.08921 -0.7862725,-0.403899 -0.1783219,-0.127172 -0.5519436,-2.052214 -0.5519436,-2.052214 -0.014637,1.601972 -0.2700866,1.352526 -0.8606356,1.249235 -0.6479647,-0.436759 -1.1528443,-1.07409 -1.1832159,-0.934999 -0.099559,0.455947 2.9606326,4.108073 2.8425925,4.558758 -0.8415019,3.212917 -2.1274051,6.20265 -3.4982888,7.6932 0.5797748,0.623035 2.4068073,0.09274 2.9865821,0.595558 0.439929,0.381538 -0.6792143,2.756342 -0.2392853,3.072462 0.4446758,0.319532 2.4484239,-0.562822 2.8930998,-0.306761 0.689235,0.396888 1.3784701,-0.137922 2.0677051,0.11685 1.068828,0.395087 1.358119,4.836364 2.426947,4.928339 0.989703,0.08517 2.758943,-4.159036 3.748646,-4.294962 1.406264,-0.193136 2.188899,0.110957 3.595162,-0.437368 0.678392,-0.264517 5.488326,0.83903 6.166718,0.510318 0.649804,-0.314861 -1.89649,-2.605255 -1.246686,-2.968223 1.056632,-0.590212 2.503032,-0.06774 3.559664,-0.748492 -2.062873,-2.843406 -3.229662,-10.739911 -4.131541,-16.292304 z"
- id="path1141"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csscccscscsscsscsccc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#483737;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.016493,-52.225695 c -0.508201,4.543278 -2.0624942,10.306996 -0.992187,13.008681"
- id="path1146"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#483737;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.30816,-38.224827 c 0.80991,-5.675284 -2.481031,-8.636617 -1.212674,-15.323784"
- id="path1148"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#483737;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 6.3940972,-41.752605 c 1.7823376,-3.344039 2.7870387,-7.404659 3.4175345,-10.748698"
- id="path1144"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#483737;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 21.028863,-38.968968 C 19.559705,-44.140367 21.514476,-49.563653 20.20204,-53.85178"
- id="path1150"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#483737;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 25.686632,-41.284072 c -1.052186,-4.489878 -1.35187,-10.142714 -3.169488,-13.449652"
- id="path1152"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- transform="rotate(-10.623364)"
- style="opacity:1;fill:#decd87;fill-opacity:1;stroke:#000000;stroke-width:0.2;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 35.488317,-52.724739 c 0.124756,2.55803 -3.784367,4.366735 -8.853517,3.341768 -2.308291,-0.46673 -4.696445,0.725586 -6.28252,0.15958 -1.707069,-0.609184 -2.570997,-2.544639 -2.570997,-3.501348 -10e-7,-1.845608 3.963854,-3.341769 8.853517,-3.341769 4.889663,0 8.763613,1.498352 8.853517,3.341769 z"
- id="path1073"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ssssss" />
- <ellipse
- style="opacity:1;fill:#e9ddaf;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1077"
- cx="26.66362"
- cy="-52.767078"
- rx="7.4468279"
- ry="2.4655924"
- transform="rotate(-10.623364)" />
- <ellipse
- style="display:inline;opacity:1;fill:#decd87;fill-opacity:1;stroke:#000000;stroke-width:0.07286217;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1077-3"
- cx="26.944256"
- cy="-52.790462"
- rx="5.145175"
- ry="1.8945092"
- transform="rotate(-10.623364)" />
- <ellipse
- style="opacity:1;fill:#e9ddaf;fill-opacity:1;stroke:#000000;stroke-width:0.11221263;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1116"
- cx="20.053766"
- cy="-54.835339"
- rx="2.1030152"
- ry="0.88413757"
- transform="matrix(0.99443695,-0.10533356,0.06599246,0.99782012,0,0)" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#483737;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 7.3862845,-52.501302 6.890191,-50.379124"
- id="path1154"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- </g>
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#path4672-9"
- id="use1254"
- transform="translate(-31.915365,32.411458)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#path4670-1"
- id="use1256"
- transform="translate(-31.915365,32.411458)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#path1054"
- id="use1258"
- transform="translate(-63.169271,31.75)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#path1056"
- id="use1260"
- transform="translate(-63.169271,31.75)"
- width="100%"
- height="100%" />
- <ellipse
- style="opacity:1;fill:#89a02c;fill-opacity:1;stroke:#483737;stroke-width:0;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1169-6"
- cx="47.790363"
- cy="-10.469793"
- rx="14.552083"
- ry="8.0201826" />
- <use
- x="0"
- y="0"
- xlink:href="#use1448"
- id="use1510"
- transform="translate(-17.280599,1.984375)"
- width="100%"
- height="100%" />
- <path
- style="fill:#784421;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 39.049267,-25.159146 c -0.06818,1.006327 -0.207712,2.069047 -0.405592,3.142033 -0.02007,0.108806 -0.345015,-0.08921 -0.786272,-0.403899 -0.178322,-0.127172 -0.551944,-2.052214 -0.551944,-2.052214 -0.01464,1.601972 -0.270087,1.352526 -0.860636,1.249235 -0.647964,-0.436759 -1.152844,-1.07409 -1.183215,-0.934999 -0.09956,0.455947 2.960632,4.108073 2.842592,4.558758 -0.841502,3.212917 -2.127405,6.20265 -3.498289,7.6932 0.579775,0.623035 2.406808,0.09274 2.986582,0.595558 0.439929,0.381538 -0.679214,2.756342 -0.239285,3.072462 0.444676,0.319532 2.448424,-0.562822 2.8931,-0.306761 0.689235,0.396888 1.37847,-0.137922 2.067705,0.11685 1.068828,0.395087 1.358119,4.836364 2.426947,4.928339 0.989703,0.08517 2.758943,-4.159036 3.748646,-4.294962 1.406264,-0.193136 2.188899,0.110957 3.595162,-0.437368 0.678392,-0.264517 5.488326,0.83903 6.166718,0.510318 0.649804,-0.314861 -1.89649,-2.605255 -1.246686,-2.968223 1.056632,-0.590212 2.503032,-0.06774 3.559664,-0.748492 -2.062873,-2.843406 -3.229662,-10.739911 -4.131541,-16.292304 z"
- id="path1141-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csscccscscsscsscsccc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 43.270399,-21.687027 c -0.508201,4.543278 -2.062494,10.306996 -0.992187,13.008681"
- id="path1146-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 48.562066,-7.686159 c 0.80991,-5.675284 -2.481031,-8.636617 -1.212674,-15.323784"
- id="path1148-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 37.648003,-11.213937 c 1.782338,-3.344039 2.787039,-7.404659 3.417535,-10.748698"
- id="path1144-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 52.282769,-8.4303 c -1.469158,-5.171399 0.485613,-10.594685 -0.826823,-14.882812"
- id="path1150-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 56.940538,-10.745404 c -1.052186,-4.489878 -1.35187,-10.142714 -3.169488,-13.449652"
- id="path1152-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <path
- style="opacity:1;fill:#decd87;fill-opacity:1;stroke:#000000;stroke-width:0.2;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- d="m 56.414043,-27.82473 c 0.594196,2.491187 -2.914487,4.989547 -8.085708,4.916656 -2.35477,-0.03319 -4.482186,1.578949 -6.14542,1.315041 -1.790115,-0.284041 -2.996041,-2.027056 -3.172412,-2.967367 -0.340243,-1.813975 3.279852,-4.015237 8.085708,-4.916657 4.805855,-0.90142 8.889631,-0.14292 9.317832,1.652327 z"
- id="path1073-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ssssss" />
- <ellipse
- style="opacity:1;fill:#e9ddaf;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1077-2"
- cx="51.751972"
- cy="-16.99011"
- rx="7.4468279"
- ry="2.4655924"
- transform="rotate(-10.623364)" />
- <ellipse
- style="display:inline;opacity:1;fill:#decd87;fill-opacity:1;stroke:#000000;stroke-width:0.07286217;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1077-3-0"
- cx="52.032608"
- cy="-17.013494"
- rx="5.145175"
- ry="1.8945092"
- transform="rotate(-10.623364)" />
- <ellipse
- style="opacity:1;fill:#e9ddaf;fill-opacity:1;stroke:#000000;stroke-width:0.11221263;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1116-2"
- cx="49.246979"
- cy="-21.148212"
- rx="2.1030152"
- ry="0.88413757"
- transform="matrix(0.99443695,-0.10533356,0.06599246,0.99782012,0,0)" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 38.640191,-21.962634 -0.496094,2.122178"
- id="path1154-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
- <g
- id="g1472">
- <ellipse
- ry="7.3173833"
- rx="15.006835"
- cy="-12.193686"
- cx="79.995117"
- id="path1169-6-9"
- style="display:inline;opacity:1;fill:#89a02c;fill-opacity:1;stroke:#483737;stroke-width:0;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <use
- transform="rotate(-20.737907,196.16428,-80.684362)"
- height="100%"
- width="100%"
- id="use5547"
- xlink:href="#use5545"
- y="0"
- x="0" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1141-6-2"
- d="m 73.420153,-5.9439028 c 3.428701,-0.1420908 20.236959,-8.2249802 21.060024,-7.9425582 0.496182,-5.358228 -0.423684,-11.738164 -5.231319,-14.594904 -3.14698,1.97114 -17.398785,4.077354 -22.56351,6.306272 z"
- style="display:inline;fill:#784421;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path1146-2-8"
- d="m 75.757836,-10.88443 c 4.530017,-0.615293 16.369209,-5.309341 18.728239,-7.006288"
- style="display:inline;fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path1148-6-9"
- d="m 93.99829,-20.836818 c -5.701426,2.099481 -13.723755,6.239118 -20.518321,6.31926"
- style="display:inline;fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path1144-1-7"
- d="m 94.396648,-14.518225 c -3.677771,0.07932 -14.971485,5.6351003 -18.368311,5.8392891"
- style="display:inline;fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path1150-8-3"
- d="m 92.286427,-25.503879 c -4.656872,1.443511 -16.263593,4.323858 -20.102097,7.077738"
- style="display:inline;fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ssssss"
- inkscape:connector-curvature="0"
- id="path1073-9-1"
- d="m 66.599647,-22.134069 c 2.271018,-1.183874 5.549723,1.609469 6.740341,6.642286 0.542163,2.291747 2.624509,3.961697 2.77425,5.6390675 0.161159,1.8053295 -1.235074,3.3999717 -2.103967,3.8003663 -1.676201,0.7724121 -4.693955,-2.2014406 -6.740343,-6.6422868 -2.046387,-4.440844 -2.306866,-8.586287 -0.670281,-9.439433 z"
- style="display:inline;opacity:1;fill:#decd87;fill-opacity:1;stroke:#000000;stroke-width:0.2;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <ellipse
- transform="rotate(-114.74075)"
- ry="2.4655924"
- rx="7.4468279"
- cy="69.707581"
- cx="-16.595114"
- id="path1077-2-2"
- style="display:inline;opacity:1;fill:#e9ddaf;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <ellipse
- transform="rotate(-114.74075)"
- ry="1.8945092"
- rx="5.145175"
- cy="69.684196"
- cx="-16.314482"
- id="path1077-3-0-9"
- style="display:inline;opacity:1;fill:#decd87;fill-opacity:1;stroke:#000000;stroke-width:0.07286217;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <ellipse
- transform="matrix(-0.34470456,-0.93871123,0.95158788,-0.30737682,0,0)"
- ry="0.88413757"
- rx="2.1030152"
- cy="70.798676"
- cx="-8.3338747"
- id="path1116-2-3"
- style="display:inline;opacity:1;fill:#e9ddaf;fill-opacity:1;stroke:#000000;stroke-width:0.11221263;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0"
- id="path1154-3-1"
- d="m 70.501413,-20.878924 c 3.161871,-1.485379 15.094854,-5.19315 20.699919,-6.23768"
- style="display:inline;fill:none;fill-rule:evenodd;stroke:#502d16;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <ellipse
- transform="rotate(-15.367628)"
- ry="2.6044922"
- rx="4.5475259"
- cy="3.1143892"
- cx="83.863258"
- id="path1431"
- style="opacity:1;fill:#784421;fill-opacity:1;stroke:#502d16;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- <ellipse
- transform="rotate(-15.367628)"
- ry="1.3642578"
- rx="2.2324219"
- cy="3.1970708"
- cx="83.532532"
- id="path1429"
- style="opacity:1;fill:#784421;fill-opacity:1;stroke:#502d16;stroke-width:0.1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use5539"
- id="use1448"
- transform="translate(70.527995,31.00586)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1448"
- id="use1450"
- transform="translate(15.461589,25.052734)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1498"
- id="use1500"
- transform="translate(-44.069662)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g1472"
- id="use1474"
- transform="translate(-63.913412,29.517578)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1496"
- id="use1498"
- transform="translate(-15.130859,0.16536458)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1474"
- id="use1476"
- transform="translate(31.501953,-0.49609375)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1450"
- id="use1496"
- transform="translate(-17.859375,7.6894531)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1476"
- id="use1478"
- transform="translate(32.494141,0.41341146)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1254"
- id="use1480"
- transform="translate(-1.0748698,29.60026)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1256"
- id="use1482"
- transform="translate(-1.0748698,29.60026)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1258"
- id="use1484"
- transform="translate(34.97461,29.765625)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1260"
- id="use1486"
- transform="translate(34.97461,29.765625)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1484"
- id="use1488"
- transform="translate(46.963542)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1486"
- id="use1490"
- transform="translate(46.963542)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1480"
- id="use1492"
- transform="matrix(-1,0,0,1,94.599824,-1.6536458)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1482"
- id="use1494"
- transform="matrix(-1,0,0,1,94.599824,-1.6536458)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1500"
- id="use1502"
- transform="translate(12.733073,23.316406)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1502"
- id="use1504"
- transform="translate(-20.257161,0.16536458)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1504"
- id="use1506"
- transform="translate(43.077474)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use1506"
- id="use1508"
- transform="translate(19.430339,0.41341146)"
- width="100%"
- height="100%" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/20.svg b/src/asset/www/svg/tile/20.svg
deleted file mode 100644
index 439c76f..0000000
--- a/src/asset/www/svg/tile/20.svg
+++ /dev/null
@@ -1,695 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="20.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="2.0200375"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928"
- transform="translate(28.032325,47.282351)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,13.956146,68.74419)"
- id="use4827-9">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(-13.009957,28.573484)"
- id="use1928-1"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-2"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-7"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-0"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-9"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-3"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-6"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-6"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-2"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-6"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779-7">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78-92"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781-8"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783-9"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785-7"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787-3"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789-6"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791-1"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793-2"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795-9"
- xlink:href="#g4779-7"
- y="0"
- x="0" />
- <g
- transform="translate(61.451337,45.598553)"
- id="use1928-4"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-5"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-0"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-3"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-6"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-0"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-57.810401,-47.707613)"
- id="use4878-6"
- xlink:href="#use1928-4"
- y="0"
- x="0" />
- <g
- id="g5137-7">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-56"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-93"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- transform="translate(2.5184037,18.470695)"
- id="use1928-44"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-3"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-07"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-8"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-68"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-8"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-4"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(52.197739,-25.631149)"
- id="use4878-3"
- xlink:href="#use1928-44"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139-1"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141-4"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143-9"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145-2"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147-0"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149-6"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151-8"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153-9"
- xlink:href="#g5137-7"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/21.svg b/src/asset/www/svg/tile/21.svg
deleted file mode 100644
index 911a9cc..0000000
--- a/src/asset/www/svg/tile/21.svg
+++ /dev/null
@@ -1,435 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="21.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="2.0200375"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928"
- transform="translate(34.206251,26.702596)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-4.8643057,-30.121277)"
- width="100%"
- height="100%" />
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-12"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- id="use4827-0">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(2.5184037,18.470695)"
- id="use1928-9"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-3"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-6"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-0"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-6"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-2"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-6"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(52.197739,-25.631149)"
- id="use4878-1"
- xlink:href="#use1928-9"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/22.svg b/src/asset/www/svg/tile/22.svg
deleted file mode 100644
index 421e5ab..0000000
--- a/src/asset/www/svg/tile/22.svg
+++ /dev/null
@@ -1,570 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="22.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="2.0200375"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928"
- transform="translate(34.580428,29.321837)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-5.2384831,-32.740518)"
- width="100%"
- height="100%" />
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-12"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- transform="translate(56.961209,46.721085)"
- id="use1928-9"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-3"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-6"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-0"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-6"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-2"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-6"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,28.549063,70.240899)"
- id="use4827-5">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936-9"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(-13.009957,28.573484)"
- id="use1928-7"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-36"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-1"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-2"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-9"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-3"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(66.603567,-34.05014)"
- id="use4878-9"
- xlink:href="#use1928-7"
- y="0"
- x="0" />
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137-4"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8-7"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-84"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-5"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-0"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5139-3"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5141-6"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5143-1"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5145-0"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5147-6"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5149-3"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5151-2"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-4"
- id="use5153-0"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/23.svg b/src/asset/www/svg/tile/23.svg
deleted file mode 100644
index 33d6587..0000000
--- a/src/asset/www/svg/tile/23.svg
+++ /dev/null
@@ -1,433 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="23.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="87.677183"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779"
- transform="matrix(-1,0,0,1,96,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- width="100%"
- height="100%"
- transform="translate(-32)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(-32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(-32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- width="100%"
- height="100%"
- transform="translate(-64)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(-64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(-64,-64)"
- width="100%"
- height="100%" />
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,-2.8818348,67.43457)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(61.451337,45.598553)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-61.739263,-56.68787)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,13.020702,24.96544)"
- id="use4827-6">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936-9"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(-13.009957,28.573484)"
- id="use1928-2"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-5"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-4"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-7"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-4"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-4"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-3"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(78.390154,-34.611406)"
- id="use4878-0"
- xlink:href="#use1928-2"
- y="0"
- x="0" />
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-7"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-8"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-6"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/24.svg b/src/asset/www/svg/tile/24.svg
deleted file mode 100644
index 35423c4..0000000
--- a/src/asset/www/svg/tile/24.svg
+++ /dev/null
@@ -1,433 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="24.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="87.677183"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779"
- transform="matrix(-1,0,0,1,96,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- width="100%"
- height="100%"
- transform="translate(-32)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(-32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(-32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- width="100%"
- height="100%"
- transform="translate(-64)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(-64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(-64,-64)"
- width="100%"
- height="100%" />
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,-2.8818348,67.43457)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(61.451337,45.598553)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-57.810401,-47.707613)"
- width="100%"
- height="100%" />
- <g
- id="layer6-2"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g5137">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-0"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-6"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-8"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <g
- id="use4827-9"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936-2"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938-6"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940-6"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942-4"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944-9"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928-5"
- transform="translate(2.5184037,18.470695)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-4"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-7"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928-5"
- id="use4878-2"
- transform="translate(52.197739,-25.631149)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/25.svg b/src/asset/www/svg/tile/25.svg
deleted file mode 100644
index 4aa1285..0000000
--- a/src/asset/www/svg/tile/25.svg
+++ /dev/null
@@ -1,435 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="25.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="87.677183"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779"
- transform="matrix(-1,0,0,1,96,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- width="100%"
- height="100%"
- transform="translate(-32)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(-32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(-32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- width="100%"
- height="100%"
- transform="translate(-64)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(-64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(-64,-64)"
- width="100%"
- height="100%" />
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,15.452856,38.997091)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(61.451337,45.598553)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-57.810401,-47.707613)"
- width="100%"
- height="100%" />
- <g
- id="layer6-1"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779-5">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-9"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-4"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4781-0"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4783-9"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4785-1"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4787-7"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4789-7"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4791-1"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4793-1"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4795-5"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827-9"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928-7"
- transform="translate(28.032325,47.282351)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-6"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-3"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928-7"
- id="use4878-6"
- transform="translate(-23.198996,-34.237228)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/26.svg b/src/asset/www/svg/tile/26.svg
deleted file mode 100644
index e64bc08..0000000
--- a/src/asset/www/svg/tile/26.svg
+++ /dev/null
@@ -1,438 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="26.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="259.84885"
- inkscape:cy="161.62236"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g5137">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-7.7714736,-17.63742)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(40.598241,17.02507)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,62.037936,71.176343)"
- id="use4827-9">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936-1"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(-13.009957,28.573484)"
- id="use1928-3"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-6"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-0"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-6"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-2"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-6"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(78.390154,-34.611406)"
- id="use4878-8"
- xlink:href="#use1928-3"
- y="0"
- x="0" />
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137-7"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8-9"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-2"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-0"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-2"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5139-3"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5141-7"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5143-5"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5145-9"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5147-2"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5149-2"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5151-8"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5153-9"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/27.svg b/src/asset/www/svg/tile/27.svg
deleted file mode 100644
index ca383d2..0000000
--- a/src/asset/www/svg/tile/27.svg
+++ /dev/null
@@ -1,612 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="27.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="259.84885"
- inkscape:cy="161.62236"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g5137">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-7.7714736,-17.63742)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(40.598241,17.02507)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,62.037936,71.176343)"
- id="use4827-9">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936-1"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(-13.009957,28.573484)"
- id="use1928-3"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-6"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-0"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-6"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-2"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-6"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(78.390154,-34.611406)"
- id="use4878-8"
- xlink:href="#use1928-3"
- y="0"
- x="0" />
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137-7"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8-9"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-2"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-0"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-2"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5139-3"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5141-7"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5143-5"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5145-9"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5147-2"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5149-2"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5151-8"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-7"
- id="use5153-9"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- <g
- id="layer6-1"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779"
- transform="matrix(-1,0,0,1,96,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-9"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-4"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-7"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- width="100%"
- height="100%"
- transform="translate(-32)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(-32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(-32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- width="100%"
- height="100%"
- transform="translate(-64)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(-64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(-64,-64)"
- width="100%"
- height="100%" />
- <g
- id="use4827-8"
- transform="matrix(1.6534368,0,0,1.6534368,-2.8818348,67.43457)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936-4"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938-5"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940-0"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942-3"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944-6"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928-1"
- transform="translate(61.451337,45.598553)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-6"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-20"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928-1"
- id="use4878-5"
- transform="translate(-57.810401,-47.707613)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/28.svg b/src/asset/www/svg/tile/28.svg
deleted file mode 100644
index bc887d9..0000000
--- a/src/asset/www/svg/tile/28.svg
+++ /dev/null
@@ -1,601 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="28.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="84.07825"
- inkscape:cy="111.06515"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779"
- transform="matrix(-1,0,0,1,96,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4781"
- width="100%"
- height="100%"
- transform="translate(-32)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4783"
- transform="translate(-32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4785"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4787"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4789"
- transform="translate(-32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4791"
- width="100%"
- height="100%"
- transform="translate(-64)" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4793"
- transform="translate(-64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779"
- id="use4795"
- transform="translate(-64,-64)"
- width="100%"
- height="100%" />
- <g
- id="use4827"
- transform="matrix(1.6534368,0,0,1.6534368,23.123492,41.429244)"
- style="display:inline">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="ellipse4936"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path4938"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path4940"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4942"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path4944"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(61.07716,65.055775)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928"
- id="use4878"
- transform="translate(-57.436224,-67.164835)"
- width="100%"
- height="100%" />
- <g
- id="layer6-1"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="g4779-5">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-9"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-4"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-9"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4781-0"
- transform="translate(32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4783-9"
- transform="translate(32,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4785-1"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4787-7"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4789-7"
- transform="translate(32,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4791-1"
- transform="translate(64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4793-1"
- transform="translate(64,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g4779-5"
- id="use4795-5"
- transform="translate(64,-64)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,50.321213,29.829746)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1910"
- id="use4827-9"
- transform="translate(-66.41648,40.411154)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use1928-7"
- transform="translate(28.032325,47.282351)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952-6"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956-3"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use1928-7"
- id="use4878-6"
- transform="translate(-23.198996,-34.237228)"
- width="100%"
- height="100%" />
- </g>
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,12.272348,67.247481)"
- id="use4827-5">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936-4"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use4878-4"
- transform="translate(54.716143,-7.160454)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path12518"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path12520"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path12522"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path12524"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path12526"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path12528"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/29.svg b/src/asset/www/svg/tile/29.svg
deleted file mode 100644
index 76baaed..0000000
--- a/src/asset/www/svg/tile/29.svg
+++ /dev/null
@@ -1,538 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="29.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="242.06241"
- inkscape:cy="164.84969"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.2,0 H 6.1833312 C 5.9361676,1.5429758 5.5511584,3.1549102 5.5285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 1.2 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 7.5923317,-35.07558 6.183331,-32 6.183331,-32 H 1.2 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 37.636778,28.601838 38.199489,32 38.199489,32 H 33.2 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 65.2 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 72.11865,-5.3707704 70.183332,0 70.183332,0 H 65.2 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 37.320378,-40.302291 38.183,-32 38.183,-32 H 33.2 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 68.01318,26.140271 70.2,32 70.2,32 h -5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.208334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 39.309413,-7.8589656 38.191666,0 38.191666,0 h -4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 6.894629,-3.4029017 6.394548,-0.84771505 6.1833313,0 H 1.2 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- sodipodi:insensitive="true"
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,-12.949838,-5.8479066)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,0.146369,-26.61475)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(28.624566,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="M 0,0 H 4.9833312 C 4.7361676,1.5429758 4.3511584,3.1549102 4.3285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 0 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 6.3923317,-35.07558 4.983331,-32 4.983331,-32 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 36.436778,28.601838 36.999489,32 36.999489,32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 64,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 70.91865,-5.3707704 68.983332,0 68.983332,0 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 32,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 36.120378,-40.302291 36.983,-32 36.983,-32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 66.81318,26.140271 69,32 69,32 h -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.008334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 38.109413,-7.8589656 36.991666,0 36.991666,0 h -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 0,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 5.694629,-3.4029017 5.194548,-0.84771505 4.9833313,0 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 4.9,64 C 4.6552034,65.442886 4.1077801,67.208191 4.0859375,68.587891 4.0462039,71.097667 4.5238437,73.286865 5.5,76.521484 c 0.494836,1.639703 0.2105146,4.218454 0.8378906,6.998047 0.3461732,1.533722 -0.091992,3.018589 -0.609375,4.5 C 5.2111329,89.500942 4.6091717,90.969965 4.7421875,92.466797 4.8170515,93.309247 4.935582,94.791705 4.9,96 H 5.25 C 5.288087,94.70434 5.325708,93.38569 5.24024,92.423828 5.121863,91.091727 5.6787492,89.681405 6.2011775,88.185547 6.7236058,86.689689 7.2073486,85.098936 6.8261775,83.410156 6.2211325,80.729523 6.527827,78.197165 5.9785162,76.376953 5.0073328,73.158812 4.5472757,71.037811 4.5859381,68.595703 4.6079121,67.207681 5.0007221,65.555363 5.25,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 0.3390708,-0.723231 0.6464844,-2.853516 C 6.2038979,27.0162 6.4599532,23.547143 6.2695312,18.162109 6.2323407,17.110378 5.9147317,15.51521 5.5898438,13.833984 5.2649558,12.152759 4.933847,10.39136 4.859375,9.0761719 4.556076,3.719863 5.25,0 5.25,0 H 4.9 C 4.5659434,0.40125256 4.0707241,4.0078476 4.359375,9.1054688 c 0.077758,1.3732162 0.415126,3.1418522 0.7402344,4.8242192 0.3251084,1.682366 0.637697,3.283456 0.671875,4.25 0.1895911,5.36154 -0.06901,8.803135 -0.3710938,10.896484 C 5.1138523,31.061797 4.931756,31.92821 4.9,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,64 c 9.47e-4,0.198633 -0.155072,1.447737 -0.214452,2.876953 -0.06502,1.564582 -0.211205,3.402354 -0.496094,4.40625 -0.636139,2.241635 -2.412031,4.859701 -2.765625,7.376953 -0.336911,2.39849 0.372523,4.477593 1.146484,6.488282 0.773962,2.010688 1.608761,3.957762 1.609376,6.126953 1.39e-4,0.695025 0.142416,1.869073 0.283203,2.886718 C 36.58179,95.02154 36.865916,95.790288 36.9,96 h 0.35 c 0,0 -0.151238,-0.895883 -0.291018,-1.90625 -0.13978,-1.010367 -0.279172,-2.194122 -0.279296,-2.818359 -6.51e-4,-2.296536 -0.873374,-4.308312 -1.642579,-6.306641 -0.769204,-1.998329 -1.437039,-3.977096 -1.11914,-6.240234 0.32738,-2.33064 2.080427,-4.935377 2.753906,-7.308594 0.315207,-1.11073 0.448086,-2.945309 0.513672,-4.523438 C 37.251135,65.318355 37.25,64 37.25,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 68.9,0 C 68.87618,0.31459418 68.531703,2.8960321 68.74419,4.2714844 70.861875,17.982539 68.95078,31.669004 68.9,32 h 0.35 c 0,0 2.147446,-13.825071 -0.01172,-27.8046875 C 69.034977,2.8790158 69.25,0 69.25,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,32 c -0.04185,0.447639 -1.4345,13.959625 1.158594,24.210938 0.287278,1.1357 -0.01781,3.091576 -0.419922,4.728515 C 69.258793,62.485869 68.948514,63.863883 68.9,64 h 0.35 c 0,0 0.463925,-1.275963 0.873044,-2.941406 0.409118,-1.665443 0.758341,-3.632825 0.419922,-4.970703 C 67.941523,45.803558 69.25,32 69.25,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,0 c -0.01663,0.23113247 -0.334928,2.4276701 -0.599219,4.8925781 -0.279546,2.6071812 -0.691255,5.5535299 -1.132812,6.7363279 -1.065639,2.854515 -0.706046,5.888524 -0.0098,8.935547 C 35.857063,23.622918 36.859764,31.617036 36.9,32 h 0.35 c 0,0 -0.866443,-8.312776 -1.605472,-11.546875 -0.688485,-3.012913 -1.021751,-5.937642 -0.0098,-8.648437 0.498075,-1.334194 0.881437,-4.2416937 1.162109,-6.8593755 C 37.077509,2.3276307 37.25,0 37.25,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,64 c -0.199941,0.306216 -1.618554,2.204654 -2.689062,4.664062 -1.164991,2.676473 -2.126167,5.922377 -1.095704,8.259766 1.285956,2.916927 0.911169,4.261593 0.50586,5.734375 C 65.215785,84.130985 64.775869,85.732539 66,88.78125 66.548261,90.146701 68.715869,95.505529 68.9,96 h 0.35 c 0,0 -2.199673,-5.943231 -2.787109,-7.40625 -1.187543,-2.957588 -0.765912,-4.325492 -0.359375,-5.802734 0.406536,-1.477243 0.793739,-3.062893 -0.53125,-6.06836 -0.911651,-2.067889 -0.04895,-5.229628 1.095703,-7.859375 C 67.812621,66.233534 69.25,64 69.25,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 37.25,64 c 0,0 1.107187,-7.824199 1.394534,-10.820312 0.146364,-1.526114 0.07863,-2.541852 0.113281,-3.501954 0.03465,-0.960101 0.163784,-1.870996 0.710938,-3.257812 0.119914,-0.303935 0.14722,-0.757432 0.150391,-1.357422 0.0032,-0.59999 -0.03426,-1.32628 -0.109375,-2.072266 -0.150229,-1.49197 -0.430325,-3.046431 -0.896485,-3.892578 -0.53846,-0.97738 -0.900301,-2.773182 -1.105469,-4.302734 C 37.302648,33.26537 37.242191,32 37.242191,32 H 36.9 c 0.01014,0.190235 -0.07724,1.438062 0.113672,2.861328 0.208246,1.552508 0.547891,3.363624 1.162109,4.478516 0.375596,0.681761 0.690808,2.240439 0.837891,3.701172 0.07354,0.730366 0.108517,1.440795 0.105469,2.017578 -0.003,0.576783 -0.06155,1.041659 -0.115235,1.177734 -0.565019,1.432098 -0.710166,2.428425 -0.746094,3.423828 -0.03593,0.995403 0.03161,1.982229 -0.111328,3.472656 C 37.868619,56.030056 36.942747,63.698893 36.9,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 4.9,32 c -0.365401,2.137632 -1.5612667,4.374189 -0.9,7.089844 0.5604896,2.301788 0.4189445,4.132625 0.2050781,5.861328 -0.2138664,1.728702 -0.5062539,3.360072 -0.2089843,5.205078 0.6396416,3.969943 0.9419721,5.68176 1.2617187,8.640625 C 5.4389863,60.47342 5.1181673,63.074677 4.9,64 H 5.25 C 5.4673345,63.128184 5.9582523,60.633163 5.7539062,58.742188 5.4327604,55.770375 5.1295371,54.044011 4.4902344,50.076172 4.2085836,48.328104 4.4852867,46.758692 4.7011719,45.013672 4.917057,43.268651 5.0659244,41.352911 4.4863281,38.972656 3.8380858,36.31049 4.9155549,34.363897 5.25,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- transform="translate(61.451337,45.598553)"
- id="use1928-6"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-2"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-9"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-2"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-7"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-0"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-57.810401,-47.707613)"
- id="use4878"
- xlink:href="#use1928-6"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/3.svg b/src/asset/www/svg/tile/3.svg
deleted file mode 100644
index d0b5db1..0000000
--- a/src/asset/www/svg/tile/3.svg
+++ /dev/null
@@ -1,171 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="3.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142136"
- inkscape:cx="76.046192"
- inkscape:cy="90.347043"
- inkscape:document-units="mm"
- inkscape:current-layer="layer2"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="details"
- transform="translate(0,64)"
- style="display:inline">
- <g
- id="g1279"
- transform="matrix(1.6534368,0,0,1.6534368,-12.949838,-5.8479066)">
- <ellipse
- ry="1.9203628"
- rx="2.8449819"
- cy="10.022491"
- cx="15.505153"
- id="path1121"
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1119"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path1123"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1158"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1158-6"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- id="g1269">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1158-7"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1128"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1131"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1128-3"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1158-5"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1158-5-5"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g1279"
- id="use1281"
- width="100%"
- height="100%"
- transform="translate(13.096207,-20.766843)" />
- <use
- x="0"
- y="0"
- xlink:href="#g1269"
- id="use1285"
- width="100%"
- height="100%"
- transform="translate(28.624566,-45.462547)" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/30.svg b/src/asset/www/svg/tile/30.svg
deleted file mode 100644
index 5525a78..0000000
--- a/src/asset/www/svg/tile/30.svg
+++ /dev/null
@@ -1,673 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="30.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="242.06241"
- inkscape:cy="164.84969"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.2,0 H 6.1833312 C 5.9361676,1.5429758 5.5511584,3.1549102 5.5285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 1.2 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 7.5923317,-35.07558 6.183331,-32 6.183331,-32 H 1.2 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 37.636778,28.601838 38.199489,32 38.199489,32 H 33.2 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 65.2 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 72.11865,-5.3707704 70.183332,0 70.183332,0 H 65.2 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 37.320378,-40.302291 38.183,-32 38.183,-32 H 33.2 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 68.01318,26.140271 70.2,32 70.2,32 h -5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.208334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 39.309413,-7.8589656 38.191666,0 38.191666,0 h -4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 6.894629,-3.4029017 6.394548,-0.84771505 6.1833313,0 H 1.2 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- sodipodi:insensitive="true"
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,-12.949838,-5.8479066)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,0.146369,-26.61475)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(28.624566,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="M 0,0 H 4.9833312 C 4.7361676,1.5429758 4.3511584,3.1549102 4.3285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 0 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 6.3923317,-35.07558 4.983331,-32 4.983331,-32 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 36.436778,28.601838 36.999489,32 36.999489,32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 64,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 70.91865,-5.3707704 68.983332,0 68.983332,0 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 32,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 36.120378,-40.302291 36.983,-32 36.983,-32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 66.81318,26.140271 69,32 69,32 h -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.008334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 38.109413,-7.8589656 36.991666,0 36.991666,0 h -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 0,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 5.694629,-3.4029017 5.194548,-0.84771505 4.9833313,0 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 4.9,64 C 4.6552034,65.442886 4.1077801,67.208191 4.0859375,68.587891 4.0462039,71.097667 4.5238437,73.286865 5.5,76.521484 c 0.494836,1.639703 0.2105146,4.218454 0.8378906,6.998047 0.3461732,1.533722 -0.091992,3.018589 -0.609375,4.5 C 5.2111329,89.500942 4.6091717,90.969965 4.7421875,92.466797 4.8170515,93.309247 4.935582,94.791705 4.9,96 H 5.25 C 5.288087,94.70434 5.325708,93.38569 5.24024,92.423828 5.121863,91.091727 5.6787492,89.681405 6.2011775,88.185547 6.7236058,86.689689 7.2073486,85.098936 6.8261775,83.410156 6.2211325,80.729523 6.527827,78.197165 5.9785162,76.376953 5.0073328,73.158812 4.5472757,71.037811 4.5859381,68.595703 4.6079121,67.207681 5.0007221,65.555363 5.25,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 0.3390708,-0.723231 0.6464844,-2.853516 C 6.2038979,27.0162 6.4599532,23.547143 6.2695312,18.162109 6.2323407,17.110378 5.9147317,15.51521 5.5898438,13.833984 5.2649558,12.152759 4.933847,10.39136 4.859375,9.0761719 4.556076,3.719863 5.25,0 5.25,0 H 4.9 C 4.5659434,0.40125256 4.0707241,4.0078476 4.359375,9.1054688 c 0.077758,1.3732162 0.415126,3.1418522 0.7402344,4.8242192 0.3251084,1.682366 0.637697,3.283456 0.671875,4.25 0.1895911,5.36154 -0.06901,8.803135 -0.3710938,10.896484 C 5.1138523,31.061797 4.931756,31.92821 4.9,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,64 c 9.47e-4,0.198633 -0.155072,1.447737 -0.214452,2.876953 -0.06502,1.564582 -0.211205,3.402354 -0.496094,4.40625 -0.636139,2.241635 -2.412031,4.859701 -2.765625,7.376953 -0.336911,2.39849 0.372523,4.477593 1.146484,6.488282 0.773962,2.010688 1.608761,3.957762 1.609376,6.126953 1.39e-4,0.695025 0.142416,1.869073 0.283203,2.886718 C 36.58179,95.02154 36.865916,95.790288 36.9,96 h 0.35 c 0,0 -0.151238,-0.895883 -0.291018,-1.90625 -0.13978,-1.010367 -0.279172,-2.194122 -0.279296,-2.818359 -6.51e-4,-2.296536 -0.873374,-4.308312 -1.642579,-6.306641 -0.769204,-1.998329 -1.437039,-3.977096 -1.11914,-6.240234 0.32738,-2.33064 2.080427,-4.935377 2.753906,-7.308594 0.315207,-1.11073 0.448086,-2.945309 0.513672,-4.523438 C 37.251135,65.318355 37.25,64 37.25,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 68.9,0 C 68.87618,0.31459418 68.531703,2.8960321 68.74419,4.2714844 70.861875,17.982539 68.95078,31.669004 68.9,32 h 0.35 c 0,0 2.147446,-13.825071 -0.01172,-27.8046875 C 69.034977,2.8790158 69.25,0 69.25,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,32 c -0.04185,0.447639 -1.4345,13.959625 1.158594,24.210938 0.287278,1.1357 -0.01781,3.091576 -0.419922,4.728515 C 69.258793,62.485869 68.948514,63.863883 68.9,64 h 0.35 c 0,0 0.463925,-1.275963 0.873044,-2.941406 0.409118,-1.665443 0.758341,-3.632825 0.419922,-4.970703 C 67.941523,45.803558 69.25,32 69.25,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,0 c -0.01663,0.23113247 -0.334928,2.4276701 -0.599219,4.8925781 -0.279546,2.6071812 -0.691255,5.5535299 -1.132812,6.7363279 -1.065639,2.854515 -0.706046,5.888524 -0.0098,8.935547 C 35.857063,23.622918 36.859764,31.617036 36.9,32 h 0.35 c 0,0 -0.866443,-8.312776 -1.605472,-11.546875 -0.688485,-3.012913 -1.021751,-5.937642 -0.0098,-8.648437 0.498075,-1.334194 0.881437,-4.2416937 1.162109,-6.8593755 C 37.077509,2.3276307 37.25,0 37.25,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,64 c -0.199941,0.306216 -1.618554,2.204654 -2.689062,4.664062 -1.164991,2.676473 -2.126167,5.922377 -1.095704,8.259766 1.285956,2.916927 0.911169,4.261593 0.50586,5.734375 C 65.215785,84.130985 64.775869,85.732539 66,88.78125 66.548261,90.146701 68.715869,95.505529 68.9,96 h 0.35 c 0,0 -2.199673,-5.943231 -2.787109,-7.40625 -1.187543,-2.957588 -0.765912,-4.325492 -0.359375,-5.802734 0.406536,-1.477243 0.793739,-3.062893 -0.53125,-6.06836 -0.911651,-2.067889 -0.04895,-5.229628 1.095703,-7.859375 C 67.812621,66.233534 69.25,64 69.25,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 37.25,64 c 0,0 1.107187,-7.824199 1.394534,-10.820312 0.146364,-1.526114 0.07863,-2.541852 0.113281,-3.501954 0.03465,-0.960101 0.163784,-1.870996 0.710938,-3.257812 0.119914,-0.303935 0.14722,-0.757432 0.150391,-1.357422 0.0032,-0.59999 -0.03426,-1.32628 -0.109375,-2.072266 -0.150229,-1.49197 -0.430325,-3.046431 -0.896485,-3.892578 -0.53846,-0.97738 -0.900301,-2.773182 -1.105469,-4.302734 C 37.302648,33.26537 37.242191,32 37.242191,32 H 36.9 c 0.01014,0.190235 -0.07724,1.438062 0.113672,2.861328 0.208246,1.552508 0.547891,3.363624 1.162109,4.478516 0.375596,0.681761 0.690808,2.240439 0.837891,3.701172 0.07354,0.730366 0.108517,1.440795 0.105469,2.017578 -0.003,0.576783 -0.06155,1.041659 -0.115235,1.177734 -0.565019,1.432098 -0.710166,2.428425 -0.746094,3.423828 -0.03593,0.995403 0.03161,1.982229 -0.111328,3.472656 C 37.868619,56.030056 36.942747,63.698893 36.9,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 4.9,32 c -0.365401,2.137632 -1.5612667,4.374189 -0.9,7.089844 0.5604896,2.301788 0.4189445,4.132625 0.2050781,5.861328 -0.2138664,1.728702 -0.5062539,3.360072 -0.2089843,5.205078 0.6396416,3.969943 0.9419721,5.68176 1.2617187,8.640625 C 5.4389863,60.47342 5.1181673,63.074677 4.9,64 H 5.25 C 5.4673345,63.128184 5.9582523,60.633163 5.7539062,58.742188 5.4327604,55.770375 5.1295371,54.044011 4.4902344,50.076172 4.2085836,48.328104 4.4852867,46.758692 4.7011719,45.013672 4.917057,43.268651 5.0659244,41.352911 4.4863281,38.972656 3.8380858,36.31049 4.9155549,34.363897 5.25,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- transform="translate(61.451337,45.598553)"
- id="use1928-6"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-2"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-9"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-2"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-7"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-0"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-57.810401,-47.707613)"
- id="use4878"
- xlink:href="#use1928-6"
- y="0"
- x="0" />
- <g
- style="display:inline"
- id="use4878-7"
- transform="translate(65.380197,-6.037922)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path3196"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path3198"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path3200"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path3202"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path3204"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path3206"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-5"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-92"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-2"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/31.svg b/src/asset/www/svg/tile/31.svg
deleted file mode 100644
index efd93b3..0000000
--- a/src/asset/www/svg/tile/31.svg
+++ /dev/null
@@ -1,576 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="31.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="242.06241"
- inkscape:cy="108.28114"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.2,0 H 6.1833312 C 5.9361676,1.5429758 5.5511584,3.1549102 5.5285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 1.2 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 7.5923317,-35.07558 6.183331,-32 6.183331,-32 H 1.2 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 37.636778,28.601838 38.199489,32 38.199489,32 H 33.2 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 65.2 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 72.11865,-5.3707704 70.183332,0 70.183332,0 H 65.2 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 37.320378,-40.302291 38.183,-32 38.183,-32 H 33.2 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 68.01318,26.140271 70.2,32 70.2,32 h -5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.208334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 39.309413,-7.8589656 38.191666,0 38.191666,0 h -4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 6.894629,-3.4029017 6.394548,-0.84771505 6.1833313,0 H 1.2 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- sodipodi:insensitive="true"
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,-12.949838,-5.8479066)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,0.146369,-26.61475)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(28.624566,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="M 0,0 H 4.9833312 C 4.7361676,1.5429758 4.3511584,3.1549102 4.3285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 0 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 6.3923317,-35.07558 4.983331,-32 4.983331,-32 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 36.436778,28.601838 36.999489,32 36.999489,32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 64,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 70.91865,-5.3707704 68.983332,0 68.983332,0 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 32,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 36.120378,-40.302291 36.983,-32 36.983,-32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 66.81318,26.140271 69,32 69,32 h -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.008334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 38.109413,-7.8589656 36.991666,0 36.991666,0 h -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 0,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 5.694629,-3.4029017 5.194548,-0.84771505 4.9833313,0 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 4.9,64 C 4.6552034,65.442886 4.1077801,67.208191 4.0859375,68.587891 4.0462039,71.097667 4.5238437,73.286865 5.5,76.521484 c 0.494836,1.639703 0.2105146,4.218454 0.8378906,6.998047 0.3461732,1.533722 -0.091992,3.018589 -0.609375,4.5 C 5.2111329,89.500942 4.6091717,90.969965 4.7421875,92.466797 4.8170515,93.309247 4.935582,94.791705 4.9,96 H 5.25 C 5.288087,94.70434 5.325708,93.38569 5.24024,92.423828 5.121863,91.091727 5.6787492,89.681405 6.2011775,88.185547 6.7236058,86.689689 7.2073486,85.098936 6.8261775,83.410156 6.2211325,80.729523 6.527827,78.197165 5.9785162,76.376953 5.0073328,73.158812 4.5472757,71.037811 4.5859381,68.595703 4.6079121,67.207681 5.0007221,65.555363 5.25,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 0.3390708,-0.723231 0.6464844,-2.853516 C 6.2038979,27.0162 6.4599532,23.547143 6.2695312,18.162109 6.2323407,17.110378 5.9147317,15.51521 5.5898438,13.833984 5.2649558,12.152759 4.933847,10.39136 4.859375,9.0761719 4.556076,3.719863 5.25,0 5.25,0 H 4.9 C 4.5659434,0.40125256 4.0707241,4.0078476 4.359375,9.1054688 c 0.077758,1.3732162 0.415126,3.1418522 0.7402344,4.8242192 0.3251084,1.682366 0.637697,3.283456 0.671875,4.25 0.1895911,5.36154 -0.06901,8.803135 -0.3710938,10.896484 C 5.1138523,31.061797 4.931756,31.92821 4.9,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,64 c 9.47e-4,0.198633 -0.155072,1.447737 -0.214452,2.876953 -0.06502,1.564582 -0.211205,3.402354 -0.496094,4.40625 -0.636139,2.241635 -2.412031,4.859701 -2.765625,7.376953 -0.336911,2.39849 0.372523,4.477593 1.146484,6.488282 0.773962,2.010688 1.608761,3.957762 1.609376,6.126953 1.39e-4,0.695025 0.142416,1.869073 0.283203,2.886718 C 36.58179,95.02154 36.865916,95.790288 36.9,96 h 0.35 c 0,0 -0.151238,-0.895883 -0.291018,-1.90625 -0.13978,-1.010367 -0.279172,-2.194122 -0.279296,-2.818359 -6.51e-4,-2.296536 -0.873374,-4.308312 -1.642579,-6.306641 -0.769204,-1.998329 -1.437039,-3.977096 -1.11914,-6.240234 0.32738,-2.33064 2.080427,-4.935377 2.753906,-7.308594 0.315207,-1.11073 0.448086,-2.945309 0.513672,-4.523438 C 37.251135,65.318355 37.25,64 37.25,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 68.9,0 C 68.87618,0.31459418 68.531703,2.8960321 68.74419,4.2714844 70.861875,17.982539 68.95078,31.669004 68.9,32 h 0.35 c 0,0 2.147446,-13.825071 -0.01172,-27.8046875 C 69.034977,2.8790158 69.25,0 69.25,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,32 c -0.04185,0.447639 -1.4345,13.959625 1.158594,24.210938 0.287278,1.1357 -0.01781,3.091576 -0.419922,4.728515 C 69.258793,62.485869 68.948514,63.863883 68.9,64 h 0.35 c 0,0 0.463925,-1.275963 0.873044,-2.941406 0.409118,-1.665443 0.758341,-3.632825 0.419922,-4.970703 C 67.941523,45.803558 69.25,32 69.25,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,0 c -0.01663,0.23113247 -0.334928,2.4276701 -0.599219,4.8925781 -0.279546,2.6071812 -0.691255,5.5535299 -1.132812,6.7363279 -1.065639,2.854515 -0.706046,5.888524 -0.0098,8.935547 C 35.857063,23.622918 36.859764,31.617036 36.9,32 h 0.35 c 0,0 -0.866443,-8.312776 -1.605472,-11.546875 -0.688485,-3.012913 -1.021751,-5.937642 -0.0098,-8.648437 0.498075,-1.334194 0.881437,-4.2416937 1.162109,-6.8593755 C 37.077509,2.3276307 37.25,0 37.25,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,64 c -0.199941,0.306216 -1.618554,2.204654 -2.689062,4.664062 -1.164991,2.676473 -2.126167,5.922377 -1.095704,8.259766 1.285956,2.916927 0.911169,4.261593 0.50586,5.734375 C 65.215785,84.130985 64.775869,85.732539 66,88.78125 66.548261,90.146701 68.715869,95.505529 68.9,96 h 0.35 c 0,0 -2.199673,-5.943231 -2.787109,-7.40625 -1.187543,-2.957588 -0.765912,-4.325492 -0.359375,-5.802734 0.406536,-1.477243 0.793739,-3.062893 -0.53125,-6.06836 -0.911651,-2.067889 -0.04895,-5.229628 1.095703,-7.859375 C 67.812621,66.233534 69.25,64 69.25,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 37.25,64 c 0,0 1.107187,-7.824199 1.394534,-10.820312 0.146364,-1.526114 0.07863,-2.541852 0.113281,-3.501954 0.03465,-0.960101 0.163784,-1.870996 0.710938,-3.257812 0.119914,-0.303935 0.14722,-0.757432 0.150391,-1.357422 0.0032,-0.59999 -0.03426,-1.32628 -0.109375,-2.072266 -0.150229,-1.49197 -0.430325,-3.046431 -0.896485,-3.892578 -0.53846,-0.97738 -0.900301,-2.773182 -1.105469,-4.302734 C 37.302648,33.26537 37.242191,32 37.242191,32 H 36.9 c 0.01014,0.190235 -0.07724,1.438062 0.113672,2.861328 0.208246,1.552508 0.547891,3.363624 1.162109,4.478516 0.375596,0.681761 0.690808,2.240439 0.837891,3.701172 0.07354,0.730366 0.108517,1.440795 0.105469,2.017578 -0.003,0.576783 -0.06155,1.041659 -0.115235,1.177734 -0.565019,1.432098 -0.710166,2.428425 -0.746094,3.423828 -0.03593,0.995403 0.03161,1.982229 -0.111328,3.472656 C 37.868619,56.030056 36.942747,63.698893 36.9,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 4.9,32 c -0.365401,2.137632 -1.5612667,4.374189 -0.9,7.089844 0.5604896,2.301788 0.4189445,4.132625 0.2050781,5.861328 -0.2138664,1.728702 -0.5062539,3.360072 -0.2089843,5.205078 0.6396416,3.969943 0.9419721,5.68176 1.2617187,8.640625 C 5.4389863,60.47342 5.1181673,63.074677 4.9,64 H 5.25 C 5.4673345,63.128184 5.9582523,60.633163 5.7539062,58.742188 5.4327604,55.770375 5.1295371,54.044011 4.4902344,50.076172 4.2085836,48.328104 4.4852867,46.758692 4.7011719,45.013672 4.917057,43.268651 5.0659244,41.352911 4.4863281,38.972656 3.8380858,36.31049 4.9155549,34.363897 5.25,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,13.956146,68.74419)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use4878-7"
- transform="translate(65.380197,-6.037922)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path3396"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path3398"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path3400"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path3402"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path3404"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path3406"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-5"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-92"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-2"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/32.svg b/src/asset/www/svg/tile/32.svg
deleted file mode 100644
index dba9fb1..0000000
--- a/src/asset/www/svg/tile/32.svg
+++ /dev/null
@@ -1,564 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="32.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.99999996"
- inkscape:cx="-7.0771282"
- inkscape:cy="155.13684"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="201"
- transform="scale(-1,1)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 94.8 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.152229,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 88.407668,-35.07558 89.816669,-32 89.816669,-32 H 94.8 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 58.363222,28.601838 57.800511,32 57.800511,32 H 62.8 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 30.8 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 23.88135,-5.3707704 25.816668,0 25.816668,0 H 30.8 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 58.679622,-40.302291 57.817,-32 57.817,-32 H 62.8 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 27.98682,26.140271 25.8,32 25.8,32 h 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.791666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 56.690587,-7.8589656 57.808334,0 57.808334,0 h 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.578921,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 89.105371,-3.4029017 89.605452,-0.84771505 89.816669,0 H 94.8 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,44.580051,-5.8479066)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924"
- transform="translate(26.528151)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,19.311675,-61.539751)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(55.152717,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 96,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 96 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.15223,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 89.607668,-35.07558 91.016669,-32 91.016669,-32 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 59.563222,28.601838 59.000511,32 59.000511,32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 32,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 25.08135,-5.3707704 27.016668,0 27.016668,0 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 64,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 59.879622,-40.302291 59.017,-32 59.017,-32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 29.18682,26.140271 27,32 27,32 h 5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.991666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 57.890587,-7.8589656 59.008334,0 59.008334,0 h 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 96,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.57892,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 90.305371,-3.4029017 90.805452,-0.84771505 91.016669,0 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,64 c 0.244797,1.442886 0.79222,3.208191 0.814062,4.587891 0.03973,2.509776 -0.437906,4.698974 -1.414062,7.933593 -0.494836,1.639703 -0.210515,4.218454 -0.837891,6.998047 -0.346173,1.533722 0.09199,3.018589 0.609375,4.5 0.517383,1.481411 1.119344,2.950434 0.986328,4.447266 C 91.182948,93.309247 91.064418,94.791705 91.1,96 h -0.35 c -0.03809,-1.29566 -0.07571,-2.61431 0.0098,-3.576172 0.118377,-1.332101 -0.438509,-2.742423 -0.960938,-4.238281 -0.522428,-1.495858 -1.006171,-3.086611 -0.625,-4.775391 0.605046,-2.680633 0.298351,-5.212991 0.847662,-7.033203 0.971183,-3.218141 1.43124,-5.339142 1.392578,-7.78125 C 91.392088,67.207681 90.999278,65.555363 90.75,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.75,32 c 0,0 -0.339071,-0.723231 -0.646484,-2.853516 -0.307414,-2.130284 -0.563469,-5.599341 -0.373047,-10.984375 0.03719,-1.051731 0.354799,-2.646899 0.679687,-4.328125 0.324888,-1.681225 0.655997,-3.442624 0.730469,-4.7578121 C 91.443924,3.719863 90.75,0 90.75,0 h 0.35 c 0.334057,0.40125256 0.829276,4.0078476 0.540625,9.1054688 -0.07776,1.3732162 -0.415126,3.1418522 -0.740234,4.8242192 -0.325109,1.682366 -0.637697,3.283456 -0.671875,4.25 -0.189592,5.36154 0.06901,8.803135 0.371093,10.896484 C 90.886148,31.061797 91.068244,31.92821 91.1,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,64 c -9.47e-4,0.198633 0.155072,1.447737 0.214452,2.876953 0.06502,1.564582 0.211205,3.402354 0.496094,4.40625 0.636139,2.241635 2.412031,4.859701 2.765625,7.376953 0.336911,2.39849 -0.372523,4.477593 -1.146484,6.488282 -0.773962,2.010688 -1.608761,3.957762 -1.609376,6.126953 -1.39e-4,0.695025 -0.142416,1.869073 -0.283203,2.886718 C 59.41821,95.02154 59.134084,95.790288 59.1,96 h -0.35 c 0,0 0.151238,-0.895883 0.291018,-1.90625 0.13978,-1.010367 0.279172,-2.194122 0.279296,-2.818359 6.51e-4,-2.296536 0.873374,-4.308312 1.642579,-6.306641 0.769204,-1.998329 1.437039,-3.977096 1.11914,-6.240234 -0.32738,-2.33064 -2.080427,-4.935377 -2.753906,-7.308594 C 59.01292,70.309192 58.880041,68.474613 58.814455,66.896484 58.748865,65.318355 58.75,64 58.75,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,0 c 0.02382,0.31459418 0.368297,2.8960321 0.15581,4.2714844 C 25.138125,17.982539 27.04922,31.669004 27.1,32 h -0.35 c 0,0 -2.147446,-13.825071 0.01172,-27.8046875 C 26.965023,2.8790158 26.75,0 26.75,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,32 c 0.04185,0.447639 1.4345,13.959625 -1.158594,24.210938 -0.287278,1.1357 0.01781,3.091576 0.419922,4.728515 C 26.741207,62.485869 27.051486,63.863883 27.1,64 h -0.35 c 0,0 -0.463925,-1.275963 -0.873044,-2.941406 C 25.467838,59.393151 25.118615,57.425769 25.457034,56.087891 28.058477,45.803558 26.75,32 26.75,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,0 c 0.01663,0.23113247 0.334928,2.4276701 0.599219,4.8925781 0.279546,2.6071812 0.691255,5.5535299 1.132812,6.7363279 1.065639,2.854515 0.706046,5.888524 0.0098,8.935547 C 60.142937,23.622918 59.140236,31.617036 59.1,32 h -0.35 c 0,0 0.866443,-8.312776 1.605472,-11.546875 0.688485,-3.012913 1.021751,-5.937642 0.0098,-8.648437 C 59.867197,10.470494 59.483835,7.5629943 59.203163,4.9453125 58.922491,2.3276307 58.75,0 58.75,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,64 c 0.199941,0.306216 1.618554,2.204654 2.689062,4.664062 1.164991,2.676473 2.126167,5.922377 1.095704,8.259766 -1.285956,2.916927 -0.911169,4.261593 -0.50586,5.734375 C 30.784215,84.130985 31.224131,85.732539 30,88.78125 29.451739,90.146701 27.284131,95.505529 27.1,96 h -0.35 c 0,0 2.199673,-5.943231 2.787109,-7.40625 1.187543,-2.957588 0.765912,-4.325492 0.359375,-5.802734 -0.406536,-1.477243 -0.793739,-3.062893 0.53125,-6.06836 0.911651,-2.067889 0.04895,-5.229628 -1.095703,-7.859375 C 28.187379,66.233534 26.75,64 26.75,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 58.75,64 c 0,0 -1.107187,-7.824199 -1.394534,-10.820312 -0.146364,-1.526114 -0.07863,-2.541852 -0.113281,-3.501954 -0.03465,-0.960101 -0.163784,-1.870996 -0.710938,-3.257812 -0.119914,-0.303935 -0.14722,-0.757432 -0.150391,-1.357422 -0.0032,-0.59999 0.03426,-1.32628 0.109375,-2.072266 0.150229,-1.49197 0.430325,-3.046431 0.896485,-3.892578 0.53846,-0.97738 0.900301,-2.773182 1.105469,-4.302734 C 58.697352,33.26537 58.757809,32 58.757809,32 H 59.1 c -0.01014,0.190235 0.07724,1.438062 -0.113672,2.861328 -0.208246,1.552508 -0.547891,3.363624 -1.162109,4.478516 -0.375596,0.681761 -0.690808,2.240439 -0.837891,3.701172 -0.07354,0.730366 -0.108517,1.440795 -0.105469,2.017578 0.003,0.576783 0.06155,1.041659 0.115235,1.177734 0.565019,1.432098 0.710166,2.428425 0.746094,3.423828 0.03593,0.995403 -0.03161,1.982229 0.111328,3.472656 C 58.131381,56.030056 59.057253,63.698893 59.1,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,32 c 0.365401,2.137632 1.561267,4.374189 0.9,7.089844 -0.56049,2.301788 -0.418944,4.132625 -0.205078,5.861328 0.213866,1.728702 0.506254,3.360072 0.208984,5.205078 -0.639641,3.969943 -0.941972,5.68176 -1.261719,8.640625 C 90.561014,60.47342 90.881833,63.074677 91.1,64 h -0.35 c -0.217334,-0.871816 -0.708252,-3.366837 -0.503906,-5.257812 0.321146,-2.971813 0.624369,-4.698177 1.263672,-8.666016 0.28165,-1.748068 0.0049,-3.31748 -0.210938,-5.0625 -0.215885,-1.745021 -0.364752,-3.660761 0.214844,-6.041016 C 92.161914,36.31049 91.084445,34.363897 90.75,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(32)"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64)"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-16.095267,70.2409)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse6294"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path6296"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path6298"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path6300"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path6302"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(28.032325,47.282351)"
- id="use1928-7"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-8"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-4"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-5"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-0"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-3"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-6"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/33.svg b/src/asset/www/svg/tile/33.svg
deleted file mode 100644
index 0b74176..0000000
--- a/src/asset/www/svg/tile/33.svg
+++ /dev/null
@@ -1,702 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="33.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.99999996"
- inkscape:cx="-7.0771282"
- inkscape:cy="155.13684"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="201"
- transform="scale(-1,1)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 94.8 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.152229,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 88.407668,-35.07558 89.816669,-32 89.816669,-32 H 94.8 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 58.363222,28.601838 57.800511,32 57.800511,32 H 62.8 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 30.8 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 23.88135,-5.3707704 25.816668,0 25.816668,0 H 30.8 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 58.679622,-40.302291 57.817,-32 57.817,-32 H 62.8 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 27.98682,26.140271 25.8,32 25.8,32 h 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.791666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 56.690587,-7.8589656 57.808334,0 57.808334,0 h 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.578921,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 89.105371,-3.4029017 89.605452,-0.84771505 89.816669,0 H 94.8 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,51.723801,1.8250104)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924"
- transform="translate(26.528151)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,13.226258,-61.275168)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(55.152717,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 96,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 96 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.15223,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 89.607668,-35.07558 91.016669,-32 91.016669,-32 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 59.563222,28.601838 59.000511,32 59.000511,32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 32,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 25.08135,-5.3707704 27.016668,0 27.016668,0 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 64,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 59.879622,-40.302291 59.017,-32 59.017,-32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 29.18682,26.140271 27,32 27,32 h 5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.991666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 57.890587,-7.8589656 59.008334,0 59.008334,0 h 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 96,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.57892,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 90.305371,-3.4029017 90.805452,-0.84771505 91.016669,0 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,64 c 0.244797,1.442886 0.79222,3.208191 0.814062,4.587891 0.03973,2.509776 -0.437906,4.698974 -1.414062,7.933593 -0.494836,1.639703 -0.210515,4.218454 -0.837891,6.998047 -0.346173,1.533722 0.09199,3.018589 0.609375,4.5 0.517383,1.481411 1.119344,2.950434 0.986328,4.447266 C 91.182948,93.309247 91.064418,94.791705 91.1,96 h -0.35 c -0.03809,-1.29566 -0.07571,-2.61431 0.0098,-3.576172 0.118377,-1.332101 -0.438509,-2.742423 -0.960938,-4.238281 -0.522428,-1.495858 -1.006171,-3.086611 -0.625,-4.775391 0.605046,-2.680633 0.298351,-5.212991 0.847662,-7.033203 0.971183,-3.218141 1.43124,-5.339142 1.392578,-7.78125 C 91.392088,67.207681 90.999278,65.555363 90.75,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.75,32 c 0,0 -0.339071,-0.723231 -0.646484,-2.853516 -0.307414,-2.130284 -0.563469,-5.599341 -0.373047,-10.984375 0.03719,-1.051731 0.354799,-2.646899 0.679687,-4.328125 0.324888,-1.681225 0.655997,-3.442624 0.730469,-4.7578121 C 91.443924,3.719863 90.75,0 90.75,0 h 0.35 c 0.334057,0.40125256 0.829276,4.0078476 0.540625,9.1054688 -0.07776,1.3732162 -0.415126,3.1418522 -0.740234,4.8242192 -0.325109,1.682366 -0.637697,3.283456 -0.671875,4.25 -0.189592,5.36154 0.06901,8.803135 0.371093,10.896484 C 90.886148,31.061797 91.068244,31.92821 91.1,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,64 c -9.47e-4,0.198633 0.155072,1.447737 0.214452,2.876953 0.06502,1.564582 0.211205,3.402354 0.496094,4.40625 0.636139,2.241635 2.412031,4.859701 2.765625,7.376953 0.336911,2.39849 -0.372523,4.477593 -1.146484,6.488282 -0.773962,2.010688 -1.608761,3.957762 -1.609376,6.126953 -1.39e-4,0.695025 -0.142416,1.869073 -0.283203,2.886718 C 59.41821,95.02154 59.134084,95.790288 59.1,96 h -0.35 c 0,0 0.151238,-0.895883 0.291018,-1.90625 0.13978,-1.010367 0.279172,-2.194122 0.279296,-2.818359 6.51e-4,-2.296536 0.873374,-4.308312 1.642579,-6.306641 0.769204,-1.998329 1.437039,-3.977096 1.11914,-6.240234 -0.32738,-2.33064 -2.080427,-4.935377 -2.753906,-7.308594 C 59.01292,70.309192 58.880041,68.474613 58.814455,66.896484 58.748865,65.318355 58.75,64 58.75,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,0 c 0.02382,0.31459418 0.368297,2.8960321 0.15581,4.2714844 C 25.138125,17.982539 27.04922,31.669004 27.1,32 h -0.35 c 0,0 -2.147446,-13.825071 0.01172,-27.8046875 C 26.965023,2.8790158 26.75,0 26.75,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,32 c 0.04185,0.447639 1.4345,13.959625 -1.158594,24.210938 -0.287278,1.1357 0.01781,3.091576 0.419922,4.728515 C 26.741207,62.485869 27.051486,63.863883 27.1,64 h -0.35 c 0,0 -0.463925,-1.275963 -0.873044,-2.941406 C 25.467838,59.393151 25.118615,57.425769 25.457034,56.087891 28.058477,45.803558 26.75,32 26.75,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,0 c 0.01663,0.23113247 0.334928,2.4276701 0.599219,4.8925781 0.279546,2.6071812 0.691255,5.5535299 1.132812,6.7363279 1.065639,2.854515 0.706046,5.888524 0.0098,8.935547 C 60.142937,23.622918 59.140236,31.617036 59.1,32 h -0.35 c 0,0 0.866443,-8.312776 1.605472,-11.546875 0.688485,-3.012913 1.021751,-5.937642 0.0098,-8.648437 C 59.867197,10.470494 59.483835,7.5629943 59.203163,4.9453125 58.922491,2.3276307 58.75,0 58.75,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,64 c 0.199941,0.306216 1.618554,2.204654 2.689062,4.664062 1.164991,2.676473 2.126167,5.922377 1.095704,8.259766 -1.285956,2.916927 -0.911169,4.261593 -0.50586,5.734375 C 30.784215,84.130985 31.224131,85.732539 30,88.78125 29.451739,90.146701 27.284131,95.505529 27.1,96 h -0.35 c 0,0 2.199673,-5.943231 2.787109,-7.40625 1.187543,-2.957588 0.765912,-4.325492 0.359375,-5.802734 -0.406536,-1.477243 -0.793739,-3.062893 0.53125,-6.06836 0.911651,-2.067889 0.04895,-5.229628 -1.095703,-7.859375 C 28.187379,66.233534 26.75,64 26.75,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 58.75,64 c 0,0 -1.107187,-7.824199 -1.394534,-10.820312 -0.146364,-1.526114 -0.07863,-2.541852 -0.113281,-3.501954 -0.03465,-0.960101 -0.163784,-1.870996 -0.710938,-3.257812 -0.119914,-0.303935 -0.14722,-0.757432 -0.150391,-1.357422 -0.0032,-0.59999 0.03426,-1.32628 0.109375,-2.072266 0.150229,-1.49197 0.430325,-3.046431 0.896485,-3.892578 0.53846,-0.97738 0.900301,-2.773182 1.105469,-4.302734 C 58.697352,33.26537 58.757809,32 58.757809,32 H 59.1 c -0.01014,0.190235 0.07724,1.438062 -0.113672,2.861328 -0.208246,1.552508 -0.547891,3.363624 -1.162109,4.478516 -0.375596,0.681761 -0.690808,2.240439 -0.837891,3.701172 -0.07354,0.730366 -0.108517,1.440795 -0.105469,2.017578 0.003,0.576783 0.06155,1.041659 0.115235,1.177734 0.565019,1.432098 0.710166,2.428425 0.746094,3.423828 0.03593,0.995403 -0.03161,1.982229 0.111328,3.472656 C 58.131381,56.030056 59.057253,63.698893 59.1,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,32 c 0.365401,2.137632 1.561267,4.374189 0.9,7.089844 -0.56049,2.301788 -0.418944,4.132625 -0.205078,5.861328 0.213866,1.728702 0.506254,3.360072 0.208984,5.205078 -0.639641,3.969943 -0.941972,5.68176 -1.261719,8.640625 C 90.561014,60.47342 90.881833,63.074677 91.1,64 h -0.35 c -0.217334,-0.871816 -0.708252,-3.366837 -0.503906,-5.257812 0.321146,-2.971813 0.624369,-4.698177 1.263672,-8.666016 0.28165,-1.748068 0.0049,-3.31748 -0.210938,-5.0625 -0.215885,-1.745021 -0.364752,-3.660761 0.214844,-6.041016 C 92.161914,36.31049 91.084445,34.363897 90.75,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(32)"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64)"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-10.274433,72.62215)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse6294"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path6296"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path6298"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path6300"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path6302"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(28.032325,47.282351)"
- id="use1928-7"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-8"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-4"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-5"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-0"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-3"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-6"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-15"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- transform="translate(-5.1545133,21.116528)"
- id="use1928-76"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-5"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-6"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-9"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-3"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-7"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-4"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(64.89774,-22.456148)"
- id="use4878"
- xlink:href="#use1928-76"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/34.svg b/src/asset/www/svg/tile/34.svg
deleted file mode 100644
index 706facc..0000000
--- a/src/asset/www/svg/tile/34.svg
+++ /dev/null
@@ -1,578 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="34.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.99999996"
- inkscape:cx="-7.0771282"
- inkscape:cy="155.13684"
- inkscape:document-units="mm"
- inkscape:current-layer="g1948"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="201"
- transform="scale(-1,1)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 94.8 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.152229,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 88.407668,-35.07558 89.816669,-32 89.816669,-32 H 94.8 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 58.363222,28.601838 57.800511,32 57.800511,32 H 62.8 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 30.8 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 23.88135,-5.3707704 25.816668,0 25.816668,0 H 30.8 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 58.679622,-40.302291 57.817,-32 57.817,-32 H 62.8 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 27.98682,26.140271 25.8,32 25.8,32 h 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.791666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 56.690587,-7.8589656 57.808334,0 57.808334,0 h 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.578921,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 89.105371,-3.4029017 89.605452,-0.84771505 89.816669,0 H 94.8 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,46.432134,7.1166773)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924"
- transform="translate(26.528151)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,19.311675,-61.539751)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(60.444384,-35.143797)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 96,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 96 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.15223,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 89.607668,-35.07558 91.016669,-32 91.016669,-32 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 59.563222,28.601838 59.000511,32 59.000511,32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 32,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 25.08135,-5.3707704 27.016668,0 27.016668,0 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 64,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 59.879622,-40.302291 59.017,-32 59.017,-32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 29.18682,26.140271 27,32 27,32 h 5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.991666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 57.890587,-7.8589656 59.008334,0 59.008334,0 h 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 96,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.57892,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 90.305371,-3.4029017 90.805452,-0.84771505 91.016669,0 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,64 c 0.244797,1.442886 0.79222,3.208191 0.814062,4.587891 0.03973,2.509776 -0.437906,4.698974 -1.414062,7.933593 -0.494836,1.639703 -0.210515,4.218454 -0.837891,6.998047 -0.346173,1.533722 0.09199,3.018589 0.609375,4.5 0.517383,1.481411 1.119344,2.950434 0.986328,4.447266 C 91.182948,93.309247 91.064418,94.791705 91.1,96 h -0.35 c -0.03809,-1.29566 -0.07571,-2.61431 0.0098,-3.576172 0.118377,-1.332101 -0.438509,-2.742423 -0.960938,-4.238281 -0.522428,-1.495858 -1.006171,-3.086611 -0.625,-4.775391 0.605046,-2.680633 0.298351,-5.212991 0.847662,-7.033203 0.971183,-3.218141 1.43124,-5.339142 1.392578,-7.78125 C 91.392088,67.207681 90.999278,65.555363 90.75,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.75,32 c 0,0 -0.339071,-0.723231 -0.646484,-2.853516 -0.307414,-2.130284 -0.563469,-5.599341 -0.373047,-10.984375 0.03719,-1.051731 0.354799,-2.646899 0.679687,-4.328125 0.324888,-1.681225 0.655997,-3.442624 0.730469,-4.7578121 C 91.443924,3.719863 90.75,0 90.75,0 h 0.35 c 0.334057,0.40125256 0.829276,4.0078476 0.540625,9.1054688 -0.07776,1.3732162 -0.415126,3.1418522 -0.740234,4.8242192 -0.325109,1.682366 -0.637697,3.283456 -0.671875,4.25 -0.189592,5.36154 0.06901,8.803135 0.371093,10.896484 C 90.886148,31.061797 91.068244,31.92821 91.1,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,64 c -9.47e-4,0.198633 0.155072,1.447737 0.214452,2.876953 0.06502,1.564582 0.211205,3.402354 0.496094,4.40625 0.636139,2.241635 2.412031,4.859701 2.765625,7.376953 0.336911,2.39849 -0.372523,4.477593 -1.146484,6.488282 -0.773962,2.010688 -1.608761,3.957762 -1.609376,6.126953 -1.39e-4,0.695025 -0.142416,1.869073 -0.283203,2.886718 C 59.41821,95.02154 59.134084,95.790288 59.1,96 h -0.35 c 0,0 0.151238,-0.895883 0.291018,-1.90625 0.13978,-1.010367 0.279172,-2.194122 0.279296,-2.818359 6.51e-4,-2.296536 0.873374,-4.308312 1.642579,-6.306641 0.769204,-1.998329 1.437039,-3.977096 1.11914,-6.240234 -0.32738,-2.33064 -2.080427,-4.935377 -2.753906,-7.308594 C 59.01292,70.309192 58.880041,68.474613 58.814455,66.896484 58.748865,65.318355 58.75,64 58.75,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,0 c 0.02382,0.31459418 0.368297,2.8960321 0.15581,4.2714844 C 25.138125,17.982539 27.04922,31.669004 27.1,32 h -0.35 c 0,0 -2.147446,-13.825071 0.01172,-27.8046875 C 26.965023,2.8790158 26.75,0 26.75,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,32 c 0.04185,0.447639 1.4345,13.959625 -1.158594,24.210938 -0.287278,1.1357 0.01781,3.091576 0.419922,4.728515 C 26.741207,62.485869 27.051486,63.863883 27.1,64 h -0.35 c 0,0 -0.463925,-1.275963 -0.873044,-2.941406 C 25.467838,59.393151 25.118615,57.425769 25.457034,56.087891 28.058477,45.803558 26.75,32 26.75,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,0 c 0.01663,0.23113247 0.334928,2.4276701 0.599219,4.8925781 0.279546,2.6071812 0.691255,5.5535299 1.132812,6.7363279 1.065639,2.854515 0.706046,5.888524 0.0098,8.935547 C 60.142937,23.622918 59.140236,31.617036 59.1,32 h -0.35 c 0,0 0.866443,-8.312776 1.605472,-11.546875 0.688485,-3.012913 1.021751,-5.937642 0.0098,-8.648437 C 59.867197,10.470494 59.483835,7.5629943 59.203163,4.9453125 58.922491,2.3276307 58.75,0 58.75,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,64 c 0.199941,0.306216 1.618554,2.204654 2.689062,4.664062 1.164991,2.676473 2.126167,5.922377 1.095704,8.259766 -1.285956,2.916927 -0.911169,4.261593 -0.50586,5.734375 C 30.784215,84.130985 31.224131,85.732539 30,88.78125 29.451739,90.146701 27.284131,95.505529 27.1,96 h -0.35 c 0,0 2.199673,-5.943231 2.787109,-7.40625 1.187543,-2.957588 0.765912,-4.325492 0.359375,-5.802734 -0.406536,-1.477243 -0.793739,-3.062893 0.53125,-6.06836 0.911651,-2.067889 0.04895,-5.229628 -1.095703,-7.859375 C 28.187379,66.233534 26.75,64 26.75,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 58.75,64 c 0,0 -1.107187,-7.824199 -1.394534,-10.820312 -0.146364,-1.526114 -0.07863,-2.541852 -0.113281,-3.501954 -0.03465,-0.960101 -0.163784,-1.870996 -0.710938,-3.257812 -0.119914,-0.303935 -0.14722,-0.757432 -0.150391,-1.357422 -0.0032,-0.59999 0.03426,-1.32628 0.109375,-2.072266 0.150229,-1.49197 0.430325,-3.046431 0.896485,-3.892578 0.53846,-0.97738 0.900301,-2.773182 1.105469,-4.302734 C 58.697352,33.26537 58.757809,32 58.757809,32 H 59.1 c -0.01014,0.190235 0.07724,1.438062 -0.113672,2.861328 -0.208246,1.552508 -0.547891,3.363624 -1.162109,4.478516 -0.375596,0.681761 -0.690808,2.240439 -0.837891,3.701172 -0.07354,0.730366 -0.108517,1.440795 -0.105469,2.017578 0.003,0.576783 0.06155,1.041659 0.115235,1.177734 0.565019,1.432098 0.710166,2.428425 0.746094,3.423828 0.03593,0.995403 -0.03161,1.982229 0.111328,3.472656 C 58.131381,56.030056 59.057253,63.698893 59.1,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,32 c 0.365401,2.137632 1.561267,4.374189 0.9,7.089844 -0.56049,2.301788 -0.418944,4.132625 -0.205078,5.861328 0.213866,1.728702 0.506254,3.360072 0.208984,5.205078 -0.639641,3.969943 -0.941972,5.68176 -1.261719,8.640625 C 90.561014,60.47342 90.881833,63.074677 91.1,64 h -0.35 c -0.217334,-0.871816 -0.708252,-3.366837 -0.503906,-5.257812 0.321146,-2.971813 0.624369,-4.698177 1.263672,-8.666016 0.28165,-1.748068 0.0049,-3.31748 -0.210938,-5.0625 -0.215885,-1.745021 -0.364752,-3.660761 0.214844,-6.041016 C 92.161914,36.31049 91.084445,34.363897 90.75,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(-14.41493,30.112362)"
- id="use1928-4"
- style="display:inline">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1950-3"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1952-0"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- inkscape:connector-curvature="0"
- id="path1954-7"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- inkscape:connector-curvature="0"
- id="path1956-8"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1958-6"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path1960-8"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(75.481073,-44.151983)"
- id="use4878"
- xlink:href="#use1928-4"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/35.svg b/src/asset/www/svg/tile/35.svg
deleted file mode 100644
index 5ecb0f5..0000000
--- a/src/asset/www/svg/tile/35.svg
+++ /dev/null
@@ -1,544 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="35.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="164.57199"
- inkscape:cy="129.37415"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,5.5713329 v 7.6291661 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V 5.5713329 Z"
- id="rect1571-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,3.4546659 v 7.6291651 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 3.4546659 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,5.5713329 v 7.6291661 c 0,0 3.7002389,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V 5.5713329 Z"
- id="rect1571-3-75"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,3.4546659 v 7.6291651 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 C 28.92442,12.492832 32,11.083831 32,11.083831 V 3.4546659 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,35.454669 v 9.761988 c 0,0 5.230831,0.03896 7.346561,-0.563086 2.30863,-0.656932 4.921848,-2.426915 7.347056,-2.768505 4.664056,-0.656934 8.120215,2.767235 12.588271,2.768505 1.319948,2.64e-4 4.718111,0.563086 4.718111,0.563086 v -9.761988 z"
- id="rect1571-6-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,33.338 v 9.761989 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,42.537278 96,43.099989 96,43.099989 V 33.338 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,66.925502 v 10.275367 c 0,0 2.8344291,-0.214969 4.226877,0 13.937362,2.151676 27.773122,0 27.773122,0 V 66.925502 Z"
- id="rect1571-0-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,64.808833 v 10.275366 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64.808833 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,66.925502 v 10.274999 c 0,0 13.79428,-1.309622 24.154363,1.309621 2.474868,0.625697 7.84564,-1.309621 7.84564,-1.309621 V 66.925502 Z"
- id="rect1571-62-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,64.808833 v 10.274999 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,77.01915 64,75.083832 64,75.083832 V 64.808833 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,35.454669 v 9.745499 c 0,0 9.1960192,-0.650576 11.714323,-1.590149 2.784105,-1.03874 5.766203,-0.692335 8.79775,0 3.185636,0.727528 11.487926,1.590149 11.487926,1.590149 v -9.745499 z"
- id="rect1571-61-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,33.338 v 9.7455 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,42.220878 32,43.0835 32,43.0835 V 33.338 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000002,66.925502 V 77.21717 c 0,0 8.414181,-5.60904 12.821756,-3.660431 5.925481,2.619679 5.86115,-1.529155 11.870576,0.890587 1.447937,0.583023 7.307667,2.769844 7.307667,2.769844 V 66.925502 Z"
- id="rect1571-8-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,64.808833 V 75.1005 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,72.91368 96,75.1005 96,75.1005 V 64.808833 Z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,35.463001 v 9.745835 c 0,0 5.117986,0.250489 7.210258,1.403164 1.527908,0.841756 6.22935,1.189101 7.109367,0.841899 2.818916,-1.112173 3.812199,-0.552595 6.828737,-0.841899 2.976007,-0.285419 10.834974,-1.403164 10.834974,-1.403164 v -9.745835 z"
- id="rect1571-7-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,33.346334 v 9.745832 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,44.209913 64,43.092166 64,43.092166 v -9.745832 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,5.5713329 v 7.6291661 c 2.308069,-0.326376 4.275916,-1.417859 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.578921 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V 5.5713329 Z"
- id="rect1571-9-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,3.4546659 v 7.6291651 c 2.308069,-0.326376 4.275914,-1.4178584 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.5789213 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,11.795129 63.152285,11.295048 64,11.083831 V 3.4546659 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,44.9389,4.0051292)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="g1924"
- transform="translate(61.798553,24.464997)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-6.9176274,34.792621)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(23.819553,-5.2820988)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 64,0 v 4.983331 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,0 v 4.983331 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.15223 7.065929,1.340423 9.085255,1.411792 C 28.92442,6.392332 32,4.983331 32,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,32 v 4.999489 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,36.436778 96,36.999489 96,36.999489 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 0,64 v 4.983699 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,64 v 4.983332 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,70.91865 64,68.983332 64,68.983332 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 0,32 v 4.983 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,36.120378 32,36.983 32,36.983 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,64 v 5 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,66.81318 96,69 96,69 v -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.016666,32.008334 v 4.983332 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,38.109413 64,36.991666 64,36.991666 v -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 32,0 v 4.983331 c 2.308069,-0.326376 4.275914,-1.417858 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.57892 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,5.694629 63.152285,5.194548 64,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,4.9 c 1.442886,-0.244797 3.208191,-0.79222 4.587891,-0.814062 2.509776,-0.03973 4.698974,0.437906 7.933593,1.414062 1.639703,0.494836 4.218454,0.210515 6.998047,0.837891 1.533722,0.346173 3.018589,-0.09199 4.5,-0.609375 C 89.500942,5.211133 90.969965,4.609172 92.466797,4.742188 93.309247,4.817052 94.791705,4.935582 96,4.9 V 5.25 C 94.70434,5.28809 93.38569,5.32571 92.423828,5.2402 91.091727,5.121823 89.681405,5.678709 88.185547,6.201138 86.689689,6.723566 85.098936,7.207309 83.410156,6.826138 80.729523,6.221092 78.197165,6.527787 76.376953,5.978476 73.158812,5.007293 71.037811,4.547236 68.595703,4.585898 67.207681,4.607912 65.555363,5.000722 64,5.25 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,5.25 c 0,0 -0.723231,0.339071 -2.853516,0.646484 C 27.0162,6.203898 23.547143,6.459953 18.162109,6.269531 17.110378,6.232341 15.51521,5.914732 13.833984,5.589844 12.152759,5.264956 10.39136,4.933847 9.0761719,4.859375 3.719863,4.556076 0,5.25 0,5.25 V 4.9 C 0.40125256,4.565943 4.0078476,4.070724 9.1054688,4.359375 c 1.3732162,0.07776 3.1418522,0.415126 4.8242192,0.740234 1.682366,0.325109 3.283456,0.637697 4.25,0.671875 5.36154,0.189592 8.803135,-0.06901 10.896484,-0.371093 C 31.061797,5.113852 31.92821,4.931756 32,4.9"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,36.9 c 0.198633,9.47e-4 1.447737,-0.155072 2.876953,-0.214452 1.564582,-0.06502 3.402354,-0.211205 4.40625,-0.496094 2.241635,-0.636139 4.859701,-2.412031 7.376953,-2.765625 2.39849,-0.336911 4.477593,0.372523 6.488282,1.146484 2.010688,0.773962 3.957762,1.608761 6.126953,1.609376 0.695025,1.39e-4 1.869073,0.142416 2.886718,0.283203 C 95.02154,36.58179 95.790288,36.865916 96,36.9 v 0.35 c 0,0 -0.895883,-0.151238 -1.90625,-0.291018 -1.010367,-0.13978 -2.194122,-0.279172 -2.818359,-0.279296 -2.296536,-6.51e-4 -4.308312,-0.873374 -6.306641,-1.642579 -1.998329,-0.769204 -3.977096,-1.437039 -6.240234,-1.11914 -2.33064,0.32738 -4.935377,2.080427 -7.308594,2.753906 -1.11073,0.315207 -2.945309,0.448086 -4.523438,0.513672 C 65.318355,37.251135 64,37.25 64,37.25 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 0,68.9 C 0.31459418,68.87618 2.8960321,68.531703 4.2714844,68.74419 17.982539,70.861875 31.669004,68.95078 32,68.9 v 0.35 c 0,0 -13.825071,2.147446 -27.8046875,-0.01172 C 2.8790158,69.034977 0,69.25 0,69.25"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,68.9 c 0.447639,-0.04185 13.959625,-1.4345 24.210938,1.158594 1.1357,0.287278 3.091576,-0.01781 4.728515,-0.419922 C 62.485869,69.258793 63.863883,68.948514 64,68.9 v 0.35 c 0,0 -1.275963,0.463925 -2.941406,0.873044 -1.665443,0.409118 -3.632825,0.758341 -4.970703,0.419922 C 45.803558,67.941523 32,69.25 32,69.25"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,36.9 c 0.23113247,-0.01663 2.4276701,-0.334928 4.8925781,-0.599219 2.6071812,-0.279546 5.5535299,-0.691255 6.7363279,-1.132812 2.854515,-1.065639 5.888524,-0.706046 8.935547,-0.0098 C 23.622918,35.857063 31.617036,36.859764 32,36.9 v 0.35 c 0,0 -8.312776,-0.866443 -11.546875,-1.605472 -3.012913,-0.688485 -5.937642,-1.021751 -8.648437,-0.0098 -1.334194,0.498075 -4.2416937,0.881437 -6.8593755,1.162109 C 2.3276307,37.077509 0,37.25 0,37.25"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 0.306216,-0.199941 2.204654,-1.618554 4.664062,-2.689062 2.676473,-1.164991 5.922377,-2.126167 8.259766,-1.095704 2.916927,1.285956 4.261593,0.911169 5.734375,0.50586 C 84.130985,65.215785 85.732539,64.775869 88.78125,66 90.146701,66.548261 95.505529,68.715869 96,68.9 v 0.35 c 0,0 -5.943231,-2.199673 -7.40625,-2.787109 -2.957588,-1.187543 -4.325492,-0.765912 -5.802734,-0.359375 -1.477243,0.406536 -3.062893,0.793739 -6.06836,-0.53125 -2.067889,-0.911651 -5.229628,-0.04895 -7.859375,1.095703 C 66.233534,67.812621 64,69.25 64,69.25 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,37.25 c 0,0 -7.824199,1.107187 -10.820312,1.394534 -1.526114,0.146364 -2.541852,0.07863 -3.501954,0.113281 -0.960101,0.03465 -1.870996,0.163784 -3.257812,0.710938 -0.303935,0.119914 -0.757432,0.14722 -1.357422,0.150391 -0.59999,0.0032 -1.32628,-0.03426 -2.072266,-0.109375 -1.49197,-0.150229 -3.046431,-0.430325 -3.892578,-0.896485 -0.97738,-0.53846 -2.773182,-0.900301 -4.302734,-1.105469 C 33.26537,37.302648 32,37.242191 32,37.242191 V 36.9 c 0.190235,0.01014 1.438062,-0.07724 2.861328,0.113672 1.552508,0.208246 3.363624,0.547891 4.478516,1.162109 0.681761,0.375596 2.240439,0.690808 3.701172,0.837891 0.730366,0.07354 1.440795,0.108517 2.017578,0.105469 0.576783,-0.003 1.041659,-0.06155 1.177734,-0.115235 1.432098,-0.565019 2.428425,-0.710166 3.423828,-0.746094 0.995403,-0.03593 1.982229,0.03161 3.472656,-0.111328 C 56.030056,37.868619 63.698893,36.942747 64,36.9"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,4.9 c 2.137632,-0.365401 4.374189,-1.561267 7.089844,-0.9 2.301788,0.56049 4.132625,0.418944 5.861328,0.205078 1.728702,-0.213866 3.360072,-0.506254 5.205078,-0.208984 3.969943,0.639641 5.68176,0.941972 8.640625,1.261719 C 60.47342,5.438986 63.074677,5.118167 64,4.9 V 5.25 C 63.128184,5.467334 60.633163,5.958252 58.742188,5.753906 55.770375,5.43276 54.044011,5.129537 50.076172,4.490234 48.328104,4.208584 46.758692,4.485334 45.013672,4.701172 43.268651,4.917057 41.352911,5.065924 38.972656,4.486328 36.31049,3.838086 34.363897,4.915555 32,5.25"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(32)"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64)"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/36.svg b/src/asset/www/svg/tile/36.svg
deleted file mode 100644
index 5127fce..0000000
--- a/src/asset/www/svg/tile/36.svg
+++ /dev/null
@@ -1,627 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="36.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="164.57199"
- inkscape:cy="129.37415"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,5.5713329 v 7.6291661 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V 5.5713329 Z"
- id="rect1571-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,3.4546659 v 7.6291651 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 3.4546659 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,5.5713329 v 7.6291661 c 0,0 3.7002389,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V 5.5713329 Z"
- id="rect1571-3-75"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,3.4546659 v 7.6291651 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 C 28.92442,12.492832 32,11.083831 32,11.083831 V 3.4546659 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,35.454669 v 9.761988 c 0,0 5.230831,0.03896 7.346561,-0.563086 2.30863,-0.656932 4.921848,-2.426915 7.347056,-2.768505 4.664056,-0.656934 8.120215,2.767235 12.588271,2.768505 1.319948,2.64e-4 4.718111,0.563086 4.718111,0.563086 v -9.761988 z"
- id="rect1571-6-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,33.338 v 9.761989 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,42.537278 96,43.099989 96,43.099989 V 33.338 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,66.925502 v 10.275367 c 0,0 2.8344291,-0.214969 4.226877,0 13.937362,2.151676 27.773122,0 27.773122,0 V 66.925502 Z"
- id="rect1571-0-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,64.808833 v 10.275366 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64.808833 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,66.925502 v 10.274999 c 0,0 13.79428,-1.309622 24.154363,1.309621 2.474868,0.625697 7.84564,-1.309621 7.84564,-1.309621 V 66.925502 Z"
- id="rect1571-62-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,64.808833 v 10.274999 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,77.01915 64,75.083832 64,75.083832 V 64.808833 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,35.454669 v 9.745499 c 0,0 9.1960192,-0.650576 11.714323,-1.590149 2.784105,-1.03874 5.766203,-0.692335 8.79775,0 3.185636,0.727528 11.487926,1.590149 11.487926,1.590149 v -9.745499 z"
- id="rect1571-61-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,33.338 v 9.7455 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,42.220878 32,43.0835 32,43.0835 V 33.338 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000002,66.925502 V 77.21717 c 0,0 8.414181,-5.60904 12.821756,-3.660431 5.925481,2.619679 5.86115,-1.529155 11.870576,0.890587 1.447937,0.583023 7.307667,2.769844 7.307667,2.769844 V 66.925502 Z"
- id="rect1571-8-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,64.808833 V 75.1005 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,72.91368 96,75.1005 96,75.1005 V 64.808833 Z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,35.463001 v 9.745835 c 0,0 5.117986,0.250489 7.210258,1.403164 1.527908,0.841756 6.22935,1.189101 7.109367,0.841899 2.818916,-1.112173 3.812199,-0.552595 6.828737,-0.841899 2.976007,-0.285419 10.834974,-1.403164 10.834974,-1.403164 v -9.745835 z"
- id="rect1571-7-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,33.346334 v 9.745832 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,44.209913 64,43.092166 64,43.092166 v -9.745832 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,5.5713329 v 7.6291661 c 2.308069,-0.326376 4.275916,-1.417859 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.578921 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V 5.5713329 Z"
- id="rect1571-9-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,3.4546659 v 7.6291651 c 2.308069,-0.326376 4.275914,-1.4178584 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.5789213 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,11.795129 63.152285,11.295048 64,11.083831 V 3.4546659 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,44.9389,4.0051292)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-6.9176274,34.792621)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(23.819553,-5.2820988)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 64,0 v 4.983331 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,0 v 4.983331 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.15223 7.065929,1.340423 9.085255,1.411792 C 28.92442,6.392332 32,4.983331 32,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,32 v 4.999489 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,36.436778 96,36.999489 96,36.999489 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 0,64 v 4.983699 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,64 v 4.983332 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,70.91865 64,68.983332 64,68.983332 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 0,32 v 4.983 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,36.120378 32,36.983 32,36.983 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,64 v 5 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,66.81318 96,69 96,69 v -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.016666,32.008334 v 4.983332 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,38.109413 64,36.991666 64,36.991666 v -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 32,0 v 4.983331 c 2.308069,-0.326376 4.275914,-1.417858 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.57892 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,5.694629 63.152285,5.194548 64,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,4.9 c 1.442886,-0.244797 3.208191,-0.79222 4.587891,-0.814062 2.509776,-0.03973 4.698974,0.437906 7.933593,1.414062 1.639703,0.494836 4.218454,0.210515 6.998047,0.837891 1.533722,0.346173 3.018589,-0.09199 4.5,-0.609375 C 89.500942,5.211133 90.969965,4.609172 92.466797,4.742188 93.309247,4.817052 94.791705,4.935582 96,4.9 V 5.25 C 94.70434,5.28809 93.38569,5.32571 92.423828,5.2402 91.091727,5.121823 89.681405,5.678709 88.185547,6.201138 86.689689,6.723566 85.098936,7.207309 83.410156,6.826138 80.729523,6.221092 78.197165,6.527787 76.376953,5.978476 73.158812,5.007293 71.037811,4.547236 68.595703,4.585898 67.207681,4.607912 65.555363,5.000722 64,5.25 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,5.25 c 0,0 -0.723231,0.339071 -2.853516,0.646484 C 27.0162,6.203898 23.547143,6.459953 18.162109,6.269531 17.110378,6.232341 15.51521,5.914732 13.833984,5.589844 12.152759,5.264956 10.39136,4.933847 9.0761719,4.859375 3.719863,4.556076 0,5.25 0,5.25 V 4.9 C 0.40125256,4.565943 4.0078476,4.070724 9.1054688,4.359375 c 1.3732162,0.07776 3.1418522,0.415126 4.8242192,0.740234 1.682366,0.325109 3.283456,0.637697 4.25,0.671875 5.36154,0.189592 8.803135,-0.06901 10.896484,-0.371093 C 31.061797,5.113852 31.92821,4.931756 32,4.9"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,36.9 c 0.198633,9.47e-4 1.447737,-0.155072 2.876953,-0.214452 1.564582,-0.06502 3.402354,-0.211205 4.40625,-0.496094 2.241635,-0.636139 4.859701,-2.412031 7.376953,-2.765625 2.39849,-0.336911 4.477593,0.372523 6.488282,1.146484 2.010688,0.773962 3.957762,1.608761 6.126953,1.609376 0.695025,1.39e-4 1.869073,0.142416 2.886718,0.283203 C 95.02154,36.58179 95.790288,36.865916 96,36.9 v 0.35 c 0,0 -0.895883,-0.151238 -1.90625,-0.291018 -1.010367,-0.13978 -2.194122,-0.279172 -2.818359,-0.279296 -2.296536,-6.51e-4 -4.308312,-0.873374 -6.306641,-1.642579 -1.998329,-0.769204 -3.977096,-1.437039 -6.240234,-1.11914 -2.33064,0.32738 -4.935377,2.080427 -7.308594,2.753906 -1.11073,0.315207 -2.945309,0.448086 -4.523438,0.513672 C 65.318355,37.251135 64,37.25 64,37.25 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 0,68.9 C 0.31459418,68.87618 2.8960321,68.531703 4.2714844,68.74419 17.982539,70.861875 31.669004,68.95078 32,68.9 v 0.35 c 0,0 -13.825071,2.147446 -27.8046875,-0.01172 C 2.8790158,69.034977 0,69.25 0,69.25"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,68.9 c 0.447639,-0.04185 13.959625,-1.4345 24.210938,1.158594 1.1357,0.287278 3.091576,-0.01781 4.728515,-0.419922 C 62.485869,69.258793 63.863883,68.948514 64,68.9 v 0.35 c 0,0 -1.275963,0.463925 -2.941406,0.873044 -1.665443,0.409118 -3.632825,0.758341 -4.970703,0.419922 C 45.803558,67.941523 32,69.25 32,69.25"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,36.9 c 0.23113247,-0.01663 2.4276701,-0.334928 4.8925781,-0.599219 2.6071812,-0.279546 5.5535299,-0.691255 6.7363279,-1.132812 2.854515,-1.065639 5.888524,-0.706046 8.935547,-0.0098 C 23.622918,35.857063 31.617036,36.859764 32,36.9 v 0.35 c 0,0 -8.312776,-0.866443 -11.546875,-1.605472 -3.012913,-0.688485 -5.937642,-1.021751 -8.648437,-0.0098 -1.334194,0.498075 -4.2416937,0.881437 -6.8593755,1.162109 C 2.3276307,37.077509 0,37.25 0,37.25"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 0.306216,-0.199941 2.204654,-1.618554 4.664062,-2.689062 2.676473,-1.164991 5.922377,-2.126167 8.259766,-1.095704 2.916927,1.285956 4.261593,0.911169 5.734375,0.50586 C 84.130985,65.215785 85.732539,64.775869 88.78125,66 90.146701,66.548261 95.505529,68.715869 96,68.9 v 0.35 c 0,0 -5.943231,-2.199673 -7.40625,-2.787109 -2.957588,-1.187543 -4.325492,-0.765912 -5.802734,-0.359375 -1.477243,0.406536 -3.062893,0.793739 -6.06836,-0.53125 -2.067889,-0.911651 -5.229628,-0.04895 -7.859375,1.095703 C 66.233534,67.812621 64,69.25 64,69.25 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,37.25 c 0,0 -7.824199,1.107187 -10.820312,1.394534 -1.526114,0.146364 -2.541852,0.07863 -3.501954,0.113281 -0.960101,0.03465 -1.870996,0.163784 -3.257812,0.710938 -0.303935,0.119914 -0.757432,0.14722 -1.357422,0.150391 -0.59999,0.0032 -1.32628,-0.03426 -2.072266,-0.109375 -1.49197,-0.150229 -3.046431,-0.430325 -3.892578,-0.896485 -0.97738,-0.53846 -2.773182,-0.900301 -4.302734,-1.105469 C 33.26537,37.302648 32,37.242191 32,37.242191 V 36.9 c 0.190235,0.01014 1.438062,-0.07724 2.861328,0.113672 1.552508,0.208246 3.363624,0.547891 4.478516,1.162109 0.681761,0.375596 2.240439,0.690808 3.701172,0.837891 0.730366,0.07354 1.440795,0.108517 2.017578,0.105469 0.576783,-0.003 1.041659,-0.06155 1.177734,-0.115235 1.432098,-0.565019 2.428425,-0.710166 3.423828,-0.746094 0.995403,-0.03593 1.982229,0.03161 3.472656,-0.111328 C 56.030056,37.868619 63.698893,36.942747 64,36.9"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,4.9 c 2.137632,-0.365401 4.374189,-1.561267 7.089844,-0.9 2.301788,0.56049 4.132625,0.418944 5.861328,0.205078 1.728702,-0.213866 3.360072,-0.506254 5.205078,-0.208984 3.969943,0.639641 5.68176,0.941972 8.640625,1.261719 C 60.47342,5.438986 63.074677,5.118167 64,4.9 V 5.25 C 63.128184,5.467334 60.633163,5.958252 58.742188,5.753906 55.770375,5.43276 54.044011,5.129537 50.076172,4.490234 48.328104,4.208584 46.758692,4.485334 45.013672,4.701172 43.268651,4.917057 41.352911,5.065924 38.972656,4.486328 36.31049,3.838086 34.363897,4.915555 32,5.25"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(32)"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64)"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779-2">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781-0"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783-6"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785-1"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787-5"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789-9"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791-4"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793-9"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795-0"
- xlink:href="#g4779-2"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-2.8818348,67.43457)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/37.svg b/src/asset/www/svg/tile/37.svg
deleted file mode 100644
index 1784465..0000000
--- a/src/asset/www/svg/tile/37.svg
+++ /dev/null
@@ -1,545 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="37.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="164.57199"
- inkscape:cy="129.37415"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,5.5713329 v 7.6291661 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V 5.5713329 Z"
- id="rect1571-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,3.4546659 v 7.6291651 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 3.4546659 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,5.5713329 v 7.6291661 c 0,0 3.7002389,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V 5.5713329 Z"
- id="rect1571-3-75"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,3.4546659 v 7.6291651 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 C 28.92442,12.492832 32,11.083831 32,11.083831 V 3.4546659 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,35.454669 v 9.761988 c 0,0 5.230831,0.03896 7.346561,-0.563086 2.30863,-0.656932 4.921848,-2.426915 7.347056,-2.768505 4.664056,-0.656934 8.120215,2.767235 12.588271,2.768505 1.319948,2.64e-4 4.718111,0.563086 4.718111,0.563086 v -9.761988 z"
- id="rect1571-6-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,33.338 v 9.761989 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,42.537278 96,43.099989 96,43.099989 V 33.338 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,66.925502 v 10.275367 c 0,0 2.8344291,-0.214969 4.226877,0 13.937362,2.151676 27.773122,0 27.773122,0 V 66.925502 Z"
- id="rect1571-0-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,64.808833 v 10.275366 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64.808833 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,66.925502 v 10.274999 c 0,0 13.79428,-1.309622 24.154363,1.309621 2.474868,0.625697 7.84564,-1.309621 7.84564,-1.309621 V 66.925502 Z"
- id="rect1571-62-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,64.808833 v 10.274999 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,77.01915 64,75.083832 64,75.083832 V 64.808833 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,35.454669 v 9.745499 c 0,0 9.1960192,-0.650576 11.714323,-1.590149 2.784105,-1.03874 5.766203,-0.692335 8.79775,0 3.185636,0.727528 11.487926,1.590149 11.487926,1.590149 v -9.745499 z"
- id="rect1571-61-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,33.338 v 9.7455 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,42.220878 32,43.0835 32,43.0835 V 33.338 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000002,66.925502 V 77.21717 c 0,0 8.414181,-5.60904 12.821756,-3.660431 5.925481,2.619679 5.86115,-1.529155 11.870576,0.890587 1.447937,0.583023 7.307667,2.769844 7.307667,2.769844 V 66.925502 Z"
- id="rect1571-8-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,64.808833 V 75.1005 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,72.91368 96,75.1005 96,75.1005 V 64.808833 Z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,35.463001 v 9.745835 c 0,0 5.117986,0.250489 7.210258,1.403164 1.527908,0.841756 6.22935,1.189101 7.109367,0.841899 2.818916,-1.112173 3.812199,-0.552595 6.828737,-0.841899 2.976007,-0.285419 10.834974,-1.403164 10.834974,-1.403164 v -9.745835 z"
- id="rect1571-7-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,33.346334 v 9.745832 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,44.209913 64,43.092166 64,43.092166 v -9.745832 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,5.5713329 v 7.6291661 c 2.308069,-0.326376 4.275916,-1.417859 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.578921 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V 5.5713329 Z"
- id="rect1571-9-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,3.4546659 v 7.6291651 c 2.308069,-0.326376 4.275914,-1.4178584 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.5789213 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,11.795129 63.152285,11.295048 64,11.083831 V 3.4546659 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,47.558141,9.2436122)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="g1924"
- transform="translate(61.798553,24.464997)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(23.819553,-5.2820988)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 64,0 v 4.983331 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,0 v 4.983331 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.15223 7.065929,1.340423 9.085255,1.411792 C 28.92442,6.392332 32,4.983331 32,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,32 v 4.999489 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,36.436778 96,36.999489 96,36.999489 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 0,64 v 4.983699 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,64 v 4.983332 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,70.91865 64,68.983332 64,68.983332 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 0,32 v 4.983 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,36.120378 32,36.983 32,36.983 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,64 v 5 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,66.81318 96,69 96,69 v -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.016666,32.008334 v 4.983332 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,38.109413 64,36.991666 64,36.991666 v -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 32,0 v 4.983331 c 2.308069,-0.326376 4.275914,-1.417858 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.57892 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,5.694629 63.152285,5.194548 64,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,4.9 c 1.442886,-0.244797 3.208191,-0.79222 4.587891,-0.814062 2.509776,-0.03973 4.698974,0.437906 7.933593,1.414062 1.639703,0.494836 4.218454,0.210515 6.998047,0.837891 1.533722,0.346173 3.018589,-0.09199 4.5,-0.609375 C 89.500942,5.211133 90.969965,4.609172 92.466797,4.742188 93.309247,4.817052 94.791705,4.935582 96,4.9 V 5.25 C 94.70434,5.28809 93.38569,5.32571 92.423828,5.2402 91.091727,5.121823 89.681405,5.678709 88.185547,6.201138 86.689689,6.723566 85.098936,7.207309 83.410156,6.826138 80.729523,6.221092 78.197165,6.527787 76.376953,5.978476 73.158812,5.007293 71.037811,4.547236 68.595703,4.585898 67.207681,4.607912 65.555363,5.000722 64,5.25 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,5.25 c 0,0 -0.723231,0.339071 -2.853516,0.646484 C 27.0162,6.203898 23.547143,6.459953 18.162109,6.269531 17.110378,6.232341 15.51521,5.914732 13.833984,5.589844 12.152759,5.264956 10.39136,4.933847 9.0761719,4.859375 3.719863,4.556076 0,5.25 0,5.25 V 4.9 C 0.40125256,4.565943 4.0078476,4.070724 9.1054688,4.359375 c 1.3732162,0.07776 3.1418522,0.415126 4.8242192,0.740234 1.682366,0.325109 3.283456,0.637697 4.25,0.671875 5.36154,0.189592 8.803135,-0.06901 10.896484,-0.371093 C 31.061797,5.113852 31.92821,4.931756 32,4.9"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,36.9 c 0.198633,9.47e-4 1.447737,-0.155072 2.876953,-0.214452 1.564582,-0.06502 3.402354,-0.211205 4.40625,-0.496094 2.241635,-0.636139 4.859701,-2.412031 7.376953,-2.765625 2.39849,-0.336911 4.477593,0.372523 6.488282,1.146484 2.010688,0.773962 3.957762,1.608761 6.126953,1.609376 0.695025,1.39e-4 1.869073,0.142416 2.886718,0.283203 C 95.02154,36.58179 95.790288,36.865916 96,36.9 v 0.35 c 0,0 -0.895883,-0.151238 -1.90625,-0.291018 -1.010367,-0.13978 -2.194122,-0.279172 -2.818359,-0.279296 -2.296536,-6.51e-4 -4.308312,-0.873374 -6.306641,-1.642579 -1.998329,-0.769204 -3.977096,-1.437039 -6.240234,-1.11914 -2.33064,0.32738 -4.935377,2.080427 -7.308594,2.753906 -1.11073,0.315207 -2.945309,0.448086 -4.523438,0.513672 C 65.318355,37.251135 64,37.25 64,37.25 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 0,68.9 C 0.31459418,68.87618 2.8960321,68.531703 4.2714844,68.74419 17.982539,70.861875 31.669004,68.95078 32,68.9 v 0.35 c 0,0 -13.825071,2.147446 -27.8046875,-0.01172 C 2.8790158,69.034977 0,69.25 0,69.25"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,68.9 c 0.447639,-0.04185 13.959625,-1.4345 24.210938,1.158594 1.1357,0.287278 3.091576,-0.01781 4.728515,-0.419922 C 62.485869,69.258793 63.863883,68.948514 64,68.9 v 0.35 c 0,0 -1.275963,0.463925 -2.941406,0.873044 -1.665443,0.409118 -3.632825,0.758341 -4.970703,0.419922 C 45.803558,67.941523 32,69.25 32,69.25"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,36.9 c 0.23113247,-0.01663 2.4276701,-0.334928 4.8925781,-0.599219 2.6071812,-0.279546 5.5535299,-0.691255 6.7363279,-1.132812 2.854515,-1.065639 5.888524,-0.706046 8.935547,-0.0098 C 23.622918,35.857063 31.617036,36.859764 32,36.9 v 0.35 c 0,0 -8.312776,-0.866443 -11.546875,-1.605472 -3.012913,-0.688485 -5.937642,-1.021751 -8.648437,-0.0098 -1.334194,0.498075 -4.2416937,0.881437 -6.8593755,1.162109 C 2.3276307,37.077509 0,37.25 0,37.25"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 0.306216,-0.199941 2.204654,-1.618554 4.664062,-2.689062 2.676473,-1.164991 5.922377,-2.126167 8.259766,-1.095704 2.916927,1.285956 4.261593,0.911169 5.734375,0.50586 C 84.130985,65.215785 85.732539,64.775869 88.78125,66 90.146701,66.548261 95.505529,68.715869 96,68.9 v 0.35 c 0,0 -5.943231,-2.199673 -7.40625,-2.787109 -2.957588,-1.187543 -4.325492,-0.765912 -5.802734,-0.359375 -1.477243,0.406536 -3.062893,0.793739 -6.06836,-0.53125 -2.067889,-0.911651 -5.229628,-0.04895 -7.859375,1.095703 C 66.233534,67.812621 64,69.25 64,69.25 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,37.25 c 0,0 -7.824199,1.107187 -10.820312,1.394534 -1.526114,0.146364 -2.541852,0.07863 -3.501954,0.113281 -0.960101,0.03465 -1.870996,0.163784 -3.257812,0.710938 -0.303935,0.119914 -0.757432,0.14722 -1.357422,0.150391 -0.59999,0.0032 -1.32628,-0.03426 -2.072266,-0.109375 -1.49197,-0.150229 -3.046431,-0.430325 -3.892578,-0.896485 -0.97738,-0.53846 -2.773182,-0.900301 -4.302734,-1.105469 C 33.26537,37.302648 32,37.242191 32,37.242191 V 36.9 c 0.190235,0.01014 1.438062,-0.07724 2.861328,0.113672 1.552508,0.208246 3.363624,0.547891 4.478516,1.162109 0.681761,0.375596 2.240439,0.690808 3.701172,0.837891 0.730366,0.07354 1.440795,0.108517 2.017578,0.105469 0.576783,-0.003 1.041659,-0.06155 1.177734,-0.115235 1.432098,-0.565019 2.428425,-0.710166 3.423828,-0.746094 0.995403,-0.03593 1.982229,0.03161 3.472656,-0.111328 C 56.030056,37.868619 63.698893,36.942747 64,36.9"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,4.9 c 2.137632,-0.365401 4.374189,-1.561267 7.089844,-0.9 2.301788,0.56049 4.132625,0.418944 5.861328,0.205078 1.728702,-0.213866 3.360072,-0.506254 5.205078,-0.208984 3.969943,0.639641 5.68176,0.941972 8.640625,1.261719 C 60.47342,5.438986 63.074677,5.118167 64,4.9 V 5.25 C 63.128184,5.467334 60.633163,5.958252 58.742188,5.753906 55.770375,5.43276 54.044011,5.129537 50.076172,4.490234 48.328104,4.208584 46.758692,4.485334 45.013672,4.701172 43.268651,4.917057 41.352911,5.065924 38.972656,4.486328 36.31049,3.838086 34.363897,4.915555 32,5.25"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-2.8818348,67.43457)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/38.svg b/src/asset/www/svg/tile/38.svg
deleted file mode 100644
index 82331c5..0000000
--- a/src/asset/www/svg/tile/38.svg
+++ /dev/null
@@ -1,496 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="38.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="169.80763"
- inkscape:cy="199.49335"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="-96"
- transform="matrix(0,-1,-1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,95.458 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 95.458 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,95.458 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,90.705244 79.84708,89.51705 77.827754,89.445681 67.07558,89.065668 64,90.474669 64,90.474669 V 95.458 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,63.458 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.447037 9.186167,59.022867 4.718112,59.021597 3.398162,59.021222 0,58.458511 0,58.458511 V 63.458 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,31.458 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 31.458 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,31.458 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,24.53935 32,26.474668 32,26.474668 V 31.458 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,63.458 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.337622 64,58.475 64,58.475 v 4.983 z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,31.458 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,28.64482 0,26.458 0,26.458 v 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 63.983334,63.449666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.348587 32,58.466334 32,58.466334 v 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,95.458 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.578921 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,89.763371 32.847715,90.263452 32,90.474669 V 95.458 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- id="g1924"
- transform="translate(-14.129383,21.246051)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,51.644046,28.68955)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(34.905038,55.82374)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 32,96 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,96 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,91.247243 79.84708,90.05905 77.827754,89.987681 67.07558,89.607668 64,91.016669 64,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,64 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.989037 9.186167,59.564867 4.718112,59.563597 3.398162,59.563222 0,59.000511 0,59.000511 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 96,32 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,32 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,25.08135 32,27.016668 32,27.016668 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 96,64 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.879622 64,59.017 64,59.017 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,32 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,29.18682 0,27 0,27 l 0,5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.983334,63.991666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.890587 32,59.008334 32,59.008334 v 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 64,96 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.57892 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,90.305371 32.847715,90.805452 32,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,91.099999 c -1.442886,0.244797 -3.208191,0.79222 -4.587891,0.814062 -2.509776,0.03973 -4.698974,-0.437906 -7.933593,-1.414062 -1.639703,-0.494836 -4.218454,-0.210515 -6.998047,-0.837891 -1.533722,-0.346173 -3.018589,0.09199 -4.5,0.609375 C 6.499057,90.788866 5.030034,91.390827 3.533202,91.257811 2.690752,91.182947 1.208294,91.064417 -10e-7,91.099999 v -0.35 c 1.29566,-0.03809 2.61431,-0.07571 3.576172,0.0098 1.332101,0.118377 2.742423,-0.438509 4.238281,-0.960938 1.495858,-0.522428 3.086611,-1.006171 4.775391,-0.625 2.680633,0.605046 5.212991,0.298351 7.033203,0.847662 3.218141,0.971183 5.339142,1.43124 7.78125,1.392578 1.388022,-0.02201 3.04034,-0.414824 4.595703,-0.664102 z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,90.749999 c 0,0 0.723231,-0.339071 2.853516,-0.646484 2.130284,-0.307414 5.599341,-0.563469 10.984375,-0.373047 1.051731,0.03719 2.646899,0.354799 4.328125,0.679687 1.681225,0.324888 3.442624,0.655997 4.757812,0.730469 5.356309,0.303299 9.076172,-0.390625 9.076172,-0.390625 v 0.35 c -0.401253,0.334057 -4.007848,0.829276 -9.105469,0.540625 -1.373216,-0.07776 -3.141852,-0.415126 -4.824219,-0.740234 -1.682366,-0.325109 -3.283456,-0.637697 -4.25,-0.671875 -5.36154,-0.189592 -8.803135,0.06901 -10.896484,0.371093 -1.985625,0.286539 -2.852038,0.468635 -2.923828,0.500391"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,59.099999 c -0.198633,-9.47e-4 -1.447737,0.155072 -2.876953,0.214452 -1.564582,0.06502 -3.402354,0.211205 -4.40625,0.496094 -2.241635,0.636139 -4.859701,2.412031 -7.376953,2.765625 -2.39849,0.336911 -4.477593,-0.372523 -6.488282,-1.146484 C 8.840873,60.655724 6.893799,59.820925 4.724608,59.82031 4.029583,59.820171 2.855535,59.677894 1.83789,59.537107 0.978459,59.418209 0.209711,59.134083 -10e-7,59.099999 v -0.35 c 0,0 0.895883,0.151238 1.90625,0.291018 1.010367,0.13978 2.194122,0.279172 2.818359,0.279296 2.296536,6.51e-4 4.308312,0.873374 6.306641,1.642579 1.998329,0.769204 3.977096,1.437039 6.240234,1.11914 2.33064,-0.32738 4.935377,-2.080427 7.308594,-2.753906 1.11073,-0.315207 2.945309,-0.448086 4.523438,-0.513672 1.578129,-0.06559 2.896484,-0.06445 2.896484,-0.06445 z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,27.099999 c -0.314594,0.02382 -2.896032,0.368297 -4.271484,0.15581 -13.711055,-2.117685 -27.39752,-0.20659 -27.728516,-0.15581 v -0.35 c 0,0 13.825071,-2.147446 27.804688,0.01172 1.316296,0.203303 4.195312,-0.01172 4.195312,-0.01172"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,27.099999 c -0.447639,0.04185 -13.959625,1.4345 -24.210938,-1.158594 -1.1357,-0.287278 -3.091576,0.01781 -4.728515,0.419922 -1.546416,0.379879 -2.92443,0.690158 -3.060547,0.738672 v -0.35 c 0,0 1.275963,-0.463925 2.941406,-0.873044 1.665443,-0.409118 3.632825,-0.758341 4.970703,-0.419922 10.284333,2.601443 24.087891,1.292966 24.087891,1.292966"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,59.099999 c -0.231132,0.01663 -2.42767,0.334928 -4.892578,0.599219 -2.607181,0.279546 -5.55353,0.691255 -6.736328,1.132812 -2.854515,1.065639 -5.888524,0.706046 -8.935547,0.0098 -3.058465,-0.698894 -11.052583,-1.701595 -11.435547,-1.741831 v -0.35 c 0,0 8.312776,0.866443 11.546875,1.605472 3.012913,0.688485 5.937642,1.021751 8.648437,0.0098 1.334194,-0.498075 4.241694,-0.881437 6.859376,-1.162109 2.617681,-0.280672 4.945312,-0.453163 4.945312,-0.453163"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,27.099999 c -0.306216,0.199941 -2.204654,1.618554 -4.664062,2.689062 -2.676473,1.164991 -5.922377,2.126167 -8.259766,1.095704 -2.916927,-1.285956 -4.261593,-0.911169 -5.734375,-0.50586 -1.472782,0.405309 -3.074336,0.845225 -6.123047,-0.378906 -1.365451,-0.548261 -6.724279,-2.715869 -7.21875,-2.9 v -0.35 c 0,0 5.943231,2.199673 7.40625,2.787109 2.957588,1.187543 4.325492,0.765912 5.802734,0.359375 1.477243,-0.406536 3.062893,-0.793739 6.06836,0.53125 2.067889,0.911651 5.229628,0.04895 7.859375,-1.095703 2.629747,-1.144652 4.863281,-2.582031 4.863281,-2.582031 z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,58.749999 c 0,0 7.824199,-1.107187 10.820312,-1.394534 1.526114,-0.146364 2.541852,-0.07863 3.501954,-0.113281 0.960101,-0.03465 1.870996,-0.163784 3.257812,-0.710938 0.303935,-0.119914 0.757432,-0.14722 1.357422,-0.150391 0.59999,-0.0032 1.32628,0.03426 2.072266,0.109375 1.49197,0.150229 3.046431,0.430325 3.892578,0.896485 0.97738,0.53846 2.773182,0.900301 4.302734,1.105469 1.529552,0.205167 2.794922,0.265624 2.794922,0.265624 v 0.342191 c -0.190235,-0.01014 -1.438062,0.07724 -2.861328,-0.113672 -1.552508,-0.208246 -3.363624,-0.547891 -4.478516,-1.162109 -0.681761,-0.375596 -2.240439,-0.690808 -3.701172,-0.837891 -0.730366,-0.07354 -1.440795,-0.108517 -2.017578,-0.105469 -0.576783,0.003 -1.041659,0.06155 -1.177734,0.115235 -1.432098,0.565019 -2.428425,0.710166 -3.423828,0.746094 -0.995403,0.03593 -1.982229,-0.03161 -3.472656,0.111328 -2.897244,0.277865 -10.566081,1.203737 -10.867188,1.246484"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,91.099999 c -2.137632,0.365401 -4.374189,1.561267 -7.089844,0.9 -2.301788,-0.56049 -4.132625,-0.418944 -5.861328,-0.205078 -1.728702,0.213866 -3.360072,0.506254 -5.205078,0.208984 -3.969943,-0.639641 -5.68176,-0.941972 -8.640625,-1.261719 -1.676545,-0.181173 -4.277802,0.139646 -5.203125,0.357813 v -0.35 c 0.871816,-0.217334 3.366837,-0.708252 5.257812,-0.503906 2.971813,0.321146 4.698177,0.624369 8.666016,1.263672 1.748068,0.28165 3.31748,0.0049 5.0625,-0.210938 1.745021,-0.215885 3.660761,-0.364752 6.041016,0.214844 2.662166,0.648242 4.608759,-0.429227 6.972656,-0.763672"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/39.svg b/src/asset/www/svg/tile/39.svg
deleted file mode 100644
index 325e3bb..0000000
--- a/src/asset/www/svg/tile/39.svg
+++ /dev/null
@@ -1,592 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="39.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="169.80763"
- inkscape:cy="199.49335"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="-96"
- transform="matrix(0,-1,-1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,95.458 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 95.458 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,95.458 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,90.705244 79.84708,89.51705 77.827754,89.445681 67.07558,89.065668 64,90.474669 64,90.474669 V 95.458 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,63.458 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.447037 9.186167,59.022867 4.718112,59.021597 3.398162,59.021222 0,58.458511 0,58.458511 V 63.458 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,31.458 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 31.458 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,31.458 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,24.53935 32,26.474668 32,26.474668 V 31.458 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,63.458 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.337622 64,58.475 64,58.475 v 4.983 z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,31.458 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,28.64482 0,26.458 0,26.458 v 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 63.983334,63.449666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.348587 32,58.466334 32,58.466334 v 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,95.458 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.578921 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,89.763371 32.847715,90.263452 32,90.474669 V 95.458 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- id="g1924"
- transform="translate(-14.129383,21.246051)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,51.644046,28.68955)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(34.905038,55.82374)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 32,96 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,96 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,91.247243 79.84708,90.05905 77.827754,89.987681 67.07558,89.607668 64,91.016669 64,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,64 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.989037 9.186167,59.564867 4.718112,59.563597 3.398162,59.563222 0,59.000511 0,59.000511 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 96,32 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,32 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,25.08135 32,27.016668 32,27.016668 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 96,64 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.879622 64,59.017 64,59.017 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,32 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,29.18682 0,27 0,27 l 0,5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.983334,63.991666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.890587 32,59.008334 32,59.008334 v 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 64,96 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.57892 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,90.305371 32.847715,90.805452 32,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,91.099999 c -1.442886,0.244797 -3.208191,0.79222 -4.587891,0.814062 -2.509776,0.03973 -4.698974,-0.437906 -7.933593,-1.414062 -1.639703,-0.494836 -4.218454,-0.210515 -6.998047,-0.837891 -1.533722,-0.346173 -3.018589,0.09199 -4.5,0.609375 C 6.499057,90.788866 5.030034,91.390827 3.533202,91.257811 2.690752,91.182947 1.208294,91.064417 -10e-7,91.099999 v -0.35 c 1.29566,-0.03809 2.61431,-0.07571 3.576172,0.0098 1.332101,0.118377 2.742423,-0.438509 4.238281,-0.960938 1.495858,-0.522428 3.086611,-1.006171 4.775391,-0.625 2.680633,0.605046 5.212991,0.298351 7.033203,0.847662 3.218141,0.971183 5.339142,1.43124 7.78125,1.392578 1.388022,-0.02201 3.04034,-0.414824 4.595703,-0.664102 z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,90.749999 c 0,0 0.723231,-0.339071 2.853516,-0.646484 2.130284,-0.307414 5.599341,-0.563469 10.984375,-0.373047 1.051731,0.03719 2.646899,0.354799 4.328125,0.679687 1.681225,0.324888 3.442624,0.655997 4.757812,0.730469 5.356309,0.303299 9.076172,-0.390625 9.076172,-0.390625 v 0.35 c -0.401253,0.334057 -4.007848,0.829276 -9.105469,0.540625 -1.373216,-0.07776 -3.141852,-0.415126 -4.824219,-0.740234 -1.682366,-0.325109 -3.283456,-0.637697 -4.25,-0.671875 -5.36154,-0.189592 -8.803135,0.06901 -10.896484,0.371093 -1.985625,0.286539 -2.852038,0.468635 -2.923828,0.500391"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,59.099999 c -0.198633,-9.47e-4 -1.447737,0.155072 -2.876953,0.214452 -1.564582,0.06502 -3.402354,0.211205 -4.40625,0.496094 -2.241635,0.636139 -4.859701,2.412031 -7.376953,2.765625 -2.39849,0.336911 -4.477593,-0.372523 -6.488282,-1.146484 C 8.840873,60.655724 6.893799,59.820925 4.724608,59.82031 4.029583,59.820171 2.855535,59.677894 1.83789,59.537107 0.978459,59.418209 0.209711,59.134083 -10e-7,59.099999 v -0.35 c 0,0 0.895883,0.151238 1.90625,0.291018 1.010367,0.13978 2.194122,0.279172 2.818359,0.279296 2.296536,6.51e-4 4.308312,0.873374 6.306641,1.642579 1.998329,0.769204 3.977096,1.437039 6.240234,1.11914 2.33064,-0.32738 4.935377,-2.080427 7.308594,-2.753906 1.11073,-0.315207 2.945309,-0.448086 4.523438,-0.513672 1.578129,-0.06559 2.896484,-0.06445 2.896484,-0.06445 z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,27.099999 c -0.314594,0.02382 -2.896032,0.368297 -4.271484,0.15581 -13.711055,-2.117685 -27.39752,-0.20659 -27.728516,-0.15581 v -0.35 c 0,0 13.825071,-2.147446 27.804688,0.01172 1.316296,0.203303 4.195312,-0.01172 4.195312,-0.01172"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,27.099999 c -0.447639,0.04185 -13.959625,1.4345 -24.210938,-1.158594 -1.1357,-0.287278 -3.091576,0.01781 -4.728515,0.419922 -1.546416,0.379879 -2.92443,0.690158 -3.060547,0.738672 v -0.35 c 0,0 1.275963,-0.463925 2.941406,-0.873044 1.665443,-0.409118 3.632825,-0.758341 4.970703,-0.419922 10.284333,2.601443 24.087891,1.292966 24.087891,1.292966"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,59.099999 c -0.231132,0.01663 -2.42767,0.334928 -4.892578,0.599219 -2.607181,0.279546 -5.55353,0.691255 -6.736328,1.132812 -2.854515,1.065639 -5.888524,0.706046 -8.935547,0.0098 -3.058465,-0.698894 -11.052583,-1.701595 -11.435547,-1.741831 v -0.35 c 0,0 8.312776,0.866443 11.546875,1.605472 3.012913,0.688485 5.937642,1.021751 8.648437,0.0098 1.334194,-0.498075 4.241694,-0.881437 6.859376,-1.162109 2.617681,-0.280672 4.945312,-0.453163 4.945312,-0.453163"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,27.099999 c -0.306216,0.199941 -2.204654,1.618554 -4.664062,2.689062 -2.676473,1.164991 -5.922377,2.126167 -8.259766,1.095704 -2.916927,-1.285956 -4.261593,-0.911169 -5.734375,-0.50586 -1.472782,0.405309 -3.074336,0.845225 -6.123047,-0.378906 -1.365451,-0.548261 -6.724279,-2.715869 -7.21875,-2.9 v -0.35 c 0,0 5.943231,2.199673 7.40625,2.787109 2.957588,1.187543 4.325492,0.765912 5.802734,0.359375 1.477243,-0.406536 3.062893,-0.793739 6.06836,0.53125 2.067889,0.911651 5.229628,0.04895 7.859375,-1.095703 2.629747,-1.144652 4.863281,-2.582031 4.863281,-2.582031 z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,58.749999 c 0,0 7.824199,-1.107187 10.820312,-1.394534 1.526114,-0.146364 2.541852,-0.07863 3.501954,-0.113281 0.960101,-0.03465 1.870996,-0.163784 3.257812,-0.710938 0.303935,-0.119914 0.757432,-0.14722 1.357422,-0.150391 0.59999,-0.0032 1.32628,0.03426 2.072266,0.109375 1.49197,0.150229 3.046431,0.430325 3.892578,0.896485 0.97738,0.53846 2.773182,0.900301 4.302734,1.105469 1.529552,0.205167 2.794922,0.265624 2.794922,0.265624 v 0.342191 c -0.190235,-0.01014 -1.438062,0.07724 -2.861328,-0.113672 -1.552508,-0.208246 -3.363624,-0.547891 -4.478516,-1.162109 -0.681761,-0.375596 -2.240439,-0.690808 -3.701172,-0.837891 -0.730366,-0.07354 -1.440795,-0.108517 -2.017578,-0.105469 -0.576783,0.003 -1.041659,0.06155 -1.177734,0.115235 -1.432098,0.565019 -2.428425,0.710166 -3.423828,0.746094 -0.995403,0.03593 -1.982229,-0.03161 -3.472656,0.111328 -2.897244,0.277865 -10.566081,1.203737 -10.867188,1.246484"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,91.099999 c -2.137632,0.365401 -4.374189,1.561267 -7.089844,0.9 -2.301788,-0.56049 -4.132625,-0.418944 -5.861328,-0.205078 -1.728702,0.213866 -3.360072,0.506254 -5.205078,0.208984 -3.969943,-0.639641 -5.68176,-0.941972 -8.640625,-1.261719 -1.676545,-0.181173 -4.277802,0.139646 -5.203125,0.357813 v -0.35 c 0.871816,-0.217334 3.366837,-0.708252 5.257812,-0.503906 2.971813,0.321146 4.698177,0.624369 8.666016,1.263672 1.748068,0.28165 3.31748,0.0049 5.0625,-0.210938 1.745021,-0.215885 3.660761,-0.364752 6.041016,0.214844 2.662166,0.648242 4.608759,-0.429227 6.972656,-0.763672"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,18.072097,54.899628)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137-6"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8-3"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-1"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-7"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-5"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5139-9"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5141-6"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5143-2"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5145-1"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5147-7"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5149-8"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5151-5"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5153-7"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/4.svg b/src/asset/www/svg/tile/4.svg
deleted file mode 100644
index b465e0d..0000000
--- a/src/asset/www/svg/tile/4.svg
+++ /dev/null
@@ -1,404 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="4.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="11.313708"
- inkscape:cx="230.81407"
- inkscape:cy="344.02528"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="201" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.2,0 H 6.1833312 C 5.9361676,1.5429758 5.5511584,3.1549102 5.5285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 1.2 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 7.5923317,-35.07558 6.183331,-32 6.183331,-32 H 1.2 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 37.636778,28.601838 38.199489,32 38.199489,32 H 33.2 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 65.2 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 72.11865,-5.3707704 70.183332,0 70.183332,0 H 65.2 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.2,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 37.320378,-40.302291 38.183,-32 38.183,-32 H 33.2 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.2,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 68.01318,26.140271 70.2,32 70.2,32 h -5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.208334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 39.309413,-7.8589656 38.191666,0 38.191666,0 h -4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.2,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 6.894629,-3.4029017 6.394548,-0.84771505 6.1833313,0 H 1.2 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- sodipodi:insensitive="true"
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,-12.949838,-5.8479066)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,0.146369,-26.61475)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(28.624566,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="M 0,0 H 4.9833312 C 4.7361676,1.5429758 4.3511584,3.1549102 4.3285209,4.5855644 c -0.039198,2.4772323 0.4294953,4.6337587 1.403165,7.8618186 0.5220734,1.730859 0.2256909,4.287946 0.841899,7.019482 0.7273441,3.22418 -1.8416463,6.154529 -1.5902537,8.984936 0.082938,0.933789 0.03811,2.251077 0,3.548199 H 0 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,-64 h 4.983331 c 0,0 -0.6876684,3.700239 -0.3828044,9.086991 0.1522299,2.689806 1.3404232,7.065929 1.4117921,9.085255 C 6.3923317,-35.07558 4.983331,-32 4.983331,-32 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,0 h 4.999489 c 0,0 0.03896,5.2308334 -0.563086,7.3465622 -0.656933,2.3086293 -2.426915,4.9218468 -2.768506,7.3470568 -0.656934,4.664055 2.767236,8.120214 2.768506,12.588269 C 36.436778,28.601838 36.999489,32 36.999489,32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 64,-64 h 4.983699 c 0,0 -0.214969,2.834429 0,4.226877 2.151678,13.937362 0,27.773123 0,27.773123 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,-32 h 4.983332 c 0,0 -1.309621,13.794278 1.309621,24.1543617 C 70.91865,-5.3707704 68.983332,0 68.983332,0 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 32,-64 h 4.983 c 0,0 -0.650577,9.196019 -1.590148,11.714323 -1.038741,2.784105 -0.692336,5.766203 0,8.79775 C 36.120378,-40.302291 36.983,-32 36.983,-32 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,0 h 5 c 0,0 -5.60904,8.4141816 -3.660431,12.821757 2.61968,5.92548 -1.529153,5.861149 0.890588,11.870577 C 66.81318,26.140271 69,32 69,32 h -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.008334,-31.983334 h 4.983332 c 0,0 0.250489,5.117985 1.403165,7.210257 0.841756,1.527908 1.189101,6.229351 0.841899,7.109369 -1.112172,2.818915 -0.552594,3.812197 -0.841899,6.828737 C 38.109413,-7.8589656 36.991666,0 36.991666,0 h -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 0,-32 h 4.9833313 c -0.3263763,2.308069 -1.4178583,4.275914 -0.7483547,7.026828 1.140086,4.684481 -0.5789201,7.495834 0,11.09078 0.6394722,3.9709592 0.9424025,5.6904757 1.2628485,8.6573599 C 5.694629,-3.4029017 5.194548,-0.84771505 4.9833313,0 H 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 4.9,64 C 4.6552034,65.442886 4.1077801,67.208191 4.0859375,68.587891 4.0462039,71.097667 4.5238437,73.286865 5.5,76.521484 c 0.494836,1.639703 0.2105146,4.218454 0.8378906,6.998047 0.3461732,1.533722 -0.091992,3.018589 -0.609375,4.5 C 5.2111329,89.500942 4.6091717,90.969965 4.7421875,92.466797 4.8170515,93.309247 4.935582,94.791705 4.9,96 H 5.25 C 5.288087,94.70434 5.325708,93.38569 5.24024,92.423828 5.121863,91.091727 5.6787492,89.681405 6.2011775,88.185547 6.7236058,86.689689 7.2073486,85.098936 6.8261775,83.410156 6.2211325,80.729523 6.527827,78.197165 5.9785162,76.376953 5.0073328,73.158812 4.5472757,71.037811 4.5859381,68.595703 4.6079121,67.207681 5.0007221,65.555363 5.25,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 0.3390708,-0.723231 0.6464844,-2.853516 C 6.2038979,27.0162 6.4599532,23.547143 6.2695312,18.162109 6.2323407,17.110378 5.9147317,15.51521 5.5898438,13.833984 5.2649558,12.152759 4.933847,10.39136 4.859375,9.0761719 4.556076,3.719863 5.25,0 5.25,0 H 4.9 C 4.5659434,0.40125256 4.0707241,4.0078476 4.359375,9.1054688 c 0.077758,1.3732162 0.415126,3.1418522 0.7402344,4.8242192 0.3251084,1.682366 0.637697,3.283456 0.671875,4.25 0.1895911,5.36154 -0.06901,8.803135 -0.3710938,10.896484 C 5.1138523,31.061797 4.931756,31.92821 4.9,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,64 c 9.47e-4,0.198633 -0.155072,1.447737 -0.214452,2.876953 -0.06502,1.564582 -0.211205,3.402354 -0.496094,4.40625 -0.636139,2.241635 -2.412031,4.859701 -2.765625,7.376953 -0.336911,2.39849 0.372523,4.477593 1.146484,6.488282 0.773962,2.010688 1.608761,3.957762 1.609376,6.126953 1.39e-4,0.695025 0.142416,1.869073 0.283203,2.886718 C 36.58179,95.02154 36.865916,95.790288 36.9,96 h 0.35 c 0,0 -0.151238,-0.895883 -0.291018,-1.90625 -0.13978,-1.010367 -0.279172,-2.194122 -0.279296,-2.818359 -6.51e-4,-2.296536 -0.873374,-4.308312 -1.642579,-6.306641 -0.769204,-1.998329 -1.437039,-3.977096 -1.11914,-6.240234 0.32738,-2.33064 2.080427,-4.935377 2.753906,-7.308594 0.315207,-1.11073 0.448086,-2.945309 0.513672,-4.523438 C 37.251135,65.318355 37.25,64 37.25,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 68.9,0 C 68.87618,0.31459418 68.531703,2.8960321 68.74419,4.2714844 70.861875,17.982539 68.95078,31.669004 68.9,32 h 0.35 c 0,0 2.147446,-13.825071 -0.01172,-27.8046875 C 69.034977,2.8790158 69.25,0 69.25,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,32 c -0.04185,0.447639 -1.4345,13.959625 1.158594,24.210938 0.287278,1.1357 -0.01781,3.091576 -0.419922,4.728515 C 69.258793,62.485869 68.948514,63.863883 68.9,64 h 0.35 c 0,0 0.463925,-1.275963 0.873044,-2.941406 0.409118,-1.665443 0.758341,-3.632825 0.419922,-4.970703 C 67.941523,45.803558 69.25,32 69.25,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 36.9,0 c -0.01663,0.23113247 -0.334928,2.4276701 -0.599219,4.8925781 -0.279546,2.6071812 -0.691255,5.5535299 -1.132812,6.7363279 -1.065639,2.854515 -0.706046,5.888524 -0.0098,8.935547 C 35.857063,23.622918 36.859764,31.617036 36.9,32 h 0.35 c 0,0 -0.866443,-8.312776 -1.605472,-11.546875 -0.688485,-3.012913 -1.021751,-5.937642 -0.0098,-8.648437 0.498075,-1.334194 0.881437,-4.2416937 1.162109,-6.8593755 C 37.077509,2.3276307 37.25,0 37.25,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 68.9,64 c -0.199941,0.306216 -1.618554,2.204654 -2.689062,4.664062 -1.164991,2.676473 -2.126167,5.922377 -1.095704,8.259766 1.285956,2.916927 0.911169,4.261593 0.50586,5.734375 C 65.215785,84.130985 64.775869,85.732539 66,88.78125 66.548261,90.146701 68.715869,95.505529 68.9,96 h 0.35 c 0,0 -2.199673,-5.943231 -2.787109,-7.40625 -1.187543,-2.957588 -0.765912,-4.325492 -0.359375,-5.802734 0.406536,-1.477243 0.793739,-3.062893 -0.53125,-6.06836 -0.911651,-2.067889 -0.04895,-5.229628 1.095703,-7.859375 C 67.812621,66.233534 69.25,64 69.25,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 37.25,64 c 0,0 1.107187,-7.824199 1.394534,-10.820312 0.146364,-1.526114 0.07863,-2.541852 0.113281,-3.501954 0.03465,-0.960101 0.163784,-1.870996 0.710938,-3.257812 0.119914,-0.303935 0.14722,-0.757432 0.150391,-1.357422 0.0032,-0.59999 -0.03426,-1.32628 -0.109375,-2.072266 -0.150229,-1.49197 -0.430325,-3.046431 -0.896485,-3.892578 -0.53846,-0.97738 -0.900301,-2.773182 -1.105469,-4.302734 C 37.302648,33.26537 37.242191,32 37.242191,32 H 36.9 c 0.01014,0.190235 -0.07724,1.438062 0.113672,2.861328 0.208246,1.552508 0.547891,3.363624 1.162109,4.478516 0.375596,0.681761 0.690808,2.240439 0.837891,3.701172 0.07354,0.730366 0.108517,1.440795 0.105469,2.017578 -0.003,0.576783 -0.06155,1.041659 -0.115235,1.177734 -0.565019,1.432098 -0.710166,2.428425 -0.746094,3.423828 -0.03593,0.995403 0.03161,1.982229 -0.111328,3.472656 C 37.868619,56.030056 36.942747,63.698893 36.9,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 4.9,32 c -0.365401,2.137632 -1.5612667,4.374189 -0.9,7.089844 0.5604896,2.301788 0.4189445,4.132625 0.2050781,5.861328 -0.2138664,1.728702 -0.5062539,3.360072 -0.2089843,5.205078 0.6396416,3.969943 0.9419721,5.68176 1.2617187,8.640625 C 5.4389863,60.47342 5.1181673,63.074677 4.9,64 H 5.25 C 5.4673345,63.128184 5.9582523,60.633163 5.7539062,58.742188 5.4327604,55.770375 5.1295371,54.044011 4.4902344,50.076172 4.2085836,48.328104 4.4852867,46.758692 4.7011719,45.013672 4.917057,43.268651 5.0659244,41.352911 4.4863281,38.972656 3.8380858,36.31049 4.9155549,34.363897 5.25,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/40.svg b/src/asset/www/svg/tile/40.svg
deleted file mode 100644
index 7b33397..0000000
--- a/src/asset/www/svg/tile/40.svg
+++ /dev/null
@@ -1,540 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="40.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="169.80763"
- inkscape:cy="199.49335"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="-96"
- transform="matrix(0,-1,-1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,95.458 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 95.458 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,95.458 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,90.705244 79.84708,89.51705 77.827754,89.445681 67.07558,89.065668 64,90.474669 64,90.474669 V 95.458 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,63.458 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.447037 9.186167,59.022867 4.718112,59.021597 3.398162,59.021222 0,58.458511 0,58.458511 V 63.458 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,31.458 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 31.458 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,31.458 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,24.53935 32,26.474668 32,26.474668 V 31.458 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,63.458 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.337622 64,58.475 64,58.475 v 4.983 z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,31.458 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,28.64482 0,26.458 0,26.458 v 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 63.983334,63.449666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.348587 32,58.466334 32,58.466334 v 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,95.458 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.578921 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,89.763371 32.847715,90.263452 32,90.474669 V 95.458 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-4.0477978,53.957926)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="g1924"
- transform="translate(-14.129383,21.246051)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,51.644046,28.68955)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(31.333163,49.870615)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 32,96 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,96 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,91.247243 79.84708,90.05905 77.827754,89.987681 67.07558,89.607668 64,91.016669 64,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,64 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.989037 9.186167,59.564867 4.718112,59.563597 3.398162,59.563222 0,59.000511 0,59.000511 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 96,32 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,32 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,25.08135 32,27.016668 32,27.016668 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 96,64 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.879622 64,59.017 64,59.017 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,32 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,29.18682 0,27 0,27 l 0,5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.983334,63.991666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.890587 32,59.008334 32,59.008334 v 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 64,96 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.57892 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,90.305371 32.847715,90.805452 32,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,91.099999 c -1.442886,0.244797 -3.208191,0.79222 -4.587891,0.814062 -2.509776,0.03973 -4.698974,-0.437906 -7.933593,-1.414062 -1.639703,-0.494836 -4.218454,-0.210515 -6.998047,-0.837891 -1.533722,-0.346173 -3.018589,0.09199 -4.5,0.609375 C 6.499057,90.788866 5.030034,91.390827 3.533202,91.257811 2.690752,91.182947 1.208294,91.064417 -10e-7,91.099999 v -0.35 c 1.29566,-0.03809 2.61431,-0.07571 3.576172,0.0098 1.332101,0.118377 2.742423,-0.438509 4.238281,-0.960938 1.495858,-0.522428 3.086611,-1.006171 4.775391,-0.625 2.680633,0.605046 5.212991,0.298351 7.033203,0.847662 3.218141,0.971183 5.339142,1.43124 7.78125,1.392578 1.388022,-0.02201 3.04034,-0.414824 4.595703,-0.664102 z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,90.749999 c 0,0 0.723231,-0.339071 2.853516,-0.646484 2.130284,-0.307414 5.599341,-0.563469 10.984375,-0.373047 1.051731,0.03719 2.646899,0.354799 4.328125,0.679687 1.681225,0.324888 3.442624,0.655997 4.757812,0.730469 5.356309,0.303299 9.076172,-0.390625 9.076172,-0.390625 v 0.35 c -0.401253,0.334057 -4.007848,0.829276 -9.105469,0.540625 -1.373216,-0.07776 -3.141852,-0.415126 -4.824219,-0.740234 -1.682366,-0.325109 -3.283456,-0.637697 -4.25,-0.671875 -5.36154,-0.189592 -8.803135,0.06901 -10.896484,0.371093 -1.985625,0.286539 -2.852038,0.468635 -2.923828,0.500391"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,59.099999 c -0.198633,-9.47e-4 -1.447737,0.155072 -2.876953,0.214452 -1.564582,0.06502 -3.402354,0.211205 -4.40625,0.496094 -2.241635,0.636139 -4.859701,2.412031 -7.376953,2.765625 -2.39849,0.336911 -4.477593,-0.372523 -6.488282,-1.146484 C 8.840873,60.655724 6.893799,59.820925 4.724608,59.82031 4.029583,59.820171 2.855535,59.677894 1.83789,59.537107 0.978459,59.418209 0.209711,59.134083 -10e-7,59.099999 v -0.35 c 0,0 0.895883,0.151238 1.90625,0.291018 1.010367,0.13978 2.194122,0.279172 2.818359,0.279296 2.296536,6.51e-4 4.308312,0.873374 6.306641,1.642579 1.998329,0.769204 3.977096,1.437039 6.240234,1.11914 2.33064,-0.32738 4.935377,-2.080427 7.308594,-2.753906 1.11073,-0.315207 2.945309,-0.448086 4.523438,-0.513672 1.578129,-0.06559 2.896484,-0.06445 2.896484,-0.06445 z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,27.099999 c -0.314594,0.02382 -2.896032,0.368297 -4.271484,0.15581 -13.711055,-2.117685 -27.39752,-0.20659 -27.728516,-0.15581 v -0.35 c 0,0 13.825071,-2.147446 27.804688,0.01172 1.316296,0.203303 4.195312,-0.01172 4.195312,-0.01172"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,27.099999 c -0.447639,0.04185 -13.959625,1.4345 -24.210938,-1.158594 -1.1357,-0.287278 -3.091576,0.01781 -4.728515,0.419922 -1.546416,0.379879 -2.92443,0.690158 -3.060547,0.738672 v -0.35 c 0,0 1.275963,-0.463925 2.941406,-0.873044 1.665443,-0.409118 3.632825,-0.758341 4.970703,-0.419922 10.284333,2.601443 24.087891,1.292966 24.087891,1.292966"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,59.099999 c -0.231132,0.01663 -2.42767,0.334928 -4.892578,0.599219 -2.607181,0.279546 -5.55353,0.691255 -6.736328,1.132812 -2.854515,1.065639 -5.888524,0.706046 -8.935547,0.0098 -3.058465,-0.698894 -11.052583,-1.701595 -11.435547,-1.741831 v -0.35 c 0,0 8.312776,0.866443 11.546875,1.605472 3.012913,0.688485 5.937642,1.021751 8.648437,0.0098 1.334194,-0.498075 4.241694,-0.881437 6.859376,-1.162109 2.617681,-0.280672 4.945312,-0.453163 4.945312,-0.453163"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,27.099999 c -0.306216,0.199941 -2.204654,1.618554 -4.664062,2.689062 -2.676473,1.164991 -5.922377,2.126167 -8.259766,1.095704 -2.916927,-1.285956 -4.261593,-0.911169 -5.734375,-0.50586 -1.472782,0.405309 -3.074336,0.845225 -6.123047,-0.378906 -1.365451,-0.548261 -6.724279,-2.715869 -7.21875,-2.9 v -0.35 c 0,0 5.943231,2.199673 7.40625,2.787109 2.957588,1.187543 4.325492,0.765912 5.802734,0.359375 1.477243,-0.406536 3.062893,-0.793739 6.06836,0.53125 2.067889,0.911651 5.229628,0.04895 7.859375,-1.095703 2.629747,-1.144652 4.863281,-2.582031 4.863281,-2.582031 z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,58.749999 c 0,0 7.824199,-1.107187 10.820312,-1.394534 1.526114,-0.146364 2.541852,-0.07863 3.501954,-0.113281 0.960101,-0.03465 1.870996,-0.163784 3.257812,-0.710938 0.303935,-0.119914 0.757432,-0.14722 1.357422,-0.150391 0.59999,-0.0032 1.32628,0.03426 2.072266,0.109375 1.49197,0.150229 3.046431,0.430325 3.892578,0.896485 0.97738,0.53846 2.773182,0.900301 4.302734,1.105469 1.529552,0.205167 2.794922,0.265624 2.794922,0.265624 v 0.342191 c -0.190235,-0.01014 -1.438062,0.07724 -2.861328,-0.113672 -1.552508,-0.208246 -3.363624,-0.547891 -4.478516,-1.162109 -0.681761,-0.375596 -2.240439,-0.690808 -3.701172,-0.837891 -0.730366,-0.07354 -1.440795,-0.108517 -2.017578,-0.105469 -0.576783,0.003 -1.041659,0.06155 -1.177734,0.115235 -1.432098,0.565019 -2.428425,0.710166 -3.423828,0.746094 -0.995403,0.03593 -1.982229,-0.03161 -3.472656,0.111328 -2.897244,0.277865 -10.566081,1.203737 -10.867188,1.246484"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,91.099999 c -2.137632,0.365401 -4.374189,1.561267 -7.089844,0.9 -2.301788,-0.56049 -4.132625,-0.418944 -5.861328,-0.205078 -1.728702,0.213866 -3.360072,0.506254 -5.205078,0.208984 -3.969943,-0.639641 -5.68176,-0.941972 -8.640625,-1.261719 -1.676545,-0.181173 -4.277802,0.139646 -5.203125,0.357813 v -0.35 c 0.871816,-0.217334 3.366837,-0.708252 5.257812,-0.503906 2.971813,0.321146 4.698177,0.624369 8.666016,1.263672 1.748068,0.28165 3.31748,0.0049 5.0625,-0.210938 1.745021,-0.215885 3.660761,-0.364752 6.041016,0.214844 2.662166,0.648242 4.608759,-0.429227 6.972656,-0.763672"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <g
- style="display:inline"
- id="use4878"
- transform="translate(65.380197,-6.037922)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path28880"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path28882"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path28884"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path28886"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path28888"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path28890"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137-6"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8-3"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-1"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-7"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9-5"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5139-9"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5141-6"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5143-2"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5145-1"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5147-7"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5149-8"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5151-5"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137-6"
- id="use5153-7"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/41.svg b/src/asset/www/svg/tile/41.svg
deleted file mode 100644
index 67238aa..0000000
--- a/src/asset/www/svg/tile/41.svg
+++ /dev/null
@@ -1,623 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="41.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="88.999996"
- inkscape:cx="359.95313"
- inkscape:cy="122.9045"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="shadow"
- style="">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0582049,5.8199686 v 4.9831584 23.312786 h 5.141795 c 0,0 1.1373607,-3.827158 5.1040931,-13.828091 1.608796,-3.626767 4.999143,-4.059371 6.470923,-4.661908 11.276786,-2.815007 14.224985,-2.426 14.224985,-2.426 V 5.8199686 H 6.0413634 Z"
- id="path1932-36-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.058336,66.115916 v 8.687215 21.196955 l 4.98316,-1.72e-4 c 0,0 -2.965593,-0.453651 -0.818957,-8.258412 0.244055,-0.887336 -0.02899,-3.012199 0.393142,-3.893584 2.606477,-5.442173 8.967893,-3.354846 12.159464,-4.221965 3.129608,-0.78124 0.01072,-4.708853 2.090156,-5.00625 C 89.278633,73.845503 96,77.043361 96,77.043361 V 65.356469 l -25.958504,0.759447 z"
- id="path1932-4-5-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.058336,37.819972 v 4.98316 23.312784 H 70.2 c 0.05688,-0.60951 -0.219064,2.064625 0.640638,-4.739714 0.341577,-2.703505 3.034761,-2.768037 4.463585,-6.08788 2.385475,-5.542606 3.662696,-5.126075 6.867797,-5.941759 C 93.435806,46.479985 96,45.199915 96,45.199915 V 37.819972 H 70.041496 Z"
- id="path1932-7-35-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058334,5.8199686 v 4.9831594 23.312785 h 5.141667 c 0,0 1.137488,-0.826719 5.104222,-10.827652 2.66713,-5.412705 3.279352,-6.794431 6.470923,-7.66155 C 61.051931,12.811704 64,13.199914 64,13.199914 V 5.8199686 H 38.041491 Z"
- id="path1932-44-6-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.057945,2.1159139 2.64e-4,8.6872141 v 23.31287 l 5.141664,-1.69e-4 c 0,0 -3.282087,-7.278656 -1.378069,-17.707182 0.247269,-1.354321 4.564645,-4.538841 12.820923,-5.809465 11.487586,-1.7679164 14.357344,2.600732 14.357344,2.600732 L 95.999804,2.1159139 H 70.041105 Z"
- id="path1932-3-2-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058334,69.819738 v 4.983348 21.196915 h 5.141667 c 0,0 1.914236,-2.549764 2.61144,-4.045163 1.154067,-2.475312 -1.13257,-4.53999 2.492782,-4.667578 7.317327,-0.257514 6.503546,-3.31166 6.470923,-7.661547 -0.02154,-2.871367 5.128172,-1.158555 7.075863,-1.461665 C 62.787034,77.240253 64,77.199915 64,77.199915 v -7.380417 l -25.958509,2.4e-4 z"
- id="path1932-0-91-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0583333,69.819913 v 4.98316 21.196928 h 5.1416666 c 0,0 3.4288161,-1.312488 4.0842641,-8.251961 0.249,-2.636255 -5.9732578,-2.585135 -4.9331696,-4.826122 C 7.8913999,77.448544 16.303364,78.641029 19.494936,77.773912 30.77172,74.958904 32.000001,77.199915 32.000001,77.199915 V 69.819913 H 6.041492 Z"
- id="path1932-78-27-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058334,37.819972 v 4.98316 l 8.7e-5,23.312784 h 5.14158 c 0,0 2.669929,-2.291985 5.104222,-6.684341 2.925019,-5.277805 5.389523,-5.406112 8.587589,-6.248964 C 60.509765,50.911346 64.058,45.199915 64.058,45.199915 V 37.819972 H 38.041491 Z"
- id="path1932-6-09-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0582049,3.7040547 V 8.6872129 32 H 6.2 c 0,0 1.1373604,-3.82716 5.104093,-13.828092 C 12.912889,14.545141 16.303236,14.112537 17.775016,13.51 29.0518,10.694993 32,11.084 32,11.084 V 3.7040547 H 6.0413633 Z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0583333,37.820725 v 4.98316 23.312784 H 6.2 c 0,0 -3.0446604,-2.629871 0.209428,-12.637465 0.5215467,-1.60396 10.409571,-3.316383 13.614674,-4.132067 C 31.287886,46.480559 31.999999,45.2 31.999999,45.2 V 37.820725 H 6.0414918 Z"
- id="path1932-5-7-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0583333,35.704056 V 40.687216 64 H 6.2 C 6.2,64 3.1553396,61.370129 6.4094281,51.362535 6.9309747,49.758575 16.818999,48.046152 20.024102,47.230468 31.287886,44.36389 32,43.084 32,43.084 V 35.704056 H 6.0414919 Z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.058335,64 v 8.687216 23.31287 l 4.983159,-1.72e-4 c 0,0 -2.965592,-2.569566 -0.818956,-10.374328 0.244055,-0.887335 -0.02899,-3.012198 0.393141,-3.893583 2.606477,-5.442173 8.967894,-3.354846 12.159465,-4.221964 3.129608,-0.781241 0.01072,-4.708854 2.090155,-5.006251 C 89.278632,71.729588 96,74.927446 96,74.927446 V 64 l -25.958506,0 z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 65.058335,35.704056 V 40.687216 64 H 70.2 c 0.05688,-0.609508 -0.219066,2.064626 0.640637,-4.739713 0.341577,-2.703504 3.03476,-2.768037 4.463584,-6.08788 2.385475,-5.542606 3.662696,-5.126075 6.867798,-5.941759 C 93.435805,44.36407 96,43.084 96,43.084 V 35.704056 H 70.041494 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,3.7040546 V 8.6872137 32 H 38.2 c 0,0 1.13749,-0.826721 5.104222,-10.827653 2.667129,-5.412705 3.279351,-6.794431 6.470922,-7.66155 C 61.051929,10.69579 64,11.084 64,11.084 V 3.7040546 H 38.041492 Z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.057944,0 3.91e-4,8.6872137 V 32.000085 L 70.2,31.999915 c 0,0 -3.282089,-7.278656 -1.378071,-17.707182 C 69.069198,12.938412 73.386574,9.7538917 81.642852,8.4832675 93.130438,6.7153518 96.000196,11.084 96.000196,11.084 L 95.999804,0 H 70.041103 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,67.703823 V 72.687171 96 H 38.2 c 0,0 1.914236,-4.665678 2.611439,-6.161078 1.154068,-2.47531 -1.13257,-4.539989 2.492783,-4.667577 7.317329,-0.257514 6.503545,-3.31166 6.470922,-7.661547 -0.02154,-2.871368 5.128173,-1.158556 7.075863,-1.461664 C 62.787032,75.124339 64,75.084 64,75.084 v -7.380416 l -25.958508,2.39e-4 z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0583333,67.703998 V 72.687158 96 H 6.2 c 0,0 3.428816,-3.428403 4.084264,-10.367875 0.249,-2.636256 -5.973258,-2.585135 -4.9331698,-4.826122 C 7.8914,75.33263 16.303364,76.525115 19.494936,75.657997 30.771719,72.842989 32,75.084 32,75.084 V 67.703998 H 6.0414919 Z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058335,35.704056 v 4.98316 L 33.058422,64 H 38.2 c 0,0 2.66993,-2.291985 5.104222,-6.68434 2.925019,-5.277806 5.389524,-5.406111 8.587589,-6.248963 C 60.509764,48.795432 64.058,43.084 64.058,43.084 V 35.704056 H 38.041492 Z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -1.2844006e-4,-1.1287e-4 V 4.9830453 32 H 4.9830298 c 0,0 1.2959972,-7.53133 5.2627282,-17.532262 C 12.912887,9.0550341 13.525109,7.6733083 16.716681,6.8061898 27.993466,3.9911828 31.999985,4.9830453 31.999985,4.9830453 V -1.1287e-4 H 4.9830298 Z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 0,31.999887 V 36.983045 64 h 4.9831583 c 0,0 -1.8105418,-6.046235 0.3679363,-16.341637 C 6.6002453,41.754926 15.760664,41.341665 18.965767,40.525982 30.229552,37.659404 32.000113,36.983045 32.000113,36.983045 V 31.999887 H 4.9831583 Z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,63.999887 V 68.983046 96 h 4.983158 c 0,0 -4.088123,-4.902368 -0.912499,-13.549029 0.317269,-0.863867 0.06455,-6.541431 0.486685,-7.422816 2.606477,-5.442172 8.967893,-3.354846 12.159465,-4.221965 3.129608,-0.781239 0.01071,-4.708853 2.090155,-5.006249 5.413333,-0.774199 13.193149,3.183105 13.193149,3.183105 V 63.999887 H 68.983158 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,31.999887 V 36.983046 64 h 4.983158 c 0,0 -0.745484,-6.283863 0.799143,-11.444382 0.781385,-2.610563 3.03476,-2.768034 4.463585,-6.08788 2.385476,-5.542603 3.662695,-5.126073 6.867798,-5.941756 11.263785,-2.866579 14.886429,-3.542936 14.886429,-3.542936 V 31.999887 H 68.983158 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,-1.13e-4 V 4.983046 32 h 4.983158 c 0,0 1.295998,-7.53133 5.262728,-17.532262 C 44.913016,9.055034 45.525237,7.673309 48.716809,6.80619 59.993593,3.991183 64.000113,4.983046 64.000113,4.983046 V -1.13e-4 H 36.983158 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,-1.13e-4 V 4.983046 32 h 4.983158 c 0,0 -3.123581,-13.982904 -1.219564,-24.411429 C 68.010862,6.2342507 72.328239,3.0497307 80.584517,1.7791064 92.072102,0.01119072 96.000113,4.983046 96.000113,4.983046 V -1.13e-4 H 68.983158 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,63.999653 V 68.983 95.999766 h 4.983158 c 0,0 1.230843,-2.382778 2.769945,-7.526406 0.782921,-2.616499 -1.132569,-9.878271 2.492783,-10.005856 7.317331,-0.257514 6.503545,-3.311661 6.470923,-7.661548 -0.02153,-2.871366 5.128172,-1.158556 7.075862,-1.461666 5.936025,-0.923795 8.207442,-0.361478 8.207442,-0.361478 V 63.999653 H 36.983158 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,63.999827 v 4.983159 27.016954 h 4.9831583 c 0,0 3.8336583,-4.423054 4.5234046,-11.3592 C 9.755563,82.136777 3.2526725,76.343039 4.2927607,74.102053 6.8330665,68.628681 15.245029,69.821166 18.436601,68.954047 c 11.276784,-2.815007 13.563512,0.02894 13.563512,0.02894 v -4.98316 H 4.9831583 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,31.999887 V 36.983046 64 h 4.983158 c 0,0 1.009426,-0.506052 5.262728,-10.388512 2.385476,-5.542603 5.382487,-8.433365 8.58759,-9.249048 11.263785,-2.866578 13.166637,-7.379394 13.166637,-7.379394 V 31.999887 H 36.983158 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,-1.4708572,29.634598)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(31.750001,10.980209)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(14.155209,-11.641667)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(17.727084,4.2333335)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(-63.764586,-35.851043)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(32.940626,64.558336)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(30.427085,-2.3812501)"
- width="100%"
- height="100%" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-7.4751945,8.5821538)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(56.363305,60.069987)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 1.2715195,-7.457907 5.226434,-17.431641 1.329658,-2.698511 2.150793,-4.390731 3.00586,-5.4824215 C 14.338917,7.9922603 15.215808,7.4726859 16.783075,7.046875 22.404118,5.6441216 26.207376,5.1908927 28.597528,5.0878906 30.988689,4.9848451 32,5.25 32,5.25 V 4.9 C 31.826759,4.8629074 30.790641,4.4944072 28.576044,4.5898438 26.144749,4.6946188 22.307959,5.1535936 16.656122,6.5644531 h -0.002 -0.0039 c -1.624305,0.4413076 -2.648337,1.0457493 -3.5625,2.2128907 -0.914164,1.1671413 -1.733218,2.8744892 -3.066407,5.5800782 l -0.0039,0.0098 -0.0039,0.0078 C 6.1195989,24.192422 4.9529824,31.697605 4.9,32 Z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,64 c 0,0 -1.8245116,-6.041988 0.3440556,-16.290549 0.5991983,-2.831789 3.0972196,-4.3558 5.9082024,-5.287109 2.810984,-0.93131 5.875497,-1.234905 7.523438,-1.654297 C 30.292521,37.900694 32,37.25 32,37.25 V 36.9 c -0.04423,0.01671 -1.977138,0.553631 -13.097351,3.38367 -1.557163,0.396289 -4.673851,0.708962 -7.556641,1.664062 -2.8827896,0.9551 -5.5902817,2.586553 -6.2402339,5.658203 C 2.9978863,57.567728 4.7782434,63.568582 4.9,64 Z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,68.9 c -0.277986,-0.138865 -2.055669,-1.207229 -4.486328,-2.034766 -2.639264,-0.898558 -5.959809,-1.710426 -8.742188,-1.3125 -0.302437,0.04325 -0.54726,0.163924 -0.710937,0.351563 -0.163677,0.187639 -0.237575,0.421978 -0.265625,0.664062 -0.0561,0.484169 0.05015,1.033779 0.113281,1.582032 0.06313,0.548252 0.08386,1.085038 -0.07031,1.498047 -0.154173,0.413008 -0.456464,0.73499 -1.181641,0.916015 h -0.002 -0.0039 c -1.506252,0.409234 -3.905651,0.117122 -6.261719,0.388672 -2.356069,0.27155 -4.713798,1.16302 -6.056641,3.966797 -0.154898,0.323416 -0.19327,0.82632 -0.234375,1.503906 -0.04111,0.677586 -0.05763,1.498921 -0.07227,2.31836 -0.01463,0.819438 -0.0274,1.636878 -0.05469,2.298828 -0.02729,0.661949 -0.0897,1.201521 -0.134765,1.324218 -1.605052,4.370272 -1.377461,7.816721 -0.740235,10.167969 C 67.592723,94.367286 68.59244,95.569857 68.9,96 h 0.35 c 0,0 -1.058945,-1.336059 -1.671875,-3.59766 -0.61293,-2.261601 -0.84401,-5.588846 0.726563,-9.865235 0.113572,-0.309236 0.138266,-0.803462 0.166015,-1.476562 0.02775,-0.6731 0.04008,-1.492438 0.05469,-2.310547 0.01461,-0.818109 0.03212,-1.635032 0.07227,-2.296875 0.04015,-0.661843 0.129378,-1.19913 0.185547,-1.316406 1.263634,-2.638395 3.389911,-3.425391 5.664063,-3.6875 2.273405,-0.262023 4.648764,0.05488 6.333984,-0.402344 h 0.002 c 0.835356,-0.210408 1.315832,-0.67174 1.521485,-1.222656 0.20622,-0.552436 0.165069,-1.161989 0.09961,-1.730469 -0.06546,-0.56848 -0.155031,-1.106482 -0.113281,-1.466797 0.02087,-0.180157 0.07048,-0.307404 0.146484,-0.394531 0.076,-0.08713 0.186875,-0.154452 0.404297,-0.185547 2.630954,-0.37627 5.907741,0.404471 8.511719,1.291016 C 93.957548,68.224431 96,69.25 96,69.25 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,36.9 c -0.09942,0.01871 -3.835227,0.555242 -14.947266,3.383203 -1.585002,0.403375 -2.740918,0.502161 -3.820312,1.234375 -1.079395,0.732214 -2.016755,2.06329 -3.216797,4.851563 -0.696113,1.617405 -1.575488,2.444913 -2.414063,3.224609 -0.838574,0.779696 -1.649368,1.523421 -2.058593,2.890625 C 68.033476,57.527511 68.850372,63.563754 68.9,64 h 0.35 c 0,0 -0.750817,-6.287107 0.771487,-11.373047 0.372158,-1.24336 1.079256,-1.884374 1.919922,-2.666015 0.840666,-0.781642 1.800492,-1.692091 2.533203,-3.394532 1.185434,-2.75433 2.082203,-3.985673 3.039063,-4.634765 0.95686,-0.649093 2.042009,-0.751756 3.662109,-1.164063 C 92.43626,37.90184 96,37.25 96,37.25 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 64,4.9 C 63.826759,4.8629074 62.790768,4.4944073 60.576172,4.5898438 58.144877,4.6946186 54.308087,5.1535934 48.65625,6.5644531 h -0.002 -0.0039 c -1.624305,0.4413078 -2.648337,1.0457495 -3.5625,2.2128907 -0.914164,1.1671411 -1.733218,2.8744892 -3.066407,5.5800782 l -0.0039,0.0098 -0.0039,0.0078 C 38.119727,24.192422 36.952983,31.697605 36.9,32 h 0.330469 c 0,0 1.291179,-7.457907 5.246093,-17.431641 1.329658,-2.698511 2.150794,-4.390731 3.00586,-5.4824215 C 46.339044,7.9922604 47.215937,7.4726861 48.783203,7.046875 54.404245,5.6441214 58.207504,5.1908925 60.597656,5.0878906 62.988817,4.9848453 64,5.25 64,5.25 Z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 96,4.9 C 95.57033,4.4704109 94.493954,3.2476722 92.697266,2.4882812 90.234717,1.4474572 86.329724,0.64128145 80.546875,1.53125 76.394178,2.1703416 73.225917,3.2922038 71.054688,4.4316406 69.969073,5.001359 69.132112,5.5742597 68.542969,6.1015625 67.953825,6.6288653 67.599374,7.094966 67.517578,7.5429688 65.632977,17.865146 68.789669,31.502137 68.9,32 h 0.35 c 0,0 -3.128484,-14.02503 -1.240234,-24.3671875 0.04184,-0.2291574 0.319269,-0.6677987 0.867187,-1.1582031 C 69.424871,5.984205 70.230437,5.4275766 71.287109,4.8730469 73.400454,3.7639874 76.519466,2.6569232 80.623047,2.0253906 86.327783,1.1474435 90.1286,1.9460936 92.501953,2.9492188 94.875306,3.9523435 95.999999,5.25 96,5.25 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c -0.166004,-0.03394 -0.7597,-0.310536 -1.873047,-0.331875 -1.32635,-0.02542 -3.392631,0.06547 -6.373047,0.529297 -0.870064,0.135404 -2.669786,-0.202274 -4.232422,-0.234375 -0.781318,-0.01605 -1.5158,0.04039 -2.091796,0.320313 -0.575997,0.279928 -0.968835,0.832623 -0.962891,1.625 0.01642,2.190094 0.201964,4.008931 -0.451172,5.246094 -0.326568,0.618581 -0.851476,1.114981 -1.761719,1.488281 -0.910242,0.3733 -2.205767,0.612019 -4.017578,0.675781 -0.990417,0.03485 -1.656504,0.595914 -2.02539,1.392578 -0.368887,0.796664 -0.490792,1.824647 -0.527344,2.917969 -0.03655,1.093322 0.01654,2.254222 0.0293,3.298828 0.01276,1.044606 -0.02062,1.977342 -0.199219,2.574219 C 38.00658,93.43877 36.942719,95.916727 36.9,96 h 0.35 c 0,0 1.198669,-2.296931 2.742186,-7.455312 0.21286,-0.711373 0.23361,-1.667756 0.220703,-2.72461 -0.01291,-1.056853 -0.06491,-2.210259 -0.0293,-3.27539 0.03561,-1.065131 0.164413,-2.040089 0.480468,-2.722656 0.316056,-0.682567 0.767585,-1.076532 1.589844,-1.105469 1.846854,-0.06499 3.195301,-0.303225 4.189453,-0.710938 0.994153,-0.407712 1.635051,-0.995916 2.015625,-1.716797 0.761149,-1.44176 0.524011,-3.324581 0.507813,-5.484374 -0.0048,-0.643307 0.237259,-0.953958 0.681641,-1.169922 0.444381,-0.215965 1.116402,-0.288781 1.863281,-0.273438 1.493758,0.03069 3.242687,0.398175 4.320312,0.230469 2.955609,-0.459967 4.991793,-0.55018 6.285157,-0.525391 C 63.410546,69.090962 64,69.250001 64,69.25 Z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 32,68.9 C 31.656893,68.579327 30.507165,67.849922 29.492188,67.665956 27.462233,67.298022 24.038392,67.29762 18.376953,68.710878 l -0.0039,0.002 h -0.002 c -1.514177,0.411387 -4.440163,0.341511 -7.292969,0.841797 -2.8528062,0.500285 -5.6942853,1.602849 -7.0117188,4.441406 -0.3192193,0.687793 -0.058113,1.536787 0.4140626,2.458984 0.4721759,0.922197 1.1864455,1.940465 1.9199218,2.962891 0.7334763,1.022425 1.4862256,2.048334 2.0351563,2.96289 0.5489306,0.914557 0.8729734,1.724456 0.8222656,2.234375 C 8.585737,91.373618 5.0045041,95.87819 4.9,96 h 0.35 c 0,0 3.8081225,-4.317547 4.505859,-11.334046 C 9.829652,83.923894 9.4330616,83.07098 8.8652344,82.12494 8.2974071,81.1789 7.5377511,80.146021 6.8066406,79.126893 6.0755302,78.107766 5.3725913,77.101111 4.9257812,76.228456 4.4789712,75.3558 4.3187065,74.639671 4.5195312,74.206971 5.7424036,71.572156 8.3779175,70.53541 11.164062,70.046815 c 2.786146,-0.488595 5.660496,-0.39583 7.337891,-0.851563 l -0.0039,0.002 C 24.113397,67.795501 27.469743,67.8079 29.40235,68.158189 30.368653,68.333333 31.636359,69.042721 32,69.25 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,36.9 c -0.0089,0.0209 -0.34571,0.251424 -0.671875,0.682031 -0.341444,0.450777 -0.916064,1.089763 -1.841797,1.820313 -1.851466,1.461099 -5.110078,3.292363 -10.714844,4.71875 -3.305819,0.841313 -6.352803,3.807173 -8.755859,9.390625 -2.124424,4.936056 -3.437104,7.52748 -4.212891,8.875 C 37.414841,63.060479 37.049183,63.813066 36.9,64 h 0.35 c 0.173,-0.216778 0.590198,-0.675218 0.986324,-1.363279 0.792253,-1.376122 2.109404,-3.979378 4.238281,-8.925781 2.367895,-5.501755 5.315538,-8.31542 8.419922,-9.105469 5.65902,-1.440194 8.984485,-3.298594 10.900391,-4.810547 0.957953,-0.755977 1.601294,-1.399287 1.93164,-1.910156 C 64.040149,37.399811 64,37.25 64,37.25 Z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- <g
- transform="matrix(-1,0,0,1,96,0)"
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- transform="translate(-32)"
- height="100%"
- width="100%"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- transform="translate(-64)"
- height="100%"
- width="100%"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-4.4693349,66.376237)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use4878"
- transform="translate(58.938855,-7.9298936)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path32163"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path32165"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path32167"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path32169"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path32171"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path32173"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/42.svg b/src/asset/www/svg/tile/42.svg
deleted file mode 100644
index cd7dc54..0000000
--- a/src/asset/www/svg/tile/42.svg
+++ /dev/null
@@ -1,582 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="42.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.5644531"
- inkscape:cx="82.570588"
- inkscape:cy="116.83509"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="shadow"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941863,5.8199686 v 4.9831584 23.312786 h -5.141795 c 0,0 -1.137361,-3.827158 -5.104093,-13.828091 -1.608796,-3.626767 -4.999143,-4.059371 -6.470923,-4.661908 -11.276786,-2.815007 -14.224985,-2.426 -14.224985,-2.426 V 5.8199686 h 25.958637 z"
- id="path1932-36-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941732,66.115916 v 8.687215 21.196955 l -4.98316,-1.72e-4 c 0,0 2.965593,-0.453651 0.818957,-8.258412 -0.244055,-0.887336 0.02899,-3.012199 -0.393142,-3.893584 C 23.77791,78.405745 17.416494,80.493072 14.224923,79.625953 11.095315,78.844713 14.214203,74.9171 12.134767,74.619703 6.7214346,73.845503 6.755994e-5,77.043361 6.755994e-5,77.043361 V 65.356469 L 25.958572,66.115916 Z"
- id="path1932-4-5-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941732,37.819972 v 4.98316 23.312784 h -5.141664 c -0.05688,-0.60951 0.219064,2.064625 -0.640638,-4.739714 -0.341577,-2.703505 -3.034761,-2.768037 -4.463585,-6.08788 C 18.31037,49.745716 17.033149,50.162247 13.828048,49.346563 2.5642616,46.479985 6.755994e-5,45.199915 6.755994e-5,45.199915 V 37.819972 H 25.958572 Z"
- id="path1932-7-35-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941734,5.8199686 v 4.9831594 23.312785 h -5.141667 c 0,0 -1.137488,-0.826719 -5.104222,-10.827652 -2.66713,-5.412705 -3.279352,-6.794431 -6.470923,-7.66155 C 34.948137,12.811704 32.000068,13.199914 32.000068,13.199914 V 5.8199686 h 25.958509 z"
- id="path1932-44-6-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.942123,2.1159139 -2.64e-4,8.6872141 v 23.31287 l -5.141664,-1.69e-4 c 0,0 3.282087,-7.278656 1.378069,-17.707182 C 26.930995,15.054326 22.613619,11.869806 14.357341,10.599182 2.8697546,8.8312656 -3.44006e-6,13.199914 -3.44006e-6,13.199914 l 2.67e-4,-11.0840001 H 25.958963 Z"
- id="path1932-3-2-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941734,69.819738 v 4.983348 21.196915 h -5.141667 c 0,0 -1.914236,-2.549764 -2.61144,-4.045163 -1.154067,-2.475312 1.13257,-4.53999 -2.492782,-4.667578 -7.317327,-0.257514 -6.503546,-3.31166 -6.470923,-7.661547 0.02154,-2.871367 -5.128172,-1.158555 -7.075863,-1.461665 -5.936025,-0.923795 -7.148991,-0.964133 -7.148991,-0.964133 v -7.380417 l 25.958509,2.4e-4 z"
- id="path1932-0-91-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941734,69.819913 v 4.98316 21.196928 h -5.141666 c 0,0 -3.428816,-1.312488 -4.084264,-8.251961 -0.249,-2.636255 5.973257,-2.585135 4.933169,-4.826122 C 88.108668,77.448544 79.696704,78.641029 76.505132,77.773912 65.228348,74.958904 64.000067,77.199915 64.000067,77.199915 v -7.380002 h 25.958509 z"
- id="path1932-78-27-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941734,37.819972 v 4.98316 l -8.7e-5,23.312784 h -5.14158 c 0,0 -2.669929,-2.291985 -5.104222,-6.684341 C 49.770826,54.15377 47.306322,54.025463 44.108256,53.182611 35.490303,50.911346 31.942068,45.199915 31.942068,45.199915 v -7.379943 h 26.016509 z"
- id="path1932-6-09-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941863,3.7040547 V 8.6872129 32 h -5.141795 c 0,0 -1.137361,-3.82716 -5.104093,-13.828092 C 83.087179,14.545141 79.696832,14.112537 78.225052,13.51 66.948268,10.694993 64.000068,11.084 64.000068,11.084 V 3.7040547 h 25.958636 z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941734,37.820725 v 4.98316 23.312784 h -5.141666 c 0,0 3.044661,-2.629871 -0.209429,-12.637465 C 89.069093,51.875244 79.181069,50.162821 75.975966,49.347137 64.712182,46.480559 64.000068,45.2 64.000068,45.2 v -7.379275 h 25.958508 z"
- id="path1932-5-7-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941734,35.704056 V 40.687216 64 h -5.141666 c 0,0 3.04466,-2.629871 -0.209429,-12.637465 C 89.069093,49.758575 79.181069,48.046152 75.975966,47.230468 64.712182,44.36389 64.000068,43.084 64.000068,43.084 v -7.379944 h 25.958508 z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941733,64 v 8.687216 23.31287 l -4.983159,-1.72e-4 c 0,0 2.965592,-2.569566 0.818956,-10.374328 -0.244055,-0.887335 0.02899,-3.012198 -0.393141,-3.893583 C 23.777912,76.28983 17.416495,78.377157 14.224924,77.510039 11.095316,76.728798 14.214204,72.801185 12.134769,72.503788 6.7214356,71.729588 6.755994e-5,74.927446 6.755994e-5,74.927446 V 63.240554 L 25.958574,64 Z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 30.941733,35.704056 V 40.687216 64 h -5.141665 c -0.05688,-0.609508 0.219066,2.064626 -0.640637,-4.739713 -0.341577,-2.703504 -3.03476,-2.768037 -4.463584,-6.08788 C 18.310372,47.629801 17.033151,48.046332 13.828049,47.230648 2.5642626,44.36407 6.755994e-5,43.084 6.755994e-5,43.084 V 35.704056 H 25.958574 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,3.7040546 V 8.6872137 32 h -5.141665 c 0,0 -1.13749,-0.826721 -5.104222,-10.827653 -2.667129,-5.412705 -3.279351,-6.794431 -6.470922,-7.66155 C 34.948139,10.69579 32.000068,11.084 32.000068,11.084 V 3.7040546 h 25.958508 z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.942124,0 -3.91e-4,8.6872137 V 32.000085 l -5.141665,-1.7e-4 c 0,0 3.282089,-7.278656 1.378071,-17.707182 C 26.93087,12.938412 22.613494,9.7538917 14.357216,8.4832675 2.8696296,6.7153518 -1.2844006e-4,11.084 -1.2844006e-4,11.084 L 2.6355994e-4,0 H 25.958965 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,67.703823 V 72.687171 96 h -5.141665 c 0,0 -1.914236,-4.665678 -2.611439,-6.161078 -1.154068,-2.47531 1.13257,-4.539989 -2.492783,-4.667577 -7.317329,-0.257514 -6.503545,-3.31166 -6.470922,-7.661547 0.02154,-2.871368 -5.128173,-1.158556 -7.075863,-1.461664 C 33.213036,75.124339 32.000068,75.084 32.000068,75.084 v -7.380416 l 25.958508,2.39e-4 z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941734,67.703998 V 72.687158 96 h -5.141666 c 0,0 -3.428816,-3.428403 -4.084264,-10.367875 -0.249,-2.636256 5.973258,-2.585135 4.933169,-4.826122 C 88.108668,75.33263 79.696704,76.525115 76.505132,75.657997 65.228349,72.842989 64.000068,75.084 64.000068,75.084 v -7.380002 h 25.958508 z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941733,35.704056 v 4.98316 L 62.941646,64 h -5.141578 c 0,0 -2.66993,-2.291985 -5.104222,-6.68434 C 49.770827,52.037854 47.306322,51.909549 44.108257,51.066697 35.490304,48.795432 31.942068,43.084 31.942068,43.084 v -7.379944 h 26.016508 z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000196,-1.1287e-4 V 4.9830453 32 h -4.983158 c 0,0 -1.295997,-7.53133 -5.262728,-17.532262 C 83.087181,9.0550341 82.474959,7.6733083 79.283387,6.8061898 68.006602,3.9911828 64.000083,4.9830453 64.000083,4.9830453 V -1.1287e-4 h 27.016955 z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000068,31.999887 V 36.983045 64 h -4.983159 c 0,0 1.810542,-6.046235 -0.367936,-16.341637 C 89.399822,41.754926 80.239404,41.341665 77.034301,40.525982 65.770516,37.659404 63.999955,36.983045 63.999955,36.983045 v -4.983158 h 27.016954 z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,63.999887 V 68.983046 96 H 27.01691 c 0,0 4.088123,-4.902368 0.912499,-13.549029 C 27.61214,81.587104 27.864859,75.90954 27.442724,75.028155 24.836247,69.585983 18.474831,71.673309 15.283259,70.80619 12.153651,70.024951 15.272549,66.097337 13.193104,65.799941 7.7797706,65.025742 -4.544006e-5,68.983046 -4.544006e-5,68.983046 V 63.999887 H 27.01691 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,31.999887 V 36.983046 64 H 27.01691 c 0,0 0.745484,-6.283863 -0.799143,-11.444382 -0.781385,-2.610563 -3.03476,-2.768034 -4.463585,-6.08788 C 19.368706,40.925135 18.091487,41.341665 14.886384,40.525982 3.6225986,37.659403 -4.544006e-5,36.983046 -4.544006e-5,36.983046 V 31.999887 H 27.01691 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,-1.13e-4 V 4.983046 32 H 59.01691 c 0,0 -1.295998,-7.53133 -5.262728,-17.532262 C 51.087052,9.055034 50.474831,7.673309 47.283259,6.80619 36.006475,3.991183 31.999955,4.983046 31.999955,4.983046 V -1.13e-4 H 59.01691 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,-1.13e-4 V 4.983046 32 H 27.01691 c 0,0 3.123581,-13.982904 1.219564,-24.411429 C 27.989206,6.2342507 23.671829,3.0497307 15.415551,1.7791064 3.9279656,0.01119072 -4.544006e-5,4.983046 -4.544006e-5,4.983046 V -1.13e-4 H 27.01691 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,63.999653 V 68.983 95.999766 H 59.01691 c 0,0 -1.230843,-2.382778 -2.769945,-7.526406 C 55.464044,85.856861 57.379534,78.595089 53.754182,78.467504 46.436851,78.20999 47.250637,75.155843 47.283259,70.805956 47.304789,67.93459 42.155087,69.6474 40.207397,69.34429 34.271372,68.420495 31.999955,68.982812 31.999955,68.982812 V 63.999653 H 59.01691 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96.000068,63.999827 v 4.983159 27.016954 h -4.983159 c 0,0 -3.833658,-4.423054 -4.523404,-11.3592 -0.249,-2.503963 6.25389,-8.297701 5.213802,-10.538687 -2.540306,-5.473372 -10.952268,-4.280887 -14.14384,-5.148006 -11.276784,-2.815007 -13.563512,0.02894 -13.563512,0.02894 v -4.98316 h 27.016954 z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,31.999887 V 36.983046 64 H 59.01691 c 0,0 -1.009426,-0.506052 -5.262728,-10.388512 C 51.368706,48.068885 48.371695,45.178123 45.166592,44.36244 33.902807,41.495862 31.999955,36.983046 31.999955,36.983046 V 31.999887 H 59.01691 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,17.986365,31.131308)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(32.498356,9.2964106)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(-10.540496,-11.454578)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(34.565065,-0.81806079)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(8.0774663,-27.993319)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(-36.282185,62.313272)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(-27.196228,-2.755427)"
- width="100%"
- height="100%" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-15.543577,-1.6617075)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(59.537944,58.160558)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,32 c 0,0 -1.27152,-7.457907 -5.226434,-17.431641 C 84.193976,11.869848 83.372841,10.177628 82.517774,9.0859375 81.661151,7.9922603 80.78426,7.4726859 79.216993,7.046875 73.59595,5.6441216 69.792692,5.1908927 67.40254,5.0878906 65.011379,4.9848451 64.000068,5.25 64.000068,5.25 V 4.9 c 0.173241,-0.037093 1.209359,-0.4055928 3.423956,-0.3101562 2.431295,0.104775 6.268085,0.5637498 11.919922,1.9746093 h 0.002 0.0039 c 1.624305,0.4413076 2.648337,1.0457493 3.5625,2.2128907 0.914164,1.1671413 1.733218,2.8744892 3.066407,5.5800782 l 0.0039,0.0098 0.0039,0.0078 C 89.880469,24.192422 91.047085,31.697605 91.100068,32 Z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,64 c 0,0 1.824511,-6.041988 -0.344056,-16.290549 -0.599198,-2.831789 -3.09722,-4.3558 -5.908202,-5.287109 -2.810984,-0.93131 -5.875497,-1.234905 -7.523438,-1.654297 C 65.707547,37.900694 64.000068,37.25 64.000068,37.25 V 36.9 c 0.04423,0.01671 1.977138,0.553631 13.097351,3.38367 1.557163,0.396289 4.673851,0.708962 7.556641,1.664062 2.882789,0.9551 5.590281,2.586553 6.240233,5.658203 C 93.002181,57.567728 91.221824,63.568582 91.100068,64 Z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,68.9 C 0.27805356,68.761135 2.0557366,67.692771 4.4863956,66.865234 c 2.639264,-0.898558 5.9598094,-1.710426 8.7421884,-1.3125 0.302437,0.04325 0.54726,0.163924 0.710937,0.351563 0.163677,0.187639 0.237575,0.421978 0.265625,0.664062 0.0561,0.484169 -0.05015,1.033779 -0.113281,1.582032 -0.06313,0.548252 -0.08386,1.085038 0.07031,1.498047 0.154173,0.413008 0.456464,0.73499 1.181641,0.916015 h 0.002 0.0039 c 1.506252,0.409234 3.905651,0.117122 6.261719,0.388672 2.356069,0.27155 4.713798,1.16302 6.056641,3.966797 0.154898,0.323416 0.19327,0.82632 0.234375,1.503906 0.04111,0.677586 0.05763,1.498921 0.07227,2.31836 0.01463,0.819438 0.0274,1.636878 0.05469,2.298828 0.02729,0.661949 0.0897,1.201521 0.134765,1.324218 1.605052,4.370272 1.377461,7.816721 0.740235,10.167969 C 28.407345,94.367286 27.407628,95.569857 27.100068,96 h -0.35 c 0,0 1.058945,-1.336059 1.671875,-3.59766 0.61293,-2.261601 0.84401,-5.588846 -0.726563,-9.865235 -0.113572,-0.309236 -0.138266,-0.803462 -0.166015,-1.476562 -0.02775,-0.6731 -0.04008,-1.492438 -0.05469,-2.310547 -0.01461,-0.818109 -0.03212,-1.635032 -0.07227,-2.296875 -0.04015,-0.661843 -0.129378,-1.19913 -0.185547,-1.316406 -1.263634,-2.638395 -3.389911,-3.425391 -5.664063,-3.6875 -2.273405,-0.262023 -4.648764,0.05488 -6.333984,-0.402344 h -0.002 c -0.835356,-0.210408 -1.315832,-0.67174 -1.521485,-1.222656 -0.20622,-0.552436 -0.165069,-1.161989 -0.09961,-1.730469 0.06546,-0.56848 0.155031,-1.106482 0.113281,-1.466797 -0.02087,-0.180157 -0.07048,-0.307404 -0.146484,-0.394531 -0.076,-0.08713 -0.186875,-0.154452 -0.404297,-0.185547 -2.630954,-0.37627 -5.9077414,0.404471 -8.5117194,1.291016 C 2.0425196,68.224431 6.755994e-5,69.25 6.755994e-5,69.25 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,36.9 C 0.09948756,36.91871 3.8352946,37.455242 14.947334,40.283203 c 1.585002,0.403375 2.740918,0.502161 3.820312,1.234375 1.079395,0.732214 2.016755,2.06329 3.216797,4.851563 0.696113,1.617405 1.575488,2.444913 2.414063,3.224609 0.838574,0.779696 1.649368,1.523421 2.058593,2.890625 C 27.966592,57.527511 27.149696,63.563754 27.100068,64 h -0.35 c 0,0 0.750817,-6.287107 -0.771487,-11.373047 -0.372158,-1.24336 -1.079256,-1.884374 -1.919922,-2.666015 -0.840666,-0.781642 -1.800492,-1.692091 -2.533203,-3.394532 -1.185434,-2.75433 -2.082203,-3.985673 -3.039063,-4.634765 -0.95686,-0.649093 -2.042009,-0.751756 -3.662109,-1.164063 C 3.5638076,37.90184 6.755994e-5,37.25 6.755994e-5,37.25 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,4.9 c 0.173241,-0.037093 1.209232,-0.4055927 3.423828,-0.3101562 2.431295,0.1047748 6.268085,0.5637496 11.919922,1.9746093 h 0.002 0.0039 c 1.624305,0.4413078 2.648337,1.0457495 3.5625,2.2128907 0.914164,1.1671411 1.733218,2.8744892 3.066407,5.5800782 l 0.0039,0.0098 0.0039,0.0078 c 3.893916,9.8174 5.06066,17.322583 5.113643,17.624978 h -0.330469 c 0,0 -1.291179,-7.457907 -5.246093,-17.431641 C 52.193848,11.869848 51.372712,10.177628 50.517646,9.0859375 49.661024,7.9922604 48.784131,7.4726861 47.216865,7.046875 41.595823,5.6441214 37.792564,5.1908925 35.402412,5.0878906 33.011251,4.9848453 32.000068,5.25 32.000068,5.25 Z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,4.9 C 0.42973756,4.4704109 1.5061136,3.2476722 3.3028016,2.4882812 5.7653506,1.4474572 9.6703436,0.64128145 15.453193,1.53125 19.60589,2.1703416 22.774151,3.2922038 24.94538,4.4316406 26.030995,5.001359 26.867956,5.5742597 27.457099,6.1015625 28.046243,6.6288653 28.400694,7.094966 28.48249,7.5429688 30.367091,17.865146 27.210399,31.502137 27.100068,32 h -0.35 c 0,0 3.128484,-14.02503 1.240234,-24.3671875 C 27.948462,7.4036551 27.671033,6.9650138 27.123115,6.4746094 26.575197,5.984205 25.769631,5.4275766 24.712959,4.8730469 22.599614,3.7639874 19.480602,2.6569232 15.377021,2.0253906 9.6722846,1.1474435 5.8714676,1.9460936 3.4981146,2.9492188 1.1247616,3.9523435 6.855994e-5,5.25 6.755994e-5,5.25 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,68.9 c 0.166004,-0.03394 0.7597,-0.310536 1.873047,-0.331875 1.32635,-0.02542 3.392631,0.06547 6.373047,0.529297 0.870064,0.135404 2.669786,-0.202274 4.232422,-0.234375 0.781318,-0.01605 1.5158,0.04039 2.091796,0.320313 0.575997,0.279928 0.968835,0.832623 0.962891,1.625 -0.01642,2.190094 -0.201964,4.008931 0.451172,5.246094 0.326568,0.618581 0.851476,1.114981 1.761719,1.488281 0.910242,0.3733 2.205767,0.612019 4.017578,0.675781 0.990417,0.03485 1.656504,0.595914 2.02539,1.392578 0.368887,0.796664 0.490792,1.824647 0.527344,2.917969 0.03655,1.093322 -0.01654,2.254222 -0.0293,3.298828 -0.01276,1.044606 0.02062,1.977342 0.199219,2.574219 1.507095,5.03666 2.570956,7.514617 2.613675,7.59789 h -0.35 c 0,0 -1.198669,-2.296931 -2.742186,-7.455312 -0.21286,-0.711373 -0.23361,-1.667756 -0.220703,-2.72461 0.01291,-1.056853 0.06491,-2.210259 0.0293,-3.27539 -0.03561,-1.065131 -0.164413,-2.040089 -0.480468,-2.722656 -0.316056,-0.682567 -0.767585,-1.076532 -1.589844,-1.105469 -1.846854,-0.06499 -3.195301,-0.303225 -4.189453,-0.710938 -0.994153,-0.407712 -1.635051,-0.995916 -2.015625,-1.716797 -0.761149,-1.44176 -0.524011,-3.324581 -0.507813,-5.484374 0.0048,-0.643307 -0.237259,-0.953958 -0.681641,-1.169922 -0.444381,-0.215965 -1.116402,-0.288781 -1.863281,-0.273438 -1.493758,0.03069 -3.242687,0.398175 -4.320312,0.230469 -2.955609,-0.459967 -4.991793,-0.55018 -6.285157,-0.525391 -1.293363,0.02479 -1.882817,0.183829 -1.882817,0.183828 z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000068,68.9 c 0.343107,-0.320673 1.492835,-1.050078 2.507812,-1.234044 2.029955,-0.367934 5.453796,-0.368336 11.115235,1.044922 l 0.0039,0.002 h 0.002 c 1.514177,0.411387 4.440163,0.341511 7.292969,0.841797 2.852806,0.500285 5.694285,1.602849 7.011718,4.441406 0.31922,0.687793 0.05811,1.536787 -0.414062,2.458984 -0.472176,0.922197 -1.186446,1.940465 -1.919922,2.962891 -0.733476,1.022425 -1.486226,2.048334 -2.035156,2.96289 -0.548931,0.914557 -0.872974,1.724456 -0.822266,2.234375 C 87.414331,91.373618 90.995563,95.87819 91.100068,96 h -0.35 c 0,0 -3.808123,-4.317547 -4.505859,-11.334046 -0.07379,-0.74206 0.322797,-1.594974 0.890624,-2.541014 0.567827,-0.94604 1.327483,-1.978919 2.058594,-2.998047 0.73111,-1.019127 1.434049,-2.025782 1.880859,-2.898437 0.44681,-0.872656 0.607075,-1.588785 0.40625,-2.021485 C 90.257664,71.572156 87.62215,70.53541 84.836006,70.046815 82.04986,69.55822 79.17551,69.650985 77.498115,69.195252 l 0.0039,0.002 C 71.886671,67.795501 68.530325,67.8079 66.597718,68.158189 65.631415,68.333333 64.363709,69.042721 64.000068,69.25 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,36.9 c 0.0089,0.0209 0.34571,0.251424 0.671875,0.682031 0.341444,0.450777 0.916064,1.089763 1.841797,1.820313 1.851466,1.461099 5.110078,3.292363 10.714844,4.71875 3.305819,0.841313 6.352803,3.807173 8.755859,9.390625 2.124424,4.936056 3.437104,7.52748 4.212891,8.875 0.387893,0.67376 0.753551,1.426347 0.902734,1.613281 h -0.35 C 58.577068,63.783222 58.15987,63.324782 57.763744,62.636721 56.971491,61.260599 55.65434,58.657343 53.525463,53.71094 51.157568,48.209185 48.209925,45.39552 45.105541,44.605471 39.446521,43.165277 36.121056,41.306877 34.20515,39.794924 33.247197,39.038947 32.603856,38.395637 32.27351,37.884768 31.959919,37.399811 32.000068,37.25 32.000068,37.25 Z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- <g
- id="g4779">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,90.42 v 5.57994 H 6.2 C 5.3960853,94.325152 3.30641,92.479788 0,90.42 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,91 v 4.99994 H 4.9831583 C 4.2518081,94.476325 3.0079602,92.873863 0,91 Z"
- id="path1932-78-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,91.1 c 2.4009697,1.575274 4.2120843,3.605267 4.9,4.9 H 5.25 C 4.5003889,94.438342 3.0359991,92.641331 0,90.75 Z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(32)"
- id="use4781"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-32)"
- id="use4783"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use4785"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use4787"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(32,-64)"
- id="use4789"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64)"
- id="use4791"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-32)"
- id="use4793"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(64,-64)"
- id="use4795"
- xlink:href="#g4779"
- y="0"
- x="0" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-6.4553165,67.873193)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse34200"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path34202"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path34204"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path34206"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path34208"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/43.svg b/src/asset/www/svg/tile/43.svg
deleted file mode 100644
index 4e271fe..0000000
--- a/src/asset/www/svg/tile/43.svg
+++ /dev/null
@@ -1,566 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="43.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="157.68225"
- inkscape:cy="193.37602"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-3.6779562,-6.4498072)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-10.441709,62.373743)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941863,92.295918 V 87.31276 63.999973 h -5.141795 c 0,0 -2.129549,9.515433 -6.096281,19.516365 -1.608796,3.626767 -2.353309,4.3901 -3.825089,4.992637 -11.276784,2.815007 -15.87863,1.962979 -15.87863,1.962979 v 1.823964 h 25.958636 z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941734,60.295917 v -4.98316 -23.312784 h -5.141666 c 0,0 3.243098,7.855437 -0.606304,18.326052 -0.581984,1.583032 -6.573112,3.51482 -9.645923,4.132067 -11.395201,2.288994 -15.547773,4.014175 -15.547773,4.014175 v 1.82365 h 25.958508 z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 30.941733,31.999973 V 23.312757 -1.13e-4 L 25.958574,5.9e-5 c 0,0 4.486946,8.3237175 1.215831,13.614938 -0.483926,0.782778 0.227428,6.121052 -0.194703,7.002437 -2.606477,5.442173 -9.695499,3.487138 -12.88707,4.354256 -2.534295,1.045824 0.253864,4.311979 -1.230259,4.609376 C 7.5005491,30.655499 6.755994e-5,26.628241 6.755994e-5,26.628241 V 32 L 25.958574,31.999973 Z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941733,60.295917 v -4.98316 -23.312784 h -5.141665 c -0.05688,0.609508 1.541983,2.962377 -0.04532,10.891196 -0.534917,2.67198 -2.321901,2.66856 -4.199001,5.75715 -3.046933,5.01344 -1.810613,4.861492 -4.684986,5.677176 C 5.6894285,57.498512 6.755994e-5,58.472143 6.755994e-5,58.472143 v 1.823774 H 25.958574 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,92.295918 V 87.312759 63.999973 h -5.141665 c 0,0 -0.872907,7.04438 -4.839639,17.045312 -2.667129,5.412704 -3.080913,6.860576 -6.272484,7.727696 -11.276785,2.815006 -14.687877,1.699192 -14.687877,1.699192 v 1.823745 h 25.958508 z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.942124,95.999973 -3.91e-4,-8.687214 V 63.999888 l -5.141665,1.7e-4 c 0,0 3.480527,13.694579 1.576509,24.123105 -0.247269,1.354322 -3.638604,4.340404 -11.894882,5.611027 C 3.9941088,95.502106 -1.2844006e-4,90.472 -1.2844006e-4,90.472 l 3.92e-4,5.527973 H 25.958965 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,28.29615 V 23.312802 -2.7e-5 h -5.141665 c 0,0 -3.03538,8.4890737 -2.413001,11.783712 0.421171,2.229523 -0.527372,4.66287 -1.897471,4.93216 -8.324913,1.636246 -7.098857,3.642389 -6.669359,7.992276 0.282148,2.857554 -4.334423,1.092411 -6.282113,1.395519 -5.936025,0.923795 -8.538056,0.368821 -8.538056,0.368821 v 1.823928 l 25.958508,-2.39e-4 z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941734,28.295975 V 23.312815 -2.7e-5 h -5.141666 c 0,0 -3.36267,4.8400024 -4.018118,11.779475 -0.249,2.636255 5.973258,8.317125 5.462336,9.632069 -2.185403,5.624499 -9.563207,4.016306 -12.754779,4.883424 -11.80595,3.278029 -14.489439,0.177122 -14.489439,0.177122 v 1.823912 h 25.958508 z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941733,60.295917 v -4.98316 l -8.7e-5,-23.312784 h -5.141578 c 0,0 -2.970973,6.112898 -4.97193,10.718843 -2.925019,6.733014 -6.447858,8.051944 -9.645923,8.894796 -8.617953,2.271265 -11.240147,6.858218 -11.240147,6.858218 v 1.824087 h 26.016508 z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000196,96.000086 V 91.016928 63.999973 h -4.983158 c 0,0 -1.295997,7.53133 -5.262728,17.532262 -2.667129,5.412704 -3.279351,6.79443 -6.470923,7.661548 -11.276785,2.815007 -15.283304,1.823145 -15.283304,1.823145 v 4.983158 h 27.016955 z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000068,64.000086 V 59.016928 31.999973 h -4.983159 c 0,0 1.810542,6.046235 -0.367936,16.341637 -1.249151,5.903437 -10.409569,6.316698 -13.614672,7.132381 -11.263785,2.866578 -13.034346,3.542937 -13.034346,3.542937 v 4.983158 h 27.016954 z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,32.000086 V 27.016927 -2.7e-5 H 27.01691 c 0,0 4.088123,4.902368 0.912499,13.549029 -0.317269,0.863867 -0.06455,6.541431 -0.486685,7.422816 -2.606477,5.442172 -8.967893,3.354846 -12.159465,4.221965 -3.129608,0.781239 -0.01071,4.708853 -2.090155,5.006249 C 7.7797706,30.974231 -4.544006e-5,27.016927 -4.544006e-5,27.016927 v 4.983159 H 27.01691 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,64.000086 V 59.016927 31.999973 H 27.01691 c 0,0 0.745484,6.283863 -0.799143,11.444382 -0.781385,2.610563 -3.03476,2.768034 -4.463585,6.08788 -2.385476,5.542603 -3.662695,5.126073 -6.867798,5.941756 C 3.6225986,58.34057 -4.544006e-5,59.016927 -4.544006e-5,59.016927 v 4.983159 H 27.01691 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,96.000086 V 91.016927 63.999973 H 59.01691 c 0,0 -1.295998,7.53133 -5.262728,17.532262 -2.66713,5.412704 -3.279351,6.794429 -6.470923,7.661548 -11.276784,2.815007 -15.283304,1.823144 -15.283304,1.823144 v 4.983159 H 59.01691 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,96.000086 V 91.016927 63.999973 H 27.01691 c 0,0 3.123581,13.982904 1.219564,24.411429 -0.247268,1.35432 -4.564645,4.53884 -12.820923,5.809465 C 3.9279656,95.988782 -4.544006e-5,91.016927 -4.544006e-5,91.016927 v 4.983159 H 27.01691 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,32.00032 V 27.016973 2.07e-4 H 59.01691 c 0,0 -1.230843,2.382778 -2.769945,7.526406 -0.782921,2.616499 1.132569,9.878271 -2.492783,10.005856 -7.317331,0.257514 -6.503545,3.311661 -6.470923,7.661548 0.02153,2.871366 -5.128172,1.158556 -7.075862,1.461666 -5.936025,0.923795 -8.207442,0.361478 -8.207442,0.361478 V 32.00032 H 59.01691 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000068,32.000146 V 27.016987 3.3e-5 h -4.983159 c 0,0 -3.833658,4.423054 -4.523404,11.3592 -0.249,2.503963 6.25389,8.297701 5.213802,10.538687 -2.540306,5.473372 -10.952268,4.280887 -14.14384,5.148006 -11.276784,2.815007 -13.563512,-0.02894 -13.563512,-0.02894 v 4.98316 h 27.016954 z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,64.000086 V 59.016927 31.999973 H 59.01691 c 0,0 -1.009426,0.506052 -5.262728,10.388512 -2.385476,5.542603 -5.382487,8.433365 -8.58759,9.249048 -11.263785,2.866578 -13.166637,7.379394 -13.166637,7.379394 v 4.983159 H 59.01691 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,63.999973 c 0,0 -1.27152,7.457907 -5.226434,17.431641 -1.329658,2.698511 -2.150793,4.390731 -3.00586,5.482421 -0.856623,1.093678 -1.733514,1.613252 -3.300781,2.039063 -5.621043,1.402753 -9.424301,1.855982 -11.814453,1.958984 -2.391161,0.103046 -3.402472,-0.162109 -3.402472,-0.162109 v 0.35 c 0.173241,0.03709 1.209359,0.405593 3.423956,0.310156 2.431295,-0.104775 6.268085,-0.56375 11.919922,-1.974609 h 0.002 0.0039 c 1.624305,-0.441308 2.648337,-1.045749 3.5625,-2.212891 0.914164,-1.167141 1.733218,-2.874489 3.066407,-5.580078 l 0.0039,-0.0098 0.0039,-0.0078 c 3.893916,-9.8174 5.060532,-17.322583 5.113515,-17.624978 z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,31.999973 c 0,0 1.824511,6.041988 -0.344056,16.290549 -0.599198,2.831789 -3.09722,4.3558 -5.908202,5.287109 -2.810984,0.93131 -5.875497,1.234905 -7.523438,1.654297 -11.266825,2.867351 -12.974304,3.518045 -12.974304,3.518045 v 0.35 c 0.04423,-0.01671 1.977138,-0.553631 13.097351,-3.38367 1.557163,-0.396289 4.673851,-0.708962 7.556641,-1.664062 2.882789,-0.9551 5.590281,-2.586553 6.240233,-5.658203 2.107888,-9.961793 0.327531,-15.962647 0.205775,-16.394065 z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,27.099973 C 0.27805356,27.238838 2.0557366,28.307202 4.4863956,29.134739 c 2.639264,0.898558 5.9598094,1.710426 8.7421884,1.3125 0.302437,-0.04325 0.54726,-0.163924 0.710937,-0.351563 0.163677,-0.187639 0.237575,-0.421978 0.265625,-0.664062 0.0561,-0.484169 -0.05015,-1.033779 -0.113281,-1.582032 -0.06313,-0.548252 -0.08386,-1.085038 0.07031,-1.498047 0.154173,-0.413008 0.456464,-0.73499 1.181641,-0.916015 h 0.002 0.0039 c 1.506252,-0.409234 3.905651,-0.117122 6.261719,-0.388672 2.356069,-0.27155 4.713798,-1.16302 6.056641,-3.966797 0.154898,-0.323416 0.19327,-0.82632 0.234375,-1.503906 0.04111,-0.677586 0.05763,-1.498921 0.07227,-2.31836 0.01463,-0.819438 0.0274,-1.636878 0.05469,-2.298828 0.02729,-0.661949 0.0897,-1.201521 0.134765,-1.324218 C 29.769228,9.264467 29.541637,5.818018 28.904411,3.46677 28.407345,1.632687 27.407628,0.430116 27.100068,-2.7e-5 h -0.35 c 0,0 1.058945,1.336059 1.671875,3.59766 0.61293,2.261601 0.84401,5.588846 -0.726563,9.865235 -0.113572,0.309236 -0.138266,0.803462 -0.166015,1.476562 -0.02775,0.6731 -0.04008,1.492438 -0.05469,2.310547 -0.01461,0.818109 -0.03212,1.635032 -0.07227,2.296875 -0.04015,0.661843 -0.129378,1.19913 -0.185547,1.316406 -1.263634,2.638395 -3.389911,3.425391 -5.664063,3.6875 -2.273405,0.262023 -4.648764,-0.05488 -6.333984,0.402344 h -0.002 c -0.835356,0.210408 -1.315832,0.67174 -1.521485,1.222656 -0.20622,0.552436 -0.165069,1.161989 -0.09961,1.730469 0.06546,0.56848 0.155031,1.106482 0.113281,1.466797 -0.02087,0.180157 -0.07048,0.307404 -0.146484,0.394531 -0.076,0.08713 -0.186875,0.154452 -0.404297,0.185547 C 10.527262,30.329372 7.2504746,29.548631 4.6464966,28.662086 2.0425196,27.775542 6.755994e-5,26.749973 6.755994e-5,26.749973 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,59.099973 C 0.09948756,59.081263 3.8352946,58.544731 14.947334,55.71677 c 1.585002,-0.403375 2.740918,-0.502161 3.820312,-1.234375 1.079395,-0.732214 2.016755,-2.06329 3.216797,-4.851563 0.696113,-1.617405 1.575488,-2.444913 2.414063,-3.224609 0.838574,-0.779696 1.649368,-1.523421 2.058593,-2.890625 1.509493,-5.043136 0.692597,-11.079379 0.642969,-11.515625 h -0.35 c 0,0 0.750817,6.287107 -0.771487,11.373047 -0.372158,1.24336 -1.079256,1.884374 -1.919922,2.666015 -0.840666,0.781642 -1.800492,1.692091 -2.533203,3.394532 -1.185434,2.75433 -2.082203,3.985673 -3.039063,4.634765 -0.95686,0.649093 -2.042009,0.751756 -3.662109,1.164063 C 3.5638076,58.098133 6.755994e-5,58.749973 6.755994e-5,58.749973 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,91.099973 c 0.173241,0.03709 1.209232,0.405593 3.423828,0.310156 2.431295,-0.104775 6.268085,-0.563749 11.919922,-1.974609 h 0.002 0.0039 c 1.624305,-0.441308 2.648337,-1.04575 3.5625,-2.212891 0.914164,-1.167141 1.733218,-2.874489 3.066407,-5.580078 l 0.0039,-0.0098 0.0039,-0.0078 c 3.893916,-9.8174 5.06066,-17.322583 5.113643,-17.624978 h -0.330469 c 0,0 -1.291179,7.457907 -5.246093,17.431641 -1.329658,2.698511 -2.150794,4.390731 -3.00586,5.482421 -0.856622,1.093678 -1.733515,1.613252 -3.300781,2.039063 -5.621042,1.402754 -9.424301,1.855982 -11.814453,1.958984 -2.391161,0.103046 -3.402344,-0.162109 -3.402344,-0.162109 z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,91.099973 C 0.42973756,91.529562 1.5061136,92.752301 3.3028016,93.511692 c 2.462549,1.040824 6.367542,1.847 12.1503914,0.957031 4.152697,-0.639092 7.320958,-1.760954 9.492187,-2.900391 1.085615,-0.569718 1.922576,-1.142619 2.511719,-1.669922 0.589144,-0.527302 0.943595,-0.993403 1.025391,-1.441406 1.884601,-10.322177 -1.272091,-23.959168 -1.382422,-24.457031 h -0.35 c 0,0 3.128484,14.02503 1.240234,24.367187 -0.04184,0.229158 -0.319269,0.667799 -0.867187,1.158204 -0.547918,0.490404 -1.353484,1.047032 -2.410156,1.601562 -2.113345,1.10906 -5.232357,2.216124 -9.335938,2.847656 C 9.6722846,94.85253 5.8714676,94.053879 3.4981146,93.050754 1.1247616,92.047629 6.855994e-5,90.749973 6.755994e-5,90.749973 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,27.099973 c 0.166004,0.03394 0.7597,0.310536 1.873047,0.331875 1.32635,0.02542 3.392631,-0.06547 6.373047,-0.529297 0.870064,-0.135404 2.669786,0.202274 4.232422,0.234375 0.781318,0.01605 1.5158,-0.04039 2.091796,-0.320313 0.575997,-0.279928 0.968835,-0.832623 0.962891,-1.625 -0.01642,-2.190094 -0.201964,-4.008931 0.451172,-5.246094 0.326568,-0.618581 0.851476,-1.114981 1.761719,-1.488281 0.910242,-0.3733 2.205767,-0.612019 4.017578,-0.675781 0.990417,-0.03485 1.656504,-0.595914 2.02539,-1.392578 0.368887,-0.796664 0.490792,-1.824647 0.527344,-2.917969 0.03655,-1.093322 -0.01654,-2.254222 -0.0293,-3.298828 -0.01276,-1.044606 0.02062,-1.977342 0.199219,-2.574219 1.507095,-5.03666 2.570956,-7.514617 2.613675,-7.59789 h -0.35 c 0,0 -1.198669,2.296931 -2.742186,7.455312 -0.21286,0.711373 -0.23361,1.667756 -0.220703,2.72461 0.01291,1.056853 0.06491,2.210259 0.0293,3.27539 -0.03561,1.065131 -0.164413,2.040089 -0.480468,2.722656 -0.316056,0.682567 -0.767585,1.076532 -1.589844,1.105469 -1.846854,0.06499 -3.195301,0.303225 -4.189453,0.710938 -0.994153,0.407712 -1.635051,0.995916 -2.015625,1.716797 -0.761149,1.44176 -0.524011,3.324581 -0.507813,5.484374 0.0048,0.643307 -0.237259,0.953958 -0.681641,1.169922 -0.444381,0.215965 -1.116402,0.288781 -1.863281,0.273438 -1.493758,-0.03069 -3.242687,-0.398175 -4.320312,-0.230469 -2.955609,0.459967 -4.991793,0.55018 -6.285157,0.525391 -1.293363,-0.02479 -1.882817,-0.183829 -1.882817,-0.183828 z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000068,27.099973 c 0.343107,0.320673 1.492835,1.050078 2.507812,1.234044 2.029955,0.367934 5.453796,0.368336 11.115235,-1.044922 l 0.0039,-0.002 h 0.002 c 1.514177,-0.411387 4.440163,-0.341511 7.292969,-0.841797 2.852806,-0.500285 5.694285,-1.602849 7.011718,-4.441406 0.31922,-0.687793 0.05811,-1.536787 -0.414062,-2.458984 -0.472176,-0.922197 -1.186446,-1.940465 -1.919922,-2.962891 -0.733476,-1.022425 -1.486226,-2.048334 -2.035156,-2.96289 C 87.015631,12.70457 86.691588,11.894671 86.742296,11.384752 87.414331,4.626355 90.995563,0.121783 91.100068,-2.7e-5 h -0.35 c 0,0 -3.808123,4.317547 -4.505859,11.334046 -0.07379,0.74206 0.322797,1.594974 0.890624,2.541014 0.567827,0.94604 1.327483,1.978919 2.058594,2.998047 0.73111,1.019127 1.434049,2.025782 1.880859,2.898437 0.44681,0.872656 0.607075,1.588785 0.40625,2.021485 -1.222872,2.634815 -3.858386,3.671561 -6.64453,4.160156 -2.786146,0.488595 -5.660496,0.39583 -7.337891,0.851563 l 0.0039,-0.002 c -5.615344,1.401751 -8.97169,1.389352 -10.904297,1.039063 -0.966303,-0.175144 -2.234009,-0.884532 -2.59765,-1.091811 z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,59.099973 c 0.0089,-0.0209 0.34571,-0.251424 0.671875,-0.682031 0.341444,-0.450777 0.916064,-1.089763 1.841797,-1.820313 1.851466,-1.461099 5.110078,-3.292363 10.714844,-4.71875 3.305819,-0.841313 6.352803,-3.807173 8.755859,-9.390625 2.124424,-4.936056 3.437104,-7.52748 4.212891,-8.875 0.387893,-0.67376 0.753551,-1.426347 0.902734,-1.613281 h -0.35 c -0.173,0.216778 -0.590198,0.675218 -0.986324,1.363279 -0.792253,1.376122 -2.109404,3.979378 -4.238281,8.925781 -2.367895,5.501755 -5.315538,8.31542 -8.419922,9.105469 -5.65902,1.440194 -8.984485,3.298594 -10.900391,4.810547 -0.957953,0.755977 -1.601294,1.399287 -1.93164,1.910156 -0.313591,0.484957 -0.273442,0.634768 -0.273442,0.634768 z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,12.562406,50.445892)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(28.661898,-2.0806732)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(9.4355466,-10.131661)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(21.46819,12.146523)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(10.7233,-30.771444)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(-34.29781,62.842439)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(32.996483,0.15498935)"
- width="100%"
- height="100%" />
- <g
- id="g5137">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- id="path1932-78-1-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- id="path1932-78-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- id="path1932-78-10"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- id="path1932-78-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-9.9737378,56.090253)"
- id="use4827">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse4936"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path4938"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path4940"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path4942"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path4944"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use4878"
- transform="translate(60.80156,-5.7052456)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path36302"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path36304"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path36306"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path36308"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path36310"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path36312"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999)"
- id="use5139"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- transform="translate(-63.999999)"
- height="100%"
- width="100%"
- id="use5141"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-32)"
- id="use5143"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(0,-64)"
- id="use5145"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-32)"
- id="use5147"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-31.999999,-64)"
- id="use5149"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-32)"
- id="use5151"
- xlink:href="#g5137"
- y="0"
- x="0" />
- <use
- height="100%"
- width="100%"
- transform="translate(-63.999999,-64)"
- id="use5153"
- xlink:href="#g5137"
- y="0"
- x="0" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/44.svg b/src/asset/www/svg/tile/44.svg
deleted file mode 100644
index cc2a37b..0000000
--- a/src/asset/www/svg/tile/44.svg
+++ /dev/null
@@ -1,536 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="44.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="157.68225"
- inkscape:cy="133.37602"
- inkscape:document-units="mm"
- inkscape:current-layer="layer6"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- style="display:inline"
- sodipodi:insensitive="true">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,55.191838,64.326238)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-7.9281675,21.892491)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0582046,92.295918 V 87.31276 63.999973 h 5.141795 c 0,0 2.129549,9.515433 6.0962814,19.516365 1.608796,3.626767 2.353309,4.3901 3.825089,4.992637 C 27.398154,91.323982 32,90.471954 32,90.471954 v 1.823964 H 6.0413636 Z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0583336,60.295917 v -4.98316 -23.312784 h 5.141666 c 0,0 -3.243098,7.855437 0.606304,18.326052 0.581984,1.583032 6.5731124,3.51482 9.6459234,4.132067 C 27.847428,56.747086 32,58.472267 32,58.472267 v 1.82365 H 6.0414916 Z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 65.058335,31.999973 V 23.312757 -1.13e-4 l 4.983159,1.72e-4 c 0,0 -4.486946,8.3237175 -1.215831,13.614938 0.483926,0.782778 -0.227428,6.121052 0.194703,7.002437 2.606477,5.442173 9.695499,3.487138 12.88707,4.354256 2.534295,1.045824 -0.253864,4.311979 1.230259,4.609376 C 88.499518,30.655499 96,26.628241 96,26.628241 V 32 l -25.958506,-2.7e-5 z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 65.058335,60.295917 V 55.312757 31.999973 H 70.2 c 0.05688,0.609508 -1.541983,2.962377 0.04532,10.891196 0.534917,2.67198 2.321901,2.66856 4.199001,5.75715 3.046933,5.01344 1.810613,4.861492 4.684986,5.677176 C 90.310639,57.498512 96,58.472143 96,58.472143 v 1.823774 H 70.041494 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,92.295918 V 87.312759 63.999973 H 38.2 c 0,0 0.872907,7.04438 4.839639,17.045312 2.667129,5.412704 3.080913,6.860576 6.272484,7.727696 C 60.588908,91.587987 64,90.472173 64,90.472173 v 1.823745 H 38.041492 Z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.057944,95.999973 3.91e-4,-8.687214 V 63.999888 L 70.2,64.000058 c 0,0 -3.480527,13.694579 -1.576509,24.123105 0.247269,1.354322 3.638604,4.340404 11.894882,5.611027 C 92.005959,95.502106 96.000196,90.472 96.000196,90.472 l -3.92e-4,5.527973 H 70.041103 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,28.29615 V 23.312802 -2.7e-5 H 38.2 c 0,0 3.03538,8.4890737 2.413001,11.783712 -0.421171,2.229523 0.527372,4.66287 1.897471,4.93216 8.324913,1.636246 7.098857,3.642389 6.669359,7.992276 -0.282148,2.857554 4.334423,1.092411 6.282113,1.395519 C 61.397969,27.027435 64,26.472461 64,26.472461 v 1.823928 L 38.041492,28.29615 Z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0583336,28.295975 V 23.312815 -2.7e-5 h 5.141666 c 0,0 3.36267,4.8400024 4.0181184,11.779475 0.249,2.636255 -5.9732584,8.317125 -5.4623364,9.632069 2.185403,5.624499 9.5632074,4.016306 12.7547794,4.883424 C 29.316511,29.57297 32,26.472063 32,26.472063 v 1.823912 H 6.0414916 Z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058335,60.295917 v -4.98316 l 8.7e-5,-23.312784 H 38.2 c 0,0 2.970973,6.112898 4.97193,10.718843 2.925019,6.733014 6.447858,8.051944 9.645923,8.894796 C 61.435806,53.884877 64.058,58.47183 64.058,58.47183 v 1.824087 H 38.041492 Z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -1.2844006e-4,96.000086 V 91.016928 63.999973 H 4.9830296 c 0,0 1.295997,7.53133 5.2627284,17.532262 2.667129,5.412704 3.279351,6.79443 6.470923,7.661548 11.276785,2.815007 15.283304,1.823145 15.283304,1.823145 v 4.983158 H 4.9830296 Z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -4.4005999e-7,64.000086 V 59.016928 31.999973 H 4.9831586 c 0,0 -1.810542,6.046235 0.367936,16.341637 1.249151,5.903437 10.4095694,6.316698 13.6146724,7.132381 11.263785,2.866578 13.034346,3.542937 13.034346,3.542937 v 4.983158 H 4.9831586 Z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,32.000086 V 27.016927 -2.7e-5 h 4.983158 c 0,0 -4.088123,4.902368 -0.912499,13.549029 0.317269,0.863867 0.06455,6.541431 0.486685,7.422816 2.606477,5.442172 8.967893,3.354846 12.159465,4.221965 3.129608,0.781239 0.01071,4.708853 2.090155,5.006249 5.413333,0.774199 13.193149,-3.183105 13.193149,-3.183105 v 4.983159 H 68.983158 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,64.000086 V 59.016927 31.999973 h 4.983158 c 0,0 -0.745484,6.283863 0.799143,11.444382 0.781385,2.610563 3.03476,2.768034 4.463585,6.08788 2.385476,5.542603 3.662695,5.126073 6.867798,5.941756 11.263785,2.866579 14.886429,3.542936 14.886429,3.542936 v 4.983159 H 68.983158 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,96.000086 V 91.016927 63.999973 h 4.983158 c 0,0 1.295998,7.53133 5.262728,17.532262 2.66713,5.412704 3.279351,6.794429 6.470923,7.661548 11.276784,2.815007 15.283304,1.823144 15.283304,1.823144 v 4.983159 H 36.983158 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,96.000086 V 91.016927 63.999973 h 4.983158 c 0,0 -3.123581,13.982904 -1.219564,24.411429 0.247268,1.35432 4.564645,4.53884 12.820923,5.809465 11.487585,1.767915 15.415596,-3.20394 15.415596,-3.20394 v 4.983159 H 68.983158 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,32.00032 V 27.016973 2.07e-4 h 4.983158 c 0,0 1.230843,2.382778 2.769945,7.526406 0.782921,2.616499 -1.132569,9.878271 2.492783,10.005856 7.317331,0.257514 6.503545,3.311661 6.470923,7.661548 -0.02153,2.871366 5.128172,1.158556 7.075862,1.461666 5.936025,0.923795 8.207442,0.361478 8.207442,0.361478 V 32.00032 H 36.983158 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -4.4005999e-7,32.000146 V 27.016987 3.3e-5 H 4.9831586 c 0,0 3.833658,4.423054 4.523404,11.3592 0.249,2.503963 -6.25389,8.297701 -5.213802,10.538687 2.540306,5.473372 10.9522684,4.280887 14.1438404,5.148006 11.276784,2.815007 13.563512,-0.02894 13.563512,-0.02894 v 4.98316 H 4.9831586 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,64.000086 V 59.016927 31.999973 h 4.983158 c 0,0 1.009426,0.506052 5.262728,10.388512 2.385476,5.542603 5.382487,8.433365 8.58759,9.249048 11.263785,2.866578 13.166637,7.379394 13.166637,7.379394 v 4.983159 H 36.983158 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.2499996,63.999973 c 0,0 1.27152,7.457907 5.2264344,17.431641 1.329658,2.698511 2.150793,4.390731 3.00586,5.482421 0.856623,1.093678 1.733514,1.613252 3.300781,2.039063 5.621043,1.402753 9.424301,1.855982 11.814453,1.958984 C 30.988689,91.015128 32,90.749973 32,90.749973 v 0.35 c -0.173241,0.03709 -1.209359,0.405593 -3.423956,0.310156 -2.431295,-0.104775 -6.268085,-0.56375 -11.919922,-1.974609 h -0.002 -0.0039 c -1.624305,-0.441308 -2.648337,-1.045749 -3.5625,-2.212891 -0.914164,-1.167141 -1.733218,-2.874489 -3.066407,-5.580078 l -0.0039,-0.0098 -0.0039,-0.0078 C 6.1195986,71.807551 4.9529826,64.302368 4.8999996,63.999973 Z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.2499996,31.999973 c 0,0 -1.824511,6.041988 0.344056,16.290549 0.599198,2.831789 3.09722,4.3558 5.9082024,5.287109 2.810984,0.93131 5.875497,1.234905 7.523438,1.654297 C 30.292521,58.099279 32,58.749973 32,58.749973 v 0.35 C 31.95577,59.083263 30.022862,58.546342 18.902649,55.716303 17.345486,55.320014 14.228798,55.007341 11.346008,54.052241 8.4632186,53.097141 5.7557266,51.465688 5.1057746,48.394038 2.9978866,38.432245 4.7782436,32.431391 4.8999996,31.999973 Z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,27.099973 c -0.277986,0.138865 -2.055669,1.207229 -4.486328,2.034766 -2.639264,0.898558 -5.959809,1.710426 -8.742188,1.3125 -0.302437,-0.04325 -0.54726,-0.163924 -0.710937,-0.351563 -0.163677,-0.187639 -0.237575,-0.421978 -0.265625,-0.664062 -0.0561,-0.484169 0.05015,-1.033779 0.113281,-1.582032 0.06313,-0.548252 0.08386,-1.085038 -0.07031,-1.498047 -0.154173,-0.413008 -0.456464,-0.73499 -1.181641,-0.916015 h -0.002 -0.0039 c -1.506252,-0.409234 -3.905651,-0.117122 -6.261719,-0.388672 -2.356069,-0.27155 -4.713798,-1.16302 -6.056641,-3.966797 -0.154898,-0.323416 -0.19327,-0.82632 -0.234375,-1.503906 -0.04111,-0.677586 -0.05763,-1.498921 -0.07227,-2.31836 -0.01463,-0.819438 -0.0274,-1.636878 -0.05469,-2.298828 -0.02729,-0.661949 -0.0897,-1.201521 -0.134765,-1.324218 C 66.23084,9.264467 66.458431,5.818018 67.095657,3.46677 67.592723,1.632687 68.59244,0.430116 68.9,-2.7e-5 h 0.35 c 0,0 -1.058945,1.336059 -1.671875,3.59766 -0.61293,2.261601 -0.84401,5.588846 0.726563,9.865235 0.113572,0.309236 0.138266,0.803462 0.166015,1.476562 0.02775,0.6731 0.04008,1.492438 0.05469,2.310547 0.01461,0.818109 0.03212,1.635032 0.07227,2.296875 0.04015,0.661843 0.129378,1.19913 0.185547,1.316406 1.263634,2.638395 3.389911,3.425391 5.664063,3.6875 2.273405,0.262023 4.648764,-0.05488 6.333984,0.402344 h 0.002 c 0.835356,0.210408 1.315832,0.67174 1.521485,1.222656 0.20622,0.552436 0.165069,1.161989 0.09961,1.730469 -0.06546,0.56848 -0.155031,1.106482 -0.113281,1.466797 0.02087,0.180157 0.07048,0.307404 0.146484,0.394531 0.076,0.08713 0.186875,0.154452 0.404297,0.185547 2.630954,0.37627 5.907741,-0.404471 8.511719,-1.291016 C 93.957548,27.775542 96,26.749973 96,26.749973 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 96,59.099973 C 95.90058,59.081263 92.164773,58.544731 81.052734,55.71677 79.467732,55.313395 78.311816,55.214609 77.232422,54.482395 76.153027,53.750181 75.215667,52.419105 74.015625,49.630832 73.319512,48.013427 72.440137,47.185919 71.601562,46.406223 70.762988,45.626527 69.952194,44.882802 69.542969,43.515598 68.033476,38.472462 68.850372,32.436219 68.9,31.999973 h 0.35 c 0,0 -0.750817,6.287107 0.771487,11.373047 0.372158,1.24336 1.079256,1.884374 1.919922,2.666015 0.840666,0.781642 1.800492,1.692091 2.533203,3.394532 1.185434,2.75433 2.082203,3.985673 3.039063,4.634765 0.95686,0.649093 2.042009,0.751756 3.662109,1.164063 C 92.43626,58.098133 96,58.749973 96,58.749973 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,91.099973 c -0.173241,0.03709 -1.209232,0.405593 -3.423828,0.310156 C 58.144877,91.305354 54.308087,90.84638 48.65625,89.43552 h -0.002 -0.0039 c -1.624305,-0.441308 -2.648337,-1.04575 -3.5625,-2.212891 -0.914164,-1.167141 -1.733218,-2.874489 -3.066407,-5.580078 l -0.0039,-0.0098 -0.0039,-0.0078 C 38.119727,71.807551 36.952983,64.302368 36.9,63.999973 h 0.330469 c 0,0 1.291179,7.457907 5.246093,17.431641 1.329658,2.698511 2.150794,4.390731 3.00586,5.482421 0.856622,1.093678 1.733515,1.613252 3.300781,2.039063 5.621042,1.402754 9.424301,1.855982 11.814453,1.958984 C 62.988817,91.015128 64,90.749973 64,90.749973 Z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,91.099973 c -0.42967,0.429589 -1.506046,1.652328 -3.302734,2.411719 -2.462549,1.040824 -6.367542,1.847 -12.150391,0.957031 C 76.394178,93.829631 73.225917,92.707769 71.054688,91.568332 69.969073,90.998614 69.132112,90.425713 68.542969,89.89841 67.953825,89.371108 67.599374,88.905007 67.517578,88.457004 65.632977,78.134827 68.789669,64.497836 68.9,63.999973 h 0.35 c 0,0 -3.128484,14.02503 -1.240234,24.367187 0.04184,0.229158 0.319269,0.667799 0.867187,1.158204 0.547918,0.490404 1.353484,1.047032 2.410156,1.601562 2.113345,1.10906 5.232357,2.216124 9.335938,2.847656 5.704736,0.877948 9.505553,0.0793 11.878906,-0.923828 C 94.875306,92.047629 95.999999,90.749973 96,90.749973 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,27.099973 c -0.166004,0.03394 -0.7597,0.310536 -1.873047,0.331875 -1.32635,0.02542 -3.392631,-0.06547 -6.373047,-0.529297 -0.870064,-0.135404 -2.669786,0.202274 -4.232422,0.234375 -0.781318,0.01605 -1.5158,-0.04039 -2.091796,-0.320313 -0.575997,-0.279928 -0.968835,-0.832623 -0.962891,-1.625 0.01642,-2.190094 0.201964,-4.008931 -0.451172,-5.246094 -0.326568,-0.618581 -0.851476,-1.114981 -1.761719,-1.488281 -0.910242,-0.3733 -2.205767,-0.612019 -4.017578,-0.675781 -0.990417,-0.03485 -1.656504,-0.595914 -2.02539,-1.392578 -0.368887,-0.796664 -0.490792,-1.824647 -0.527344,-2.917969 -0.03655,-1.093322 0.01654,-2.254222 0.0293,-3.298828 C 39.725654,9.127476 39.692274,8.19474 39.513675,7.597863 38.00658,2.561203 36.942719,0.083246 36.9,-2.7e-5 h 0.35 c 0,0 1.198669,2.296931 2.742186,7.455312 0.21286,0.711373 0.23361,1.667756 0.220703,2.72461 -0.01291,1.056853 -0.06491,2.210259 -0.0293,3.27539 0.03561,1.065131 0.164413,2.040089 0.480468,2.722656 0.316056,0.682567 0.767585,1.076532 1.589844,1.105469 1.846854,0.06499 3.195301,0.303225 4.189453,0.710938 0.994153,0.407712 1.635051,0.995916 2.015625,1.716797 0.761149,1.44176 0.524011,3.324581 0.507813,5.484374 -0.0048,0.643307 0.237259,0.953958 0.681641,1.169922 0.444381,0.215965 1.116402,0.288781 1.863281,0.273438 1.493758,-0.03069 3.242687,-0.398175 4.320312,-0.230469 2.955609,0.459967 4.991793,0.55018 6.285157,0.525391 C 63.410546,26.909011 64,26.749972 64,26.749973 Z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,27.099973 c -0.343107,0.320673 -1.492835,1.050078 -2.507812,1.234044 -2.029955,0.367934 -5.453796,0.368336 -11.115235,-1.044922 l -0.0039,-0.002 h -0.002 C 16.856876,26.875708 13.93089,26.945584 11.078084,26.445298 8.2252776,25.945013 5.3837986,24.842449 4.0663656,22.003892 c -0.31922,-0.687793 -0.05811,-1.536787 0.414062,-2.458984 0.472176,-0.922197 1.186446,-1.940465 1.919922,-2.962891 0.733476,-1.022425 1.486226,-2.048334 2.035156,-2.96289 0.548931,-0.914557 0.872974,-1.724456 0.822266,-2.234375 C 8.5857366,4.626355 5.0045046,0.121783 4.8999996,-2.7e-5 h 0.35 c 0,0 3.808123,4.317547 4.505859,11.334046 0.07379,0.74206 -0.322797,1.594974 -0.890624,2.541014 -0.567827,0.94604 -1.327483,1.978919 -2.058594,2.998047 -0.73111,1.019127 -1.434049,2.025782 -1.880859,2.898437 -0.44681,0.872656 -0.607075,1.588785 -0.40625,2.021485 1.222872,2.634815 3.858386,3.671561 6.6445304,4.160156 2.786146,0.488595 5.660496,0.39583 7.337891,0.851563 l -0.0039,-0.002 c 5.615344,1.401751 8.97169,1.389352 10.904297,1.039063 C 30.368653,27.66664 31.636359,26.957252 32,26.749973 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,59.099973 c -0.0089,-0.0209 -0.34571,-0.251424 -0.671875,-0.682031 -0.341444,-0.450777 -0.916064,-1.089763 -1.841797,-1.820313 -1.851466,-1.461099 -5.110078,-3.292363 -10.714844,-4.71875 -3.305819,-0.841313 -6.352803,-3.807173 -8.755859,-9.390625 -2.124424,-4.936056 -3.437104,-7.52748 -4.212891,-8.875 C 37.414841,32.939494 37.049183,32.186907 36.9,31.999973 h 0.35 c 0.173,0.216778 0.590198,0.675218 0.986324,1.363279 0.792253,1.376122 2.109404,3.979378 4.238281,8.925781 2.367895,5.501755 5.315538,8.31542 8.419922,9.105469 5.65902,1.440194 8.984485,3.298594 10.900391,4.810547 0.957953,0.755977 1.601294,1.399287 1.93164,1.910156 C 64.040149,58.600162 64,58.749973 64,58.749973 Z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,9.9165725,51.768808)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(20.988982,31.124537)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(0.43971286,-32.885829)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(29.934857,-4.6545194)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(-28.964202,-27.728735)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(-33.900935,65.752856)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(-1.2670601,-32.785637)"
- width="100%"
- height="100%" />
- <g
- style="display:inline"
- id="use4878"
- transform="translate(-7.6448067,-4.5827136)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path40165"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path40167"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path40169"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path40171"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path40173"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path40175"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="translate(25.791289)"
- id="g5221">
- <g
- id="g5137"
- transform="matrix(-1,0,0,1,134.20871,0)">
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1-8"
- d="M 63.999999,77.043 V 66.116727 L 70.208712,64 c -1.458725,8.222892 -4.024835,12.854099 -6.208713,13.043 z"
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-1"
- d="M 64,74.927 V 64.00006 h 6.2 C 68.741275,72.222952 66.183878,74.738099 64,74.927 Z"
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.54960996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0"
- id="path1932-78-29"
- d="m 64,69 v -4.99994 h 4.983158 C 68.251808,65.523675 67.00796,67.126137 64,69 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0"
- id="path1932-78-9"
- d="m 64,68.9 c 2.40097,-1.575274 4.212084,-3.605267 4.9,-4.9 h 0.35 c -0.749611,1.561658 -2.214001,3.358669 -5.25,5.25 z"
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5139"
- transform="translate(-31.999999)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5141"
- width="100%"
- height="100%"
- transform="translate(-63.999999)" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5143"
- transform="translate(0,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5145"
- transform="translate(0,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5147"
- transform="translate(-31.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5149"
- transform="translate(-31.999999,-64)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5151"
- transform="translate(-63.999999,-32)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#g5137"
- id="use5153"
- transform="translate(-63.999999,-64)"
- width="100%"
- height="100%" />
- </g>
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/5.svg b/src/asset/www/svg/tile/5.svg
deleted file mode 100644
index e0c2ae1..0000000
--- a/src/asset/www/svg/tile/5.svg
+++ /dev/null
@@ -1,403 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="5.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.99999996"
- inkscape:cx="197.92288"
- inkscape:cy="155.13684"
- inkscape:document-units="mm"
- inkscape:current-layer="g1948"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline">
- <rect
- style="opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="201"
- transform="scale(-1,1)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline">
- <path
- style="opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 94.8 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.152229,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 88.407668,-35.07558 89.816669,-32 89.816669,-32 H 94.8 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 58.363222,28.601838 57.800511,32 57.800511,32 H 62.8 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 30.8 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 23.88135,-5.3707704 25.816668,0 25.816668,0 H 30.8 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.8,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 58.679622,-40.302291 57.817,-32 57.817,-32 H 62.8 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.8,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 27.98682,26.140271 25.8,32 25.8,32 h 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.791666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 56.690587,-7.8589656 57.808334,0 57.808334,0 h 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.8,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.578921,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 89.105371,-3.4029017 89.605452,-0.84771505 89.816669,0 H 94.8 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- </g>
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer">
- <g
- transform="matrix(1.6534368,0,0,1.6534368,44.580051,-5.8479066)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="g1924"
- transform="translate(26.528151)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- transform="matrix(1.6534368,0,0,1.6534368,19.311675,-61.539751)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- id="use1928"
- transform="translate(55.152717,-45.462547)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 96,0 h -4.983331 c 0.247163,1.5429758 0.632173,3.1549102 0.65481,4.5855644 0.0392,2.4772323 -0.429495,4.6337587 -1.403165,7.8618186 -0.522073,1.730859 -0.225691,4.287946 -0.841899,7.019482 -0.727344,3.22418 1.841646,6.154529 1.590254,8.984936 -0.08294,0.933789 -0.03811,2.251077 0,3.548199 H 96 Z"
- style="opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,-64 h -4.983331 c 0,0 0.687668,3.700239 0.382804,9.086991 -0.15223,2.689806 -1.340423,7.065929 -1.411792,9.085255 C 89.607668,-35.07558 91.016669,-32 91.016669,-32 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,0 h -4.999489 c 0,0 -0.03896,5.2308334 0.563086,7.3465622 0.656933,2.3086293 2.426915,4.9218468 2.768506,7.3470568 0.656934,4.664055 -2.767236,8.120214 -2.768506,12.588269 C 59.563222,28.601838 59.000511,32 59.000511,32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 32,-64 h -4.983699 c 0,0 0.214969,2.834429 0,4.226877 -2.151678,13.937362 0,27.773123 0,27.773123 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,-32 h -4.983332 c 0,0 1.309621,13.794278 -1.309621,24.1543617 C 25.08135,-5.3707704 27.016668,0 27.016668,0 H 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 64,-64 h -4.983 c 0,0 0.650577,9.196019 1.590148,11.714323 1.038741,2.784105 0.692336,5.766203 0,8.79775 C 59.879622,-40.302291 59.017,-32 59.017,-32 H 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,0 h -5 c 0,0 5.60904,8.4141816 3.660431,12.821757 -2.61968,5.92548 1.529153,5.861149 -0.890588,11.870577 C 29.18682,26.140271 27,32 27,32 h 5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.991666,-31.983334 h -4.983332 c 0,0 -0.250489,5.117985 -1.403165,7.210257 -0.841756,1.527908 -1.189101,6.229351 -0.841899,7.109369 1.112172,2.818915 0.552594,3.812197 0.841899,6.828737 C 57.890587,-7.8589656 59.008334,0 59.008334,0 h 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 96,-32 h -4.983331 c 0.326376,2.308069 1.417858,4.275914 0.748354,7.026828 -1.140086,4.684481 0.57892,7.495834 0,11.09078 -0.639472,3.9709592 -0.942402,5.6904757 -1.262848,8.6573599 C 90.305371,-3.4029017 90.805452,-0.84771505 91.016669,0 H 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,64 c 0.244797,1.442886 0.79222,3.208191 0.814062,4.587891 0.03973,2.509776 -0.437906,4.698974 -1.414062,7.933593 -0.494836,1.639703 -0.210515,4.218454 -0.837891,6.998047 -0.346173,1.533722 0.09199,3.018589 0.609375,4.5 0.517383,1.481411 1.119344,2.950434 0.986328,4.447266 C 91.182948,93.309247 91.064418,94.791705 91.1,96 h -0.35 c -0.03809,-1.29566 -0.07571,-2.61431 0.0098,-3.576172 0.118377,-1.332101 -0.438509,-2.742423 -0.960938,-4.238281 -0.522428,-1.495858 -1.006171,-3.086611 -0.625,-4.775391 0.605046,-2.680633 0.298351,-5.212991 0.847662,-7.033203 0.971183,-3.218141 1.43124,-5.339142 1.392578,-7.78125 C 91.392088,67.207681 90.999278,65.555363 90.75,64 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.75,32 c 0,0 -0.339071,-0.723231 -0.646484,-2.853516 -0.307414,-2.130284 -0.563469,-5.599341 -0.373047,-10.984375 0.03719,-1.051731 0.354799,-2.646899 0.679687,-4.328125 0.324888,-1.681225 0.655997,-3.442624 0.730469,-4.7578121 C 91.443924,3.719863 90.75,0 90.75,0 h 0.35 c 0.334057,0.40125256 0.829276,4.0078476 0.540625,9.1054688 -0.07776,1.3732162 -0.415126,3.1418522 -0.740234,4.8242192 -0.325109,1.682366 -0.637697,3.283456 -0.671875,4.25 -0.189592,5.36154 0.06901,8.803135 0.371093,10.896484 C 90.886148,31.061797 91.068244,31.92821 91.1,32"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,64 c -9.47e-4,0.198633 0.155072,1.447737 0.214452,2.876953 0.06502,1.564582 0.211205,3.402354 0.496094,4.40625 0.636139,2.241635 2.412031,4.859701 2.765625,7.376953 0.336911,2.39849 -0.372523,4.477593 -1.146484,6.488282 -0.773962,2.010688 -1.608761,3.957762 -1.609376,6.126953 -1.39e-4,0.695025 -0.142416,1.869073 -0.283203,2.886718 C 59.41821,95.02154 59.134084,95.790288 59.1,96 h -0.35 c 0,0 0.151238,-0.895883 0.291018,-1.90625 0.13978,-1.010367 0.279172,-2.194122 0.279296,-2.818359 6.51e-4,-2.296536 0.873374,-4.308312 1.642579,-6.306641 0.769204,-1.998329 1.437039,-3.977096 1.11914,-6.240234 -0.32738,-2.33064 -2.080427,-4.935377 -2.753906,-7.308594 C 59.01292,70.309192 58.880041,68.474613 58.814455,66.896484 58.748865,65.318355 58.75,64 58.75,64 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,0 c 0.02382,0.31459418 0.368297,2.8960321 0.15581,4.2714844 C 25.138125,17.982539 27.04922,31.669004 27.1,32 h -0.35 c 0,0 -2.147446,-13.825071 0.01172,-27.8046875 C 26.965023,2.8790158 26.75,0 26.75,0"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,32 c 0.04185,0.447639 1.4345,13.959625 -1.158594,24.210938 -0.287278,1.1357 0.01781,3.091576 0.419922,4.728515 C 26.741207,62.485869 27.051486,63.863883 27.1,64 h -0.35 c 0,0 -0.463925,-1.275963 -0.873044,-2.941406 C 25.467838,59.393151 25.118615,57.425769 25.457034,56.087891 28.058477,45.803558 26.75,32 26.75,32"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 59.1,0 c 0.01663,0.23113247 0.334928,2.4276701 0.599219,4.8925781 0.279546,2.6071812 0.691255,5.5535299 1.132812,6.7363279 1.065639,2.854515 0.706046,5.888524 0.0098,8.935547 C 60.142937,23.622918 59.140236,31.617036 59.1,32 h -0.35 c 0,0 0.866443,-8.312776 1.605472,-11.546875 0.688485,-3.012913 1.021751,-5.937642 0.0098,-8.648437 C 59.867197,10.470494 59.483835,7.5629943 59.203163,4.9453125 58.922491,2.3276307 58.75,0 58.75,0"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 27.1,64 c 0.199941,0.306216 1.618554,2.204654 2.689062,4.664062 1.164991,2.676473 2.126167,5.922377 1.095704,8.259766 -1.285956,2.916927 -0.911169,4.261593 -0.50586,5.734375 C 30.784215,84.130985 31.224131,85.732539 30,88.78125 29.451739,90.146701 27.284131,95.505529 27.1,96 h -0.35 c 0,0 2.199673,-5.943231 2.787109,-7.40625 1.187543,-2.957588 0.765912,-4.325492 0.359375,-5.802734 -0.406536,-1.477243 -0.793739,-3.062893 0.53125,-6.06836 0.911651,-2.067889 0.04895,-5.229628 -1.095703,-7.859375 C 28.187379,66.233534 26.75,64 26.75,64 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 58.75,64 c 0,0 -1.107187,-7.824199 -1.394534,-10.820312 -0.146364,-1.526114 -0.07863,-2.541852 -0.113281,-3.501954 -0.03465,-0.960101 -0.163784,-1.870996 -0.710938,-3.257812 -0.119914,-0.303935 -0.14722,-0.757432 -0.150391,-1.357422 -0.0032,-0.59999 0.03426,-1.32628 0.109375,-2.072266 0.150229,-1.49197 0.430325,-3.046431 0.896485,-3.892578 0.53846,-0.97738 0.900301,-2.773182 1.105469,-4.302734 C 58.697352,33.26537 58.757809,32 58.757809,32 H 59.1 c -0.01014,0.190235 0.07724,1.438062 -0.113672,2.861328 -0.208246,1.552508 -0.547891,3.363624 -1.162109,4.478516 -0.375596,0.681761 -0.690808,2.240439 -0.837891,3.701172 -0.07354,0.730366 -0.108517,1.440795 -0.105469,2.017578 0.003,0.576783 0.06155,1.041659 0.115235,1.177734 0.565019,1.432098 0.710166,2.428425 0.746094,3.423828 0.03593,0.995403 -0.03161,1.982229 0.111328,3.472656 C 58.131381,56.030056 59.057253,63.698893 59.1,64"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 91.1,32 c 0.365401,2.137632 1.561267,4.374189 0.9,7.089844 -0.56049,2.301788 -0.418944,4.132625 -0.205078,5.861328 0.213866,1.728702 0.506254,3.360072 0.208984,5.205078 -0.639641,3.969943 -0.941972,5.68176 -1.261719,8.640625 C 90.561014,60.47342 90.881833,63.074677 91.1,64 h -0.35 c -0.217334,-0.871816 -0.708252,-3.366837 -0.503906,-5.257812 0.321146,-2.971813 0.624369,-4.698177 1.263672,-8.666016 0.28165,-1.748068 0.0049,-3.31748 -0.210938,-5.0625 -0.215885,-1.745021 -0.364752,-3.660761 0.214844,-6.041016 C 92.161914,36.31049 91.084445,34.363897 90.75,32"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/6.svg b/src/asset/www/svg/tile/6.svg
deleted file mode 100644
index 361bc43..0000000
--- a/src/asset/www/svg/tile/6.svg
+++ /dev/null
@@ -1,458 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="6.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.4142135"
- inkscape:cx="309.52889"
- inkscape:cy="44.521328"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,5.5713329 v 7.6291661 c 1.542976,-0.247163 3.15491,-0.632173 4.585562,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019483,0.841899 3.224181,0.727344 6.154528,-1.841646 8.984935,-1.590254 0.933789,0.08294 2.251078,0.03811 3.5482,0 V 5.5713329 Z"
- id="rect1571-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,3.4546659 v 7.6291651 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 3.4546659 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,5.5713329 v 7.6291661 c 0,0 3.7002389,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 10.752173,0.380013 13.827753,-1.028988 13.827753,-1.028988 V 5.5713329 Z"
- id="rect1571-3-75"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,3.4546659 v 7.6291651 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.152229 7.065929,1.340423 9.085255,1.411792 C 28.92442,12.492832 32,11.083831 32,11.083831 V 3.4546659 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64.000002,35.454669 v 9.761988 c 0,0 5.230831,0.03896 7.346561,-0.563086 2.30863,-0.656932 4.921848,-2.426915 7.347056,-2.768505 4.664056,-0.656934 8.120215,2.767235 12.588271,2.768505 1.319948,2.64e-4 4.718111,0.563086 4.718111,0.563086 v -9.761988 z"
- id="rect1571-6-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,33.338 v 9.761989 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,42.537278 96,43.099989 96,43.099989 V 33.338 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,66.925502 v 10.275367 c 0,0 2.8344291,-0.214969 4.226877,0 13.937362,2.151676 27.773122,0 27.773122,0 V 66.925502 Z"
- id="rect1571-0-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,64.808833 v 10.275366 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64.808833 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,66.925502 v 10.274999 c 0,0 13.79428,-1.309622 24.154363,1.309621 2.474868,0.625697 7.84564,-1.309621 7.84564,-1.309621 V 66.925502 Z"
- id="rect1571-62-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,64.808833 v 10.274999 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,77.01915 64,75.083832 64,75.083832 V 64.808833 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,35.454669 v 9.745499 c 0,0 9.1960192,-0.650576 11.714323,-1.590149 2.784105,-1.03874 5.766203,-0.692335 8.79775,0 3.185636,0.727528 11.487926,1.590149 11.487926,1.590149 v -9.745499 z"
- id="rect1571-61-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,33.338 v 9.7455 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,42.220878 32,43.0835 32,43.0835 V 33.338 Z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000002,66.925502 V 77.21717 c 0,0 8.414181,-5.60904 12.821756,-3.660431 5.925481,2.619679 5.86115,-1.529155 11.870576,0.890587 1.447937,0.583023 7.307667,2.769844 7.307667,2.769844 V 66.925502 Z"
- id="rect1571-8-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,64.808833 V 75.1005 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,72.91368 96,75.1005 96,75.1005 V 64.808833 Z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,35.463001 v 9.745835 c 0,0 5.117986,0.250489 7.210258,1.403164 1.527908,0.841756 6.22935,1.189101 7.109367,0.841899 2.818916,-1.112173 3.812199,-0.552595 6.828737,-0.841899 2.976007,-0.285419 10.834974,-1.403164 10.834974,-1.403164 v -9.745835 z"
- id="rect1571-7-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32.016666,33.346334 v 9.745832 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,44.209913 64,43.092166 64,43.092166 v -9.745832 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 31.999999,5.5713329 v 7.6291661 c 2.308069,-0.326376 4.275916,-1.417859 7.026828,-0.748354 4.684483,1.140086 7.495837,-0.578921 11.090781,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 1.822129,0.196804 4.377317,-0.303277 5.225034,-0.514494 V 5.5713329 Z"
- id="rect1571-9-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,3.4546659 v 7.6291651 c 2.308069,-0.326376 4.275914,-1.4178584 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.5789213 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,11.795129 63.152285,11.295048 64,11.083831 V 3.4546659 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,47.558141,9.2436122)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="g1924"
- transform="translate(61.798553,24.464997)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-6.9176274,34.792621)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(23.819553,-5.2820988)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 64,0 v 4.983331 c 1.542976,-0.247163 3.15491,-0.632173 4.585564,-0.65481 2.477233,-0.0392 4.633759,0.429495 7.861819,1.403165 1.730859,0.522073 4.287946,0.225691 7.019482,0.841899 3.22418,0.727344 6.154529,-1.841646 8.984936,-1.590254 0.933789,0.08294 2.251077,0.03811 3.548199,0 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 0,0 v 4.983331 c 0,0 3.700239,-0.687668 9.086991,-0.382804 2.689806,0.15223 7.065929,1.340423 9.085255,1.411792 C 28.92442,6.392332 32,4.983331 32,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 64,32 v 4.999489 c 0,0 5.230833,0.03896 7.346562,-0.563086 2.308629,-0.656933 4.921847,-2.426915 7.347057,-2.768506 4.664055,-0.656934 8.120214,2.767236 12.588269,2.768506 C 92.601838,36.436778 96,36.999489 96,36.999489 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 0,64 v 4.983699 c 0,0 2.834429,-0.214969 4.226877,0 13.937362,2.151678 27.773123,0 27.773123,0 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 32,64 v 4.983332 c 0,0 13.794278,-1.309621 24.154362,1.309621 C 58.62923,70.91865 64,68.983332 64,68.983332 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 0,32 v 4.983 c 0,0 9.196019,-0.650577 11.714323,-1.590148 2.784105,-1.038741 5.766203,-0.692336 8.79775,0 C 23.697709,36.120378 32,36.983 32,36.983 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 64,64 v 5 c 0,0 8.414182,-5.60904 12.821757,-3.660431 5.92548,2.61968 5.861149,-1.529153 11.870577,0.890588 C 90.140271,66.81318 96,69 96,69 v -5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 32.016666,32.008334 v 4.983332 c 0,0 5.117985,0.250489 7.210257,1.403165 1.527908,0.841756 6.229351,1.189101 7.109369,0.841899 2.818915,-1.112172 3.812197,-0.552594 6.828737,-0.841899 C 56.141034,38.109413 64,36.991666 64,36.991666 v -4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 32,0 v 4.983331 c 2.308069,-0.326376 4.275914,-1.417858 7.026828,-0.748354 4.684481,1.140086 7.495834,-0.57892 11.09078,0 3.970959,0.639472 5.690476,0.942402 8.65736,1.262848 C 60.597098,5.694629 63.152285,5.194548 64,4.983331 V 0 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,4.9 c 1.442886,-0.244797 3.208191,-0.79222 4.587891,-0.814062 2.509776,-0.03973 4.698974,0.437906 7.933593,1.414062 1.639703,0.494836 4.218454,0.210515 6.998047,0.837891 1.533722,0.346173 3.018589,-0.09199 4.5,-0.609375 C 89.500942,5.211133 90.969965,4.609172 92.466797,4.742188 93.309247,4.817052 94.791705,4.935582 96,4.9 V 5.25 C 94.70434,5.28809 93.38569,5.32571 92.423828,5.2402 91.091727,5.121823 89.681405,5.678709 88.185547,6.201138 86.689689,6.723566 85.098936,7.207309 83.410156,6.826138 80.729523,6.221092 78.197165,6.527787 76.376953,5.978476 73.158812,5.007293 71.037811,4.547236 68.595703,4.585898 67.207681,4.607912 65.555363,5.000722 64,5.25 Z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,5.25 c 0,0 -0.723231,0.339071 -2.853516,0.646484 C 27.0162,6.203898 23.547143,6.459953 18.162109,6.269531 17.110378,6.232341 15.51521,5.914732 13.833984,5.589844 12.152759,5.264956 10.39136,4.933847 9.0761719,4.859375 3.719863,4.556076 0,5.25 0,5.25 V 4.9 C 0.40125256,4.565943 4.0078476,4.070724 9.1054688,4.359375 c 1.3732162,0.07776 3.1418522,0.415126 4.8242192,0.740234 1.682366,0.325109 3.283456,0.637697 4.25,0.671875 5.36154,0.189592 8.803135,-0.06901 10.896484,-0.371093 C 31.061797,5.113852 31.92821,4.931756 32,4.9"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,36.9 c 0.198633,9.47e-4 1.447737,-0.155072 2.876953,-0.214452 1.564582,-0.06502 3.402354,-0.211205 4.40625,-0.496094 2.241635,-0.636139 4.859701,-2.412031 7.376953,-2.765625 2.39849,-0.336911 4.477593,0.372523 6.488282,1.146484 2.010688,0.773962 3.957762,1.608761 6.126953,1.609376 0.695025,1.39e-4 1.869073,0.142416 2.886718,0.283203 C 95.02154,36.58179 95.790288,36.865916 96,36.9 v 0.35 c 0,0 -0.895883,-0.151238 -1.90625,-0.291018 -1.010367,-0.13978 -2.194122,-0.279172 -2.818359,-0.279296 -2.296536,-6.51e-4 -4.308312,-0.873374 -6.306641,-1.642579 -1.998329,-0.769204 -3.977096,-1.437039 -6.240234,-1.11914 -2.33064,0.32738 -4.935377,2.080427 -7.308594,2.753906 -1.11073,0.315207 -2.945309,0.448086 -4.523438,0.513672 C 65.318355,37.251135 64,37.25 64,37.25 Z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 0,68.9 C 0.31459418,68.87618 2.8960321,68.531703 4.2714844,68.74419 17.982539,70.861875 31.669004,68.95078 32,68.9 v 0.35 c 0,0 -13.825071,2.147446 -27.8046875,-0.01172 C 2.8790158,69.034977 0,69.25 0,69.25"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,68.9 c 0.447639,-0.04185 13.959625,-1.4345 24.210938,1.158594 1.1357,0.287278 3.091576,-0.01781 4.728515,-0.419922 C 62.485869,69.258793 63.863883,68.948514 64,68.9 v 0.35 c 0,0 -1.275963,0.463925 -2.941406,0.873044 -1.665443,0.409118 -3.632825,0.758341 -4.970703,0.419922 C 45.803558,67.941523 32,69.25 32,69.25"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 0,36.9 c 0.23113247,-0.01663 2.4276701,-0.334928 4.8925781,-0.599219 2.6071812,-0.279546 5.5535299,-0.691255 6.7363279,-1.132812 2.854515,-1.065639 5.888524,-0.706046 8.935547,-0.0098 C 23.622918,35.857063 31.617036,36.859764 32,36.9 v 0.35 c 0,0 -8.312776,-0.866443 -11.546875,-1.605472 -3.012913,-0.688485 -5.937642,-1.021751 -8.648437,-0.0098 -1.334194,0.498075 -4.2416937,0.881437 -6.8593755,1.162109 C 2.3276307,37.077509 0,37.25 0,37.25"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c 0.306216,-0.199941 2.204654,-1.618554 4.664062,-2.689062 2.676473,-1.164991 5.922377,-2.126167 8.259766,-1.095704 2.916927,1.285956 4.261593,0.911169 5.734375,0.50586 C 84.130985,65.215785 85.732539,64.775869 88.78125,66 90.146701,66.548261 95.505529,68.715869 96,68.9 v 0.35 c 0,0 -5.943231,-2.199673 -7.40625,-2.787109 -2.957588,-1.187543 -4.325492,-0.765912 -5.802734,-0.359375 -1.477243,0.406536 -3.062893,0.793739 -6.06836,-0.53125 -2.067889,-0.911651 -5.229628,-0.04895 -7.859375,1.095703 C 66.233534,67.812621 64,69.25 64,69.25 Z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,37.25 c 0,0 -7.824199,1.107187 -10.820312,1.394534 -1.526114,0.146364 -2.541852,0.07863 -3.501954,0.113281 -0.960101,0.03465 -1.870996,0.163784 -3.257812,0.710938 -0.303935,0.119914 -0.757432,0.14722 -1.357422,0.150391 -0.59999,0.0032 -1.32628,-0.03426 -2.072266,-0.109375 -1.49197,-0.150229 -3.046431,-0.430325 -3.892578,-0.896485 -0.97738,-0.53846 -2.773182,-0.900301 -4.302734,-1.105469 C 33.26537,37.302648 32,37.242191 32,37.242191 V 36.9 c 0.190235,0.01014 1.438062,-0.07724 2.861328,0.113672 1.552508,0.208246 3.363624,0.547891 4.478516,1.162109 0.681761,0.375596 2.240439,0.690808 3.701172,0.837891 0.730366,0.07354 1.440795,0.108517 2.017578,0.105469 0.576783,-0.003 1.041659,-0.06155 1.177734,-0.115235 1.432098,-0.565019 2.428425,-0.710166 3.423828,-0.746094 0.995403,-0.03593 1.982229,0.03161 3.472656,-0.111328 C 56.030056,37.868619 63.698893,36.942747 64,36.9"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32,4.9 c 2.137632,-0.365401 4.374189,-1.561267 7.089844,-0.9 2.301788,0.56049 4.132625,0.418944 5.861328,0.205078 1.728702,-0.213866 3.360072,-0.506254 5.205078,-0.208984 3.969943,0.639641 5.68176,0.941972 8.640625,1.261719 C 60.47342,5.438986 63.074677,5.118167 64,4.9 V 5.25 C 63.128184,5.467334 60.633163,5.958252 58.742188,5.753906 55.770375,5.43276 54.044011,5.129537 50.076172,4.490234 48.328104,4.208584 46.758692,4.485334 45.013672,4.701172 43.268651,4.917057 41.352911,5.065924 38.972656,4.486328 36.31049,3.838086 34.363897,4.915555 32,5.25"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/7.svg b/src/asset/www/svg/tile/7.svg
deleted file mode 100644
index 850f992..0000000
--- a/src/asset/www/svg/tile/7.svg
+++ /dev/null
@@ -1,404 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="7.svg">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.9999999"
- inkscape:cx="154.98392"
- inkscape:cy="159.49335"
- inkscape:document-units="mm"
- inkscape:current-layer="layer3"
- showgrid="true"
- showguides="true"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="background"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(0,-201)"
- style="display:inline" />
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="cliff"
- transform="translate(0,64)"
- style="display:inline" />
- <g
- style="display:inline"
- transform="translate(0,64)"
- inkscape:label="details copy"
- id="g1948"
- inkscape:groupmode="layer" />
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details 1"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="-96"
- y="-96"
- transform="matrix(0,-1,-1,0,0,0)" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,95.458 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 95.458 Z"
- id="rect1571"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,95.458 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,90.705244 79.84708,89.51705 77.827754,89.445681 67.07558,89.065668 64,90.474669 64,90.474669 V 95.458 Z"
- id="rect1571-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,63.458 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.447037 9.186167,59.022867 4.718112,59.021597 3.398162,59.021222 0,58.458511 0,58.458511 V 63.458 Z"
- id="rect1571-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,31.458 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 31.458 Z"
- id="rect1571-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,31.458 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,24.53935 32,26.474668 32,26.474668 V 31.458 Z"
- id="rect1571-62"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96,63.458 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.337622 64,58.475 64,58.475 v 4.983 z"
- id="rect1571-61"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 32,31.458 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,28.64482 0,26.458 0,26.458 v 5 z"
- id="rect1571-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 63.983334,63.449666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.348587 32,58.466334 32,58.466334 v 4.983332 z"
- id="rect1571-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 64,95.458 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.578921 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,89.763371 32.847715,90.263452 32,90.474669 V 95.458 Z"
- id="rect1571-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsssccc" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-4.0477978,53.957926)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="g1924"
- transform="translate(-14.129383,21.246051)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1912"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1914"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1916"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1918"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1920"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1922"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,51.644046,28.68955)"
- id="use1926">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1976"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1978"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1980"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1982"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1984"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(31.333163,49.870615)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- sodipodi:nodetypes="ccssssccc"
- inkscape:connector-curvature="0"
- id="path1930"
- d="m 32,96 v -4.983331 c -1.542976,0.247163 -3.15491,0.632173 -4.585564,0.65481 -2.477233,0.0392 -4.633759,-0.429495 -7.861819,-1.403165 -1.730859,-0.522073 -4.287946,-0.225691 -7.019482,-0.841899 -3.22418,-0.727344 -6.154529,1.841646 -8.984936,1.590254 -0.933789,-0.08294 -2.251077,-0.03811 -3.548199,0 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5001303;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1932"
- d="m 96,96 v -4.983331 c 0,0 -3.700239,0.687668 -9.086991,0.382804 C 84.223203,91.247243 79.84708,90.05905 77.827754,89.987681 67.07558,89.607668 64,91.016669 64,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1934"
- d="m 32,64 v -4.999489 c 0,0 -5.230833,-0.03896 -7.346562,0.563086 -2.308629,0.656933 -4.921847,2.426915 -7.347057,2.768506 C 12.642326,62.989037 9.186167,59.564867 4.718112,59.563597 3.398162,59.563222 0,59.000511 0,59.000511 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50094038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1936"
- d="m 96,32 v -4.983699 c 0,0 -2.834429,0.214969 -4.226877,0 -13.937362,-2.151678 -27.773123,0 -27.773123,0 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50014865;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsccc"
- inkscape:connector-curvature="0"
- id="path1938"
- d="m 64,32 v -4.983332 c 0,0 -13.794278,1.309621 -24.154362,-1.309621 C 37.37077,25.08135 32,27.016668 32,27.016668 V 32 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1940"
- d="m 96,64 v -4.983 c 0,0 -9.196019,0.650577 -11.714323,1.590148 -2.784105,1.038741 -5.766203,0.692336 -8.79775,0 C 72.302291,59.879622 64,59.017 64,59.017 V 64 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50011361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccssccc"
- inkscape:connector-curvature="0"
- id="path1942"
- d="m 32,32 v -5 c 0,0 -8.414182,5.60904 -12.821757,3.660431 -5.92548,-2.61968 -5.861149,1.529153 -11.870577,-0.890588 C 5.859729,29.18682 0,27 0,27 l 0,5 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50096595;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1944"
- d="m 63.983334,63.991666 v -4.983332 c 0,0 -5.117985,-0.250489 -7.210257,-1.403165 -1.527908,-0.841756 -6.229351,-1.189101 -7.109369,-0.841899 -2.818915,1.112172 -3.812197,0.552594 -6.828737,0.841899 C 39.858966,57.890587 32,59.008334 32,59.008334 v 4.983332 z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- sodipodi:nodetypes="ccsssccc"
- inkscape:connector-curvature="0"
- id="path1946"
- d="m 64,96 v -4.983331 c -2.308069,0.326376 -4.275914,1.417858 -7.026828,0.748354 -4.684481,-1.140086 -7.495834,0.57892 -11.09078,0 -3.970959,-0.639472 -5.690476,-0.942402 -8.65736,-1.262848 C 35.402902,90.305371 32.847715,90.805452 32,91.016669 V 96 Z"
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.50013024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,91.099999 c -1.442886,0.244797 -3.208191,0.79222 -4.587891,0.814062 -2.509776,0.03973 -4.698974,-0.437906 -7.933593,-1.414062 -1.639703,-0.494836 -4.218454,-0.210515 -6.998047,-0.837891 -1.533722,-0.346173 -3.018589,0.09199 -4.5,0.609375 C 6.499057,90.788866 5.030034,91.390827 3.533202,91.257811 2.690752,91.182947 1.208294,91.064417 -10e-7,91.099999 v -0.35 c 1.29566,-0.03809 2.61431,-0.07571 3.576172,0.0098 1.332101,0.118377 2.742423,-0.438509 4.238281,-0.960938 1.495858,-0.522428 3.086611,-1.006171 4.775391,-0.625 2.680633,0.605046 5.212991,0.298351 7.033203,0.847662 3.218141,0.971183 5.339142,1.43124 7.78125,1.392578 1.388022,-0.02201 3.04034,-0.414824 4.595703,-0.664102 z"
- id="rect1571-89"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssscccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,90.749999 c 0,0 0.723231,-0.339071 2.853516,-0.646484 2.130284,-0.307414 5.599341,-0.563469 10.984375,-0.373047 1.051731,0.03719 2.646899,0.354799 4.328125,0.679687 1.681225,0.324888 3.442624,0.655997 4.757812,0.730469 5.356309,0.303299 9.076172,-0.390625 9.076172,-0.390625 v 0.35 c -0.401253,0.334057 -4.007848,0.829276 -9.105469,0.540625 -1.373216,-0.07776 -3.141852,-0.415126 -4.824219,-0.740234 -1.682366,-0.325109 -3.283456,-0.637697 -4.25,-0.671875 -5.36154,-0.189592 -8.803135,0.06901 -10.896484,0.371093 -1.985625,0.286539 -2.852038,0.468635 -2.923828,0.500391"
- id="rect1571-3-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,59.099999 c -0.198633,-9.47e-4 -1.447737,0.155072 -2.876953,0.214452 -1.564582,0.06502 -3.402354,0.211205 -4.40625,0.496094 -2.241635,0.636139 -4.859701,2.412031 -7.376953,2.765625 -2.39849,0.336911 -4.477593,-0.372523 -6.488282,-1.146484 C 8.840873,60.655724 6.893799,59.820925 4.724608,59.82031 4.029583,59.820171 2.855535,59.677894 1.83789,59.537107 0.978459,59.418209 0.209711,59.134083 -10e-7,59.099999 v -0.35 c 0,0 0.895883,0.151238 1.90625,0.291018 1.010367,0.13978 2.194122,0.279172 2.818359,0.279296 2.296536,6.51e-4 4.308312,0.873374 6.306641,1.642579 1.998329,0.769204 3.977096,1.437039 6.240234,1.11914 2.33064,-0.32738 4.935377,-2.080427 7.308594,-2.753906 1.11073,-0.315207 2.945309,-0.448086 4.523438,-0.513672 1.578129,-0.06559 2.896484,-0.06445 2.896484,-0.06445 z"
- id="rect1571-6-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssscsccscsssccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,27.099999 c -0.314594,0.02382 -2.896032,0.368297 -4.271484,0.15581 -13.711055,-2.117685 -27.39752,-0.20659 -27.728516,-0.15581 v -0.35 c 0,0 13.825071,-2.147446 27.804688,0.01172 1.316296,0.203303 4.195312,-0.01172 4.195312,-0.01172"
- id="rect1571-0-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,27.099999 c -0.447639,0.04185 -13.959625,1.4345 -24.210938,-1.158594 -1.1357,-0.287278 -3.091576,0.01781 -4.728515,0.419922 -1.546416,0.379879 -2.92443,0.690158 -3.060547,0.738672 v -0.35 c 0,0 1.275963,-0.463925 2.941406,-0.873044 1.665443,-0.409118 3.632825,-0.758341 4.970703,-0.419922 10.284333,2.601443 24.087891,1.292966 24.087891,1.292966"
- id="rect1571-62-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 95.999999,59.099999 c -0.231132,0.01663 -2.42767,0.334928 -4.892578,0.599219 -2.607181,0.279546 -5.55353,0.691255 -6.736328,1.132812 -2.854515,1.065639 -5.888524,0.706046 -8.935547,0.0098 -3.058465,-0.698894 -11.052583,-1.701595 -11.435547,-1.741831 v -0.35 c 0,0 8.312776,0.866443 11.546875,1.605472 3.012913,0.688485 5.937642,1.021751 8.648437,0.0098 1.334194,-0.498075 4.241694,-0.881437 6.859376,-1.162109 2.617681,-0.280672 4.945312,-0.453163 4.945312,-0.453163"
- id="rect1571-61-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csccccscsc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,27.099999 c -0.306216,0.199941 -2.204654,1.618554 -4.664062,2.689062 -2.676473,1.164991 -5.922377,2.126167 -8.259766,1.095704 -2.916927,-1.285956 -4.261593,-0.911169 -5.734375,-0.50586 -1.472782,0.405309 -3.074336,0.845225 -6.123047,-0.378906 -1.365451,-0.548261 -6.724279,-2.715869 -7.21875,-2.9 v -0.35 c 0,0 5.943231,2.199673 7.40625,2.787109 2.957588,1.187543 4.325492,0.765912 5.802734,0.359375 1.477243,-0.406536 3.062893,-0.793739 6.06836,0.53125 2.067889,0.911651 5.229628,0.04895 7.859375,-1.095703 2.629747,-1.144652 4.863281,-2.582031 4.863281,-2.582031 z"
- id="rect1571-8-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 31.999999,58.749999 c 0,0 7.824199,-1.107187 10.820312,-1.394534 1.526114,-0.146364 2.541852,-0.07863 3.501954,-0.113281 0.960101,-0.03465 1.870996,-0.163784 3.257812,-0.710938 0.303935,-0.119914 0.757432,-0.14722 1.357422,-0.150391 0.59999,-0.0032 1.32628,0.03426 2.072266,0.109375 1.49197,0.150229 3.046431,0.430325 3.892578,0.896485 0.97738,0.53846 2.773182,0.900301 4.302734,1.105469 1.529552,0.205167 2.794922,0.265624 2.794922,0.265624 v 0.342191 c -0.190235,-0.01014 -1.438062,0.07724 -2.861328,-0.113672 -1.552508,-0.208246 -3.363624,-0.547891 -4.478516,-1.162109 -0.681761,-0.375596 -2.240439,-0.690808 -3.701172,-0.837891 -0.730366,-0.07354 -1.440795,-0.108517 -2.017578,-0.105469 -0.576783,0.003 -1.041659,0.06155 -1.177734,0.115235 -1.432098,0.565019 -2.428425,0.710166 -3.423828,0.746094 -0.995403,0.03593 -1.982229,-0.03161 -3.472656,0.111328 -2.897244,0.277865 -10.566081,1.203737 -10.867188,1.246484"
- id="rect1571-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccssscccscccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 63.999999,91.099999 c -2.137632,0.365401 -4.374189,1.561267 -7.089844,0.9 -2.301788,-0.56049 -4.132625,-0.418944 -5.861328,-0.205078 -1.728702,0.213866 -3.360072,0.506254 -5.205078,0.208984 -3.969943,-0.639641 -5.68176,-0.941972 -8.640625,-1.261719 -1.676545,-0.181173 -4.277802,0.139646 -5.203125,0.357813 v -0.35 c 0.871816,-0.217334 3.366837,-0.708252 5.257812,-0.503906 2.971813,0.321146 4.698177,0.624369 8.666016,1.263672 1.748068,0.28165 3.31748,0.0049 5.0625,-0.210938 1.745021,-0.215885 3.660761,-0.364752 6.041016,0.214844 2.662166,0.648242 4.608759,-0.429227 6.972656,-0.763672"
- id="rect1571-9-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccssssc" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/8.svg b/src/asset/www/svg/tile/8.svg
deleted file mode 100644
index 755f95d..0000000
--- a/src/asset/www/svg/tile/8.svg
+++ /dev/null
@@ -1,462 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="8.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="2.828427"
- inkscape:cx="94.854033"
- inkscape:cy="136.11959"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- sodipodi:insensitive="true">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="shadow"
- style="">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0582049,5.8199686 v 4.9831584 23.312786 h 5.141795 c 0,0 1.1373607,-3.827158 5.1040931,-13.828091 1.608796,-3.626767 4.999143,-4.059371 6.470923,-4.661908 11.276786,-2.815007 14.224985,-2.426 14.224985,-2.426 V 5.8199686 H 6.0413634 Z"
- id="path1932-36-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.058336,66.115916 v 8.687215 21.196955 l 4.98316,-1.72e-4 c 0,0 -2.965593,-0.453651 -0.818957,-8.258412 0.244055,-0.887336 -0.02899,-3.012199 0.393142,-3.893584 2.606477,-5.442173 8.967893,-3.354846 12.159464,-4.221965 3.129608,-0.78124 0.01072,-4.708853 2.090156,-5.00625 C 89.278633,73.845503 96,77.043361 96,77.043361 V 65.356469 l -25.958504,0.759447 z"
- id="path1932-4-5-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.058336,37.819972 v 4.98316 23.312784 H 70.2 c 0.05688,-0.60951 -0.219064,2.064625 0.640638,-4.739714 0.341577,-2.703505 3.034761,-2.768037 4.463585,-6.08788 2.385475,-5.542606 3.662696,-5.126075 6.867797,-5.941759 C 93.435806,46.479985 96,45.199915 96,45.199915 V 37.819972 H 70.041496 Z"
- id="path1932-7-35-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058334,5.8199686 v 4.9831594 23.312785 h 5.141667 c 0,0 1.137488,-0.826719 5.104222,-10.827652 2.66713,-5.412705 3.279352,-6.794431 6.470923,-7.66155 C 61.051931,12.811704 64,13.199914 64,13.199914 V 5.8199686 H 38.041491 Z"
- id="path1932-44-6-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.057945,2.1159139 2.64e-4,8.6872141 v 23.31287 l 5.141664,-1.69e-4 c 0,0 -3.282087,-7.278656 -1.378069,-17.707182 0.247269,-1.354321 4.564645,-4.538841 12.820923,-5.809465 11.487586,-1.7679164 14.357344,2.600732 14.357344,2.600732 L 95.999804,2.1159139 H 70.041105 Z"
- id="path1932-3-2-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058334,69.819738 v 4.983348 21.196915 h 5.141667 c 0,0 1.914236,-2.549764 2.61144,-4.045163 1.154067,-2.475312 -1.13257,-4.53999 2.492782,-4.667578 7.317327,-0.257514 6.503546,-3.31166 6.470923,-7.661547 -0.02154,-2.871367 5.128172,-1.158555 7.075863,-1.461665 C 62.787034,77.240253 64,77.199915 64,77.199915 v -7.380417 l -25.958509,2.4e-4 z"
- id="path1932-0-91-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0583333,69.819913 v 4.98316 21.196928 h 5.1416666 c 0,0 3.4288161,-1.312488 4.0842641,-8.251961 0.249,-2.636255 -5.9732578,-2.585135 -4.9331696,-4.826122 C 7.8913999,77.448544 16.303364,78.641029 19.494936,77.773912 30.77172,74.958904 32.000001,77.199915 32.000001,77.199915 V 69.819913 H 6.041492 Z"
- id="path1932-78-27-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058334,37.819972 v 4.98316 l 8.7e-5,23.312784 h 5.14158 c 0,0 2.669929,-2.291985 5.104222,-6.684341 2.925019,-5.277805 5.389523,-5.406112 8.587589,-6.248964 C 60.509765,50.911346 64.058,45.199915 64.058,45.199915 V 37.819972 H 38.041491 Z"
- id="path1932-6-09-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0582049,3.7040547 V 8.6872129 32 H 6.2 c 0,0 1.1373604,-3.82716 5.104093,-13.828092 C 12.912889,14.545141 16.303236,14.112537 17.775016,13.51 29.0518,10.694993 32,11.084 32,11.084 V 3.7040547 H 6.0413633 Z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 1.0583333,37.820725 v 4.98316 23.312784 H 6.2 c 0,0 -3.0446604,-2.629871 0.209428,-12.637465 0.5215467,-1.60396 10.409571,-3.316383 13.614674,-4.132067 C 31.287886,46.480559 31.999999,45.2 31.999999,45.2 V 37.820725 H 6.0414918 Z"
- id="path1932-5-7-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0583333,35.704056 V 40.687216 64 H 6.2 C 6.2,64 3.1553396,61.370129 6.4094281,51.362535 6.9309747,49.758575 16.818999,48.046152 20.024102,47.230468 31.287886,44.36389 32,43.084 32,43.084 V 35.704056 H 6.0414919 Z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.058335,64 v 8.687216 23.31287 l 4.983159,-1.72e-4 c 0,0 -2.965592,-2.569566 -0.818956,-10.374328 0.244055,-0.887335 -0.02899,-3.012198 0.393141,-3.893583 2.606477,-5.442173 8.967894,-3.354846 12.159465,-4.221964 3.129608,-0.781241 0.01072,-4.708854 2.090155,-5.006251 C 89.278632,71.729588 96,74.927446 96,74.927446 V 64 l -25.958506,0 z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 65.058335,35.704056 V 40.687216 64 H 70.2 c 0.05688,-0.609508 -0.219066,2.064626 0.640637,-4.739713 0.341577,-2.703504 3.03476,-2.768037 4.463584,-6.08788 2.385475,-5.542606 3.662696,-5.126075 6.867798,-5.941759 C 93.435805,44.36407 96,43.084 96,43.084 V 35.704056 H 70.041494 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,3.7040546 V 8.6872137 32 H 38.2 c 0,0 1.13749,-0.826721 5.104222,-10.827653 2.667129,-5.412705 3.279351,-6.794431 6.470922,-7.66155 C 61.051929,10.69579 64,11.084 64,11.084 V 3.7040546 H 38.041492 Z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 65.057944,0 3.91e-4,8.6872137 V 32.000085 L 70.2,31.999915 c 0,0 -3.282089,-7.278656 -1.378071,-17.707182 C 69.069198,12.938412 73.386574,9.7538917 81.642852,8.4832675 93.130438,6.7153518 96.000196,11.084 96.000196,11.084 L 95.999804,0 H 70.041103 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 33.058335,67.703823 V 72.687171 96 H 38.2 c 0,0 1.914236,-4.665678 2.611439,-6.161078 1.154068,-2.47531 -1.13257,-4.539989 2.492783,-4.667577 7.317329,-0.257514 6.503545,-3.31166 6.470922,-7.661547 -0.02154,-2.871368 5.128173,-1.158556 7.075863,-1.461664 C 62.787032,75.124339 64,75.084 64,75.084 v -7.380416 l -25.958508,2.39e-4 z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 1.0583333,67.703998 V 72.687158 96 H 6.2 c 0,0 3.428816,-3.428403 4.084264,-10.367875 0.249,-2.636256 -5.973258,-2.585135 -4.9331698,-4.826122 C 7.8914,75.33263 16.303364,76.525115 19.494936,75.657997 30.771719,72.842989 32,75.084 32,75.084 V 67.703998 H 6.0414919 Z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 33.058335,35.704056 v 4.98316 L 33.058422,64 H 38.2 c 0,0 2.66993,-2.291985 5.104222,-6.68434 2.925019,-5.277806 5.389524,-5.406111 8.587589,-6.248963 C 60.509764,48.795432 64.058,43.084 64.058,43.084 V 35.704056 H 38.041492 Z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline"
- sodipodi:insensitive="true">
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M -1.2844006e-4,-1.1287e-4 V 4.9830453 32 H 4.9830298 c 0,0 1.2959972,-7.53133 5.2627282,-17.532262 C 12.912887,9.0550341 13.525109,7.6733083 16.716681,6.8061898 27.993466,3.9911828 31.999985,4.9830453 31.999985,4.9830453 V -1.1287e-4 H 4.9830298 Z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 0,31.999887 V 36.983045 64 h 4.9831583 c 0,0 -1.8105418,-6.046235 0.3679363,-16.341637 C 6.6002453,41.754926 15.760664,41.341665 18.965767,40.525982 30.229552,37.659404 32.000113,36.983045 32.000113,36.983045 V 31.999887 H 4.9831583 Z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,63.999887 V 68.983046 96 h 4.983158 c 0,0 -4.088123,-4.902368 -0.912499,-13.549029 0.317269,-0.863867 0.06455,-6.541431 0.486685,-7.422816 2.606477,-5.442172 8.967893,-3.354846 12.159465,-4.221965 3.129608,-0.781239 0.01071,-4.708853 2.090155,-5.006249 5.413333,-0.774199 13.193149,3.183105 13.193149,3.183105 V 63.999887 H 68.983158 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,31.999887 V 36.983046 64 h 4.983158 c 0,0 -0.745484,-6.283863 0.799143,-11.444382 0.781385,-2.610563 3.03476,-2.768034 4.463585,-6.08788 2.385476,-5.542603 3.662695,-5.126073 6.867798,-5.941756 11.263785,-2.866579 14.886429,-3.542936 14.886429,-3.542936 V 31.999887 H 68.983158 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,-1.13e-4 V 4.983046 32 h 4.983158 c 0,0 1.295998,-7.53133 5.262728,-17.532262 C 44.913016,9.055034 45.525237,7.673309 48.716809,6.80619 59.993593,3.991183 64.000113,4.983046 64.000113,4.983046 V -1.13e-4 H 36.983158 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64,-1.13e-4 V 4.983046 32 h 4.983158 c 0,0 -3.123581,-13.982904 -1.219564,-24.411429 C 68.010862,6.2342507 72.328239,3.0497307 80.584517,1.7791064 92.072102,0.01119072 96.000113,4.983046 96.000113,4.983046 V -1.13e-4 H 68.983158 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,63.999653 V 68.983 95.999766 h 4.983158 c 0,0 1.230843,-2.382778 2.769945,-7.526406 0.782921,-2.616499 -1.132569,-9.878271 2.492783,-10.005856 7.317331,-0.257514 6.503545,-3.311661 6.470923,-7.661548 -0.02153,-2.871366 5.128172,-1.158556 7.075862,-1.461666 5.936025,-0.923795 8.207442,-0.361478 8.207442,-0.361478 V 63.999653 H 36.983158 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 0,63.999827 v 4.983159 27.016954 h 4.9831583 c 0,0 3.8336583,-4.423054 4.5234046,-11.3592 C 9.755563,82.136777 3.2526725,76.343039 4.2927607,74.102053 6.8330665,68.628681 15.245029,69.821166 18.436601,68.954047 c 11.276784,-2.815007 13.563512,0.02894 13.563512,0.02894 v -4.98316 H 4.9831583 Z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32,31.999887 V 36.983046 64 h 4.983158 c 0,0 1.009426,-0.506052 5.262728,-10.388512 2.385476,-5.542603 5.382487,-8.433365 8.58759,-9.249048 11.263785,-2.866578 13.166637,-7.379394 13.166637,-7.379394 V 31.999887 H 36.983158 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,-1.4708572,29.634598)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(31.750001,10.980209)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(14.155209,-11.641667)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(17.727084,4.2333335)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(-63.764586,-35.851043)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(32.940626,64.558336)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(30.427085,-2.3812501)"
- width="100%"
- height="100%" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,0.72688916,9.1113205)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-2.638781,31.759569)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,32 c 0,0 1.2715195,-7.457907 5.226434,-17.431641 1.329658,-2.698511 2.150793,-4.390731 3.00586,-5.4824215 C 14.338917,7.9922603 15.215808,7.4726859 16.783075,7.046875 22.404118,5.6441216 26.207376,5.1908927 28.597528,5.0878906 30.988689,4.9848451 32,5.25 32,5.25 V 4.9 C 31.826759,4.8629074 30.790641,4.4944072 28.576044,4.5898438 26.144749,4.6946188 22.307959,5.1535936 16.656122,6.5644531 h -0.002 -0.0039 c -1.624305,0.4413076 -2.648337,1.0457493 -3.5625,2.2128907 -0.914164,1.1671413 -1.733218,2.8744892 -3.066407,5.5800782 l -0.0039,0.0098 -0.0039,0.0078 C 6.1195989,24.192422 4.9529824,31.697605 4.9,32 Z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 5.25,64 c 0,0 -1.8245116,-6.041988 0.3440556,-16.290549 0.5991983,-2.831789 3.0972196,-4.3558 5.9082024,-5.287109 2.810984,-0.93131 5.875497,-1.234905 7.523438,-1.654297 C 30.292521,37.900694 32,37.25 32,37.25 V 36.9 c -0.04423,0.01671 -1.977138,0.553631 -13.097351,3.38367 -1.557163,0.396289 -4.673851,0.708962 -7.556641,1.664062 -2.8827896,0.9551 -5.5902817,2.586553 -6.2402339,5.658203 C 2.9978863,57.567728 4.7782434,63.568582 4.9,64 Z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,68.9 c -0.277986,-0.138865 -2.055669,-1.207229 -4.486328,-2.034766 -2.639264,-0.898558 -5.959809,-1.710426 -8.742188,-1.3125 -0.302437,0.04325 -0.54726,0.163924 -0.710937,0.351563 -0.163677,0.187639 -0.237575,0.421978 -0.265625,0.664062 -0.0561,0.484169 0.05015,1.033779 0.113281,1.582032 0.06313,0.548252 0.08386,1.085038 -0.07031,1.498047 -0.154173,0.413008 -0.456464,0.73499 -1.181641,0.916015 h -0.002 -0.0039 c -1.506252,0.409234 -3.905651,0.117122 -6.261719,0.388672 -2.356069,0.27155 -4.713798,1.16302 -6.056641,3.966797 -0.154898,0.323416 -0.19327,0.82632 -0.234375,1.503906 -0.04111,0.677586 -0.05763,1.498921 -0.07227,2.31836 -0.01463,0.819438 -0.0274,1.636878 -0.05469,2.298828 -0.02729,0.661949 -0.0897,1.201521 -0.134765,1.324218 -1.605052,4.370272 -1.377461,7.816721 -0.740235,10.167969 C 67.592723,94.367286 68.59244,95.569857 68.9,96 h 0.35 c 0,0 -1.058945,-1.336059 -1.671875,-3.59766 -0.61293,-2.261601 -0.84401,-5.588846 0.726563,-9.865235 0.113572,-0.309236 0.138266,-0.803462 0.166015,-1.476562 0.02775,-0.6731 0.04008,-1.492438 0.05469,-2.310547 0.01461,-0.818109 0.03212,-1.635032 0.07227,-2.296875 0.04015,-0.661843 0.129378,-1.19913 0.185547,-1.316406 1.263634,-2.638395 3.389911,-3.425391 5.664063,-3.6875 2.273405,-0.262023 4.648764,0.05488 6.333984,-0.402344 h 0.002 c 0.835356,-0.210408 1.315832,-0.67174 1.521485,-1.222656 0.20622,-0.552436 0.165069,-1.161989 0.09961,-1.730469 -0.06546,-0.56848 -0.155031,-1.106482 -0.113281,-1.466797 0.02087,-0.180157 0.07048,-0.307404 0.146484,-0.394531 0.076,-0.08713 0.186875,-0.154452 0.404297,-0.185547 2.630954,-0.37627 5.907741,0.404471 8.511719,1.291016 C 93.957548,68.224431 96,69.25 96,69.25 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 96,36.9 c -0.09942,0.01871 -3.835227,0.555242 -14.947266,3.383203 -1.585002,0.403375 -2.740918,0.502161 -3.820312,1.234375 -1.079395,0.732214 -2.016755,2.06329 -3.216797,4.851563 -0.696113,1.617405 -1.575488,2.444913 -2.414063,3.224609 -0.838574,0.779696 -1.649368,1.523421 -2.058593,2.890625 C 68.033476,57.527511 68.850372,63.563754 68.9,64 h 0.35 c 0,0 -0.750817,-6.287107 0.771487,-11.373047 0.372158,-1.24336 1.079256,-1.884374 1.919922,-2.666015 0.840666,-0.781642 1.800492,-1.692091 2.533203,-3.394532 1.185434,-2.75433 2.082203,-3.985673 3.039063,-4.634765 0.95686,-0.649093 2.042009,-0.751756 3.662109,-1.164063 C 92.43626,37.90184 96,37.25 96,37.25 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 64,4.9 C 63.826759,4.8629074 62.790768,4.4944073 60.576172,4.5898438 58.144877,4.6946186 54.308087,5.1535934 48.65625,6.5644531 h -0.002 -0.0039 c -1.624305,0.4413078 -2.648337,1.0457495 -3.5625,2.2128907 -0.914164,1.1671411 -1.733218,2.8744892 -3.066407,5.5800782 l -0.0039,0.0098 -0.0039,0.0078 C 38.119727,24.192422 36.952983,31.697605 36.9,32 h 0.330469 c 0,0 1.291179,-7.457907 5.246093,-17.431641 1.329658,-2.698511 2.150794,-4.390731 3.00586,-5.4824215 C 46.339044,7.9922604 47.215937,7.4726861 48.783203,7.046875 54.404245,5.6441214 58.207504,5.1908925 60.597656,5.0878906 62.988817,4.9848453 64,5.25 64,5.25 Z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 96,4.9 C 95.57033,4.4704109 94.493954,3.2476722 92.697266,2.4882812 90.234717,1.4474572 86.329724,0.64128145 80.546875,1.53125 76.394178,2.1703416 73.225917,3.2922038 71.054688,4.4316406 69.969073,5.001359 69.132112,5.5742597 68.542969,6.1015625 67.953825,6.6288653 67.599374,7.094966 67.517578,7.5429688 65.632977,17.865146 68.789669,31.502137 68.9,32 h 0.35 c 0,0 -3.128484,-14.02503 -1.240234,-24.3671875 0.04184,-0.2291574 0.319269,-0.6677987 0.867187,-1.1582031 C 69.424871,5.984205 70.230437,5.4275766 71.287109,4.8730469 73.400454,3.7639874 76.519466,2.6569232 80.623047,2.0253906 86.327783,1.1474435 90.1286,1.9460936 92.501953,2.9492188 94.875306,3.9523435 95.999999,5.25 96,5.25 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,68.9 c -0.166004,-0.03394 -0.7597,-0.310536 -1.873047,-0.331875 -1.32635,-0.02542 -3.392631,0.06547 -6.373047,0.529297 -0.870064,0.135404 -2.669786,-0.202274 -4.232422,-0.234375 -0.781318,-0.01605 -1.5158,0.04039 -2.091796,0.320313 -0.575997,0.279928 -0.968835,0.832623 -0.962891,1.625 0.01642,2.190094 0.201964,4.008931 -0.451172,5.246094 -0.326568,0.618581 -0.851476,1.114981 -1.761719,1.488281 -0.910242,0.3733 -2.205767,0.612019 -4.017578,0.675781 -0.990417,0.03485 -1.656504,0.595914 -2.02539,1.392578 -0.368887,0.796664 -0.490792,1.824647 -0.527344,2.917969 -0.03655,1.093322 0.01654,2.254222 0.0293,3.298828 0.01276,1.044606 -0.02062,1.977342 -0.199219,2.574219 C 38.00658,93.43877 36.942719,95.916727 36.9,96 h 0.35 c 0,0 1.198669,-2.296931 2.742186,-7.455312 0.21286,-0.711373 0.23361,-1.667756 0.220703,-2.72461 -0.01291,-1.056853 -0.06491,-2.210259 -0.0293,-3.27539 0.03561,-1.065131 0.164413,-2.040089 0.480468,-2.722656 0.316056,-0.682567 0.767585,-1.076532 1.589844,-1.105469 1.846854,-0.06499 3.195301,-0.303225 4.189453,-0.710938 0.994153,-0.407712 1.635051,-0.995916 2.015625,-1.716797 0.761149,-1.44176 0.524011,-3.324581 0.507813,-5.484374 -0.0048,-0.643307 0.237259,-0.953958 0.681641,-1.169922 0.444381,-0.215965 1.116402,-0.288781 1.863281,-0.273438 1.493758,0.03069 3.242687,0.398175 4.320312,0.230469 2.955609,-0.459967 4.991793,-0.55018 6.285157,-0.525391 C 63.410546,69.090962 64,69.250001 64,69.25 Z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 32,68.9 C 31.656893,68.579327 30.507165,67.849922 29.492188,67.665956 27.462233,67.298022 24.038392,67.29762 18.376953,68.710878 l -0.0039,0.002 h -0.002 c -1.514177,0.411387 -4.440163,0.341511 -7.292969,0.841797 -2.8528062,0.500285 -5.6942853,1.602849 -7.0117188,4.441406 -0.3192193,0.687793 -0.058113,1.536787 0.4140626,2.458984 0.4721759,0.922197 1.1864455,1.940465 1.9199218,2.962891 0.7334763,1.022425 1.4862256,2.048334 2.0351563,2.96289 0.5489306,0.914557 0.8729734,1.724456 0.8222656,2.234375 C 8.585737,91.373618 5.0045041,95.87819 4.9,96 h 0.35 c 0,0 3.8081225,-4.317547 4.505859,-11.334046 C 9.829652,83.923894 9.4330616,83.07098 8.8652344,82.12494 8.2974071,81.1789 7.5377511,80.146021 6.8066406,79.126893 6.0755302,78.107766 5.3725913,77.101111 4.9257812,76.228456 4.4789712,75.3558 4.3187065,74.639671 4.5195312,74.206971 5.7424036,71.572156 8.3779175,70.53541 11.164062,70.046815 c 2.786146,-0.488595 5.660496,-0.39583 7.337891,-0.851563 l -0.0039,0.002 C 24.113397,67.795501 27.469743,67.8079 29.40235,68.158189 30.368653,68.333333 31.636359,69.042721 32,69.25 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64,36.9 c -0.0089,0.0209 -0.34571,0.251424 -0.671875,0.682031 -0.341444,0.450777 -0.916064,1.089763 -1.841797,1.820313 -1.851466,1.461099 -5.110078,3.292363 -10.714844,4.71875 -3.305819,0.841313 -6.352803,3.807173 -8.755859,9.390625 -2.124424,4.936056 -3.437104,7.52748 -4.212891,8.875 C 37.414841,63.060479 37.049183,63.813066 36.9,64 h 0.35 c 0.173,-0.216778 0.590198,-0.675218 0.986324,-1.363279 0.792253,-1.376122 2.109404,-3.979378 4.238281,-8.925781 2.367895,-5.501755 5.315538,-8.31542 8.419922,-9.105469 5.65902,-1.440194 8.984485,-3.298594 10.900391,-4.810547 0.957953,-0.755977 1.601294,-1.399287 1.93164,-1.910156 C 64.040149,37.399811 64,37.25 64,37.25 Z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- </g>
-</svg>
diff --git a/src/asset/www/svg/tile/9.svg b/src/asset/www/svg/tile/9.svg
deleted file mode 100644
index 4decd90..0000000
--- a/src/asset/www/svg/tile/9.svg
+++ /dev/null
@@ -1,461 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="96mm"
- height="96mm"
- viewBox="0 0 96 96"
- version="1.1"
- id="svg8"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"
- sodipodi:docname="9.svg"
- enable-background="new">
- <defs
- id="defs2" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="8.8498829"
- inkscape:cx="261.48775"
- inkscape:cy="211.20391"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- showgrid="true"
- showguides="false"
- inkscape:window-width="1678"
- inkscape:window-height="1029"
- inkscape:window-x="1"
- inkscape:window-y="516"
- inkscape:window-maximized="0"
- inkscape:snap-global="false">
- <inkscape:grid
- type="xygrid"
- id="grid882"
- units="mm"
- spacingx="31.999999"
- spacingy="31.999999" />
- </sodipodi:namedview>
- <metadata
- id="metadata5">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="background"
- style="display:inline">
- <rect
- style="display:inline;opacity:1;fill:#5f8dd3;fill-opacity:1;stroke:none;stroke-width:9.41215611;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="rect4504"
- width="96"
- height="96"
- x="0"
- y="0"
- transform="matrix(0,1,1,0,0,0)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="shadow"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941863,5.8199686 v 4.9831584 23.312786 h -5.141795 c 0,0 -1.137361,-3.827158 -5.104093,-13.828091 -1.608796,-3.626767 -4.999143,-4.059371 -6.470923,-4.661908 -11.276786,-2.815007 -14.224985,-2.426 -14.224985,-2.426 V 5.8199686 h 25.958637 z"
- id="path1932-36-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941732,66.115916 v 8.687215 21.196955 l -4.98316,-1.72e-4 c 0,0 2.965593,-0.453651 0.818957,-8.258412 -0.244055,-0.887336 0.02899,-3.012199 -0.393142,-3.893584 C 23.77791,78.405745 17.416494,80.493072 14.224923,79.625953 11.095315,78.844713 14.214203,74.9171 12.134767,74.619703 6.7214346,73.845503 6.755994e-5,77.043361 6.755994e-5,77.043361 V 65.356469 L 25.958572,66.115916 Z"
- id="path1932-4-5-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941732,37.819972 v 4.98316 23.312784 h -5.141664 c -0.05688,-0.60951 0.219064,2.064625 -0.640638,-4.739714 -0.341577,-2.703505 -3.034761,-2.768037 -4.463585,-6.08788 C 18.31037,49.745716 17.033149,50.162247 13.828048,49.346563 2.5642616,46.479985 6.755994e-5,45.199915 6.755994e-5,45.199915 V 37.819972 H 25.958572 Z"
- id="path1932-7-35-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941734,5.8199686 v 4.9831594 23.312785 h -5.141667 c 0,0 -1.137488,-0.826719 -5.104222,-10.827652 -2.66713,-5.412705 -3.279352,-6.794431 -6.470923,-7.66155 C 34.948137,12.811704 32.000068,13.199914 32.000068,13.199914 V 5.8199686 h 25.958509 z"
- id="path1932-44-6-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.942123,2.1159139 -2.64e-4,8.6872141 v 23.31287 l -5.141664,-1.69e-4 c 0,0 3.282087,-7.278656 1.378069,-17.707182 C 26.930995,15.054326 22.613619,11.869806 14.357341,10.599182 2.8697546,8.8312656 -3.44006e-6,13.199914 -3.44006e-6,13.199914 l 2.67e-4,-11.0840001 H 25.958963 Z"
- id="path1932-3-2-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941734,69.819738 v 4.983348 21.196915 h -5.141667 c 0,0 -1.914236,-2.549764 -2.61144,-4.045163 -1.154067,-2.475312 1.13257,-4.53999 -2.492782,-4.667578 -7.317327,-0.257514 -6.503546,-3.31166 -6.470923,-7.661547 0.02154,-2.871367 -5.128172,-1.158555 -7.075863,-1.461665 -5.936025,-0.923795 -7.148991,-0.964133 -7.148991,-0.964133 v -7.380417 l 25.958509,2.4e-4 z"
- id="path1932-0-91-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941734,69.819913 v 4.98316 21.196928 h -5.141666 c 0,0 -3.428816,-1.312488 -4.084264,-8.251961 -0.249,-2.636255 5.973257,-2.585135 4.933169,-4.826122 C 88.108668,77.448544 79.696704,78.641029 76.505132,77.773912 65.228348,74.958904 64.000067,77.199915 64.000067,77.199915 v -7.380002 h 25.958509 z"
- id="path1932-78-27-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941734,37.819972 v 4.98316 l -8.7e-5,23.312784 h -5.14158 c 0,0 -2.669929,-2.291985 -5.104222,-6.684341 C 49.770826,54.15377 47.306322,54.025463 44.108256,53.182611 35.490303,50.911346 31.942068,45.199915 31.942068,45.199915 v -7.379943 h 26.016509 z"
- id="path1932-6-09-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer1"
- inkscape:label="cliff"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941863,3.7040547 V 8.6872129 32 h -5.141795 c 0,0 -1.137361,-3.82716 -5.104093,-13.828092 C 83.087179,14.545141 79.696832,14.112537 78.225052,13.51 66.948268,10.694993 64.000068,11.084 64.000068,11.084 V 3.7040547 h 25.958636 z"
- id="path1932-36"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 94.941734,37.820725 v 4.98316 23.312784 h -5.141666 c 0,0 3.044661,-2.629871 -0.209429,-12.637465 C 89.069093,51.875244 79.181069,50.162821 75.975966,49.347137 64.712182,46.480559 64.000068,45.2 64.000068,45.2 v -7.379275 h 25.958508 z"
- id="path1932-5-7-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941734,35.704056 V 40.687216 64 h -5.141666 c 0,0 3.04466,-2.629871 -0.209429,-12.637465 C 89.069093,49.758575 79.181069,48.046152 75.975966,47.230468 64.712182,44.36389 64.000068,43.084 64.000068,43.084 v -7.379944 h 25.958508 z"
- id="path1932-5-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.941733,64 v 8.687216 23.31287 l -4.983159,-1.72e-4 c 0,0 2.965592,-2.569566 0.818956,-10.374328 -0.244055,-0.887335 0.02899,-3.012198 -0.393141,-3.893583 C 23.777912,76.28983 17.416495,78.377157 14.224924,77.510039 11.095316,76.728798 14.214204,72.801185 12.134769,72.503788 6.7214356,71.729588 6.755994e-5,74.927446 6.755994e-5,74.927446 V 63.240554 L 25.958574,64 Z"
- id="path1932-4-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 30.941733,35.704056 V 40.687216 64 h -5.141665 c -0.05688,-0.609508 0.219066,2.064626 -0.640637,-4.739713 -0.341577,-2.703504 -3.03476,-2.768037 -4.463584,-6.08788 C 18.310372,47.629801 17.033151,48.046332 13.828049,47.230648 2.5642626,44.36407 6.755994e-5,43.084 6.755994e-5,43.084 V 35.704056 H 25.958574 Z"
- id="path1932-7-35"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,3.7040546 V 8.6872137 32 h -5.141665 c 0,0 -1.13749,-0.826721 -5.104222,-10.827653 -2.667129,-5.412705 -3.279351,-6.794431 -6.470922,-7.66155 C 34.948139,10.69579 32.000068,11.084 32.000068,11.084 V 3.7040546 h 25.958508 z"
- id="path1932-44-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 30.942124,0 -3.91e-4,8.6872137 V 32.000085 l -5.141665,-1.7e-4 c 0,0 3.282089,-7.278656 1.378071,-17.707182 C 26.93087,12.938412 22.613494,9.7538917 14.357216,8.4832675 2.8696296,6.7153518 -1.2844006e-4,11.084 -1.2844006e-4,11.084 L 2.6355994e-4,0 H 25.958965 Z"
- id="path1932-3-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 62.941733,67.703823 V 72.687171 96 h -5.141665 c 0,0 -1.914236,-4.665678 -2.611439,-6.161078 -1.154068,-2.47531 1.13257,-4.539989 -2.492783,-4.667577 -7.317329,-0.257514 -6.503545,-3.31166 -6.470922,-7.661547 0.02154,-2.871368 -5.128173,-1.158556 -7.075863,-1.461664 C 33.213036,75.124339 32.000068,75.084 32.000068,75.084 v -7.380416 l 25.958508,2.39e-4 z"
- id="path1932-0-91"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 94.941734,67.703998 V 72.687158 96 h -5.141666 c 0,0 -3.428816,-3.428403 -4.084264,-10.367875 -0.249,-2.636256 5.973258,-2.585135 4.933169,-4.826122 C 88.108668,75.33263 79.696704,76.525115 76.505132,75.657997 65.228349,72.842989 64.000068,75.084 64.000068,75.084 v -7.380002 h 25.958508 z"
- id="path1932-78-27"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#803300;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 62.941733,35.704056 v 4.98316 L 62.941646,64 h -5.141578 c 0,0 -2.66993,-2.291985 -5.104222,-6.68434 C 49.770827,52.037854 47.306322,51.909549 44.108257,51.066697 35.490304,48.795432 31.942068,43.084 31.942068,43.084 v -7.379944 h 26.016508 z"
- id="path1932-6-09"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="grass"
- style="display:inline">
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000196,-1.1287e-4 V 4.9830453 32 h -4.983158 c 0,0 -1.295997,-7.53133 -5.262728,-17.532262 C 83.087181,9.0550341 82.474959,7.6733083 79.283387,6.8061898 68.006602,3.9911828 64.000083,4.9830453 64.000083,4.9830453 V -1.1287e-4 h 27.016955 z"
- id="path1932"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 96.000068,31.999887 V 36.983045 64 h -4.983159 c 0,0 1.810542,-6.046235 -0.367936,-16.341637 C 89.399822,41.754926 80.239404,41.341665 77.034301,40.525982 65.770516,37.659404 63.999955,36.983045 63.999955,36.983045 v -4.983158 h 27.016954 z"
- id="path1932-5"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,63.999887 V 68.983046 96 H 27.01691 c 0,0 4.088123,-4.902368 0.912499,-13.549029 C 27.61214,81.587104 27.864859,75.90954 27.442724,75.028155 24.836247,69.585983 18.474831,71.673309 15.283259,70.80619 12.153651,70.024951 15.272549,66.097337 13.193104,65.799941 7.7797706,65.025742 -4.544006e-5,68.983046 -4.544006e-5,68.983046 V 63.999887 H 27.01691 Z"
- id="path1932-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,31.999887 V 36.983046 64 H 27.01691 c 0,0 0.745484,-6.283863 -0.799143,-11.444382 -0.781385,-2.610563 -3.03476,-2.768034 -4.463585,-6.08788 C 19.368706,40.925135 18.091487,41.341665 14.886384,40.525982 3.6225986,37.659403 -4.544006e-5,36.983046 -4.544006e-5,36.983046 V 31.999887 H 27.01691 Z"
- id="path1932-7"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,-1.13e-4 V 4.983046 32 H 59.01691 c 0,0 -1.295998,-7.53133 -5.262728,-17.532262 C 51.087052,9.055034 50.474831,7.673309 47.283259,6.80619 36.006475,3.991183 31.999955,4.983046 31.999955,4.983046 V -1.13e-4 H 59.01691 Z"
- id="path1932-44"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 32.000068,-1.13e-4 V 4.983046 32 H 27.01691 c 0,0 3.123581,-13.982904 1.219564,-24.411429 C 27.989206,6.2342507 23.671829,3.0497307 15.415551,1.7791064 3.9279656,0.01119072 -4.544006e-5,4.983046 -4.544006e-5,4.983046 V -1.13e-4 H 27.01691 Z"
- id="path1932-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,63.999653 V 68.983 95.999766 H 59.01691 c 0,0 -1.230843,-2.382778 -2.769945,-7.526406 C 55.464044,85.856861 57.379534,78.595089 53.754182,78.467504 46.436851,78.20999 47.250637,75.155843 47.283259,70.805956 47.304789,67.93459 42.155087,69.6474 40.207397,69.34429 34.271372,68.420495 31.999955,68.982812 31.999955,68.982812 V 63.999653 H 59.01691 Z"
- id="path1932-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsssscccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 96.000068,63.999827 v 4.983159 27.016954 h -4.983159 c 0,0 -3.833658,-4.423054 -4.523404,-11.3592 -0.249,-2.503963 6.25389,-8.297701 5.213802,-10.538687 -2.540306,-5.473372 -10.952268,-4.280887 -14.14384,-5.148006 -11.276784,-2.815007 -13.563512,0.02894 -13.563512,0.02894 v -4.98316 h 27.016954 z"
- id="path1932-78"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccssccccc" />
- <path
- style="display:inline;opacity:1;fill:#bcd35f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="M 64.000068,31.999887 V 36.983046 64 H 59.01691 c 0,0 -1.009426,-0.506052 -5.262728,-10.388512 C 51.368706,48.068885 48.371695,45.178123 45.166592,44.36244 33.902807,41.495862 31.999955,36.983046 31.999955,36.983046 V 31.999887 H 59.01691 Z"
- id="path1932-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccsscccc" />
- <g
- id="use4581"
- style="display:inline"
- transform="matrix(0.99998894,0,0,1.0000395,17.986365,31.131308)">
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3635"
- d="M 7.726239,11.728478 C 10.298977,11.50653 11.748145,8.4506522 12.658664,5.1787364 9.4708713,5.2666865 7.8918063,7.7400044 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0"
- id="path3637"
- d="M 7.726239,11.728478 C 5.2196468,10.249759 4.4980827,10.501173 3.5875637,7.2292572 6.775357,7.3172073 7.957547,7.2108377 7.726239,11.728478 Z"
- style="fill:#cdde87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40300986px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <use
- x="0"
- y="0"
- xlink:href="#use4581"
- id="use3641"
- transform="translate(32.498356,9.2964106)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3641"
- id="use3643"
- transform="translate(-10.540496,-11.454578)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3643"
- id="use3645"
- transform="translate(34.565065,-0.81806079)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3645"
- id="use3647"
- transform="translate(8.0774663,-27.993319)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3647"
- id="use3649"
- transform="translate(-36.282185,62.313272)"
- width="100%"
- height="100%" />
- <use
- x="0"
- y="0"
- xlink:href="#use3649"
- id="use3651"
- transform="translate(-27.196228,-2.755427)"
- width="100%"
- height="100%" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="details &amp; borders"
- style="display:inline">
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="templates"
- style="display:inline" />
- <g
- style="display:inline"
- transform="matrix(1.6534368,0,0,1.6534368,-8.440456,6.1179017)"
- id="g1910">
- <ellipse
- style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.09944903;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- id="ellipse1900"
- cx="15.505153"
- cy="10.022491"
- rx="2.8449819"
- ry="1.9203628" />
- <path
- style="display:inline;fill:#c8beb7;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 13.371416,9.9513884 C 14.367113,11.374061 15.639819,11.688704 17.35439,10.235885 17.583961,7.5519296 16.976071,7.6017491 15.931899,6.5374107 14.902564,5.4211262 14.166468,6.9090308 13.513664,7.6754035 13.347127,9.0030615 13.195656,8.6237304 13.371416,9.9513884 Z"
- id="path1902"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:#6c5d53;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 13.565408,7.7209264 c 0.120439,0.3437666 0.703975,0.9851895 1.149461,1.3289562 l 0.220755,1.9815314 -0.0665,-1.9715731 C 15.818261,8.9123556 16.436092,8.482764 17.037354,8.0526289 16.276284,8.4403355 15.48236,8.8240395 14.830271,8.8630074 14.434624,8.5972893 13.763886,8.1180903 13.565408,7.7209264 Z"
- id="path1904"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- <path
- style="fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 12.909119,11.467019 c 1.002858,1.584739 4.051141,2.203337 5.42557,-0.140317 -0.957073,0.735843 -3.879976,1.721583 -5.42557,0.140317 z"
- id="path1906"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.14472419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 14.499373,13.108023 c 0.300505,0.536106 2.171995,0.684303 2.799769,-0.291724 -0.523509,0.402498 -2.188207,0.782483 -2.799769,0.291724 z"
- id="path1908"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <g
- style="display:inline"
- id="use1928"
- transform="translate(-10.309417,31.946658)">
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.0809,25.214399 c 0.435409,3.100781 7.960351,6.370837 8.765935,-0.454508 -3.337022,0 -5.45644,0.454508 -8.765935,0.454508 z"
- id="path1950"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="opacity:1;fill:#5aa02c;fill-opacity:1;stroke:#2d5016;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke"
- d="m 24.730982,24.503921 a 4.3148789,3.343368 0 0 1 -3.93966,3.330703 4.3148789,3.343368 0 0 1 -4.624839,-2.751434 4.3148789,3.343368 0 0 1 3.135319,-3.809228 4.3148789,3.343368 0 0 1 5.170127,2.088942 l -4.055825,1.141017 z"
- id="path1952"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5aa02c;stroke:#71c837;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 22.474026,21.675042 c 0.375919,1.922535 -0.605229,2.533689 -2.011203,2.80633 1.928161,-0.1079 2.914107,0.668336 2.829716,2.397075 -1.253334,-0.319817 -2.821565,-0.159696 -2.864795,-2.315223 0.185004,2.560759 -1.041468,2.360061 -1.88258,2.806331 -0.886629,-1.349885 -0.0694,-2.315697 1.870887,-2.888183 -1.598951,0.76912 -2.860238,1.057313 -4.045793,-0.830204 1.327986,-0.994208 2.818344,-0.213611 4.022407,0.760048 -1.052745,-0.737622 -2.429277,-1.417422 -1.473323,-2.958339 2.313929,0.226748 1.5299,1.77042 1.543481,2.934952 0.0058,-1.630067 0.480102,-2.73872 2.011203,-2.712787 z"
- id="path1954"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2d5016;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 19.28125,21.175781 c -1.100719,0.227989 -2.001421,0.763763 -2.580078,1.466797 -0.578657,0.703034 -0.833795,1.577657 -0.632813,2.462891 0.401964,1.770467 2.461815,2.981567 4.730469,2.828125 2.268654,-0.153444 4.03125,-1.63011 4.03125,-3.429688 v -0.09961 h -0.09961 -3.591797 L 24.61328,23.427733 24.5625,23.320311 c -0.789546,-1.684985 -3.079812,-2.600508 -5.28125,-2.14453 z m 0.04102,0.195313 c 2.0715,-0.429064 4.195175,0.430326 4.982422,1.935547 l -3.916016,1.101562 0.02734,0.195313 h 4.189453 c -0.06767,1.622133 -1.676699,2.985873 -3.820313,3.130859 -2.189619,0.148097 -4.148074,-1.029126 -4.521484,-2.673828 -0.186706,-0.822351 0.0463,-1.628269 0.591797,-2.291016 0.545497,-0.662746 1.405804,-1.178677 2.466797,-1.398437 z"
- id="path1956"
- inkscape:connector-curvature="0" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 17.203193,27.379329 c 1.075907,2.157755 7.203164,4.583829 7.558903,-1.52802 -1.536899,5.755188 -6.768023,2.296567 -7.558903,1.52802 z"
- id="path1958"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- <path
- style="display:inline;fill:#3771c8;stroke:none;stroke-width:0.19762993px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 20.834203,29.801851 c 0.580002,0.514345 2.499284,1.414263 3.499433,-1.45208 -1.253226,1.929147 -2.835892,1.632749 -3.499433,1.45208 z"
- id="path1960"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc" />
- </g>
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,32 c 0,0 -1.27152,-7.457907 -5.226434,-17.431641 C 84.193976,11.869848 83.372841,10.177628 82.517774,9.0859375 81.661151,7.9922603 80.78426,7.4726859 79.216993,7.046875 73.59595,5.6441216 69.792692,5.1908927 67.40254,5.0878906 65.011379,4.9848451 64.000068,5.25 64.000068,5.25 V 4.9 c 0.173241,-0.037093 1.209359,-0.4055928 3.423956,-0.3101562 2.431295,0.104775 6.268085,0.5637498 11.919922,1.9746093 h 0.002 0.0039 c 1.624305,0.4413076 2.648337,1.0457493 3.5625,2.2128907 0.914164,1.1671413 1.733218,2.8744892 3.066407,5.5800782 l 0.0039,0.0098 0.0039,0.0078 C 89.880469,24.192422 91.047085,31.697605 91.100068,32 Z"
- id="path1932-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccscsccscccsccccc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 90.750068,64 c 0,0 1.824511,-6.041988 -0.344056,-16.290549 -0.599198,-2.831789 -3.09722,-4.3558 -5.908202,-5.287109 -2.810984,-0.93131 -5.875497,-1.234905 -7.523438,-1.654297 C 65.707547,37.900694 64.000068,37.25 64.000068,37.25 V 36.9 c 0.04423,0.01671 1.977138,0.553631 13.097351,3.38367 1.557163,0.396289 4.673851,0.708962 7.556641,1.664062 2.882789,0.9551 5.590281,2.586553 6.240233,5.658203 C 93.002181,57.567728 91.221824,63.568582 91.100068,64 Z"
- id="path1932-5-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssccssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,68.9 C 0.27805356,68.761135 2.0557366,67.692771 4.4863956,66.865234 c 2.639264,-0.898558 5.9598094,-1.710426 8.7421884,-1.3125 0.302437,0.04325 0.54726,0.163924 0.710937,0.351563 0.163677,0.187639 0.237575,0.421978 0.265625,0.664062 0.0561,0.484169 -0.05015,1.033779 -0.113281,1.582032 -0.06313,0.548252 -0.08386,1.085038 0.07031,1.498047 0.154173,0.413008 0.456464,0.73499 1.181641,0.916015 h 0.002 0.0039 c 1.506252,0.409234 3.905651,0.117122 6.261719,0.388672 2.356069,0.27155 4.713798,1.16302 6.056641,3.966797 0.154898,0.323416 0.19327,0.82632 0.234375,1.503906 0.04111,0.677586 0.05763,1.498921 0.07227,2.31836 0.01463,0.819438 0.0274,1.636878 0.05469,2.298828 0.02729,0.661949 0.0897,1.201521 0.134765,1.324218 1.605052,4.370272 1.377461,7.816721 0.740235,10.167969 C 28.407345,94.367286 27.407628,95.569857 27.100068,96 h -0.35 c 0,0 1.058945,-1.336059 1.671875,-3.59766 0.61293,-2.261601 0.84401,-5.588846 -0.726563,-9.865235 -0.113572,-0.309236 -0.138266,-0.803462 -0.166015,-1.476562 -0.02775,-0.6731 -0.04008,-1.492438 -0.05469,-2.310547 -0.01461,-0.818109 -0.03212,-1.635032 -0.07227,-2.296875 -0.04015,-0.661843 -0.129378,-1.19913 -0.185547,-1.316406 -1.263634,-2.638395 -3.389911,-3.425391 -5.664063,-3.6875 -2.273405,-0.262023 -4.648764,0.05488 -6.333984,-0.402344 h -0.002 c -0.835356,-0.210408 -1.315832,-0.67174 -1.521485,-1.222656 -0.20622,-0.552436 -0.165069,-1.161989 -0.09961,-1.730469 0.06546,-0.56848 0.155031,-1.106482 0.113281,-1.466797 -0.02087,-0.180157 -0.07048,-0.307404 -0.146484,-0.394531 -0.076,-0.08713 -0.186875,-0.154452 -0.404297,-0.185547 -2.630954,-0.37627 -5.9077414,0.404471 -8.5117194,1.291016 C 2.0425196,68.224431 6.755994e-5,69.25 6.755994e-5,69.25 Z"
- id="path1932-4-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscsscccccscccscsccsscsscsccscccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,36.9 C 0.09948756,36.91871 3.8352946,37.455242 14.947334,40.283203 c 1.585002,0.403375 2.740918,0.502161 3.820312,1.234375 1.079395,0.732214 2.016755,2.06329 3.216797,4.851563 0.696113,1.617405 1.575488,2.444913 2.414063,3.224609 0.838574,0.779696 1.649368,1.523421 2.058593,2.890625 C 27.966592,57.527511 27.149696,63.563754 27.100068,64 h -0.35 c 0,0 0.750817,-6.287107 -0.771487,-11.373047 -0.372158,-1.24336 -1.079256,-1.884374 -1.919922,-2.666015 -0.840666,-0.781642 -1.800492,-1.692091 -2.533203,-3.394532 -1.185434,-2.75433 -2.082203,-3.985673 -3.039063,-4.634765 -0.95686,-0.649093 -2.042009,-0.751756 -3.662109,-1.164063 C 3.5638076,37.90184 6.755994e-5,37.25 6.755994e-5,37.25 Z"
- id="path1932-7-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssscccssssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,4.9 c 0.173241,-0.037093 1.209232,-0.4055927 3.423828,-0.3101562 2.431295,0.1047748 6.268085,0.5637496 11.919922,1.9746093 h 0.002 0.0039 c 1.624305,0.4413078 2.648337,1.0457495 3.5625,2.2128907 0.914164,1.1671411 1.733218,2.8744892 3.066407,5.5800782 l 0.0039,0.0098 0.0039,0.0078 c 3.893916,9.8174 5.06066,17.322583 5.113643,17.624978 h -0.330469 c 0,0 -1.291179,-7.457907 -5.246093,-17.431641 C 52.193848,11.869848 51.372712,10.177628 50.517646,9.0859375 49.661024,7.9922604 48.784131,7.4726861 47.216865,7.046875 41.595823,5.6441214 37.792564,5.1908925 35.402412,5.0878906 33.011251,4.9848453 32.000068,5.25 32.000068,5.25 Z"
- id="path1932-44-1"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsccccccscscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="M 6.755994e-5,4.9 C 0.42973756,4.4704109 1.5061136,3.2476722 3.3028016,2.4882812 5.7653506,1.4474572 9.6703436,0.64128145 15.453193,1.53125 19.60589,2.1703416 22.774151,3.2922038 24.94538,4.4316406 26.030995,5.001359 26.867956,5.5742597 27.457099,6.1015625 28.046243,6.6288653 28.400694,7.094966 28.48249,7.5429688 30.367091,17.865146 27.210399,31.502137 27.100068,32 h -0.35 c 0,0 3.128484,-14.02503 1.240234,-24.3671875 C 27.948462,7.4036551 27.671033,6.9650138 27.123115,6.4746094 26.575197,5.984205 25.769631,5.4275766 24.712959,4.8730469 22.599614,3.7639874 19.480602,2.6569232 15.377021,2.0253906 9.6722846,1.1474435 5.8714676,1.9460936 3.4981146,2.9492188 1.1247616,3.9523435 6.855994e-5,5.25 6.755994e-5,5.25 Z"
- id="path1932-3-4"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssssccccsssscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,68.9 c 0.166004,-0.03394 0.7597,-0.310536 1.873047,-0.331875 1.32635,-0.02542 3.392631,0.06547 6.373047,0.529297 0.870064,0.135404 2.669786,-0.202274 4.232422,-0.234375 0.781318,-0.01605 1.5158,0.04039 2.091796,0.320313 0.575997,0.279928 0.968835,0.832623 0.962891,1.625 -0.01642,2.190094 -0.201964,4.008931 0.451172,5.246094 0.326568,0.618581 0.851476,1.114981 1.761719,1.488281 0.910242,0.3733 2.205767,0.612019 4.017578,0.675781 0.990417,0.03485 1.656504,0.595914 2.02539,1.392578 0.368887,0.796664 0.490792,1.824647 0.527344,2.917969 0.03655,1.093322 -0.01654,2.254222 -0.0293,3.298828 -0.01276,1.044606 0.02062,1.977342 0.199219,2.574219 1.507095,5.03666 2.570956,7.514617 2.613675,7.59789 h -0.35 c 0,0 -1.198669,-2.296931 -2.742186,-7.455312 -0.21286,-0.711373 -0.23361,-1.667756 -0.220703,-2.72461 0.01291,-1.056853 0.06491,-2.210259 0.0293,-3.27539 -0.03561,-1.065131 -0.164413,-2.040089 -0.480468,-2.722656 -0.316056,-0.682567 -0.767585,-1.076532 -1.589844,-1.105469 -1.846854,-0.06499 -3.195301,-0.303225 -4.189453,-0.710938 -0.994153,-0.407712 -1.635051,-0.995916 -2.015625,-1.716797 -0.761149,-1.44176 -0.524011,-3.324581 -0.507813,-5.484374 0.0048,-0.643307 -0.237259,-0.953958 -0.681641,-1.169922 -0.444381,-0.215965 -1.116402,-0.288781 -1.863281,-0.273438 -1.493758,0.03069 -3.242687,0.398175 -4.320312,0.230469 -2.955609,-0.459967 -4.991793,-0.55018 -6.285157,-0.525391 -1.293363,0.02479 -1.882817,0.183829 -1.882817,0.183828 z"
- id="path1932-0-9"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssccsscccscccscscccccccsscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 64.000068,68.9 c 0.343107,-0.320673 1.492835,-1.050078 2.507812,-1.234044 2.029955,-0.367934 5.453796,-0.368336 11.115235,1.044922 l 0.0039,0.002 h 0.002 c 1.514177,0.411387 4.440163,0.341511 7.292969,0.841797 2.852806,0.500285 5.694285,1.602849 7.011718,4.441406 0.31922,0.687793 0.05811,1.536787 -0.414062,2.458984 -0.472176,0.922197 -1.186446,1.940465 -1.919922,2.962891 -0.733476,1.022425 -1.486226,2.048334 -2.035156,2.96289 -0.548931,0.914557 -0.872974,1.724456 -0.822266,2.234375 C 87.414331,91.373618 90.995563,95.87819 91.100068,96 h -0.35 c 0,0 -3.808123,-4.317547 -4.505859,-11.334046 -0.07379,-0.74206 0.322797,-1.594974 0.890624,-2.541014 0.567827,-0.94604 1.327483,-1.978919 2.058594,-2.998047 0.73111,-1.019127 1.434049,-2.025782 1.880859,-2.898437 0.44681,-0.872656 0.607075,-1.588785 0.40625,-2.021485 C 90.257664,71.572156 87.62215,70.53541 84.836006,70.046815 82.04986,69.55822 79.17551,69.650985 77.498115,69.195252 l 0.0039,0.002 C 71.886671,67.795501 68.530325,67.8079 66.597718,68.158189 65.631415,68.333333 64.363709,69.042721 64.000068,69.25 Z"
- id="path1932-78-2"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cscccsssssccccsssssccscc" />
- <path
- style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:170.07873535;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- d="m 32.000068,36.9 c 0.0089,0.0209 0.34571,0.251424 0.671875,0.682031 0.341444,0.450777 0.916064,1.089763 1.841797,1.820313 1.851466,1.461099 5.110078,3.292363 10.714844,4.71875 3.305819,0.841313 6.352803,3.807173 8.755859,9.390625 2.124424,4.936056 3.437104,7.52748 4.212891,8.875 0.387893,0.67376 0.753551,1.426347 0.902734,1.613281 h -0.35 C 58.577068,63.783222 58.15987,63.324782 57.763744,62.636721 56.971491,61.260599 55.65434,58.657343 53.525463,53.71094 51.157568,48.209185 48.209925,45.39552 45.105541,44.605471 39.446521,43.165277 36.121056,41.306877 34.20515,39.794924 33.247197,39.038947 32.603856,38.395637 32.27351,37.884768 31.959919,37.399811 32.000068,37.25 32.000068,37.25 Z"
- id="path1932-6-0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccssssccssssscc" />
- </g>
-</svg>
diff --git a/src/battle/src/Comm/SetMap.elm b/src/battle/src/Comm/SetMap.elm
index 7bfd56f..8c58ab3 100644
--- a/src/battle/src/Comm/SetMap.elm
+++ b/src/battle/src/Comm/SetMap.elm
@@ -3,7 +3,9 @@ module Comm.SetMap exposing (decode)
-- Elm -------------------------------------------------------------------------
import Json.Decode
--- Map -------------------------------------------------------------------
+-- Map -------------------------------------------------------------------------
+import Constants.Movement
+
import Struct.Map
import Struct.ServerReply
import Struct.Tile
@@ -15,21 +17,34 @@ type alias MapData =
{
w : Int,
h : Int,
- t : (List Int)
+ t : (List (List Int))
}
--------------------------------------------------------------------------------
-- LOCAL -----------------------------------------------------------------------
--------------------------------------------------------------------------------
-deserialize_tile_instance : Int -> Int -> Int -> Struct.Tile.Instance
-deserialize_tile_instance map_width index id =
- (Struct.Tile.new_instance
- (index % map_width)
- (index // map_width)
- id
- -1
- -1
- )
+deserialize_tile_instance : Int -> Int -> (List Int) -> Struct.Tile.Instance
+deserialize_tile_instance map_width index t =
+ case t of
+ [type_id, border_id, variant_ix] ->
+ (Struct.Tile.new_instance
+ (index % map_width)
+ (index // map_width)
+ type_id
+ border_id
+ variant_ix
+ Constants.Movement.cost_when_out_of_bounds
+ )
+
+ _ ->
+ (Struct.Tile.new_instance
+ (index % map_width)
+ (index // map_width)
+ 0
+ 0
+ 0
+ Constants.Movement.cost_when_out_of_bounds
+ )
internal_decoder : MapData -> Struct.ServerReply.Type
internal_decoder map_data =
@@ -56,7 +71,7 @@ decode =
(Json.Decode.field "h" Json.Decode.int)
(Json.Decode.field
"t"
- (Json.Decode.list Json.Decode.int)
+ (Json.Decode.list (Json.Decode.list Json.Decode.int))
)
)
)
diff --git a/src/battle/src/Constants/UI.elm b/src/battle/src/Constants/UI.elm
index 642d94c..6a0b948 100644
--- a/src/battle/src/Constants/UI.elm
+++ b/src/battle/src/Constants/UI.elm
@@ -3,8 +3,8 @@ module Constants.UI exposing (..)
tile_size : Int
tile_size = 32
-variants_per_tile : Int
-variants_per_tile = 16
+local_variants_per_tile : Int
+local_variants_per_tile = 16
viewer_html_id : String
viewer_html_id = "map_viewer"
diff --git a/src/battle/src/Struct/Map.elm b/src/battle/src/Struct/Map.elm
index 9944b72..a2ddeb3 100644
--- a/src/battle/src/Struct/Map.elm
+++ b/src/battle/src/Struct/Map.elm
@@ -14,6 +14,8 @@ module Struct.Map exposing
-- Elm -------------------------------------------------------------------------
import Array
+import Dict
+
-- Map -------------------------------------------------------------------
import Struct.Character
import Struct.Tile
@@ -116,7 +118,7 @@ get_movement_cost_function bmap start_loc char_list loc =
else
Constants.Movement.cost_when_out_of_bounds
-solve_tiles : (List Struct.Tile.Type) -> Type -> Type
+solve_tiles : (Dict.Dict Int Struct.Tile.Type) -> Type -> Type
solve_tiles tiles bmap =
{bmap |
content = (Array.map (Struct.Tile.solve_tile_instance tiles) bmap.content)
diff --git a/src/battle/src/Struct/Tile.elm b/src/battle/src/Struct/Tile.elm
index 550169b..0077e7f 100644
--- a/src/battle/src/Struct/Tile.elm
+++ b/src/battle/src/Struct/Tile.elm
@@ -8,20 +8,18 @@ module Struct.Tile exposing
error_tile_instance,
get_id,
get_name,
- get_range_minimum,
- get_range_maximum,
get_cost,
get_instance_cost,
get_location,
get_icon_id,
get_type_id,
- get_variant_id,
+ get_local_variant_ix,
solve_tile_instance,
decoder
)
-- Elm -------------------------------------------------------------------------
-import List
+import Dict
import Json.Decode
import Json.Decode.Pipeline
@@ -41,26 +39,23 @@ type alias PartiallyDecoded =
{
id : Int,
nam : String,
- ct : Int,
- rmi : Int,
- rma : Int
+ ct : Int
}
type alias Type =
{
id : Int,
name : String,
- crossing_cost : Int,
- range_minimum : Int,
- range_maximum : Int
+ crossing_cost : Int
}
type alias Instance =
{
location : Struct.Location.Type,
- icon_id : Int,
- crossing_cost : Int,
- type_id : Int
+ type_id : Int,
+ border_id : Int,
+ variant_ix : Int,
+ crossing_cost : Int
}
--------------------------------------------------------------------------------
@@ -75,62 +70,40 @@ finish_decoding add_tile =
{
id = add_tile.id,
name = add_tile.nam,
- crossing_cost = add_tile.ct,
- range_minimum = add_tile.rmi,
- range_maximum = add_tile.rma
+ crossing_cost = add_tile.ct
}
-seek_tile_instance_type : Instance -> Type -> (Maybe Type) -> (Maybe Type)
-seek_tile_instance_type instance candidate current_sol =
- if (current_sol == Nothing)
- then
- let
- icon_id = instance.icon_id
- in
- if
- (
- (icon_id >= candidate.range_minimum)
- && (icon_id <= candidate.range_maximum)
- )
- then
- (Just candidate)
- else
- current_sol
- else
- current_sol
-
--------------------------------------------------------------------------------
-- EXPORTED --------------------------------------------------------------------
--------------------------------------------------------------------------------
-new : Int -> String -> Int -> Int -> Int -> Type
-new id name crossing_cost range_minimum range_maximum =
+new : Int -> String -> Int -> Type
+new id name crossing_cost =
{
id = id,
name = name,
- crossing_cost = crossing_cost,
- range_minimum = range_minimum,
- range_maximum = range_maximum
+ crossing_cost = crossing_cost
}
-new_instance : Int -> Int -> Int -> Int -> Int -> Instance
-new_instance x y icon_id crossing_cost type_id =
+new_instance : Int -> Int -> Int -> Int -> Int -> Int -> Instance
+new_instance x y type_id border_id variant_ix crossing_cost =
{
location = {x = x, y = y},
- icon_id = icon_id,
- crossing_cost = crossing_cost,
- type_id = type_id
+ type_id = type_id,
+ border_id = border_id,
+ variant_ix = variant_ix,
+ crossing_cost = crossing_cost
}
error_tile_instance : Int -> Int -> Instance
error_tile_instance x y =
{
location = {x = x, y = y},
- icon_id = -1,
- type_id = -1,
+ type_id = 0,
+ border_id = 0,
+ variant_ix = 0,
crossing_cost = Constants.Movement.cost_when_out_of_bounds
}
-
get_id : Type -> Int
get_id tile = tile.id
@@ -143,50 +116,44 @@ get_instance_cost tile_inst = tile_inst.crossing_cost
get_name : Type -> String
get_name tile = tile.name
-get_range_minimum : Type -> Int
-get_range_minimum tile = tile.range_minimum
-
-get_range_maximum : Type -> Int
-get_range_maximum tile = tile.range_maximum
-
get_location : Instance -> Struct.Location.Type
get_location tile_inst = tile_inst.location
get_icon_id : Instance -> String
-get_icon_id tile_inst = (toString tile_inst.icon_id)
+get_icon_id tile_inst =
+ (
+ (toString tile_inst.type_id)
+ ++ "-"
+ ++ (toString tile_inst.border_id)
+ ++ "-"
+ ++ (toString tile_inst.variant_ix)
+ )
-get_type_id: Instance -> Int
+get_type_id : Instance -> Int
get_type_id tile_inst = tile_inst.type_id
-get_variant_id : Instance -> Int
-get_variant_id tile_inst =
+get_local_variant_ix : Instance -> Int
+get_local_variant_ix tile_inst =
(
(noise_function
tile_inst.location.x
tile_inst.location.y
tile_inst.crossing_cost
)
- % Constants.UI.variants_per_tile
+ % Constants.UI.local_variants_per_tile
)
-solve_tile_instance : (List Type) -> Instance -> Instance
+solve_tile_instance : (Dict.Dict Int Type) -> Instance -> Instance
solve_tile_instance tiles tile_instance =
- let
- maybe_type =
- (List.foldr (seek_tile_instance_type tile_instance) Nothing tiles)
- in
- case maybe_type of
- (Just tile) ->
- {tile_instance |
- type_id = tile.id,
- crossing_cost = tile.crossing_cost
- }
-
- Nothing ->
- (error_tile_instance
- tile_instance.location.x
- tile_instance.location.y
- )
+ case (Dict.get tile_instance.type_id tiles) of
+ (Just tile) ->
+ {tile_instance | crossing_cost = tile.crossing_cost}
+
+ Nothing ->
+ (error_tile_instance
+ tile_instance.location.x
+ tile_instance.location.y
+ )
decoder : (Json.Decode.Decoder Type)
decoder =
@@ -197,7 +164,5 @@ decoder =
|> (Json.Decode.Pipeline.required "id" Json.Decode.int)
|> (Json.Decode.Pipeline.required "nam" Json.Decode.string)
|> (Json.Decode.Pipeline.required "ct" Json.Decode.int)
- |> (Json.Decode.Pipeline.required "rmi" Json.Decode.int)
- |> (Json.Decode.Pipeline.required "rma" Json.Decode.int)
)
)
diff --git a/src/battle/src/Update/HandleServerReply.elm b/src/battle/src/Update/HandleServerReply.elm
index 2352f67..ff6cc67 100644
--- a/src/battle/src/Update/HandleServerReply.elm
+++ b/src/battle/src/Update/HandleServerReply.elm
@@ -111,7 +111,7 @@ set_map map current_state =
(
{model |
map =
- (Struct.Map.solve_tiles (Dict.values model.tiles) map)
+ (Struct.Map.solve_tiles model.tiles map)
},
Nothing
)
diff --git a/src/battle/src/View/Map/Tile.elm b/src/battle/src/View/Map/Tile.elm
index 600e26d..844a277 100644
--- a/src/battle/src/View/Map/Tile.elm
+++ b/src/battle/src/View/Map/Tile.elm
@@ -35,7 +35,7 @@ get_html tile =
(Html.Attributes.class
(
"battle-tile-variant-"
- ++ (toString (Struct.Tile.get_variant_id tile))
+ ++ (toString (Struct.Tile.get_local_variant_ix tile))
)
),
(Html.Attributes.class "clickable"),
diff --git a/src/battle/src/View/SubMenu/Status/TileInfo.elm b/src/battle/src/View/SubMenu/Status/TileInfo.elm
index 7448247..2cd0a6f 100644
--- a/src/battle/src/View/SubMenu/Status/TileInfo.elm
+++ b/src/battle/src/View/SubMenu/Status/TileInfo.elm
@@ -28,7 +28,7 @@ get_icon tile =
(Html.Attributes.class
(
"battle-tile-variant-"
- ++ (toString (Struct.Tile.get_variant_id tile))
+ ++ (toString (Struct.Tile.get_local_variant_ix tile))
)
),
(Html.Attributes.style
diff --git a/src/battle/www/style.css b/src/battle/www/style.css
index 1e537b3..2a2147a 100644
--- a/src/battle/www/style.css
+++ b/src/battle/www/style.css
@@ -606,7 +606,7 @@
.battle-tile-variant-14 {background-position: 200% 300%;}
.battle-tile-variant-15 {background-position: 300% 300%;}
-.battle-tile-icon {z-index: 0; position: absolute; background-size: 300%;}
+.battle-tile-icon {z-index: 0; position: absolute; background-size: 400%;}
.battle-path-icon-below-markers {z-index: 1;}
.battle-marker-icon {z-index: 2;}
.battle-path-icon-above-markers {z-index: 3;}