mapwright 0.19.0__tar.gz → 0.20.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mapwright-0.19.0 → mapwright-0.20.0}/CHANGELOG.md +16 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/PKG-INFO +9 -2
- {mapwright-0.19.0 → mapwright-0.20.0}/README.md +8 -1
- mapwright-0.20.0/docs/gallery/metropolis.png +0 -0
- mapwright-0.20.0/docs/gallery/metropolis.svg +1 -0
- mapwright-0.20.0/docs/gallery/shantytown.png +0 -0
- mapwright-0.20.0/docs/gallery/shantytown.svg +1 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/examples/gallery.py +2 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/pyproject.toml +1 -1
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/__init__.py +1 -1
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/settlement.py +58 -11
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_settlement.py +48 -2
- {mapwright-0.19.0 → mapwright-0.20.0}/.github/workflows/ci.yml +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/.github/workflows/publish.yml +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/.gitignore +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/LICENSE +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/NOTICE +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/age-old.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/age-old.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/age-young.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/age-young.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/archipelago.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/archipelago.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/arctic.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/arctic.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/README.md +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_castle_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_large_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_town_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_village_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/decoration_compass_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/decoration_creature_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/decoration_ship_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/dune_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/hill_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/hill_2.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/manifest.json +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_mid_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_old_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_old_2.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_young_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_young_2.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_cactus_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_deciduous_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_deciduous_2.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_pine_1.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_pine_2.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/citadel.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/citadel.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/continent.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/continent.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/desert.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/desert.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/dungeon.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/dungeon.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/highlands.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/highlands.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/hint.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/hint.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/islands.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/islands.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/pangaea.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/pangaea.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/port.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/port.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/regions.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/regions.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/roads.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/roads.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/template-atoll.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/template-atoll.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/template-isthmus.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/template-isthmus.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-blueprint.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-blueprint.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-citadel-neon.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-citadel-neon.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-dune.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-dune.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-dungeon-blueprint.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-dungeon-blueprint.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-neon.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-neon.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-parchment.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/theme-parchment.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/town.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/town.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/tropical.png +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/docs/gallery/tropical.svg +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/examples/benchmark.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/_geometry.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/_graph.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/_serde.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/affordances.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/atlas_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/config.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/dungeon.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/dungeon_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/names.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/regions.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/rng.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/roads.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/settlement_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/svg_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/terrain.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/src/mapwright/themes.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_affordances.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_api_contract.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_atlas_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_config.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_dungeon.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_dungeon_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_geometry.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_graph.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_names.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_properties.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_regions.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_rng.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_roads.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_serialize.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_svg_renderer.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_terrain.py +0 -0
- {mapwright-0.19.0 → mapwright-0.20.0}/tests/test_themes.py +0 -0
|
@@ -8,6 +8,22 @@ All notable changes to mapwright are documented here. The format follows
|
|
|
8
8
|
`tests/test_api_contract.py`). While the version is `0.x`, minor versions may
|
|
9
9
|
make breaking changes; these will always be noted here.
|
|
10
10
|
|
|
11
|
+
## [0.20.0] — 2026-06-02
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- **Settlement `era` + `wealth` — the shanty ↔ skyscraper axis.** Two new 0..1
|
|
15
|
+
`SettlementConfig` knobs (mapwright-original, extending the age/era/wealth idea
|
|
16
|
+
to towns):
|
|
17
|
+
- **`wealth`** scales plot *size* (poor = cramped tiny lots; rich = large
|
|
18
|
+
estates/blocks) and the ward-kind *mix* (poor = slum-heavy; rich = more
|
|
19
|
+
noble/temple wards).
|
|
20
|
+
- **`era`** sets block *regularity* (ancient = organic, jittered; modern =
|
|
21
|
+
near-grid rectangular blocks).
|
|
22
|
+
Both are neutral at `0.5`, so the default output is **byte-identical** (the
|
|
23
|
+
shaping factors are exact identities and the neutral ward bag equals the old
|
|
24
|
+
fixed mix). Two new presets — `shantytown` and `metropolis` — and a gallery
|
|
25
|
+
showcase of both. Purely additive; serialises via `to_dict`/`json_schema`.
|
|
26
|
+
|
|
11
27
|
## [0.19.0] — 2026-06-02
|
|
12
28
|
|
|
13
29
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mapwright
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.20.0
|
|
4
4
|
Summary: Domain-neutral procedural fantasy map & world generation: Voronoi terrain, hydraulic erosion, biomes, rivers, Markov place-names, and shaded-relief SVG.
|
|
5
5
|
Project-URL: Homepage, https://github.com/sligara7/mapwright
|
|
6
6
|
Project-URL: Repository, https://github.com/sligara7/mapwright
|
|
@@ -95,6 +95,11 @@ produced by [`examples/gallery.py`](examples/gallery.py):
|
|
|
95
95
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/citadel.png" alt="generated walled citadel"><br><sub><code>Settlement (citadel)</code></sub></td>
|
|
96
96
|
</tr>
|
|
97
97
|
<tr>
|
|
98
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/shantytown.png" alt="poor, dense, irregular shantytown"><br><sub><code>wealth=0.08</code> (shantytown)</sub></td>
|
|
99
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/metropolis.png" alt="rich, modern, grid-block metropolis"><br><sub><code>wealth=0.92, era=0.95</code> (metropolis)</sub></td>
|
|
100
|
+
<td align="center"><sub>Same generator, opposite ends of the <b>shanty ↔ skyscraper</b> axis: <code>wealth</code> drives plot size + ward mix, <code>era</code> drives organic-vs-grid block regularity.</sub></td>
|
|
101
|
+
</tr>
|
|
102
|
+
<tr>
|
|
98
103
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/roads.png" alt="settlements linked by terrain-routed roads"><br><sub><code>RegionalRoadGenerator</code></sub></td>
|
|
99
104
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/regions.png" alt="land partitioned into named territories"><br><sub><code>RegionGenerator</code></sub></td>
|
|
100
105
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/template-isthmus.png" alt="isthmus heightmap template"><br><sub><code>template="isthmus"</code></sub></td>
|
|
@@ -220,7 +225,9 @@ citadel = SettlementGenerator(SeededRNG(3)).generate(90, 90, SettlementConfig.pr
|
|
|
220
225
|
open("town.svg", "w").write(SettlementSVGRenderer().render(town))
|
|
221
226
|
```
|
|
222
227
|
|
|
223
|
-
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel
|
|
228
|
+
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel`,
|
|
229
|
+
`shantytown`, `metropolis`. The `wealth` (poor ⇄ rich) and `era` (ancient ⇄ modern)
|
|
230
|
+
knobs drive the shanty↔skyscraper axis — plot size, ward-kind mix, and block regularity.
|
|
224
231
|
|
|
225
232
|
## What's inside
|
|
226
233
|
|
|
@@ -68,6 +68,11 @@ produced by [`examples/gallery.py`](examples/gallery.py):
|
|
|
68
68
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/citadel.png" alt="generated walled citadel"><br><sub><code>Settlement (citadel)</code></sub></td>
|
|
69
69
|
</tr>
|
|
70
70
|
<tr>
|
|
71
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/shantytown.png" alt="poor, dense, irregular shantytown"><br><sub><code>wealth=0.08</code> (shantytown)</sub></td>
|
|
72
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/metropolis.png" alt="rich, modern, grid-block metropolis"><br><sub><code>wealth=0.92, era=0.95</code> (metropolis)</sub></td>
|
|
73
|
+
<td align="center"><sub>Same generator, opposite ends of the <b>shanty ↔ skyscraper</b> axis: <code>wealth</code> drives plot size + ward mix, <code>era</code> drives organic-vs-grid block regularity.</sub></td>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
71
76
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/roads.png" alt="settlements linked by terrain-routed roads"><br><sub><code>RegionalRoadGenerator</code></sub></td>
|
|
72
77
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/regions.png" alt="land partitioned into named territories"><br><sub><code>RegionGenerator</code></sub></td>
|
|
73
78
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/template-isthmus.png" alt="isthmus heightmap template"><br><sub><code>template="isthmus"</code></sub></td>
|
|
@@ -193,7 +198,9 @@ citadel = SettlementGenerator(SeededRNG(3)).generate(90, 90, SettlementConfig.pr
|
|
|
193
198
|
open("town.svg", "w").write(SettlementSVGRenderer().render(town))
|
|
194
199
|
```
|
|
195
200
|
|
|
196
|
-
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel
|
|
201
|
+
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel`,
|
|
202
|
+
`shantytown`, `metropolis`. The `wealth` (poor ⇄ rich) and `era` (ancient ⇄ modern)
|
|
203
|
+
knobs drive the shanty↔skyscraper axis — plot size, ward-kind mix, and block regularity.
|
|
197
204
|
|
|
198
205
|
## What's inside
|
|
199
206
|
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="630" height="630" viewBox="0 0 630 630"><rect width="630" height="630" fill="#c9d2bb"/><polygon points="91.0,357.2 94.9,318.9 104.2,280.9 118.4,244.2 137.1,209.5 159.8,177.5 186.1,149.0 215.3,124.5 246.7,104.5 279.9,89.6 313.9,80.1 348.0,76.3 381.3,78.5 413.0,86.6 442.3,100.4 468.2,119.7 490.3,143.9 507.8,172.2 520.5,204.0 528.1,238.3 530.4,274.4 527.7,311.2 519.9,348.1 507.3,384.3 490.3,419.0 469.0,451.4 443.9,481.0 415.5,507.0 384.3,528.7 350.9,545.5 316.2,556.7 280.9,562.0 246.1,560.9 212.7,553.4 181.8,539.5 154.3,519.7 131.1,494.5 112.8,464.7 99.9,431.2 92.6,395.0" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="443.8,256.3 438.2,238.4 459.1,194.5 493.3,198.5 490.5,256.7 463.8,267.8" fill="#d8cdb0"/><polygon points="423.2,173.9 389.2,212.6 384.7,209.3 369.3,162.0 410.8,152.7" fill="#cdbf9e"/><polygon points="92.4,343.3 94.9,318.9 104.2,280.9 110.6,264.2 157.6,294.7 149.1,320.2 97.5,344.1" fill="#c2b48f"/><polygon points="462.0,459.8 443.9,481.0 415.5,507.0 395.0,521.3 388.4,451.1 436.9,447.7" fill="#c2b48f"/><polygon points="163.6,457.8 154.9,429.0 189.0,425.4 199.0,457.9 193.8,465.1" fill="#dfd6c0"/><polygon points="227.5,556.7 212.7,553.4 181.8,539.5 164.3,526.9 172.7,505.2 196.7,487.6 239.6,509.1" fill="#dfd6c0"/><polygon points="120.8,477.7 112.8,464.7 109.9,457.2 149.2,424.7 154.9,429.0 163.6,457.8 149.6,474.3" fill="#cdbf9e"/><polygon points="459.1,194.5 438.2,238.4 389.7,214.2 389.2,212.6 423.2,173.9 448.6,180.3" fill="#d8cdb0"/><polygon points="473.9,125.9 490.3,143.9 507.8,172.2 514.0,187.8 493.3,198.5 459.1,194.5 448.6,180.3" fill="#cdbf9e"/><polygon points="140.4,204.8 159.8,177.5 186.1,149.0 191.9,144.1 222.0,176.0 223.1,202.0 196.1,232.1" fill="#d8cdb0"/><polygon points="281.0,148.6 296.0,190.6 267.3,218.2 223.1,202.0 222.0,176.0" fill="#d8cdb0"/><polygon points="383.8,447.6 349.9,403.4 349.9,393.3 366.7,378.6 401.7,381.7" fill="#cdbf9e"/><polygon points="200.4,410.6 174.3,382.4 172.6,366.8 210.5,350.9 227.5,397.9 214.6,409.1" fill="#c2b48f"/><polygon points="189.0,425.4 154.9,429.0 149.2,424.7 148.3,421.5 174.3,382.4 200.4,410.6" fill="#dfd6c0"/><polygon points="164.3,526.9 154.3,519.7 131.1,494.5 120.8,477.7 149.6,474.3 172.7,505.2" fill="#cdbf9e"/><polygon points="462.5,381.7 423.2,384.4 411.2,377.6 415.1,330.6 432.5,327.0 473.8,349.9" fill="#dfd6c0"/><polygon points="298.6,338.1 257.8,298.6 262.8,272.7 273.2,263.7 309.1,265.7 327.0,326.2 309.7,337.9" fill="#d9c08a"/><polygon points="214.6,409.1 227.5,397.9 255.7,399.8 259.0,446.3 245.7,454.6 227.7,448.4" fill="#d8cdb0"/><polygon points="345.4,130.7 354.1,153.9 324.2,200.9 296.0,190.6 281.0,148.6 282.0,144.7" fill="#cdbf9e"/><polygon points="384.7,209.3 389.2,212.6 389.7,214.2 368.6,262.3 327.8,252.5 326.0,203.4" fill="#b9a98c"/><polygon points="411.6,327.3 360.6,319.3 369.6,263.9 411.1,276.3" fill="#b9a98c"/><polygon points="413.6,131.8 410.8,152.7 369.3,162.0 354.1,153.9 345.4,130.7 355.0,106.7" fill="#c2b48f"/><polygon points="346.5,461.9 312.2,446.7 349.9,403.4 383.8,447.6 383.9,448.3" fill="#cdbf9e"/><polygon points="268.3,364.7 220.4,336.0 220.7,328.8 257.8,298.6 298.6,338.1" fill="#cdbf9e"/><polygon points="240.8,508.1 245.7,454.6 259.0,446.3 300.0,454.2 292.8,503.5" fill="#cdbf9e"/><polygon points="149.1,320.2 157.6,294.7 178.9,288.8 220.7,328.8 220.4,336.0 210.5,350.9 172.6,366.8 166.1,363.4" fill="#d8cdb0"/><polygon points="514.0,187.8 520.5,204.0 528.1,238.3 529.8,265.3 490.5,256.7 493.3,198.5" fill="#cdbf9e"/><polygon points="389.7,214.2 438.2,238.4 443.8,256.3 411.1,276.3 369.6,263.9 368.6,262.3" fill="#cdbf9e"/><polygon points="345.3,547.3 338.1,549.6 292.8,503.5 300.0,454.2 310.4,446.7 312.2,446.7 346.5,461.9" fill="#c2b48f"/><polygon points="388.4,451.1 395.0,521.3 384.3,528.7 350.9,545.5 345.3,547.3 346.5,461.9 383.9,448.3" fill="#d8cdb0"/><polygon points="110.6,264.2 118.4,244.2 137.1,209.5 140.4,204.8 196.1,232.1 199.6,251.3 178.9,288.8 157.6,294.7" fill="#d8cdb0"/><polygon points="255.7,399.8 227.5,397.9 210.5,350.9 220.4,336.0 268.3,364.7 267.1,390.7" fill="#cdbf9e"/><polygon points="309.1,265.7 273.2,263.7 267.3,218.2 296.0,190.6 324.2,200.9 326.0,203.4 327.8,252.5" fill="#cdbf9e"/><polygon points="444.6,102.2 468.2,119.7 473.9,125.9 448.6,180.3 423.2,173.9 410.8,152.7 413.6,131.8" fill="#cdbf9e"/><polygon points="109.9,457.2 99.9,431.2 95.2,408.0 123.8,400.6 148.3,421.5 149.2,424.7" fill="#cdbf9e"/><polygon points="239.6,509.1 196.7,487.6 193.8,465.1 199.0,457.9 227.7,448.4 245.7,454.6 240.8,508.1" fill="#c2b48f"/><polygon points="97.5,344.1 149.1,320.2 166.1,363.4 131.1,373.9" fill="#d8cdb0"/><polygon points="196.1,232.1 223.1,202.0 267.3,218.2 273.2,263.7 262.8,272.7 199.6,251.3" fill="#cdbf9e"/><polygon points="369.3,162.0 384.7,209.3 326.0,203.4 324.2,200.9 354.1,153.9" fill="#c2b48f"/><polygon points="191.9,144.1 215.3,124.5 246.7,104.5 262.1,97.6 282.0,144.7 281.0,148.6 222.0,176.0" fill="#cdbf9e"/><polygon points="166.1,363.4 172.6,366.8 174.3,382.4 148.3,421.5 123.8,400.6 131.1,373.9" fill="#cdbf9e"/><polygon points="338.1,549.6 316.2,556.7 280.9,562.0 246.1,560.9 227.5,556.7 239.6,509.1 240.8,508.1 292.8,503.5" fill="#d8cdb0"/><polygon points="415.1,330.6 411.2,377.6 401.7,381.7 366.7,378.6 349.0,326.8 360.6,319.3 411.6,327.3" fill="#d8cdb0"/><polygon points="491.8,415.9 490.3,419.0 469.0,451.4 462.0,459.8 436.9,447.7 423.2,384.4 462.5,381.7" fill="#cdbf9e"/><polygon points="366.7,378.6 349.9,393.3 320.3,383.6 309.7,337.9 327.0,326.2 349.0,326.8" fill="#cdbf9e"/><polygon points="327.0,326.2 309.1,265.7 327.8,252.5 368.6,262.3 369.6,263.9 360.6,319.3 349.0,326.8" fill="#d8cdb0"/><polygon points="199.0,457.9 189.0,425.4 200.4,410.6 214.6,409.1 227.7,448.4" fill="#dfd6c0"/><polygon points="443.8,256.3 463.8,267.8 465.3,289.5 432.5,327.0 415.1,330.6 411.6,327.3 411.1,276.3" fill="#d8cdb0"/><polygon points="259.0,446.3 255.7,399.8 267.1,390.7 297.6,402.1 310.4,446.7 300.0,454.2" fill="#cdbf9e"/><polygon points="436.9,447.7 388.4,451.1 383.9,448.3 383.8,447.6 401.7,381.7 411.2,377.6 423.2,384.4" fill="#dfd6c0"/><polygon points="149.6,474.3 163.6,457.8 193.8,465.1 196.7,487.6 172.7,505.2" fill="#c2b48f"/><polygon points="91.0,357.2 92.4,343.3 97.5,344.1 131.1,373.9 123.8,400.6 95.2,408.0 92.6,395.0" fill="#c2b48f"/><polygon points="349.9,393.3 349.9,403.4 312.2,446.7 310.4,446.7 297.6,402.1 320.3,383.6" fill="#cdbf9e"/><polygon points="352.9,76.6 381.3,78.5 413.0,86.6 442.3,100.4 444.6,102.2 413.6,131.8 355.0,106.7" fill="#c2b48f"/><polygon points="522.9,333.8 519.9,348.1 507.3,384.3 491.8,415.9 462.5,381.7 473.8,349.9 504.8,332.4" fill="#d8cdb0"/><polygon points="262.1,97.6 279.9,89.6 313.9,80.1 348.0,76.3 352.9,76.6 355.0,106.7 345.4,130.7 282.0,144.7" fill="#c2b48f"/><polygon points="504.8,332.4 473.8,349.9 432.5,327.0 465.3,289.5" fill="#dfd6c0"/><polygon points="297.6,402.1 267.1,390.7 268.3,364.7 298.6,338.1 309.7,337.9 320.3,383.6" fill="#c2b48f"/><polygon points="262.8,272.7 257.8,298.6 220.7,328.8 178.9,288.8 199.6,251.3" fill="#dfd6c0"/><polygon points="529.8,265.3 530.4,274.4 527.7,311.2 522.9,333.8 504.8,332.4 465.3,289.5 463.8,267.8 490.5,256.7" fill="#cdbf9e"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="449.2,225.0 461.6,199.0 489.0,202.2 487.7,226.9"/><polygon points="447.3,253.5 442.7,238.7 445.3,233.2 487.3,235.2 486.4,253.9 464.1,263.1"/><polygon points="413.4,180.6 408.0,186.9 394.9,175.5 400.4,169.2"/><polygon points="419.8,173.6 417.3,176.5 404.0,164.9 410.4,157.5"/><polygon points="390.6,171.6 380.3,162.6 402.8,157.6"/><polygon points="402.9,191.3 388.7,207.6 387.9,207.0 382.0,189.1 395.4,184.8"/><polygon points="379.1,183.1 373.0,164.1 373.2,164.1 390.7,179.4"/><polygon points="146.2,318.5 132.2,325.0 128.5,317.0 142.5,310.5"/><polygon points="126.3,311.7 121.8,302.0 135.4,295.7 139.9,305.4"/><polygon points="146.0,290.6 154.1,295.9 149.1,311.2 140.7,293.1"/><polygon points="109.5,275.5 112.1,268.9 124.8,277.1 116.3,290.1"/><polygon points="129.8,280.1 140.3,286.9 119.2,296.7 119.1,296.6"/><polygon points="101.0,307.0 106.6,283.8 114.5,300.7"/><polygon points="106.6,311.8 116.7,307.2 125.9,326.9 115.8,331.5"/><polygon points="96.1,340.5 98.2,319.5 99.4,314.8 100.1,314.5 109.5,334.9 97.0,340.6"/><polygon points="412.5,506.2 397.0,517.1 396.1,507.8"/><polygon points="396.6,502.0 395.6,490.8 413.5,489.1 414.6,500.3"/><polygon points="434.6,486.2 420.4,499.2 419.3,487.7"/><polygon points="450.1,468.6 441.6,478.7 440.3,479.9 428.7,481.0 427.7,470.7"/><polygon points="455.9,461.0 427.5,463.7 426.4,452.2 436.2,451.5"/><polygon points="406.0,483.5 394.5,484.6 393.3,471.9 404.8,470.8"/><polygon points="422.7,482.0 411.6,483.1 410.4,470.2 421.4,469.2"/><polygon points="392.8,466.1 391.6,453.8 404.5,452.9 405.4,464.9"/><polygon points="410.1,452.2 420.0,451.5 421.1,463.7 410.9,464.7"/><polygon points="166.5,454.7 159.8,432.2 171.3,431.0 174.0,456.5"/><polygon points="193.0,448.4 195.8,457.4 192.6,461.8 181.0,459.0 180.0,449.8"/><polygon points="177.8,429.5 186.9,428.6 191.3,442.7 179.4,443.9"/><polygon points="210.0,498.1 220.8,503.5 212.4,520.3 204.9,518.4"/><polygon points="226.8,506.3 235.8,510.9 232.1,525.4 218.9,522.1"/><polygon points="193.8,494.1 197.0,491.8 203.6,495.1 198.2,516.5 188.7,514.1"/><polygon points="173.0,511.2 174.7,506.8 186.5,498.1 182.6,513.6"/><polygon points="175.4,531.8 167.3,526.0 171.2,515.9 179.0,517.8"/><polygon points="189.8,539.7 183.4,536.8 180.5,534.7 184.3,519.8 194.2,522.3"/><polygon points="207.5,547.1 196.2,542.0 200.6,524.5 212.5,527.6"/><polygon points="224.8,552.4 214.3,550.0 219.6,529.3 230.0,532.0"/><polygon points="120.5,469.9 116.2,463.0 114.4,458.3 128.6,446.7 136.7,456.5"/><polygon points="126.1,474.1 141.7,461.2 149.1,470.2 148.1,471.5"/><polygon points="157.5,447.2 160.5,457.1 153.0,465.9 145.7,457.0"/><polygon points="134.2,441.8 149.3,429.3 151.8,431.2 154.8,441.1 142.2,451.5"/><polygon points="454.2,194.9 436.2,232.7 419.9,224.6 440.8,182.6 446.1,184.0"/><polygon points="412.3,220.8 395.2,212.2 424.6,178.6 432.5,180.5"/><polygon points="458.5,187.7 452.7,179.9 461.9,160.0 469.7,163.6"/><polygon points="473.5,192.5 464.7,191.4 476.2,166.8 483.8,170.3"/><polygon points="499.0,192.7 492.9,195.8 479.6,194.3 483.6,185.6"/><polygon points="507.8,181.0 509.9,186.3 504.7,189.0 486.7,180.6 490.3,172.9"/><polygon points="493.0,153.7 504.9,173.0 487.8,165.0"/><polygon points="486.7,152.5 482.3,161.9 464.7,153.7 469.0,144.3"/><polygon points="474.6,130.5 488.2,145.4 489.3,147.2 470.8,138.6"/><polygon points="208.1,167.3 217.9,177.7 218.9,200.5 195.1,226.9 182.1,220.5"/><polygon points="169.8,172.9 189.0,152.1 191.6,149.9 201.9,160.8 190.9,183.3"/><polygon points="146.7,203.2 163.1,180.2 163.9,179.4 187.2,190.8 174.5,216.8"/><polygon points="263.9,212.4 227.2,199.1 226.3,178.6 244.3,170.3"/><polygon points="287.5,179.3 291.1,189.5 271.3,208.5 263.0,190.6"/><polygon points="278.6,154.4 284.6,171.4 259.5,183.0 252.0,166.7"/><polygon points="378.5,382.4 398.1,384.2 395.9,392.2 377.2,387.1"/><polygon points="393.9,397.9 391.3,407.6 373.4,402.7 376.1,393.1"/><polygon points="353.2,397.1 353.2,394.8 367.9,382.0 372.2,382.4 367.1,400.9"/><polygon points="382.1,439.1 369.7,422.9 383.0,412.7 388.9,414.3"/><polygon points="364.8,418.1 353.8,403.7 375.8,409.7"/><polygon points="181.9,385.6 177.6,380.9 176.3,369.0 186.0,364.9 193.0,381.6"/><polygon points="191.6,361.9 208.8,354.7 211.6,362.5 194.5,368.7"/><polygon points="213.7,367.7 216.0,374.1 199.1,380.2 196.5,373.9"/><polygon points="201.6,407.3 186.5,391.0 198.0,386.8 205.2,406.9"/><polygon points="204.8,385.1 217.2,380.6 223.0,396.7 213.0,405.5 212.2,405.5"/><polygon points="165.7,424.5 155.9,425.6 152.2,422.7 152.0,422.0 161.5,407.7 172.2,414.7"/><polygon points="187.7,423.5 171.7,425.2 177.4,416.6"/><polygon points="164.8,402.2 174.7,387.3 182.6,395.8 171.1,406.4"/><polygon points="186.7,400.4 196.2,410.8 190.1,418.8 176.5,409.8"/><polygon points="139.8,499.4 133.5,492.7 125.8,480.1 137.8,478.7 140.2,499.1"/><polygon points="143.5,477.8 148.3,477.2 156.1,487.6 145.5,495.4"/><polygon points="162.9,522.2 156.4,517.4 143.9,503.9 149.4,499.8 164.0,519.3"/><polygon points="154.0,496.1 159.3,492.1 169.5,505.7 166.6,513.0"/><polygon points="421.2,332.3 432.0,330.1 444.3,336.9 440.8,343.2"/><polygon points="417.0,346.0 417.8,337.3 437.6,348.3 433.7,355.3"/><polygon points="420.3,378.7 414.9,375.6 416.8,353.6 430.1,361.0"/><polygon points="460.5,379.1 447.5,380.0 446.6,366.5 462.0,375.0"/><polygon points="441.6,380.0 426.6,381.0 437.3,361.8 440.5,363.6"/><polygon points="465.3,348.5 470.2,351.3 463.7,369.6 456.0,365.3"/><polygon points="440.7,356.2 449.5,340.4 459.5,345.9 450.7,361.8"/><polygon points="219.5,410.5 228.9,402.2 251.8,403.8 253.0,421.3 223.8,423.4"/><polygon points="253.6,429.7 254.6,444.0 245.2,450.0 231.0,445.1 226.5,431.6"/><polygon points="287.0,155.4 284.6,148.5 284.8,147.6 308.5,142.4 310.2,150.3"/><polygon points="292.1,169.9 289.3,161.9 311.8,156.9 313.6,165.1"/><polygon points="298.4,186.9 294.7,176.4 314.9,171.9 317.3,182.7"/><polygon points="321.9,197.6 304.9,191.5 319.8,188.2"/><polygon points="342.2,165.6 326.5,190.1 322.0,170.0"/><polygon points="332.0,160.0 320.4,162.5 315.7,141.2 327.3,138.6"/><polygon points="343.1,134.9 350.1,153.4 348.1,156.7 339.4,158.6 334.5,136.8"/><polygon points="330.9,224.4 330.3,208.1 351.1,210.2 349.5,226.3"/><polygon points="347.0,253.0 331.7,249.3 331.1,232.7 348.8,234.5"/><polygon points="383.1,213.4 384.9,214.7 376.5,233.7 358.0,225.6 359.5,211.0"/><polygon points="373.4,241.3 366.3,257.7 354.8,254.9 356.9,234.1"/><polygon points="407.8,322.9 392.3,320.5 395.0,303.0 407.7,305.1"/><polygon points="384.5,318.8 365.4,315.8 368.1,299.1 387.1,302.2"/><polygon points="396.0,275.7 407.4,279.1 407.6,297.4 392.8,295.0"/><polygon points="369.5,290.8 373.0,269.3 388.2,273.9 385.0,293.3"/><polygon points="350.2,127.1 356.8,110.9 366.1,114.9 359.2,131.0"/><polygon points="372.0,117.6 382.5,122.1 375.8,137.8 365.3,133.3"/><polygon points="367.2,156.7 357.1,151.3 351.0,134.9 372.6,144.2"/><polygon points="394.7,153.5 373.7,158.2 378.6,146.7"/><polygon points="391.9,145.7 381.6,141.3 388.6,124.7 398.9,129.1"/><polygon points="410.4,133.6 408.2,150.3 403.9,151.2 397.5,148.5 404.9,131.3"/><polygon points="334.0,452.3 318.3,445.4 329.7,432.3 342.1,443.1"/><polygon points="346.6,459.1 339.3,455.9 347.6,446.4 357.5,455.1"/><polygon points="333.9,426.7 340.6,419.1 355.4,432.1 347.2,438.3"/><polygon points="344.4,414.2 349.8,408.0 363.7,426.2 360.7,428.5"/><polygon points="367.1,432.0 378.1,446.4 363.4,451.7 353.1,442.7"/><polygon points="228.8,337.4 223.6,334.3 223.7,330.3 237.4,319.2 242.9,325.9"/><polygon points="243.5,346.5 234.0,340.8 246.8,330.4 252.4,337.3"/><polygon points="267.3,312.2 271.9,316.7 256.4,332.7 250.7,325.7"/><polygon points="242.1,315.3 257.7,302.6 263.0,307.7 246.7,321.0"/><polygon points="257.6,354.7 248.8,349.5 261.0,337.0 268.1,343.9"/><polygon points="268.0,361.7 262.0,358.0 272.4,347.3 278.1,352.8"/><polygon points="265.2,332.6 276.5,320.9 283.8,327.9 272.4,339.6"/><polygon points="288.1,331.8 294.5,338.0 281.8,349.1 276.5,343.9"/><polygon points="244.2,504.7 245.1,495.2 266.3,497.2 265.8,502.8"/><polygon points="246.1,488.7 247.0,478.5 267.5,480.4 266.5,490.6"/><polygon points="291.1,496.7 290.5,501.1 271.6,502.7 272.3,494.9"/><polygon points="274.0,480.6 292.8,482.3 291.6,490.9 273.2,489.3"/><polygon points="274.1,452.5 283.1,454.2 279.1,474.7 272.1,474.1"/><polygon points="289.3,455.2 296.5,456.6 293.7,476.2 285.4,475.4"/><polygon points="248.2,457.0 248.3,456.2 259.5,449.2 268.3,450.8 267.6,458.7"/><polygon points="247.3,471.9 248.1,462.8 266.6,464.5 265.8,473.6"/><polygon points="153.6,320.1 160.8,298.2 177.7,293.5 194.8,309.8 162.7,343.3"/><polygon points="193.4,353.5 172.8,362.1 169.4,360.4 166.1,351.9 178.4,339.1"/><polygon points="200.9,315.6 216.5,330.5 216.3,334.6 207.7,347.5 201.9,349.9 184.2,333.0"/><polygon points="522.2,229.3 524.3,238.9 525.7,260.5 514.0,258.0 520.3,229.2"/><polygon points="494.6,235.3 495.0,227.3 513.5,228.2 511.1,238.9"/><polygon points="507.1,257.1 493.8,254.2 494.4,241.7 509.7,245.0"/><polygon points="512.3,192.7 517.2,205.0 521.0,222.1 510.9,221.6"/><polygon points="504.1,221.2 495.7,220.8 496.7,200.6 505.3,196.2"/><polygon points="383.0,264.4 372.7,261.4 380.4,243.8 390.2,248.1"/><polygon points="404.4,253.9 396.9,269.0 388.9,266.6 396.1,250.3"/><polygon points="391.4,219.0 401.4,224.0 392.6,241.7 383.3,237.6"/><polygon points="407.6,226.7 415.7,230.8 406.9,248.3 398.6,244.6"/><polygon points="427.6,262.0 410.6,272.4 403.5,270.3 411.6,254.1"/><polygon points="435.9,240.2 436.0,240.2 440.7,255.2 434.8,258.8 428.3,255.5"/><polygon points="421.4,233.4 430.6,238.1 423.4,252.5 414.2,247.9"/><polygon points="342.6,477.3 342.4,491.4 324.9,491.1 325.1,477.0"/><polygon points="325.0,456.0 343.2,464.0 343.1,470.3 324.8,470.0"/><polygon points="301.7,466.4 303.2,456.1 311.5,450.2 318.3,453.2 318.1,466.6"/><polygon points="310.3,472.9 318.5,473.1 318.2,491.7 310.1,491.6"/><polygon points="297.2,491.7 300.0,472.5 304.7,472.5 304.4,491.8"/><polygon points="325.5,523.2 342.7,506.3 342.5,523.5"/><polygon points="342.0,544.9 339.0,545.9 323.0,529.6 342.2,529.9"/><polygon points="316.5,523.2 306.1,512.7 318.9,500.1 318.6,521.2"/><polygon points="301.8,508.8 295.7,502.6 296.5,497.1 313.5,497.3"/><polygon points="325.2,497.9 342.1,498.2 324.9,515.0"/><polygon points="389.5,506.9 390.6,519.2 382.2,525.1 349.5,541.5 350.1,506.3"/><polygon points="384.4,453.6 386.3,473.2 350.5,476.6 350.7,464.8 383.4,452.9"/><polygon points="387.1,481.6 388.7,498.5 350.2,497.9 350.4,485.0"/><polygon points="129.9,231.7 140.7,211.7 141.8,210.2 169.5,223.7 158.7,245.8"/><polygon points="115.8,262.6 122.2,245.9 125.9,239.1 155.0,253.3 142.1,279.7"/><polygon points="183.3,272.1 176.1,285.2 158.3,290.2 149.2,284.3 160.6,261.0"/><polygon points="177.0,227.4 192.4,234.9 195.2,250.6 187.4,264.8 164.3,253.5"/><polygon points="215.4,355.6 213.9,351.3 221.4,340.1 230.2,345.4 221.8,359.4"/><polygon points="235.5,348.9 246.4,355.5 238.3,369.0 227.4,362.4"/><polygon points="227.2,387.8 218.9,364.9 235.1,374.6"/><polygon points="254.6,396.3 230.9,394.7 238.2,382.3 257.6,393.9"/><polygon points="265.5,368.1 264.5,389.4 263.4,390.2 255.2,385.3"/><polygon points="241.7,376.4 252.2,359.0 260.7,364.1 250.3,381.5"/><polygon points="322.7,215.6 323.1,226.3 301.4,227.0 301.0,216.4"/><polygon points="300.1,195.8 322.0,203.8 322.5,204.6 322.7,208.5 300.6,209.3"/><polygon points="281.6,207.6 294.3,195.4 294.7,207.1"/><polygon points="285.1,212.7 294.4,212.3 294.9,228.1 285.7,228.4"/><polygon points="271.5,229.1 270.2,219.2 276.8,212.8 279.6,212.7 280.1,228.8"/><polygon points="274.7,246.6 273.2,235.4 294.6,234.6 295.0,245.9"/><polygon points="296.1,261.8 276.0,260.7 275.1,253.4 295.7,252.6"/><polygon points="308.1,262.3 302.5,262.0 302.1,250.2 324.3,249.4 324.4,250.8"/><polygon points="302.0,243.4 301.7,234.2 323.6,233.4 323.9,242.6"/><polygon points="464.8,137.1 460.1,147.0 441.9,138.5 446.5,128.6"/><polygon points="453.5,112.7 466.1,122.1 470.1,126.5 467.9,131.1 449.0,122.3"/><polygon points="438.5,130.7 435.8,136.5 420.3,129.3 429.2,120.8"/><polygon points="444.9,105.9 448.7,108.7 441.1,125.2 433.2,117.0"/><polygon points="415.3,144.5 416.6,134.4 436.0,143.4 431.9,152.2"/><polygon points="424.2,170.1 413.8,152.2 414.0,150.7 429.8,158.1"/><polygon points="450.6,168.3 446.8,176.5 429.9,172.2 435.1,161.1"/><polygon points="457.7,153.3 453.3,162.6 437.7,155.3 442.0,146.0"/><polygon points="132.3,412.8 144.8,423.4 131.6,434.4 121.2,421.9"/><polygon points="108.2,407.6 123.0,403.7 127.9,407.8 116.3,417.4"/><polygon points="102.2,428.7 98.5,410.1 102.2,409.1 111.8,420.7"/><polygon points="111.6,450.9 105.3,434.7 115.2,426.5 125.7,439.2"/><polygon points="241.2,470.2 240.4,479.2 222.4,477.6 223.2,468.6"/><polygon points="224.7,452.6 227.6,451.6 242.4,456.7 241.7,464.1 223.8,462.4"/><polygon points="199.5,461.7 200.6,460.1 218.9,454.0 218.1,463.4"/><polygon points="198.2,475.4 197.1,467.1 217.1,468.9 216.3,477.0"/><polygon points="237.5,504.0 220.5,495.5 226.0,484.6 239.2,485.8"/><polygon points="214.4,493.2 199.3,485.7 198.8,481.4 219.4,483.3"/><polygon points="105.1,345.2 123.3,336.8 137.6,367.6 132.1,369.2"/><polygon points="130.9,333.3 146.8,325.9 160.5,360.6 145.7,365.1"/><polygon points="267.5,247.1 269.5,262.3 262.0,268.7 254.5,266.2 261.7,245.1"/><polygon points="247.7,263.5 236.1,259.6 243.0,239.2 254.6,243.1"/><polygon points="265.3,220.7 267.9,241.0 259.4,238.1"/><polygon points="250.4,215.4 260.0,218.9 254.3,235.6 244.7,232.3"/><polygon points="232.2,209.4 243.6,213.5 237.0,233.1 225.5,229.3"/><polygon points="207.7,223.9 224.1,205.7 225.9,206.4 218.7,227.7"/><polygon points="199.6,233.1 203.1,229.1 213.6,232.7 207.6,250.6 202.4,248.9"/><polygon points="220.1,235.5 234.5,240.4 228.8,257.1 214.5,252.3"/><polygon points="367.0,164.0 372.3,180.5 362.1,183.8 364.2,162.5"/><polygon points="373.5,186.9 379.5,205.2 361.0,203.3 362.2,190.5"/><polygon points="354.1,203.1 343.8,202.0 345.8,182.6 355.6,188.8"/><polygon points="337.9,201.9 327.5,200.8 327.5,200.8 339.9,181.3"/><polygon points="344.8,174.4 355.2,158.1 358.5,159.8 356.3,181.7"/><polygon points="247.7,108.3 248.5,107.8 260.2,102.5 267.1,118.9 254.4,124.2"/><polygon points="228.2,120.5 241.5,112.1 247.8,127.1 233.9,133.0"/><polygon points="256.9,155.6 246.9,160.2 237.3,139.6 248.2,135.0"/><polygon points="275.5,137.3 278.7,145.0 278.3,146.5 263.5,153.4 259.5,144.0"/><polygon points="270.4,124.6 273.4,131.7 257.0,138.6 254.0,131.5"/><polygon points="210.6,133.3 217.5,127.6 222.0,124.7 230.3,142.5 217.6,148.4"/><polygon points="196.1,144.3 205.0,136.8 212.0,152.0 206.0,154.9"/><polygon points="227.4,170.3 222.7,172.5 210.2,159.2 220.2,154.6"/><polygon points="233.8,148.4 241.0,163.9 232.7,167.7 225.5,152.2"/><polygon points="165.7,367.3 169.2,369.1 170.5,381.5 163.6,391.9 153.1,385.0 164.7,367.6"/><polygon points="147.3,382.3 136.4,375.1 156.1,369.1"/><polygon points="133.0,404.0 127.6,399.4 132.9,380.0 144.0,387.4"/><polygon points="159.5,398.0 147.6,415.9 138.6,408.4 149.8,391.6"/><polygon points="251.2,511.4 291.2,507.9 298.3,515.1 276.1,536.8"/><polygon points="255.6,557.0 246.6,556.7 232.6,553.6 242.6,514.6 270.1,542.7"/><polygon points="294.0,556.3 280.7,558.3 266.0,557.8 281.0,543.1"/><polygon points="330.3,547.7 315.2,552.6 303.3,554.4 287.0,537.9 304.1,521.1"/><polygon points="409.7,344.5 407.2,374.7 401.0,377.4 369.8,374.6 364.8,360.0"/><polygon points="410.8,332.3 410.5,335.4 362.1,352.0 354.0,328.6 361.5,323.7 409.7,331.3"/><polygon points="438.5,437.3 436.0,425.8 456.4,421.3 458.9,432.9"/><polygon points="463.5,452.7 461.1,455.5 439.9,445.4 439.6,444.4 460.7,439.8"/><polygon points="488.0,416.4 487.5,417.4 479.9,429.0 464.5,419.0 486.2,414.3"/><polygon points="476.9,434.2 468.6,446.9 464.1,425.8"/><polygon points="457.2,384.7 461.4,384.4 469.7,394.1 460.9,401.7"/><polygon points="473.0,398.5 481.9,409.0 463.7,412.9 462.5,407.5"/><polygon points="433.7,419.5 430.7,405.4 440.8,403.2 443.8,417.3"/><polygon points="446.3,401.9 455.1,400.0 458.2,414.3 449.4,416.2"/><polygon points="430.0,398.9 427.6,387.8 451.2,386.2 452.9,393.9"/><polygon points="350.5,340.3 353.6,349.4 338.6,354.6 335.5,345.5"/><polygon points="329.8,329.2 346.9,329.6 348.7,334.8 333.5,340.1"/><polygon points="314.1,345.2 312.6,339.0 324.6,330.9 327.9,340.4"/><polygon points="318.3,361.4 315.8,350.5 329.3,345.9 332.9,356.4"/><polygon points="339.1,385.9 323.4,380.7 320.4,367.8 331.6,364.0"/><polygon points="363.2,377.6 349.2,389.8 347.4,389.2 343.9,379.2 361.6,373.1"/><polygon points="342.2,372.9 338.3,361.5 355.2,355.6 359.1,367.1"/><polygon points="330.1,322.1 322.6,296.4 361.9,284.8 356.8,316.8 347.8,322.6"/><polygon points="320.2,288.4 314.0,267.4 328.6,257.0 365.0,265.8 363.4,275.6"/><polygon points="195.0,432.1 193.2,426.2 202.4,414.2 212.0,413.2 215.9,425.1"/><polygon points="210.1,434.1 218.9,431.2 224.0,446.5 215.2,449.4"/><polygon points="200.9,454.2 196.1,438.7 204.6,435.9 209.7,451.3"/><polygon points="455.7,294.1 430.3,323.2 416.4,326.0 415.8,325.5 415.5,294.6"/><polygon points="443.8,261.2 459.7,270.3 460.8,285.7 415.4,286.2 415.3,278.6"/><polygon points="261.3,434.1 260.7,424.4 279.1,423.1 279.8,432.8"/><polygon points="261.6,443.9 261.3,440.1 280.7,438.7 281.3,447.7"/><polygon points="304.6,438.3 306.7,445.4 299.3,450.7 287.4,448.4 286.8,439.5"/><polygon points="285.4,422.6 300.0,421.5 303.0,432.1 286.2,433.2"/><polygon points="280.9,399.5 294.9,404.7 297.9,415.2 282.1,416.3"/><polygon points="260.8,417.3 259.7,401.6 267.8,395.1 273.4,397.2 274.8,416.4"/><polygon points="432.9,444.7 412.6,446.1 411.9,436.8 430.9,435.5"/><polygon points="411.3,430.5 410.5,418.5 428.5,423.4 429.7,429.2"/><polygon points="406.3,446.8 389.2,447.9 387.2,446.7 390.3,435.6 405.8,439.8"/><polygon points="391.9,429.6 396.0,414.6 404.1,416.9 405.3,433.2"/><polygon points="422.0,393.0 427.1,416.8 416.3,413.8"/><polygon points="401.9,392.0 404.2,383.8 411.0,380.9 418.0,384.8 415.1,395.6"/><polygon points="397.4,408.7 400.4,397.7 413.6,401.3 410.6,412.3"/><polygon points="184.6,492.4 173.3,500.6 165.0,489.5 176.2,481.1"/><polygon points="191.5,469.2 193.7,486.3 189.8,489.1 180.8,477.1"/><polygon points="169.6,461.7 187.2,465.9 178.0,472.8"/><polygon points="153.8,474.4 163.5,463.0 172.8,475.4 161.1,484.1"/><polygon points="94.3,357.3 95.4,347.1 96.1,347.2 112.1,361.5 105.3,369.2 94.4,359.5"/><polygon points="102.4,374.1 94.3,383.2 93.6,366.2"/><polygon points="117.9,398.4 98.0,403.5 96.2,394.6 96.1,390.1 101.6,383.9"/><polygon points="117.1,366.7 126.7,375.2 122.1,392.0 106.7,378.4"/><polygon points="346.1,396.1 346.1,402.0 332.5,417.6 324.0,410.2 338.5,393.6"/><polygon points="318.2,405.8 308.7,397.5 321.0,387.4 331.3,390.7"/><polygon points="328.4,423.3 312.3,441.8 308.3,427.8 327.3,422.4"/><polygon points="306.6,421.6 301.4,403.3 303.4,401.7 321.3,417.3"/><polygon points="425.6,96.5 438.8,102.8 424.6,116.3 415.2,106.4"/><polygon points="401.4,86.7 412.0,89.4 419.7,93.0 410.2,102.1 399.6,90.9"/><polygon points="393.7,119.7 388.5,117.5 397.1,97.4 406.6,107.4"/><polygon points="420.2,121.3 412.9,128.1 399.9,122.5 411.1,111.8"/><polygon points="357.9,80.8 380.7,82.3 394.3,85.8 390.5,94.8"/><polygon points="363.1,107.0 357.8,104.7 356.6,87.7 369.1,93.0"/><polygon points="388.0,101.7 382.4,114.7 369.1,109.0 374.7,96.0"/><polygon points="509.0,366.7 503.5,382.7 490.8,408.4 477.9,393.3"/><polygon points="517.8,337.6 515.8,347.0 514.5,351.0 502.4,361.3 489.3,346.0 505.7,336.7"/><polygon points="496.0,366.7 472.4,386.9 467.3,380.9 477.2,352.8 481.9,350.2"/><polygon points="336.2,129.6 317.7,133.7 315.9,125.9 334.4,121.8"/><polygon points="314.6,120.1 312.9,112.7 331.6,108.6 333.2,116.0"/><polygon points="351.7,104.5 351.8,106.2 343.1,127.9 342.2,128.1 337.7,107.6"/><polygon points="350.9,89.4 351.5,98.2 335.4,101.8 333.5,93.3"/><polygon points="330.5,80.9 348.0,79.0 350.4,79.2 350.7,83.7 332.0,87.8"/><polygon points="327.7,94.6 329.6,103.0 311.7,106.9 309.9,98.5"/><polygon points="306.8,85.1 314.4,82.9 325.0,81.8 326.5,88.8 308.5,92.8"/><polygon points="288.2,91.2 300.5,87.8 305.0,108.1 292.5,110.9"/><polygon points="266.9,99.5 280.8,93.2 285.1,112.6 273.5,115.2"/><polygon points="291.1,139.3 283.9,140.9 275.9,121.9 286.7,119.5"/><polygon points="306.7,115.5 310.9,134.4 297.9,137.3 293.7,118.4"/><polygon points="453.0,334.2 438.3,326.0 449.0,313.8 462.4,325.5"/><polygon points="452.8,308.2 465.4,293.9 471.6,300.7 458.2,312.9"/><polygon points="475.6,304.7 480.5,310.1 467.9,321.7 462.4,316.9"/><polygon points="481.7,341.7 473.7,346.1 459.1,338.0 469.5,328.5"/><polygon points="498.8,331.4 487.7,337.7 475.0,324.0 484.2,315.6"/><polygon points="288.8,350.4 299.7,340.8 307.5,340.7 309.1,347.4 289.2,352.0"/><polygon points="310.0,353.3 312.1,362.3 293.1,366.7 291.0,357.7"/><polygon points="271.0,372.1 271.2,366.1 284.0,354.9 287.1,368.3"/><polygon points="291.0,395.6 271.1,388.1 271.5,378.9 286.4,375.5"/><polygon points="298.3,398.1 296.0,388.4 315.8,383.8"/><polygon points="295.3,382.4 293.2,373.4 313.4,368.7 315.5,377.7"/><polygon points="215.2,259.7 227.7,263.9 223.9,275.0 211.4,270.8"/><polygon points="222.4,280.4 219.4,289.2 206.4,284.8 209.4,276.0"/><polygon points="189.3,277.8 201.4,255.9 208.5,258.3 200.6,281.7"/><polygon points="210.3,314.1 198.9,303.2 209.4,292.2 216.8,294.7"/><polygon points="194.0,299.1 182.6,288.2 185.2,283.6 203.0,289.6"/><polygon points="248.0,302.7 238.0,310.9 225.1,295.0"/><polygon points="232.8,314.6 220.9,324.3 215.7,319.3 221.8,301.1"/><polygon points="258.9,274.9 254.7,296.8 253.4,297.8 245.1,295.0 252.6,272.8"/><polygon points="239.1,293.7 225.2,289.0 228.2,280.2 242.1,284.9"/><polygon points="230.0,275.0 233.2,265.6 246.9,270.3 243.8,279.6"/><polygon points="523.8,312.3 520.1,330.0 506.4,328.9 503.5,325.7 521.1,309.4"/><polygon points="498.7,299.2 506.1,292.3 517.1,304.1 509.6,311.0"/><polygon points="498.6,321.3 487.5,309.3 494.2,303.1 505.3,315.1"/><polygon points="526.7,274.2 526.8,274.4 524.6,302.5 511.5,288.2"/><polygon points="501.1,278.7 485.9,262.1 490.8,260.1 504.5,263.1"/><polygon points="524.4,267.2 506.4,283.8 510.6,264.3"/><polygon points="469.8,288.8 468.9,287.9 467.7,270.2 479.4,265.4 486.7,273.3"/><polygon points="501.7,288.3 494.3,295.1 484.4,284.4 491.8,277.5"/><polygon points="490.2,299.0 483.5,305.2 473.5,294.3 480.2,288.1"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M468.3,230.9 L491.9,227.6 L509.3,229.8" stroke="#6c604a" stroke-width="3.4"/><path d="M468.3,230.9 L448.6,216.4 L427.4,204.7" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L406.2,193.3 L395.3,178.0" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L377.0,185.7 L356.3,186.6" stroke="#6c604a" stroke-width="3.4"/><path d="M356.3,186.6 L355.3,206.4 L354.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L390.1,157.4 L377.1,137.0" stroke="#6c604a" stroke-width="3.4"/><path d="M377.1,137.0 L384.3,119.2 L394.7,101.7" stroke="#6c604a" stroke-width="3.4"/><path d="M356.3,186.6 L339.1,177.4 L317.9,162.8" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L414.0,226.3 L405.2,248.3" stroke="#6c604a" stroke-width="3.4"/><path d="M405.2,248.3 L390.3,270.1 L387.7,297.5" stroke="#6c604a" stroke-width="3.4"/><path d="M387.7,297.5 L411.4,301.8 L435.3,292.0" stroke="#6c604a" stroke-width="3.4"/><path d="M435.3,292.0 L448.9,308.2 L468.5,323.0" stroke="#6c604a" stroke-width="3.4"/><path d="M468.5,323.0 L485.0,310.9 L500.9,291.2" stroke="#6c604a" stroke-width="3.4"/><path d="M468.5,323.0 L453.1,338.5 L439.0,357.9" stroke="#6c604a" stroke-width="3.4"/><path d="M387.7,297.5 L365.1,291.6 L340.5,288.2" stroke="#6c604a" stroke-width="3.4"/><path d="M340.5,288.2 L318.0,296.0 L293.0,298.6" stroke="#6c604a" stroke-width="3.4"/><path d="M293.0,298.6 L278.2,318.3 L259.1,332.8" stroke="#6c604a" stroke-width="3.4"/><path d="M259.1,332.8 L244.4,350.3 L239.8,371.1" stroke="#6c604a" stroke-width="3.4"/><path d="M239.8,371.1 L219.0,374.4 L200.8,381.8" stroke="#6c604a" stroke-width="3.4"/><path d="M200.8,381.8 L187.3,396.5 L174.3,410.5" stroke="#6c604a" stroke-width="3.4"/><path d="M174.3,410.5 L161.3,401.9 L149.2,389.3" stroke="#6c604a" stroke-width="3.4"/><path d="M174.3,410.5 L171.9,427.2 L177.9,444.4" stroke="#6c604a" stroke-width="3.4"/><path d="M177.9,444.4 L194.0,441.6 L207.5,433.5" stroke="#6c604a" stroke-width="3.4"/><path d="M207.5,433.5 L221.1,428.7 L239.1,424.3" stroke="#6c604a" stroke-width="3.4"/><path d="M177.9,444.4 L178.7,461.4 L174.7,479.0" stroke="#6c604a" stroke-width="3.4"/><path d="M174.7,479.0 L161.1,489.7 L149.5,496.8" stroke="#6c604a" stroke-width="3.4"/><path d="M177.9,444.4 L159.2,443.4 L138.7,454.8" stroke="#6c604a" stroke-width="3.4"/><path d="M138.7,454.8 L129.6,440.9 L119.1,425.0" stroke="#6c604a" stroke-width="3.4"/><path d="M239.1,424.3 L257.4,423.1 L280.8,424.2" stroke="#6c604a" stroke-width="3.4"/><path d="M149.2,389.3 L148.6,368.6 L135.5,348.8" stroke="#6c604a" stroke-width="3.4"/><path d="M135.5,348.8 L114.3,359.0 L107.6,378.3" stroke="#6c604a" stroke-width="3.4"/><path d="M280.8,424.2 L304.0,424.4 L322.0,410.1" stroke="#6c604a" stroke-width="3.4"/><path d="M322.0,410.1 L331.1,425.1 L348.5,437.6" stroke="#6c604a" stroke-width="3.4"/><path d="M348.5,437.6 L366.9,425.5 L376.3,405.0" stroke="#6c604a" stroke-width="3.4"/><path d="M376.3,405.0 L392.7,414.7 L410.8,420.1" stroke="#6c604a" stroke-width="3.4"/><path d="M207.5,433.5 L213.4,453.1 L222.1,475.7" stroke="#6c604a" stroke-width="3.4"/><path d="M410.8,420.1 L430.0,416.1 L455.4,417.1" stroke="#6c604a" stroke-width="3.4"/><path d="M135.5,348.8 L123.3,332.1 L121.6,305.7" stroke="#6c604a" stroke-width="3.4"/><path d="M222.1,475.7 L243.2,481.3 L269.4,477.8" stroke="#6c604a" stroke-width="3.4"/><path d="M322.0,410.1 L309.0,392.8 L294.0,371.6" stroke="#6c604a" stroke-width="3.4"/><path d="M294.0,371.6 L315.0,360.7 L337.6,358.9" stroke="#6c604a" stroke-width="3.4"/><path d="M337.6,358.9 L357.9,352.7 L384.5,349.7" stroke="#6c604a" stroke-width="3.4"/><path d="M222.1,475.7 L218.1,498.3 L204.0,521.8" stroke="#6c604a" stroke-width="3.4"/><path d="M135.5,348.8 L157.6,341.8 L182.0,328.1" stroke="#6c604a" stroke-width="3.4"/><path d="M468.5,323.0 L489.3,341.2 L492.5,369.0" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,162.8 L313.7,137.7 L311.8,108.8" stroke="#6c604a" stroke-width="3.4"/><path d="M354.3,230.4 L326.9,228.0 L298.8,230.7" stroke="#6c604a" stroke-width="3.4"/><path d="M269.4,477.8 L296.4,478.9 L323.0,493.6" stroke="#6c604a" stroke-width="3.4"/><path d="M323.0,493.6 L345.9,504.6 L368.4,496.5" stroke="#6c604a" stroke-width="3.4"/><path d="M368.4,496.5 L391.7,486.2 L417.6,475.8" stroke="#6c604a" stroke-width="3.4"/><path d="M182.0,328.1 L199.8,308.8 L221.0,287.6" stroke="#6c604a" stroke-width="3.4"/><path d="M221.0,287.6 L231.2,262.0 L237.2,237.8" stroke="#6c604a" stroke-width="3.4"/><path d="M237.2,237.8 L245.2,210.1 L259.6,185.3" stroke="#6c604a" stroke-width="3.4"/><path d="M259.6,185.3 L251.5,162.3 L239.9,138.8" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L417.0,163.3 L440.8,141.9" stroke="#6c604a" stroke-width="3.4"/><path d="M440.8,141.9 L461.2,153.1 L480.1,170.0" stroke="#6c604a" stroke-width="3.4"/><path d="M269.4,477.8 L266.8,505.8 L276.6,535.5" stroke="#6c604a" stroke-width="3.4"/><path d="M121.6,305.7 L134.1,279.5 L156.4,251.5" stroke="#6c604a" stroke-width="3.4"/><path d="M156.4,251.5 L168.3,218.5 L187.4,191.0" stroke="#6c604a" stroke-width="3.4"/><path d="M468.3,230.9 L477.1,262.3 L500.9,291.2" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L387.0,211.0 L354.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M138.7,454.8 L156.6,466.0 L174.7,479.0" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L453.8,187.4 L480.1,170.0" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L389.5,213.4 L354.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M187.4,191.0 L209.6,217.1 L237.2,237.8" stroke="#6c604a" stroke-width="3.4"/><path d="M293.0,298.6 L268.0,268.2 L237.2,237.8" stroke="#6c604a" stroke-width="3.4"/><path d="M239.1,424.3 L252.3,450.4 L269.4,477.8" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,162.8 L349.8,142.3 L377.1,137.0" stroke="#6c604a" stroke-width="3.4"/><path d="M259.1,332.8 L220.6,332.4 L182.0,328.1" stroke="#6c604a" stroke-width="3.4"/><path d="M182.0,328.1 L168.2,291.7 L156.4,251.5" stroke="#6c604a" stroke-width="3.4"/><path d="M323.0,493.6 L311.3,446.7 L322.0,410.1" stroke="#6c604a" stroke-width="3.4"/><path d="M384.5,349.7 L413.4,329.0 L435.3,292.0" stroke="#6c604a" stroke-width="3.4"/><path d="M293.0,298.6 L94.9,318.9" stroke="#6c604a" stroke-width="4.8"/><path d="M293.0,298.6 L442.3,100.4" stroke="#6c604a" stroke-width="4.8"/><path d="M293.0,298.6 L415.5,507.0" stroke="#6c604a" stroke-width="4.8"/><path d="M468.3,230.9 L491.9,227.6 L509.3,229.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.3,230.9 L448.6,216.4 L427.4,204.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L406.2,193.3 L395.3,178.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L377.0,185.7 L356.3,186.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M356.3,186.6 L355.3,206.4 L354.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L390.1,157.4 L377.1,137.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M377.1,137.0 L384.3,119.2 L394.7,101.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M356.3,186.6 L339.1,177.4 L317.9,162.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L414.0,226.3 L405.2,248.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M405.2,248.3 L390.3,270.1 L387.7,297.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M387.7,297.5 L411.4,301.8 L435.3,292.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M435.3,292.0 L448.9,308.2 L468.5,323.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.5,323.0 L485.0,310.9 L500.9,291.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.5,323.0 L453.1,338.5 L439.0,357.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M387.7,297.5 L365.1,291.6 L340.5,288.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M340.5,288.2 L318.0,296.0 L293.0,298.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.0,298.6 L278.2,318.3 L259.1,332.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.1,332.8 L244.4,350.3 L239.8,371.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.8,371.1 L219.0,374.4 L200.8,381.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M200.8,381.8 L187.3,396.5 L174.3,410.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M174.3,410.5 L161.3,401.9 L149.2,389.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M174.3,410.5 L171.9,427.2 L177.9,444.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.9,444.4 L194.0,441.6 L207.5,433.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M207.5,433.5 L221.1,428.7 L239.1,424.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.9,444.4 L178.7,461.4 L174.7,479.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M174.7,479.0 L161.1,489.7 L149.5,496.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.9,444.4 L159.2,443.4 L138.7,454.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M138.7,454.8 L129.6,440.9 L119.1,425.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.1,424.3 L257.4,423.1 L280.8,424.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M149.2,389.3 L148.6,368.6 L135.5,348.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M135.5,348.8 L114.3,359.0 L107.6,378.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M280.8,424.2 L304.0,424.4 L322.0,410.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M322.0,410.1 L331.1,425.1 L348.5,437.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M348.5,437.6 L366.9,425.5 L376.3,405.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M376.3,405.0 L392.7,414.7 L410.8,420.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M207.5,433.5 L213.4,453.1 L222.1,475.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M410.8,420.1 L430.0,416.1 L455.4,417.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M135.5,348.8 L123.3,332.1 L121.6,305.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M222.1,475.7 L243.2,481.3 L269.4,477.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M322.0,410.1 L309.0,392.8 L294.0,371.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M294.0,371.6 L315.0,360.7 L337.6,358.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M337.6,358.9 L357.9,352.7 L384.5,349.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M222.1,475.7 L218.1,498.3 L204.0,521.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M135.5,348.8 L157.6,341.8 L182.0,328.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.5,323.0 L489.3,341.2 L492.5,369.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,162.8 L313.7,137.7 L311.8,108.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M354.3,230.4 L326.9,228.0 L298.8,230.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M269.4,477.8 L296.4,478.9 L323.0,493.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M323.0,493.6 L345.9,504.6 L368.4,496.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M368.4,496.5 L391.7,486.2 L417.6,475.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.0,328.1 L199.8,308.8 L221.0,287.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M221.0,287.6 L231.2,262.0 L237.2,237.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M237.2,237.8 L245.2,210.1 L259.6,185.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.6,185.3 L251.5,162.3 L239.9,138.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L417.0,163.3 L440.8,141.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M440.8,141.9 L461.2,153.1 L480.1,170.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M269.4,477.8 L266.8,505.8 L276.6,535.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M121.6,305.7 L134.1,279.5 L156.4,251.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M156.4,251.5 L168.3,218.5 L187.4,191.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.3,230.9 L477.1,262.3 L500.9,291.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L387.0,211.0 L354.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M138.7,454.8 L156.6,466.0 L174.7,479.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L453.8,187.4 L480.1,170.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L389.5,213.4 L354.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M187.4,191.0 L209.6,217.1 L237.2,237.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.0,298.6 L268.0,268.2 L237.2,237.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.1,424.3 L252.3,450.4 L269.4,477.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,162.8 L349.8,142.3 L377.1,137.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.1,332.8 L220.6,332.4 L182.0,328.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.0,328.1 L168.2,291.7 L156.4,251.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M323.0,493.6 L311.3,446.7 L322.0,410.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M384.5,349.7 L413.4,329.0 L435.3,292.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.0,298.6 L94.9,318.9" stroke="#e4d9bc" stroke-width="3.2"/><path d="M293.0,298.6 L442.3,100.4" stroke="#e4d9bc" stroke-width="3.2"/><path d="M293.0,298.6 L415.5,507.0" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="91.0,357.2 94.9,318.9 104.2,280.9 118.4,244.2 137.1,209.5 159.8,177.5 186.1,149.0 215.3,124.5 246.7,104.5 279.9,89.6 313.9,80.1 348.0,76.3 381.3,78.5 413.0,86.6 442.3,100.4 468.2,119.7 490.3,143.9 507.8,172.2 520.5,204.0 528.1,238.3 530.4,274.4 527.7,311.2 519.9,348.1 507.3,384.3 490.3,419.0 469.0,451.4 443.9,481.0 415.5,507.0 384.3,528.7 350.9,545.5 316.2,556.7 280.9,562.0 246.1,560.9 212.7,553.4 181.8,539.5 154.3,519.7 131.1,494.5 112.8,464.7 99.9,431.2 92.6,395.0" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="468.3" y="233.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="395.3" y="181.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="121.6" y="308.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="417.6" y="478.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="177.9" y="447.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="204.0" y="524.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="138.7" y="457.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="427.4" y="207.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="480.1" y="173.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="187.4" y="194.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="259.6" y="188.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="376.3" y="408.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="200.8" y="384.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="174.3" y="413.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="149.5" y="499.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="439.0" y="360.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="293.0" y="301.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="239.1" y="427.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="317.9" y="165.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="354.3" y="233.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="387.7" y="300.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="377.1" y="140.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="348.5" y="440.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="259.1" y="335.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="269.4" y="480.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="182.0" y="331.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="509.3" y="232.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="405.2" y="251.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="323.0" y="496.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="368.4" y="499.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="156.4" y="254.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="239.8" y="374.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="298.8" y="233.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="440.8" y="144.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="119.1" y="428.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="222.1" y="478.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="135.5" y="351.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="237.2" y="240.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="356.3" y="189.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="239.9" y="141.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="149.2" y="392.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="276.6" y="538.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="384.5" y="352.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="455.4" y="420.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="337.6" y="361.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="340.5" y="291.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="207.5" y="436.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="435.3" y="295.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="280.8" y="427.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="410.8" y="423.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="174.7" y="482.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="107.6" y="381.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="322.0" y="413.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="394.7" y="104.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="492.5" y="372.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="311.8" y="111.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="468.5" y="326.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="294.0" y="374.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="221.0" y="290.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="500.9" y="294.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text></g><text x="315.0" y="20" text-anchor="middle" font-family="Georgia, serif" font-size="16" font-weight="bold" stroke="#f7f3ea" stroke-width="3" paint-order="stroke" fill="#23211c">Ironhollowaymarch</text></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="630" height="630" viewBox="0 0 630 630"><rect width="630" height="630" fill="#c9d2bb"/><polygon points="139.7,391.6 143.5,359.7 151.6,328.2 163.4,298.1 177.9,269.8 194.8,243.7 213.4,220.0 233.5,198.8 254.9,180.1 277.3,164.4 300.5,151.8 324.2,142.9 347.9,138.0 370.9,137.7 392.6,142.2 412.1,151.3 428.8,165.0 442.1,182.6 451.7,203.5 457.6,226.8 459.9,251.7 458.8,277.5 454.8,303.7 448.0,329.9 438.8,355.8 427.2,381.5 413.1,406.8 396.6,431.4 377.3,454.8 355.4,476.4 331.0,495.2 304.5,510.3 276.8,520.4 248.8,524.7 221.8,522.6 197.1,513.8 175.8,498.6 158.9,477.6 147.2,451.8 140.8,422.7" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="459.6,258.8 458.8,277.5 454.8,303.7 448.8,326.5 408.0,314.9 389.9,286.7 416.2,247.9" fill="#b3a684"/><polygon points="189.1,444.9 192.1,452.0 165.3,485.5 158.9,477.6 147.2,451.8 144.0,437.4" fill="#c2b48f"/><polygon points="384.0,200.9 386.6,209.6 352.3,246.7 312.7,225.5 336.7,179.3" fill="#b3a684"/><polygon points="142.3,369.7 143.5,359.7 151.6,328.2 163.4,298.1 177.9,269.8 177.9,269.8 228.0,304.8 228.9,313.9 200.9,362.3" fill="#c2b48f"/><polygon points="247.4,455.9 229.5,468.9 192.1,452.0 189.1,444.9 193.0,421.7 222.7,398.7 241.1,404.2" fill="#c2b48f"/><polygon points="330.4,495.6 304.5,510.3 276.8,520.4 248.8,524.7 221.8,522.6 221.7,522.5 229.5,468.9 247.4,455.9 307.6,467.8" fill="#cdbf9e"/><polygon points="139.7,391.6 140.5,384.9 193.0,421.7 189.1,444.9 144.0,437.4 140.8,422.7" fill="#b3a684"/><polygon points="416.2,247.9 389.9,286.7 361.3,278.3 352.3,246.7 386.6,209.6 409.4,224.7" fill="#c2b48f"/><polygon points="412.2,151.4 428.8,165.0 442.1,182.6 449.8,199.4 409.4,224.7 386.6,209.6 384.0,200.9" fill="#b3a684"/><polygon points="177.9,269.8 194.8,243.7 213.4,220.0 233.5,198.8 242.0,191.3 284.6,234.4 278.0,275.9 228.0,304.8" fill="#b3a684"/><polygon points="403.2,421.5 396.6,431.4 377.3,454.8 355.4,476.4 331.0,495.2 330.4,495.6 307.6,467.8 305.3,377.7 325.2,365.9 353.0,371.8" fill="#c2b48f"/><polygon points="241.1,404.2 222.7,398.7 200.9,362.3 228.9,313.9 289.1,376.3" fill="#b3a684"/><polygon points="140.5,384.9 142.3,369.7 200.9,362.3 222.7,398.7 193.0,421.7" fill="#b9a98c"/><polygon points="221.7,522.5 197.1,513.8 175.8,498.6 165.3,485.5 192.1,452.0 229.5,468.9" fill="#b3a684"/><polygon points="449.8,199.4 451.7,203.5 457.6,226.8 459.9,251.7 459.6,258.8 416.2,247.9 409.4,224.7" fill="#cdbf9e"/><polygon points="408.0,314.9 448.8,326.5 448.0,329.9 438.8,355.8 427.2,381.5 413.1,406.8 403.2,421.5 353.0,371.8" fill="#b3a684"/><polygon points="325.2,365.9 305.3,377.7 289.1,376.3 228.9,313.9 228.0,304.8 278.0,275.9 321.4,307.0" fill="#d9c08a"/><polygon points="307.6,467.8 247.4,455.9 241.1,404.2 289.1,376.3 305.3,377.7" fill="#c2b48f"/><polygon points="242.0,191.3 254.9,180.1 277.3,164.4 300.5,151.8 324.2,142.9 325.9,142.5 336.7,179.3 312.7,225.5 284.6,234.4" fill="#b3a684"/><polygon points="312.7,225.5 352.3,246.7 361.3,278.3 321.4,307.0 278.0,275.9 284.6,234.4" fill="#b3a684"/><polygon points="389.9,286.7 408.0,314.9 353.0,371.8 325.2,365.9 321.4,307.0 361.3,278.3" fill="#c2b48f"/><polygon points="325.9,142.5 347.9,138.0 370.9,137.7 392.6,142.2 412.1,151.3 412.2,151.4 384.0,200.9 336.7,179.3" fill="#cdbf9e"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="408.1,262.6 412.2,256.4 416.9,259.6 412.7,265.7"/><polygon points="419.3,261.0 422.3,262.9 417.8,269.5 414.9,267.5"/><polygon points="424.4,264.6 428.7,267.5 424.5,273.8 420.2,270.9"/><polygon points="431.1,269.2 435.7,272.3 431.5,278.5 427.0,275.4"/><polygon points="393.2,284.5 395.0,281.8 404.2,288.1 402.4,290.8"/><polygon points="398.8,276.0 402.5,270.5 407.1,273.6 403.4,279.1"/><polygon points="409.4,274.9 412.2,276.8 408.3,282.7 405.4,280.8"/><polygon points="404.3,268.1 406.4,265.2 415.5,271.3 413.5,274.3"/><polygon points="396.3,279.4 397.2,278.1 406.9,284.7 406.0,286.0"/><polygon points="417.9,272.4 420.2,273.9 416.3,279.5 414.1,278.0"/><polygon points="421.9,275.4 426.0,278.2 422.5,283.3 418.4,280.6"/><polygon points="428.1,279.3 430.4,280.9 426.6,286.5 424.3,284.9"/><polygon points="418.2,287.9 411.1,283.1 413.0,280.1 420.2,285.0"/><polygon points="425.6,288.2 423.2,291.7 419.9,289.5 422.3,286.0"/><polygon points="421.4,293.5 418.7,297.4 412.1,292.9 414.8,289.0"/><polygon points="417.7,299.7 416.7,301.1 409.4,296.1 410.3,294.7"/><polygon points="407.6,294.5 404.7,292.5 409.6,285.3 412.5,287.3"/><polygon points="408.3,312.7 405.4,308.2 414.4,302.5 415.0,302.9"/><polygon points="403.8,305.7 401.3,301.8 407.5,297.9 411.7,300.7"/><polygon points="392.2,289.3 390.5,286.7 391.2,285.7 393.6,287.3"/><polygon points="399.8,299.2 394.1,290.3 394.8,289.3 404.7,296.0"/><polygon points="427.8,319.3 425.0,318.5 427.0,311.4 431.2,314.2"/><polygon points="448.5,325.2 448.4,325.7 443.8,324.4 444.3,322.4"/><polygon points="442.0,323.1 430.6,319.8 433.3,315.9 442.3,322.0"/><polygon points="422.8,318.2 414.6,315.9 414.9,314.6 423.2,316.9"/><polygon points="416.1,312.5 417.5,307.7 423.9,309.5 424.6,310.0 423.3,314.5"/><polygon points="417.1,305.5 417.5,304.1 421.4,306.7"/><polygon points="412.8,315.2 410.1,314.5 415.0,307.2"/><polygon points="450.8,314.9 448.6,323.3 446.2,321.7"/><polygon points="445.3,319.4 444.5,320.6 436.8,315.4 437.6,314.2"/><polygon points="451.0,310.6 446.3,317.5 443.9,315.8 448.6,308.9"/><polygon points="441.9,314.4 439.1,312.5 443.7,305.7 446.5,307.5"/><polygon points="452.7,308.0 452.5,309.0 444.6,303.7 445.2,302.9"/><polygon points="433.0,303.2 436.7,297.8 441.2,300.9 437.6,306.3"/><polygon points="443.4,301.5 443.9,301.9 439.5,308.5 438.9,308.1"/><polygon points="435.1,313.7 428.8,309.4 431.4,305.6 437.7,309.8"/><polygon points="454.2,297.8 453.3,303.4 452.8,305.3 447.2,301.5 451.2,295.7"/><polygon points="444.9,300.1 441.6,297.9 445.7,291.8 449.0,294.0"/><polygon points="439.5,296.8 437.8,295.6 442.2,289.1 443.9,290.3"/><polygon points="456.3,287.4 455.1,295.4 452.2,293.5"/><polygon points="443.5,287.8 443.0,287.5 448.1,279.9 448.6,280.2"/><polygon points="450.4,291.6 445.8,288.5 450.1,282.2 454.7,285.3"/><polygon points="436.7,275.7 438.1,273.7 446.2,279.1 444.8,281.2"/><polygon points="434.3,279.0 435.3,277.6 443.6,283.2 442.6,284.7"/><polygon points="425.8,292.2 430.9,284.7 434.2,286.9 429.1,294.4"/><polygon points="436.5,288.3 438.9,289.9 433.6,297.7 431.3,296.1"/><polygon points="432.0,282.3 433.0,280.9 441.3,286.5 440.3,288.0"/><polygon points="426.6,308.1 422.9,305.7 426.2,300.9 429.8,303.3"/><polygon points="421.0,304.5 418.2,302.6 421.6,297.6 424.4,299.5"/><polygon points="422.9,295.8 424.1,294.2 432.3,299.7 431.2,301.4"/><polygon points="457.9,279.6 457.2,284.4 455.5,283.2"/><polygon points="456.9,277.3 454.2,281.2 446.9,276.3 449.6,272.3"/><polygon points="457.9,268.4 457.6,274.3 451.1,269.8 453.9,265.7"/><polygon points="458.7,259.5 458.4,266.0 454.8,263.5 457.7,259.3"/><polygon points="450.5,258.8 451.4,257.5 456.0,258.7 454.2,261.4"/><polygon points="448.5,261.7 449.6,260.1 453.4,262.7 452.3,264.3"/><polygon points="444.4,274.6 441.8,272.9 447.8,263.9 450.4,265.7"/><polygon points="439.5,271.9 437.9,270.8 442.7,263.7 441.4,269.1"/><polygon points="441.3,255.7 444.1,256.4 443.7,257.9 438.2,266.0 435.5,264.2"/><polygon points="430.2,260.7 434.8,254.0 438.4,254.9 433.1,262.7"/><polygon points="436.2,269.6 427.7,263.8 428.6,262.6 437.1,268.3"/><polygon points="426.0,262.7 425.1,262.1 431.4,252.8 432.5,253.1"/><polygon points="446.6,256.5 449.4,257.3 444.6,264.3"/><polygon points="421.7,259.8 419.2,258.2 423.8,251.4"/><polygon points="417.5,256.6 413.6,254.0 416.7,249.4 421.6,250.6"/><polygon points="423.6,260.5 425.9,251.5 429.2,252.3"/><polygon points="147.7,444.9 146.6,439.9 160.7,442.2 159.9,447.0"/><polygon points="164.2,442.4 171.7,443.6 170.8,449.2 163.3,448.0"/><polygon points="151.2,457.5 148.4,451.4 147.7,448.2 152.6,449.0"/><polygon points="154.2,461.9 154.0,461.5 155.8,450.5 163.4,451.8 161.5,463.1"/><polygon points="167.2,451.8 170.3,452.3 168.2,464.9 165.1,464.4"/><polygon points="164.8,481.4 160.8,476.4 156.4,466.8 166.9,468.5"/><polygon points="178.7,465.8 169.6,477.2 171.7,464.7"/><polygon points="185.5,457.1 181.3,462.4 172.4,461.0 173.4,455.1"/><polygon points="187.7,446.7 189.8,451.7 188.3,453.6 178.0,451.9 179.1,445.3"/><polygon points="174.8,452.3 173.0,452.0 174.4,443.5 176.2,443.8"/><polygon points="362.5,204.7 363.4,205.1 360.1,211.4 359.2,210.9"/><polygon points="354.2,201.2 360.2,204.3 357.6,209.3 351.7,206.2"/><polygon points="351.1,198.9 352.5,199.6 349.3,205.7 347.9,204.9"/><polygon points="329.5,195.2 332.5,189.4 334.5,190.4 331.5,196.3"/><polygon points="336.5,192.1 343.4,195.7 340.9,200.5 334.0,196.9"/><polygon points="346.0,196.6 349.2,198.2 346.3,203.8 343.1,202.1"/><polygon points="340.4,231.4 341.9,228.7 348.7,232.3 347.3,235.0"/><polygon points="346.2,219.8 346.8,218.8 354.1,222.8 353.6,223.7"/><polygon points="349.5,215.2 352.3,209.9 358.4,213.0 355.6,218.4"/><polygon points="347.4,217.4 347.7,216.8 355.2,220.7 354.9,221.4"/><polygon points="343.3,226.5 345.7,222.1 352.0,225.4 349.7,229.9"/><polygon points="344.1,240.8 337.4,237.2 339.3,233.7 346.1,237.2"/><polygon points="326.6,200.9 328.6,197.1 332.6,199.1 330.6,203.0"/><polygon points="334.4,200.0 337.8,201.8 335.7,205.9 332.3,204.0"/><polygon points="339.8,203.5 349.6,208.5 347.9,211.7 338.2,206.6"/><polygon points="326.2,231.5 324.0,230.4 327.5,224.0 329.5,225.0"/><polygon points="315.5,225.9 314.0,225.1 317.3,218.6 318.9,219.4"/><polygon points="322.1,229.0 317.7,226.6 320.7,220.8 325.2,223.1"/><polygon points="330.5,233.8 328.1,232.5 331.4,226.1 333.9,227.3"/><polygon points="335.2,236.2 332.5,234.8 335.8,228.4 338.6,229.9"/><polygon points="318.2,216.9 319.4,214.6 324.3,217.2 323.1,219.5"/><polygon points="320.7,212.8 323.6,207.4 328.0,209.7 325.1,215.1"/><polygon points="324.3,205.2 325.6,202.7 330.7,205.4 329.3,207.8"/><polygon points="345.0,213.6 346.5,214.4 339.6,227.4 338.1,226.7"/><polygon points="336.3,225.5 335.9,226.2 328.1,222.2 328.5,221.5"/><polygon points="331.9,221.1 329.7,219.9 333.2,213.1 335.5,214.3"/><polygon points="340.3,217.0 336.8,223.5 333.9,222.0 337.5,215.5"/><polygon points="326.6,221.1 325.0,220.3 329.8,211.3 331.3,212.0"/><polygon points="332.5,206.9 342.5,212.2 341.3,214.6 331.3,209.2"/><polygon points="365.3,215.9 361.8,212.7 364.9,206.7 369.0,208.8"/><polygon points="380.6,214.5 378.6,216.6 371.3,209.8 371.3,209.7"/><polygon points="376.5,218.2 372.6,222.4 367.6,217.9 370.4,212.5"/><polygon points="360.2,237.2 359.1,238.3 355.0,234.5"/><polygon points="354.8,242.2 352.0,245.2 346.4,242.1 348.1,238.8"/><polygon points="357.5,239.3 356.5,240.4 349.2,236.6 350.9,233.3"/><polygon points="360.0,234.7 352.6,230.8 354.8,226.5 362.2,230.4"/><polygon points="365.8,231.2 362.0,235.3 364.5,230.5"/><polygon points="360.1,226.5 355.4,224.1 356.7,221.6 362.0,224.4"/><polygon points="358.0,219.8 360.4,215.1 365.7,219.9 363.3,222.5"/><polygon points="370.8,224.7 366.5,229.4 362.4,227.3 367.6,221.7"/><polygon points="382.8,212.5 382.2,213.2 374.8,209.3 375.2,208.5"/><polygon points="382.7,202.0 384.8,209.2 383.8,210.4 376.9,206.8 380.1,200.8"/><polygon points="371.4,198.6 372.4,196.6 378.1,199.2 376.9,201.5"/><polygon points="373.2,208.0 368.2,205.4 370.7,200.7 375.6,203.3"/><polygon points="338.4,189.8 334.0,187.5 337.3,181.1 341.5,183.0"/><polygon points="357.7,199.9 354.7,198.4 358.7,190.8 361.4,192.0"/><polygon points="344.8,193.1 340.9,191.1 344.1,184.2 348.0,186.0"/><polygon points="352.3,196.8 347.5,194.3 350.6,187.4 356.0,189.8"/><polygon points="363.3,192.7 363.4,192.3 371.0,195.8 370.6,196.5"/><polygon points="365.9,203.9 360.3,201.0 363.0,195.1 368.9,198.2"/><polygon points="172.3,283.3 178.4,271.5 179.9,272.6 172.4,283.4"/><polygon points="181.8,273.9 190.5,280.0 189.6,281.3 180.9,275.2"/><polygon points="187.2,283.4 182.8,289.6 175.4,284.5 179.8,278.2"/><polygon points="167.8,294.1 171.6,286.8 180.3,292.9 175.6,299.5"/><polygon points="163.2,303.3 165.0,298.8 165.7,297.4 173.7,303.0 170.1,308.1"/><polygon points="158.4,315.9 161.9,306.8 168.0,311.0 162.6,318.8"/><polygon points="152.3,332.2 153.2,328.7 156.9,319.1 160.8,321.7 153.1,332.7"/><polygon points="149.4,339.6 150.9,334.0 152.5,335.1"/><polygon points="165.0,321.6 166.5,319.3 179.3,328.3 177.7,330.5"/><polygon points="168.4,316.5 169.8,314.6 182.7,323.6 181.3,325.5"/><polygon points="172.4,311.7 175.3,307.5 187.4,315.9 184.5,320.2"/><polygon points="177.8,303.9 180.9,299.5 193.0,307.9 189.9,312.4"/><polygon points="196.6,310.3 213.2,321.9 211.6,324.2 195.0,312.6"/><polygon points="209.1,327.6 204.2,334.7 196.3,329.2 201.2,322.1"/><polygon points="202.8,338.1 201.5,340.0 192.2,333.5 193.6,331.6"/><polygon points="190.0,331.7 188.1,330.3 196.6,318.2 198.5,319.5"/><polygon points="185.5,328.6 183.9,327.5 192.4,315.2 194.0,316.3"/><polygon points="199.1,342.4 197.8,344.2 180.9,332.5 182.2,330.6"/><polygon points="158.1,331.6 163.0,324.6 167.2,327.5 159.8,338.0 158.8,337.3"/><polygon points="177.1,334.5 180.8,337.1 173.5,347.5 169.8,345.0"/><polygon points="170.2,329.7 174.0,332.4 166.8,342.8 162.9,340.1"/><polygon points="183.9,339.1 187.2,341.5 179.8,352.0 176.5,349.7"/><polygon points="190.2,343.9 195.3,347.5 188.3,357.6 183.2,354.0"/><polygon points="161.5,357.6 159.6,342.5 168.0,348.4"/><polygon points="166.5,358.4 166.2,356.2 171.0,349.3 172.2,350.1"/><polygon points="170.1,364.4 167.9,364.7 167.5,361.6 174.1,352.3 177.1,354.4"/><polygon points="179.6,363.5 174.1,364.2 179.8,356.0 183.2,358.3"/><polygon points="187.6,360.7 185.8,363.3 182.2,363.8 185.4,359.2"/><polygon points="165.3,365.7 161.7,366.2 161.3,363.2 164.4,358.8"/><polygon points="203.4,353.9 199.6,360.4 190.6,361.5 198.4,350.4"/><polygon points="216.6,323.9 219.7,326.1 213.8,336.4 209.5,334.0"/><polygon points="211.7,339.6 205.4,350.4 200.6,347.1 207.5,337.2"/><polygon points="147.8,351.9 149.8,344.0 154.7,337.0 156.5,350.8"/><polygon points="148.3,356.3 157.0,355.2 158.3,365.4 149.6,366.5"/><polygon points="143.6,368.3 144.6,359.9 145.1,357.9 146.4,368.0"/><polygon points="225.6,305.7 225.9,306.0 226.6,313.4 221.4,322.5 216.3,318.9"/><polygon points="183.4,295.9 192.7,282.7 196.5,285.4 187.2,298.6"/><polygon points="205.1,299.7 202.0,304.2 192.7,297.8 195.9,293.2"/><polygon points="199.9,287.1 209.5,293.8 207.4,296.9 197.7,290.2"/><polygon points="200.7,307.2 199.8,308.5 189.5,301.3 190.4,300.0"/><polygon points="212.1,295.2 223.2,303.0 222.4,304.2 211.3,296.5"/><polygon points="220.1,306.5 215.1,313.6 209.2,309.4 214.1,302.3"/><polygon points="206.2,308.1 204.1,306.6 209.8,298.6 211.9,300.0"/><polygon points="213.8,316.5 213.0,317.6 201.9,309.9 202.7,308.7"/><polygon points="240.5,411.7 242.0,423.5 239.0,423.8 237.6,412.1"/><polygon points="235.3,423.6 227.1,424.6 225.8,414.2 234.0,413.2"/><polygon points="241.9,427.0 242.4,431.6 228.0,433.4 227.4,428.8"/><polygon points="224.2,434.0 222.4,434.3 220.0,414.6 221.8,414.3"/><polygon points="243.5,434.9 244.8,445.6 242.4,445.9 241.1,435.2"/><polygon points="240.0,446.4 238.5,446.6 237.1,435.5 238.6,435.3"/><polygon points="235.2,446.1 227.3,447.0 226.1,437.7 234.1,436.7"/><polygon points="224.3,448.4 223.3,448.5 221.9,437.2 223.0,437.1"/><polygon points="234.3,403.5 240.0,405.2 240.5,409.0 235.1,409.6"/><polygon points="219.1,404.2 223.1,401.1 230.9,403.5 231.6,409.1 219.8,410.5"/><polygon points="193.5,422.8 193.6,422.0 196.7,419.7 198.6,422.2"/><polygon points="199.8,419.1 210.3,411.0 216.1,418.6 200.9,420.4"/><polygon points="212.2,408.2 215.9,405.4 217.0,414.3"/><polygon points="199.8,424.9 212.6,423.3 213.3,429.5 200.6,431.1"/><polygon points="214.2,433.4 214.6,436.9 201.1,438.5 200.7,435.0"/><polygon points="216.0,422.2 217.6,422.0 219.4,436.6 217.8,436.8"/><polygon points="191.9,439.6 194.2,425.2 195.8,425.0 197.5,438.9"/><polygon points="194.7,451.6 193.2,450.9 190.6,444.8 190.9,443.0 195.4,442.4 196.5,451.4"/><polygon points="198.7,442.4 206.1,441.5 207.1,449.7 199.7,450.6"/><polygon points="210.0,441.2 219.2,440.1 220.2,447.9 210.9,449.1"/><polygon points="204.3,456.5 197.8,453.6 203.9,452.9"/><polygon points="210.7,459.1 206.4,457.2 205.9,452.9 209.9,452.4"/><polygon points="214.0,459.3 213.2,452.9 224.8,451.5 225.5,457.8"/><polygon points="227.3,466.4 217.9,462.2 226.7,461.1"/><polygon points="235.6,461.9 230.6,465.5 228.8,451.0 234.2,450.3"/><polygon points="245.5,455.0 239.2,459.7 238.0,449.6 244.8,448.8"/><polygon points="284.2,476.2 280.9,492.6 276.3,491.7 279.6,475.2"/><polygon points="281.1,464.1 287.0,465.3 285.6,472.6 279.7,471.4"/><polygon points="274.1,462.7 278.1,463.5 276.3,472.5 272.4,471.8"/><polygon points="255.7,459.0 259.4,459.7 257.6,468.9 253.9,468.1"/><polygon points="262.7,460.9 270.7,462.5 269.1,470.6 261.1,469.0"/><polygon points="274.9,476.0 272.0,490.9 266.9,489.9 269.8,475.0"/><polygon points="263.1,489.7 259.9,489.1 262.3,476.9 265.5,477.5"/><polygon points="256.5,488.0 250.7,486.9 253.0,475.4 258.7,476.6"/><polygon points="252.9,472.1 253.2,470.8 266.6,473.4 266.3,474.8"/><polygon points="245.0,460.2 247.9,458.1 252.2,458.9 249.9,470.5 243.3,469.2"/><polygon points="249.0,474.6 246.8,486.0 240.2,484.7 242.5,473.3"/><polygon points="230.6,476.7 231.5,470.1 240.0,463.9 237.2,478.0"/><polygon points="228.7,483.2 229.2,479.9 237.4,481.6 236.8,484.8"/><polygon points="231.0,521.2 224.1,520.6 225.7,509.3 232.6,510.3"/><polygon points="235.3,522.5 234.1,522.4 235.9,509.9 237.1,510.0"/><polygon points="248.5,523.5 237.6,522.6 237.9,520.6 248.8,522.2"/><polygon points="239.1,517.6 240.0,511.2 249.9,512.7 248.7,519.0"/><polygon points="225.7,505.6 228.6,486.1 230.1,486.4 226.3,505.7"/><polygon points="245.4,507.8 245.2,508.6 229.2,506.3 229.5,504.7"/><polygon points="238.9,488.0 248.8,490.0 248.1,493.4 238.2,491.4"/><polygon points="247.0,496.7 245.5,504.3 236.5,502.6 238.0,494.9"/><polygon points="233.2,487.1 235.8,487.6 232.9,502.2 230.4,501.7"/><polygon points="252.0,491.0 254.2,491.4 250.7,509.0 248.5,508.7"/><polygon points="272.6,519.7 265.3,520.8 264.8,517.2 273.3,515.9"/><polygon points="264.8,514.0 263.6,506.2 274.3,508.4 273.4,512.7"/><polygon points="276.8,519.2 276.5,519.3 275.1,519.5 277.4,508.3 278.9,508.6"/><polygon points="262.4,521.0 251.6,522.6 252.8,516.4 262.0,518.2"/><polygon points="253.6,513.1 255.3,504.5 259.8,505.4 261.3,514.7"/><polygon points="256.2,500.9 256.5,499.2 279.0,503.7 278.7,505.3"/><polygon points="257.6,495.2 258.1,492.6 280.1,496.9 279.6,499.5"/><polygon points="291.7,513.3 279.9,517.6 281.1,511.2"/><polygon points="289.8,509.1 282.4,507.6 284.5,497.1 291.9,498.6"/><polygon points="300.1,509.8 297.4,510.8 293.7,510.1 295.9,499.2 301.9,500.4"/><polygon points="314.7,502.6 303.9,508.7 305.5,500.8"/><polygon points="328.3,495.2 321.5,499.0 323.5,489.3"/><polygon points="312.3,498.4 302.6,496.5 304.1,489.0 313.7,490.9"/><polygon points="303.9,485.6 304.2,484.0 315.5,486.2 315.2,487.9"/><polygon points="318.4,500.1 315.7,499.6 318.1,487.1 320.8,487.6"/><polygon points="304.8,481.5 305.1,480.3 318.2,482.9 319.5,484.4"/><polygon points="298.7,496.0 295.9,495.4 299.0,479.6 301.9,480.1"/><polygon points="292.1,494.4 285.2,493.0 287.2,482.7 294.2,484.1"/><polygon points="287.1,479.3 287.6,476.7 296.2,478.4 295.6,481.0"/><polygon points="302.5,468.8 306.5,469.6 313.9,478.6 301.1,476.1"/><polygon points="288.9,473.8 290.3,466.3 298.7,467.9 297.2,475.4"/><polygon points="141.0,391.6 141.5,387.3 146.4,390.7 141.3,398.1"/><polygon points="148.5,391.6 149.0,392.0 143.3,400.2 142.7,399.8"/><polygon points="150.4,393.1 151.3,393.7 145.7,401.8 144.8,401.2"/><polygon points="144.6,403.3 141.2,408.2 141.0,400.8"/><polygon points="153.0,395.6 158.7,399.5 155.3,404.4 149.6,400.4"/><polygon points="161.0,400.3 162.2,401.1 158.0,407.1 156.9,406.3"/><polygon points="165.7,404.4 171.4,408.4 168.0,413.2 162.3,409.3"/><polygon points="163.5,402.0 164.3,402.5 160.1,408.6 159.3,408.1"/><polygon points="143.9,408.1 147.8,402.5 150.8,404.5 146.8,410.2"/><polygon points="141.7,417.8 141.6,417.7 141.4,411.3 142.4,409.9 145.7,412.1"/><polygon points="158.3,427.6 157.6,428.6 146.8,421.1 147.6,420.1"/><polygon points="166.5,415.7 163.5,420.1 158.8,416.8 161.9,412.4"/><polygon points="162.1,422.2 159.7,425.7 154.8,422.3 157.3,418.8"/><polygon points="152.8,420.5 149.3,418.1 154.3,410.9 157.8,413.3"/><polygon points="155.0,408.7 155.8,407.5 160.5,410.8 159.7,412.0"/><polygon points="144.8,419.5 143.9,418.9 152.8,406.1 153.8,406.8"/><polygon points="141.3,422.8 141.2,422.7 141.1,419.1 142.9,420.4"/><polygon points="146.8,436.6 145.1,436.3 144.0,431.4 151.6,429.7"/><polygon points="143.3,429.1 142.7,426.2 148.3,425.0 151.6,427.3"/><polygon points="141.9,424.5 141.8,424.1 143.7,421.3 146.9,423.4"/><polygon points="156.3,430.6 151.5,437.6 149.3,437.2 154.7,429.4"/><polygon points="159.2,439.2 153.2,438.2 154.7,436.1"/><polygon points="166.3,440.0 162.7,439.4 156.1,434.8 157.0,433.5"/><polygon points="164.6,422.4 165.1,421.7 174.6,428.4 174.2,429.1"/><polygon points="165.7,425.6 173.0,430.7 172.2,431.9 164.8,426.8"/><polygon points="170.4,433.7 167.5,437.7 161.0,433.2 163.9,429.1"/><polygon points="157.9,431.8 163.4,423.9 164.2,424.5 158.7,432.3"/><polygon points="178.1,431.3 171.6,440.6 169.2,440.3 176.4,430.1"/><polygon points="181.5,426.6 179.7,429.2 173.0,424.5 174.8,421.9"/><polygon points="171.0,423.4 166.3,420.1 168.3,417.2 173.0,420.5"/><polygon points="185.8,417.8 187.3,418.8 183.0,425.0 181.5,424.0"/><polygon points="173.8,409.9 177.6,412.5 173.7,418.1 169.9,415.4"/><polygon points="179.8,414.1 183.7,416.8 179.8,422.3 175.9,419.6"/><polygon points="179.2,442.6 173.4,441.6 174.9,439.5"/><polygon points="188.1,442.0 187.9,443.2 182.8,442.4 176.8,438.1 178.7,435.4"/><polygon points="190.5,430.1 188.9,439.4 185.6,437.1"/><polygon points="183.7,435.4 180.3,433.0 185.2,426.0 188.6,428.4"/><polygon points="188.9,420.1 191.8,422.1 191.0,427.0 186.3,423.8"/><polygon points="368.6,232.2 369.8,230.9 388.1,247.8 386.9,249.1"/><polygon points="354.9,246.6 357.0,244.3 368.1,254.5 366.0,256.8"/><polygon points="373.6,241.9 377.0,245.1 370.5,252.2 367.1,249.0"/><polygon points="359.5,241.6 365.7,235.0 370.8,239.7 364.7,246.4"/><polygon points="379.4,247.2 380.6,248.3 369.4,260.4 368.2,259.3"/><polygon points="356.2,254.7 355.3,251.5 367.3,262.6 366.1,263.9"/><polygon points="382.8,250.9 384.3,252.3 370.4,267.4 368.9,266.0"/><polygon points="362.6,275.9 358.5,261.5 367.8,270.2"/><polygon points="373.1,280.6 364.5,278.1 367.2,275.2 373.1,280.6"/><polygon points="368.8,273.6 370.9,271.4 376.5,276.7 374.5,278.9"/><polygon points="372.9,269.7 376.5,265.7 381.8,270.6 378.1,274.5"/><polygon points="379.0,263.5 385.5,256.5 390.2,260.8 383.7,267.9"/><polygon points="387.5,253.8 391.2,249.8 396.5,254.6 392.8,258.6"/><polygon points="389.2,284.8 376.3,281.0 380.3,276.6"/><polygon points="399.4,269.5 396.4,273.9 388.2,268.4 392.8,263.4"/><polygon points="394.4,276.9 391.0,281.9 382.8,274.3 385.8,271.1"/><polygon points="404.5,262.2 401.5,266.8 395.0,260.8 398.7,256.8"/><polygon points="408.8,255.9 406.4,259.5 398.8,252.6 401.8,249.4"/><polygon points="414.3,247.7 410.6,253.0 404.1,247.0 408.5,242.3"/><polygon points="409.6,239.8 412.1,237.1 414.1,243.9"/><polygon points="396.5,251.0 395.2,249.9 402.5,242.0 403.8,243.2"/><polygon points="393.5,248.3 392.3,247.2 399.6,239.3 400.8,240.4"/><polygon points="390.6,244.4 384.6,238.8 390.6,232.2 396.7,237.8"/><polygon points="408.3,227.7 410.4,234.9 405.3,240.4 400.6,236.1"/><polygon points="404.2,223.1 406.5,224.6 397.8,234.0 395.8,232.1"/><polygon points="392.3,229.3 400.6,220.4 402.0,221.3 393.5,230.4"/><polygon points="386.5,211.6 386.8,211.3 398.3,219.0 396.6,220.9"/><polygon points="390.9,219.7 394.2,222.9 387.0,230.7 383.6,227.6"/><polygon points="377.5,221.9 384.7,214.1 388.3,217.4 381.1,225.3"/><polygon points="374.4,224.6 375.1,223.8 385.4,233.2 384.6,234.0"/><polygon points="381.6,237.0 371.6,227.8 372.7,226.5 382.8,235.8"/><polygon points="446.0,194.6 448.0,198.9 441.3,203.0 438.8,199.1"/><polygon points="444.5,189.3 445.8,192.2 445.2,192.6 442.3,188.1"/><polygon points="442.8,193.0 437.2,196.5 433.8,190.9 439.3,187.4 439.5,187.5"/><polygon points="432.0,188.8 429.5,184.8 432.4,183.0 437.1,185.7"/><polygon points="428.2,183.3 425.2,178.6 430.8,181.7"/><polygon points="388.1,196.9 391.3,191.2 397.1,194.5 393.8,200.2"/><polygon points="392.4,188.6 394.1,185.6 400.5,189.2 398.8,192.2"/><polygon points="385.5,201.9 385.2,201.0 386.4,199.0 392.9,202.7 391.4,205.3"/><polygon points="389.0,210.1 387.3,209.0 386.0,204.5 390.7,207.2"/><polygon points="398.6,196.7 402.5,189.9 403.6,190.5 399.7,197.3"/><polygon points="405.2,192.0 408.9,194.1 405.4,200.1 401.7,198.0"/><polygon points="411.0,195.1 413.5,196.5 409.8,202.8 407.4,201.5"/><polygon points="415.3,197.3 416.9,198.2 413.1,204.9 411.5,204.0"/><polygon points="403.3,203.3 404.1,202.0 412.1,206.6 411.3,207.9"/><polygon points="404.0,206.5 409.7,209.8 406.8,214.9 401.1,211.6"/><polygon points="398.0,210.7 402.1,204.6 402.5,204.8 398.8,211.2"/><polygon points="404.2,219.8 396.2,214.4 397.4,212.6 405.7,217.3"/><polygon points="397.0,199.3 397.7,198.1 402.7,200.9 401.7,202.4"/><polygon points="394.0,212.7 391.3,210.9 396.5,201.7 399.8,203.9"/><polygon points="416.5,203.1 418.6,199.5 423.8,202.4 421.7,206.0"/><polygon points="417.1,213.9 413.7,208.4 415.4,205.3 420.4,208.1"/><polygon points="434.6,208.1 432.2,209.6 429.5,205.2"/><polygon points="421.1,216.7 418.8,218.1 417.7,216.4 418.4,215.2"/><polygon points="423.7,215.0 422.1,216.0 419.1,214.2 419.9,212.8"/><polygon points="429.9,210.1 424.9,213.3 421.7,211.4 425.9,204.0 426.2,204.2"/><polygon points="417.0,218.5 414.7,219.9 410.7,213.5 412.2,210.8"/><polygon points="412.7,221.2 409.4,223.3 406.2,221.2 409.3,215.8"/><polygon points="431.2,203.5 427.7,201.6 432.1,193.9 436.1,200.4"/><polygon points="439.5,204.8 436.0,207.0 433.0,205.3 437.9,202.2"/><polygon points="425.2,200.6 413.9,194.1 414.4,193.3 425.7,199.8"/><polygon points="430.2,189.8 431.0,191.0 426.9,198.1 425.8,197.5"/><polygon points="415.9,191.3 419.5,184.8 423.5,187.1 419.8,193.5"/><polygon points="425.8,188.1 428.1,189.4 424.2,196.3 421.9,195.0"/><polygon points="420.2,182.6 420.7,181.8 427.8,185.8 428.8,187.5"/><polygon points="421.4,180.3 422.9,177.7 426.1,183.0"/><polygon points="411.8,192.5 410.7,191.9 419.6,176.2 420.7,176.8"/><polygon points="408.2,190.8 407.2,190.3 413.7,178.9 414.7,179.4"/><polygon points="405.1,188.8 395.6,183.4 396.8,181.1 406.4,186.6"/><polygon points="397.7,178.9 401.7,171.8 403.4,172.8 399.3,179.8"/><polygon points="410.0,180.4 407.8,184.2 401.5,180.7 403.8,176.8"/><polygon points="405.1,173.6 412.1,177.6 411.5,178.7 404.4,174.7"/><polygon points="403.5,169.9 404.7,167.8 416.9,174.7 415.7,176.8"/><polygon points="440.9,182.3 441.5,183.0 443.4,187.2 439.4,184.9"/><polygon points="435.7,176.2 439.5,181.1 438.0,183.6 433.1,180.8"/><polygon points="430.1,169.3 433.8,174.2 431.0,179.2 426.0,176.4"/><polygon points="424.3,174.8 423.7,175.9 417.2,172.2 417.8,171.1"/><polygon points="423.5,162.7 427.6,166.1 428.1,166.7 424.8,172.4 419.6,169.5"/><polygon points="419.9,159.4 421.4,160.6 415.7,170.7 414.0,169.8"/><polygon points="412.7,167.8 412.0,169.1 405.3,165.3 406.1,164.0"/><polygon points="414.2,165.3 413.6,166.3 406.9,162.5 407.4,161.5"/><polygon points="417.2,158.9 414.8,163.1 409.0,159.8 411.4,155.6"/><polygon points="412.4,152.4 417.8,156.9 411.8,153.5"/><polygon points="213.2,292.7 206.2,287.7 208.5,284.3 215.6,289.3"/><polygon points="210.1,282.0 212.1,279.2 219.3,284.2 217.3,287.0"/><polygon points="203.9,286.4 202.2,285.3 208.4,276.5 210.0,277.6"/><polygon points="209.1,274.6 209.9,273.4 214.9,276.9 214.1,278.1"/><polygon points="211.8,272.0 216.6,265.3 220.3,267.9 215.6,274.7"/><polygon points="222.6,268.6 228.1,272.5 227.4,273.5 221.9,269.7"/><polygon points="225.4,275.0 220.7,281.7 216.5,278.7 221.2,272.0"/><polygon points="217.9,262.9 218.5,262.0 229.6,269.7 228.9,270.6"/><polygon points="225.9,278.9 231.5,270.9 232.7,271.7 227.1,279.7"/><polygon points="234.4,272.7 234.9,273.0 229.1,281.4 228.6,281.0"/><polygon points="236.5,275.0 241.8,278.7 238.1,284.0 232.8,280.2"/><polygon points="237.4,286.3 237.0,287.0 230.4,282.4 230.9,281.7"/><polygon points="217.8,296.4 215.0,294.4 218.1,290.0 220.9,292.0"/><polygon points="225.9,301.6 220.0,297.5 222.6,293.6 228.6,297.8"/><polygon points="219.2,288.3 224.7,280.5 225.8,281.3 220.3,289.1"/><polygon points="235.4,287.8 236.0,288.2 230.3,296.3 229.7,295.9"/><polygon points="229.4,293.3 228.3,294.7 221.9,290.3 223.0,288.8"/><polygon points="227.5,283.0 233.2,287.0 230.4,291.1 224.7,287.1"/><polygon points="255.7,287.7 252.9,289.3 249.4,283.3"/><polygon points="236.6,298.9 233.6,300.6 231.6,297.3 232.5,296.0"/><polygon points="240.3,296.6 238.2,297.8 233.6,294.7 234.9,292.8"/><polygon points="243.4,294.8 242.0,295.6 235.9,291.3 236.7,290.2"/><polygon points="246.0,293.4 245.1,293.9 237.7,288.7 238.2,288.0"/><polygon points="240.4,284.8 244.2,279.5 245.8,280.7 246.3,281.4"/><polygon points="250.6,290.0 247.6,291.7 241.0,287.1 246.9,283.7"/><polygon points="232.2,301.4 228.0,303.8 227.4,303.4 230.6,298.7"/><polygon points="223.0,261.9 220.3,259.9 226.2,251.4 229.0,253.4"/><polygon points="239.7,273.8 238.0,272.7 244.2,263.8 245.9,265.0"/><polygon points="236.0,271.2 234.1,269.9 240.3,261.1 242.1,262.4"/><polygon points="232.1,268.7 224.9,263.7 226.1,262.0 233.3,267.0"/><polygon points="234.2,256.9 238.1,259.6 234.4,264.9 230.5,262.1"/><polygon points="227.1,260.2 231.3,254.3 232.7,255.3 228.5,261.2"/><polygon points="243.9,276.6 241.9,275.2 248.0,266.5 250.0,267.9"/><polygon points="250.9,270.9 252.1,269.1 259.6,274.4 258.4,276.1"/><polygon points="253.2,283.1 248.9,280.1 252.4,275.0 256.8,278.0"/><polygon points="246.8,279.2 245.4,278.3 249.5,272.4 250.9,273.3"/><polygon points="268.0,280.3 263.7,282.8 260.5,277.1 261.4,275.7"/><polygon points="261.7,283.9 257.5,286.4 255.1,284.7 259.0,279.2"/><polygon points="260.7,272.2 259.1,271.1 265.9,261.4 267.5,262.6"/><polygon points="263.7,274.6 262.5,273.8 267.9,266.0 269.1,266.9"/><polygon points="270.8,278.2 270.2,278.5 266.2,275.7 271.0,268.8 275.2,271.8"/><polygon points="277.8,272.5 277.4,275.5 274.1,277.4 277.6,272.3"/><polygon points="278.0,269.5 277.8,270.5 269.0,264.4 269.5,263.6"/><polygon points="279.8,256.6 279.2,260.6 274.2,259.8 275.2,253.4"/><polygon points="271.9,259.5 267.5,258.8 272.7,251.5 273.1,251.8"/><polygon points="283.9,234.5 284.0,234.6 283.3,239.0 281.0,238.6"/><polygon points="282.6,240.5 281.8,245.6 277.2,244.8 280.4,240.2"/><polygon points="281.2,247.8 280.2,253.8 274.2,249.6 276.0,246.9"/><polygon points="278.8,263.0 278.2,267.0 270.4,261.6"/><polygon points="276.4,241.5 273.3,246.0 266.8,241.4 269.9,237.0"/><polygon points="272.2,248.4 271.3,249.7 263.9,244.6 264.9,243.2"/><polygon points="270.2,251.4 269.6,252.3 262.0,247.1 262.7,246.1"/><polygon points="260.4,245.2 256.3,242.3 261.3,235.3 265.3,238.1"/><polygon points="262.1,232.9 263.1,231.4 268.3,235.0 267.2,236.5"/><polygon points="267.9,254.0 267.3,254.9 253.9,245.5 254.5,244.6"/><polygon points="265.5,257.1 264.5,258.5 251.4,249.4 252.4,248.0"/><polygon points="263.5,260.9 257.1,270.0 256.3,269.4 262.6,260.3"/><polygon points="254.6,268.1 251.3,265.8 254.8,260.8 258.0,263.1"/><polygon points="249.4,264.5 246.4,262.4 250.0,257.4 252.9,259.4"/><polygon points="251.4,255.5 252.7,253.6 260.7,259.2 259.4,261.1"/><polygon points="244.6,261.1 243.3,260.2 249.5,251.3 250.8,252.2"/><polygon points="241.4,258.9 240.2,258.0 246.7,248.7 248.0,249.6"/><polygon points="238.2,256.5 236.3,255.1 242.6,246.1 244.6,247.4"/><polygon points="234.2,253.8 227.5,249.1 229.0,246.9 235.7,251.6"/><polygon points="230.8,244.9 234.1,240.3 240.2,244.6 237.0,249.2"/><polygon points="235.8,237.8 236.7,236.5 250.1,245.9 249.2,247.2"/><polygon points="238.2,234.0 247.4,221.0 248.3,221.7 239.2,234.7"/><polygon points="250.5,223.0 261.2,230.5 260.5,231.6 249.8,224.1"/><polygon points="244.2,238.0 241.7,236.2 248.4,226.5 250.9,228.2"/><polygon points="259.3,233.5 257.8,235.6 251.9,231.4 253.3,229.3"/><polygon points="256.3,237.4 253.9,240.8 248.3,236.9 250.7,233.5"/><polygon points="253.0,242.8 252.0,244.2 245.8,239.9 246.8,238.5"/><polygon points="253.2,211.7 253.7,211.0 260.8,215.9 260.2,216.7"/><polygon points="255.0,222.9 249.1,218.7 252.4,214.0 258.3,218.2"/><polygon points="263.1,217.4 258.3,222.1 262.1,216.7"/><polygon points="256.5,207.5 264.4,215.5 264.0,215.8 255.1,209.5"/><polygon points="268.2,219.3 269.8,221.0 262.3,228.5 262.0,228.2"/><polygon points="276.1,230.7 271.6,235.2 270.2,234.2 274.1,228.7"/><polygon points="268.6,232.6 264.4,229.7 269.6,224.6 272.3,227.3"/><polygon points="271.4,222.2 278.0,229.0 277.5,229.5 270.8,222.8"/><polygon points="265.9,217.2 266.5,217.8 260.2,226.8 257.9,225.2"/><polygon points="279.2,230.9 282.0,233.7 278.2,239.2 273.9,236.2"/><polygon points="252.2,203.0 255.0,205.9 252.7,209.3 249.4,207.0"/><polygon points="246.1,197.3 250.4,201.6 247.7,205.4 242.8,201.9"/><polygon points="236.6,197.7 242.0,193.0 244.3,195.4 240.6,200.5"/><polygon points="244.2,221.2 243.3,222.3 233.7,215.6 234.5,214.4"/><polygon points="241.6,204.1 243.0,205.0 237.1,213.5 235.8,212.5"/><polygon points="250.3,212.9 245.6,219.7 244.7,219.1 249.5,212.3"/><polygon points="243.2,217.4 239.3,214.7 243.4,208.7 247.3,211.5"/><polygon points="244.7,205.9 251.8,210.8 251.3,211.6 244.2,206.6"/><polygon points="231.0,203.4 234.5,199.7 234.7,199.5 239.5,202.9 236.5,207.2"/><polygon points="228.0,205.9 229.1,204.8 235.5,209.3 234.7,210.6"/><polygon points="224.9,209.5 226.8,207.6 233.3,212.1 231.8,214.3"/><polygon points="239.6,222.6 241.9,224.3 237.2,231.1 234.8,229.4"/><polygon points="231.1,216.8 237.4,221.3 235.1,224.6 228.8,220.2"/><polygon points="234.0,226.7 232.9,228.3 226.1,223.5 227.2,221.9"/><polygon points="228.9,214.7 229.6,215.2 224.4,222.6 223.7,222.1"/><polygon points="226.2,213.0 227.3,213.7 222.3,221.0 221.2,220.2"/><polygon points="217.4,217.4 223.3,211.1 224.5,211.9 219.6,218.9"/><polygon points="231.4,239.2 226.3,246.4 223.9,244.7 228.9,237.5"/><polygon points="233.2,231.0 236.0,233.0 232.9,237.5 230.0,235.4"/><polygon points="219.2,221.5 231.1,229.9 230.4,230.8 218.5,222.5"/><polygon points="211.5,232.9 215.4,227.4 220.1,230.6 216.2,236.2"/><polygon points="215.0,239.2 209.1,235.1 209.7,234.3 215.5,238.4"/><polygon points="216.2,225.1 217.0,224.0 222.7,228.0 221.9,229.1"/><polygon points="229.6,232.8 228.8,234.0 223.2,230.1 224.0,228.9"/><polygon points="227.1,235.4 223.7,240.3 219.0,237.1 222.4,232.2"/><polygon points="222.8,242.5 221.9,243.8 216.4,240.0 217.3,238.6"/><polygon points="206.0,231.9 214.6,221.0 215.9,219.5 216.8,220.1 207.7,233.1"/><polygon points="219.2,244.9 224.5,248.6 220.6,254.2 215.3,250.5"/><polygon points="216.8,242.3 217.7,242.9 212.9,249.7 212.1,249.2"/><polygon points="211.9,239.4 214.9,241.5 210.6,247.6 207.6,245.5"/><polygon points="208.3,236.6 210.1,237.9 205.6,244.4 203.8,243.1"/><polygon points="199.3,239.8 204.0,233.8 206.4,235.5 202.0,241.7"/><polygon points="202.7,245.6 211.1,251.4 208.7,254.7 200.4,248.9"/><polygon points="213.6,252.8 219.1,256.7 216.5,260.5 211.0,256.6"/><polygon points="194.8,245.6 195.6,244.3 197.8,241.5 200.9,243.6 197.9,247.8"/><polygon points="179.8,269.4 182.5,265.2 187.9,268.6 184.9,273.0"/><polygon points="183.9,262.9 186.2,259.3 192.0,263.0 189.5,266.5"/><polygon points="189.1,255.2 192.3,250.3 198.0,254.0 194.5,259.0"/><polygon points="186.9,257.3 187.3,256.6 193.9,261.2 193.6,261.6"/><polygon points="193.0,248.0 193.6,247.0 200.4,251.8 199.9,252.5"/><polygon points="201.9,253.6 214.8,262.7 213.8,264.0 200.9,255.0"/><polygon points="198.2,275.7 190.0,269.9 190.8,268.7 199.1,274.5"/><polygon points="192.2,266.9 193.2,265.4 201.4,271.1 200.3,272.6"/><polygon points="202.0,259.4 206.8,262.7 202.6,268.6 197.8,265.3"/><polygon points="194.3,263.6 199.1,256.6 200.3,257.5 195.5,264.4"/><polygon points="212.7,266.3 209.7,270.5 206.2,268.1 209.2,263.8"/><polygon points="208.1,272.4 203.5,279.0 200.3,276.9 205.0,270.2"/><polygon points="201.7,281.3 200.2,283.5 190.3,276.6 191.9,274.4"/><polygon points="188.1,276.0 186.3,274.7 188.7,271.2 190.5,272.5"/><polygon points="309.4,458.7 309.3,451.8 320.2,451.5 320.3,458.4"/><polygon points="308.4,448.4 308.4,446.5 320.8,446.2 320.8,448.1"/><polygon points="308.7,443.5 308.6,439.4 320.2,439.0 320.3,443.2"/><polygon points="322.9,438.3 329.8,438.1 329.9,440.7 323.0,440.9"/><polygon points="329.0,443.8 329.3,458.2 324.5,458.3 324.1,443.9"/><polygon points="332.8,438.9 335.0,438.8 335.5,458.2 333.3,458.3"/><polygon points="312.4,471.6 308.9,467.3 308.7,462.1 312.2,462.0"/><polygon points="315.3,466.8 315.2,462.4 326.7,462.1 326.8,466.5"/><polygon points="315.6,474.8 315.5,474.7 315.4,470.3 326.9,470.0 327.0,474.5"/><polygon points="329.6,461.5 330.9,461.5 331.2,474.9 330.0,474.9"/><polygon points="333.6,461.6 336.0,461.6 336.3,474.5 333.9,474.6"/><polygon points="344.7,458.3 345.1,473.6 340.0,473.7 339.6,458.4"/><polygon points="339.1,439.0 344.2,438.9 344.6,453.9 339.5,454.1"/><polygon points="325.1,486.8 317.8,478.0 324.9,477.8"/><polygon points="329.6,492.4 328.0,490.6 327.7,477.6 329.2,477.6"/><polygon points="346.3,481.9 344.3,483.4 339.4,477.2 346.1,477.0"/><polygon points="341.2,484.8 332.9,491.2 332.6,478.1 336.0,478.0"/><polygon points="361.5,467.4 354.0,474.8 349.5,478.3 349.3,467.8"/><polygon points="348.9,463.8 348.5,449.5 352.4,449.4 352.8,463.7"/><polygon points="355.9,449.1 363.6,448.9 363.8,455.4 356.1,455.6"/><polygon points="364.0,458.5 364.1,463.7 356.2,463.9 356.1,458.8"/><polygon points="348.2,446.1 348.1,444.0 363.6,443.6 363.6,445.7"/><polygon points="348.1,440.8 348.0,438.3 363.3,437.9 363.4,440.4"/><polygon points="370.2,460.8 366.4,464.6 366.3,460.9"/><polygon points="375.7,454.2 371.3,458.5 367.1,458.6 367.0,452.3 375.6,452.1"/><polygon points="367.4,448.6 367.1,438.2 374.8,438.0 375.0,448.4"/><polygon points="388.9,437.6 379.2,449.4 378.8,437.8"/><polygon points="396.1,429.1 395.3,430.4 392.4,433.8 385.0,434.0 384.9,429.4"/><polygon points="400.4,421.8 398.0,425.2 389.4,425.4 389.1,414.8 393.2,414.7"/><polygon points="386.0,426.5 384.4,426.5 384.1,413.9 385.6,413.9"/><polygon points="383.9,411.6 383.8,408.1 387.9,408.0 391.4,411.4"/><polygon points="381.2,433.6 374.1,433.8 373.8,422.1 380.9,421.9"/><polygon points="373.4,418.0 373.2,409.2 380.8,409.0 381.0,417.8"/><polygon points="369.8,433.9 355.5,434.3 355.3,429.2 369.7,428.8"/><polygon points="358.4,415.2 364.0,415.0 364.3,425.0 358.6,425.2"/><polygon points="367.2,414.5 370.0,414.5 370.3,425.3 367.5,425.4"/><polygon points="354.3,426.0 354.0,414.6 355.4,414.6 355.7,425.9"/><polygon points="354.4,411.8 354.4,409.4 369.6,409.0 369.7,411.4"/><polygon points="351.3,434.5 344.4,434.7 344.2,424.3 351.1,424.1"/><polygon points="343.1,421.3 343.0,419.7 352.0,419.4 352.0,421.1"/><polygon points="343.7,416.9 343.5,409.7 351.0,409.5 351.2,416.7"/><polygon points="340.8,435.1 327.8,435.5 327.7,432.1 340.7,431.8"/><polygon points="327.7,428.7 327.5,419.4 333.6,419.2 333.9,428.5"/><polygon points="336.9,418.8 340.5,418.7 340.8,428.6 337.2,428.7"/><polygon points="327.6,415.6 327.4,410.4 339.8,410.0 340.0,415.3"/><polygon points="365.6,385.0 367.7,387.1 365.7,389.1"/><polygon points="368.5,390.1 376.4,398.0 369.2,405.2 367.7,405.2 367.3,391.2"/><polygon points="379.4,399.4 380.7,400.7 375.3,406.1 372.7,406.2"/><polygon points="382.1,402.1 386.0,405.9 378.2,406.1"/><polygon points="363.8,386.6 363.9,388.9 353.2,389.2 353.1,386.8"/><polygon points="363.2,392.2 363.4,400.5 354.3,400.7 354.1,392.5"/><polygon points="364.3,403.8 364.3,406.2 353.7,406.4 353.6,404.1"/><polygon points="351.1,406.5 339.3,406.8 339.2,404.9 351.0,404.6"/><polygon points="346.4,390.9 350.3,390.8 350.6,401.8 346.6,401.9"/><polygon points="339.5,402.0 339.2,391.1 343.1,391.0 343.4,401.9"/><polygon points="338.6,388.3 338.6,387.1 350.7,386.8 350.7,388.0"/><polygon points="356.7,377.3 363.6,384.0 356.9,384.2"/><polygon points="345.5,372.4 352.0,373.8 353.3,375.1 353.5,383.4 345.8,383.6"/><polygon points="338.7,370.5 341.7,371.1 342.0,384.2 339.0,384.3"/><polygon points="326.6,407.3 326.5,405.4 336.8,405.2 336.8,407.0"/><polygon points="327.2,402.3 327.0,394.5 335.7,394.3 335.9,402.1"/><polygon points="326.5,391.1 326.4,386.9 335.9,386.6 336.0,390.8"/><polygon points="326.9,383.2 326.6,373.9 335.0,373.7 335.3,383.0"/><polygon points="325.7,370.6 325.6,367.2 335.8,369.4 335.8,370.4"/><polygon points="315.4,373.1 323.2,368.4 323.4,372.9"/><polygon points="307.3,380.8 307.3,378.8 311.6,376.3 322.6,376.0 322.7,380.3"/><polygon points="307.2,397.2 307.1,393.7 316.7,393.5 316.8,397.0"/><polygon points="307.3,390.6 307.2,384.5 316.1,384.2 316.3,390.3"/><polygon points="319.6,384.1 323.1,384.0 323.4,396.5 319.9,396.6"/><polygon points="307.7,402.9 307.6,400.4 323.5,399.9 323.5,402.5"/><polygon points="324.3,435.4 308.6,435.8 308.5,432.9 324.2,432.4"/><polygon points="307.8,418.4 307.5,406.2 310.4,406.1 310.7,418.3"/><polygon points="313.6,406.2 323.7,406.0 323.8,410.9 313.7,411.2"/><polygon points="324.0,414.2 324.1,417.9 313.7,418.2 313.6,414.4"/><polygon points="308.2,424.1 308.1,421.6 324.0,421.2 324.1,423.7"/><polygon points="308.2,429.4 308.2,427.4 324.3,427.0 324.3,429.0"/><polygon points="212.2,345.5 215.3,340.1 220.3,343.0 217.2,348.3"/><polygon points="222.5,343.4 223.2,343.9 219.4,350.4 218.7,350.0"/><polygon points="210.0,348.3 210.6,347.2 218.4,351.7 217.8,352.8"/><polygon points="208.6,350.5 209.0,349.8 217.0,354.4 216.6,355.1"/><polygon points="205.9,356.5 208.0,352.9 214.8,356.8 211.6,362.4"/><polygon points="224.7,345.4 231.2,349.2 229.3,352.6 222.7,348.8"/><polygon points="228.0,354.8 225.5,359.1 220.0,353.4 221.4,351.0"/><polygon points="237.4,352.1 242.9,355.3 241.7,356.5"/><polygon points="232.9,365.0 231.6,366.3 227.1,361.6"/><polygon points="234.8,363.1 234.0,363.8 227.4,360.0 227.9,359.1"/><polygon points="233.3,350.5 236.0,353.4 230.8,358.5 229.2,357.6"/><polygon points="237.6,355.0 240.1,357.5 235.9,361.5 232.8,359.7"/><polygon points="215.0,361.0 218.6,354.9 219.9,356.3"/><polygon points="215.0,366.4 213.7,365.1 221.0,358.0 222.4,359.4"/><polygon points="229.5,367.2 224.4,372.1 220.4,368.0 225.5,363.1"/><polygon points="218.3,366.9 217.8,366.4 224.0,360.5 224.5,361.0"/><polygon points="223.2,374.2 222.6,374.8 216.2,368.1 216.8,367.6"/><polygon points="216.0,336.9 217.8,333.9 218.6,334.4"/><polygon points="219.0,333.0 223.4,325.3 225.8,326.7 219.2,333.1"/><polygon points="224.9,323.4 229.1,316.1 232.6,319.7 227.2,324.8"/><polygon points="234.9,322.1 237.2,324.5 229.0,332.3"/><polygon points="248.6,349.4 244.0,353.8 241.9,352.6 244.9,347.3"/><polygon points="250.5,338.4 254.8,342.9 250.1,347.4 246.5,345.3"/><polygon points="242.1,348.2 240.1,351.8 237.8,350.5 240.2,346.3"/><polygon points="236.3,349.6 234.5,348.5 237.4,343.4 239.0,345.0"/><polygon points="232.9,347.5 230.9,346.4 234.4,340.4 236.1,342.1"/><polygon points="229.1,344.7 223.8,341.7 224.2,340.9 229.4,335.9 232.4,339.0"/><polygon points="246.4,333.3 249.1,336.1 247.8,338.4 243.7,336.0"/><polygon points="246.3,340.1 242.9,345.9 238.6,341.5 242.4,337.8"/><polygon points="238.2,338.6 236.8,340.0 230.9,333.9 232.3,332.5"/><polygon points="244.9,331.6 245.4,332.1 239.7,337.6 239.2,337.1"/><polygon points="239.1,326.5 242.9,330.5 238.2,335.1 234.3,331.1"/><polygon points="228.1,328.2 221.2,340.1 217.6,338.0 228.0,328.0"/><polygon points="232.5,322.4 229.9,327.0 228.9,325.9"/><polygon points="203.2,364.4 201.9,362.3 204.2,358.3 206.8,360.9"/><polygon points="214.2,382.3 212.4,379.2 219.8,374.8 220.9,375.9"/><polygon points="206.3,369.3 204.4,366.1 208.1,362.5 210.6,365.1"/><polygon points="211.3,376.7 208.0,371.2 212.1,367.3 217.5,373.0"/><polygon points="231.6,374.2 233.5,376.2 227.3,382.3 225.3,380.3"/><polygon points="235.2,378.1 240.3,383.3 237.4,386.1 232.3,380.9"/><polygon points="235.8,387.9 234.1,389.6 228.7,384.1 230.5,382.4"/><polygon points="222.4,377.6 229.0,371.2 230.1,372.5 223.6,378.8"/><polygon points="222.3,395.2 219.6,390.7 227.2,386.2 229.3,388.4"/><polygon points="218.1,388.2 215.9,384.5 220.9,379.6 225.1,384.0"/><polygon points="225.0,398.3 223.4,397.8 223.4,397.7 231.4,390.0 232.5,391.1"/><polygon points="230.2,400.0 227.2,399.1 232.1,394.4 234.0,396.3"/><polygon points="234.0,393.0 242.1,385.2 243.5,386.7 235.4,394.5"/><polygon points="230.7,369.8 233.6,366.9 237.9,371.3 234.9,374.2"/><polygon points="235.8,365.3 241.1,360.2 244.9,364.1 239.6,369.3"/><polygon points="242.5,358.1 244.1,356.5 248.7,361.2 247.0,362.8"/><polygon points="250.0,362.4 251.0,363.4 246.1,368.1 245.1,367.1"/><polygon points="252.1,365.4 256.6,370.1 252.6,373.9 248.1,369.3"/><polygon points="258.6,371.2 259.4,372.1 254.5,376.9 253.6,376.0"/><polygon points="240.7,372.2 244.0,369.1 249.6,375.0 246.4,378.1"/><polygon points="242.6,382.1 236.6,375.9 238.6,373.9 244.6,380.1"/><polygon points="252.9,377.9 245.4,385.1 244.2,383.8 251.6,376.7"/><polygon points="245.7,355.2 246.7,354.3 254.6,362.4 253.6,363.4"/><polygon points="248.6,352.7 254.8,346.8 257.3,349.4 251.1,355.3"/><polygon points="259.2,351.5 262.2,354.6 256.2,360.4 253.1,357.3"/><polygon points="256.2,344.9 256.8,344.3 264.9,352.7 264.3,353.2"/><polygon points="262.7,368.4 260.6,370.5 255.2,364.9 257.3,362.9"/><polygon points="266.2,354.4 271.5,359.9 269.2,362.1 263.9,356.6"/><polygon points="267.3,363.8 264.4,366.6 259.2,361.3 262.2,358.5"/><polygon points="241.0,402.9 233.0,400.5 237.1,396.5 242.4,402.0"/><polygon points="262.5,372.0 263.5,371.0 272.7,380.4 271.6,381.4"/><polygon points="268.9,384.5 262.3,390.8 262.1,390.9 261.0,389.1"/><polygon points="263.1,376.5 268.4,382.0 263.0,385.1 259.3,378.7"/><polygon points="261.2,386.7 260.1,387.4 255.8,380.1 257.0,379.4"/><polygon points="255.1,378.5 260.7,373.1 262.0,374.4"/><polygon points="274.4,381.7 275.7,383.1 268.9,387.1"/><polygon points="238.5,394.7 246.8,386.7 247.4,387.3 239.1,395.3"/><polygon points="248.7,389.3 254.3,395.0 249.7,397.7 246.2,391.7"/><polygon points="247.6,399.1 244.7,400.8 240.7,396.7 244.3,393.3"/><polygon points="248.8,385.4 253.5,380.9 257.0,386.9 252.7,389.4"/><polygon points="258.6,388.8 260.4,391.9 256.6,394.1 254.1,391.4"/><polygon points="265.1,369.2 266.9,367.5 272.1,372.9 270.3,374.7"/><polygon points="269.0,366.0 273.2,362.0 277.8,366.8 273.6,370.9"/><polygon points="279.9,368.9 282.9,372.0 276.7,377.9 274.5,374.1"/><polygon points="284.8,373.7 287.2,376.1 278.3,381.2 277.9,380.4"/><polygon points="276.0,381.1 271.3,376.2 272.5,375.0"/><polygon points="197.0,415.0 192.9,418.1 174.2,405.0 177.0,401.0"/><polygon points="190.8,394.6 182.9,399.4 178.8,396.6 183.7,389.6"/><polygon points="196.1,392.1 194.2,393.2 185.1,386.8 186.2,385.1"/><polygon points="208.0,380.0 209.3,382.2 198.6,388.6 190.1,382.6 197.1,372.4"/><polygon points="200.6,364.4 206.1,373.5 198.2,368.0"/><polygon points="197.6,409.8 185.9,401.7 190.9,398.7"/><polygon points="212.3,387.4 218.7,398.0 209.3,405.2 200.8,394.3"/><polygon points="206.0,409.2 202.9,411.6 194.1,397.0 195.8,395.9"/><polygon points="142.8,383.9 144.3,371.6 147.7,371.2 149.9,388.8"/><polygon points="153.1,371.5 159.3,370.7 162.5,396.5 155.6,391.7"/><polygon points="174.0,398.4 169.9,404.2 167.6,402.5 167.2,399.2"/><polygon points="180.2,383.3 180.6,386.4 174.9,394.5 168.1,395.4 166.8,385.0"/><polygon points="179.8,374.8 180.3,378.8 165.6,380.6 165.1,376.7"/><polygon points="164.2,368.9 178.8,367.0 179.3,371.0 164.7,372.8"/><polygon points="182.6,366.5 186.5,366.0 187.9,377.1 184.5,382.0"/><polygon points="189.8,365.2 197.4,364.2 190.9,373.6"/><polygon points="218.0,464.9 228.0,469.4 217.6,467.9"/><polygon points="197.4,455.4 199.7,456.5 196.0,464.8"/><polygon points="206.0,460.0 215.4,464.2 215.0,467.0 205.2,465.6"/><polygon points="201.6,457.6 203.5,458.4 202.4,465.6 198.3,465.0"/><polygon points="184.8,463.0 187.9,459.1 194.0,464.0 193.9,464.3"/><polygon points="189.4,457.3 192.4,453.5 195.3,454.8 194.3,461.3"/><polygon points="207.3,468.7 212.6,469.5 211.8,474.8 206.5,474.1"/><polygon points="191.8,466.8 200.3,468.0 199.6,472.8 191.1,471.5"/><polygon points="202.8,467.8 205.2,468.1 204.3,474.1 201.9,473.7"/><polygon points="179.6,469.9 183.2,465.4 188.9,466.2 188.2,471.2"/><polygon points="170.2,481.7 177.5,472.5 177.6,472.5 176.1,482.6"/><polygon points="169.8,488.9 167.0,485.5 168.1,484.2 175.8,485.3 175.2,489.7"/><polygon points="174.8,496.0 171.0,491.3 175.4,491.9"/><polygon points="178.0,489.0 178.7,484.0 185.2,485.0 184.5,490.0"/><polygon points="178.8,481.6 179.3,478.6 186.2,479.6 185.8,482.6"/><polygon points="179.7,476.3 180.2,472.7 187.0,473.7 186.5,477.3"/><polygon points="189.5,474.2 196.8,475.3 196.2,479.4 188.9,478.3"/><polygon points="195.6,482.1 194.8,487.5 187.8,486.5 188.6,481.1"/><polygon points="195.0,490.0 194.7,491.9 186.7,490.7 187.0,488.9"/><polygon points="177.0,495.3 177.5,491.6 184.8,492.7 184.3,496.3"/><polygon points="187.3,493.0 194.1,494.0 193.6,497.7 186.7,496.7"/><polygon points="183.7,502.5 177.5,498.0 189.2,499.8 188.7,503.2"/><polygon points="191.5,499.5 193.7,499.8 193.0,504.5 190.8,504.1"/><polygon points="208.0,501.8 207.3,506.2 202.4,505.5 203.0,501.0"/><polygon points="200.2,505.2 195.0,504.4 195.7,500.0 200.8,500.7"/><polygon points="210.4,485.0 210.2,486.1 197.9,484.3 198.1,483.2"/><polygon points="209.9,488.3 208.3,499.6 206.9,499.4 208.6,488.1"/><polygon points="196.7,494.8 197.9,486.9 202.4,487.6 201.2,495.5"/><polygon points="204.9,487.5 206.5,487.7 205.2,496.5 203.6,496.2"/><polygon points="204.9,499.3 195.7,498.0 195.8,497.0 205.0,498.4"/><polygon points="207.9,476.6 211.6,477.2 210.8,482.8 207.1,482.3"/><polygon points="199.4,475.6 205.5,476.5 204.7,481.7 198.7,480.8"/><polygon points="213.0,491.5 211.7,491.3 213.3,480.4 214.6,480.6"/><polygon points="226.4,482.4 226.2,484.2 216.5,482.7 216.7,481.0"/><polygon points="222.1,492.4 215.6,491.4 216.4,485.4 223.0,486.3"/><polygon points="226.3,486.1 225.2,493.6 224.2,493.5 225.4,485.9"/><polygon points="211.4,501.3 210.1,501.1 211.2,493.2 212.6,493.4"/><polygon points="224.0,495.8 223.0,502.3 216.4,501.3 217.3,494.8"/><polygon points="213.9,501.8 213.0,501.6 214.2,493.5 215.1,493.7"/><polygon points="222.7,505.4 222.3,508.1 210.0,506.2 210.3,503.6"/><polygon points="214.8,469.5 216.0,469.7 214.7,478.6 213.5,478.4"/><polygon points="224.7,471.3 227.8,471.8 226.6,480.0 223.5,479.5"/><polygon points="218.2,470.5 222.1,471.0 220.9,479.1 217.0,478.5"/><polygon points="189.3,507.5 185.5,504.8 189.6,505.4"/><polygon points="193.8,510.4 190.6,508.1 191.0,505.8 194.4,506.3"/><polygon points="203.1,514.3 197.8,512.5 196.0,511.2 196.6,507.3 204.0,508.4"/><polygon points="206.1,516.1 205.2,515.8 206.3,508.0 207.3,508.2"/><polygon points="212.7,517.8 208.3,516.3 209.4,509.1 213.9,509.8"/><polygon points="215.8,513.8 216.4,509.9 222.2,510.7 221.7,514.7"/><polygon points="220.8,521.0 215.0,519.0 215.5,516.0 221.4,516.9"/><polygon points="413.7,224.4 424.6,217.6 427.6,222.5 416.7,229.3"/><polygon points="412.8,233.1 410.4,225.1 410.5,225.0 414.8,231.9"/><polygon points="421.6,247.9 417.3,246.8 414.1,235.8"/><polygon points="416.7,234.8 416.1,233.8 430.0,225.1 430.6,226.1"/><polygon points="425.1,248.4 418.0,237.1 419.3,236.3 426.3,247.6"/><polygon points="422.2,235.2 432.0,229.1 434.5,233.2 424.7,239.3"/><polygon points="436.5,236.1 438.6,239.5 428.6,245.7 426.5,242.3"/><polygon points="431.3,250.2 428.5,249.5 440.5,242.0 441.6,243.8"/><polygon points="447.8,254.1 435.6,251.1 443.0,246.5"/><polygon points="457.5,245.6 458.1,251.8 457.9,256.5 452.5,255.1 449.6,250.5"/><polygon points="456.2,234.3 456.8,241.4 447.8,247.0 444.4,241.6"/><polygon points="433.4,224.4 431.1,220.6 442.3,213.6 444.7,217.4"/><polygon points="443.9,237.6 442.0,238.8 434.9,227.5 436.9,226.3"/><polygon points="452.9,231.2 446.7,235.0 440.4,224.9 446.6,221.1"/><polygon points="450.8,208.5 455.6,227.2 455.6,227.4 445.8,211.7"/><polygon points="448.9,202.5 449.7,204.2 449.7,204.3 429.2,217.1 428.1,215.5"/><polygon points="410.8,407.6 403.0,419.2 401.1,417.4"/><polygon points="387.1,404.0 384.7,401.6 389.3,397.0 391.7,399.3"/><polygon points="391.0,395.4 396.8,389.5 399.1,391.7 393.2,397.6"/><polygon points="389.5,406.6 388.5,405.5 394.6,399.3 395.7,400.3"/><polygon points="404.8,409.8 399.0,415.6 396.6,413.1 402.3,407.3"/><polygon points="394.7,411.1 391.5,407.9 397.0,402.3 400.2,405.5"/><polygon points="411.0,403.5 406.6,408.0 403.4,404.9 407.9,400.4"/><polygon points="401.7,403.4 399.7,401.5 404.4,396.7 406.4,398.7"/><polygon points="398.2,400.0 396.1,397.9 400.8,393.2 402.9,395.2"/><polygon points="417.3,397.3 416.9,397.9 412.8,402.1 411.0,400.4 415.7,395.7"/><polygon points="409.7,398.9 407.2,396.4 411.6,391.9 414.1,394.4"/><polygon points="405.6,394.6 401.9,390.9 406.0,386.7 409.8,390.4"/><polygon points="400.0,389.5 398.2,387.7 402.9,383.1 404.6,384.8"/><polygon points="392.8,380.4 396.2,377.0 401.0,381.7 397.6,385.1"/><polygon points="389.6,383.0 391.0,381.7 396.3,387.0 395.0,388.3"/><polygon points="383.7,389.9 388.3,385.2 392.8,389.6 388.2,394.3"/><polygon points="383.1,399.8 378.3,395.0 381.5,391.8 386.3,396.5"/><polygon points="424.2,384.2 418.2,395.1 415.8,392.7"/><polygon points="409.3,377.7 413.9,373.0 414.9,374.0 410.2,378.7"/><polygon points="416.0,376.2 422.2,382.3 418.6,385.9 412.5,379.8"/><polygon points="414.0,390.5 405.8,382.4 408.2,380.0 416.4,388.1"/><polygon points="403.6,380.7 397.9,375.1 400.0,372.9 405.7,378.5"/><polygon points="402.2,371.2 406.6,366.8 411.7,371.9 407.4,376.3"/><polygon points="429.1,375.0 426.3,381.1 425.7,382.2 423.8,380.3"/><polygon points="420.1,375.9 417.1,372.9 424.0,366.0 426.9,368.8"/><polygon points="414.9,370.9 412.5,368.4 419.4,361.4 421.9,363.8"/><polygon points="422.4,378.9 421.6,378.0 429.1,370.3 430.0,371.2"/><polygon points="410.4,366.6 408.4,364.6 415.5,357.5 417.5,359.4"/><polygon points="398.5,347.6 401.8,344.3 406.5,348.8 403.3,352.2"/><polygon points="395.2,350.5 396.7,349.0 401.9,354.0 400.4,355.6"/><polygon points="408.4,349.9 414.3,355.6 413.5,356.4 407.7,350.7"/><polygon points="411.4,357.6 407.3,361.8 402.5,357.0 406.6,352.8"/><polygon points="385.2,361.2 393.8,352.5 395.5,354.2 386.8,362.9"/><polygon points="397.5,355.9 405.5,363.9 404.1,365.3 396.1,357.3"/><polygon points="394.7,371.0 392.7,369.0 398.6,363.1 400.5,365.1"/><polygon points="391.1,367.2 388.6,364.8 394.3,359.1 396.7,361.5"/><polygon points="402.9,367.0 396.7,373.4 395.9,372.6 402.2,366.3"/><polygon points="382.7,380.0 384.1,378.6 387.9,382.3 386.5,383.7"/><polygon points="376.4,393.5 373.1,390.2 376.3,387.0 379.6,390.3"/><polygon points="377.9,385.4 381.6,381.7 384.9,384.9 381.2,388.6"/><polygon points="374.5,371.5 375.5,370.5 382.7,377.5 381.6,378.5"/><polygon points="371.6,388.3 364.9,381.7 367.2,379.4 373.9,386.0"/><polygon points="369.1,377.4 373.0,373.5 377.6,378.0 373.7,381.9"/><polygon points="379.6,379.1 380.5,380.0 375.8,384.8 374.8,383.9"/><polygon points="377.0,369.0 383.2,362.7 384.4,363.9 378.2,370.2"/><polygon points="385.9,365.2 386.7,366.0 380.4,372.5 379.5,371.6"/><polygon points="390.7,370.9 394.5,374.6 389.0,380.2 385.2,376.4"/><polygon points="388.1,367.5 389.3,368.7 383.1,375.0 381.8,373.8"/><polygon points="385.7,340.0 391.3,334.2 394.5,337.3 388.8,343.1"/><polygon points="396.5,339.3 399.8,342.4 394.0,348.2 390.9,345.1"/><polygon points="361.0,377.7 356.6,373.3 360.7,369.2 365.2,373.4"/><polygon points="354.6,372.4 354.0,371.8 359.1,366.6 359.7,367.2"/><polygon points="363.0,380.6 362.1,379.8 367.2,374.5 368.1,375.4"/><polygon points="360.2,365.6 364.0,361.6 365.4,362.9 361.6,366.9"/><polygon points="366.6,364.9 372.2,370.3 369.2,373.4 363.6,368.0"/><polygon points="376.2,349.5 377.2,348.5 385.8,356.8 384.7,358.0"/><polygon points="365.5,360.4 366.1,359.8 374.8,368.2 374.2,368.8"/><polygon points="367.4,358.3 374.5,350.9 375.3,351.6 368.0,358.9"/><polygon points="380.5,362.1 376.3,366.4 372.8,363.0 377.1,358.7"/><polygon points="371.0,361.7 369.4,360.2 374.2,355.4 375.7,356.9"/><polygon points="376.6,353.0 383.3,359.7 382.3,360.7 375.6,354.0"/><polygon points="378.8,346.8 383.7,341.7 386.1,344.0 381.1,349.0"/><polygon points="387.7,346.1 392.0,350.3 387.5,354.8 383.2,350.6"/><polygon points="434.2,363.1 431.4,369.4 427.9,366.0 432.4,361.4"/><polygon points="426.2,363.9 421.1,358.9 425.1,354.8 430.2,359.7"/><polygon points="418.9,357.8 417.9,356.9 422.9,351.7 423.9,352.6"/><polygon points="416.8,354.9 412.6,350.9 416.7,346.5 421.0,350.6"/><polygon points="410.6,349.7 409.5,348.7 414.5,343.6 415.5,344.6"/><polygon points="438.8,352.6 437.8,355.4 435.3,361.0 432.9,358.7"/><polygon points="438.5,350.1 437.8,350.9 432.1,345.5 432.9,344.7"/><polygon points="435.7,352.1 431.3,356.6 426.7,352.1 431.0,347.6"/><polygon points="424.5,350.3 419.0,344.9 421.7,342.2 427.2,347.5"/><polygon points="423.4,340.3 425.5,338.1 431.2,343.6 429.1,345.8"/><polygon points="417.1,343.5 416.0,342.3 422.8,335.3 424.0,336.4"/><polygon points="442.8,341.5 440.6,347.8 439.7,348.7 437.7,346.8"/><polygon points="438.2,343.5 436.3,345.5 432.4,341.8 434.3,339.7"/><polygon points="444.5,335.5 444.0,336.9 439.5,341.5 436.3,338.4 441.7,332.8"/><polygon points="446.8,330.8 445.8,333.8 442.7,330.8 444.7,328.8"/><polygon points="446.6,326.4 448.2,326.9 447.5,329.7 445.4,327.7"/><polygon points="439.9,324.7 445.2,326.2 443.4,328.1"/><polygon points="434.3,323.8 436.7,324.5 441.5,329.1 438.8,331.8 432.4,325.7"/><polygon points="425.4,334.9 424.2,333.7 430.5,327.2 431.7,328.3"/><polygon points="436.7,333.8 431.0,339.7 427.5,336.3 433.2,330.4"/><polygon points="425.4,321.4 431.2,323.0 425.5,328.9 421.7,325.3"/><polygon points="423.8,331.0 420.7,334.2 416.5,330.2 419.7,327.0"/><polygon points="419.0,335.9 415.9,339.1 411.8,335.1 414.9,331.9"/><polygon points="413.8,340.9 408.3,346.6 404.6,343.0 410.1,337.3"/><polygon points="411.8,317.4 422.4,320.4 418.8,324.2"/><polygon points="404.4,338.9 402.4,340.9 393.4,332.2 395.4,330.2"/><polygon points="416.9,326.2 411.8,331.4 408.6,328.3 413.7,323.0"/><polygon points="406.6,326.2 402.7,322.5 407.7,317.4 411.6,321.1"/><polygon points="410.1,333.4 406.5,337.0 402.4,333.1 405.9,329.4"/><polygon points="400.6,331.4 397.0,328.0 400.7,324.2 404.2,327.6"/><polygon points="297.2,379.2 303.2,379.7 303.5,392.2 297.6,392.4"/><polygon points="285.0,379.9 289.3,377.4 294.1,377.8 294.1,379.6"/><polygon points="293.2,382.7 293.4,392.6 286.0,392.8 285.7,382.9"/><polygon points="268.0,391.1 281.5,383.3 281.7,392.7 268.1,393.1"/><polygon points="259.3,394.7 265.0,391.3 265.1,394.5"/><polygon points="262.7,396.7 277.5,396.3 277.5,397.5 262.8,397.9"/><polygon points="276.9,400.7 277.2,411.7 271.2,411.9 270.9,400.9"/><polygon points="267.6,412.3 263.5,412.4 263.2,400.8 267.3,400.7"/><polygon points="280.6,396.7 283.6,396.6 284.0,411.7 281.0,411.8"/><polygon points="287.5,396.9 298.3,396.6 298.4,404.0 287.7,404.2"/><polygon points="299.0,407.7 299.1,411.5 287.4,411.8 287.3,408.0"/><polygon points="301.9,396.0 304.1,395.9 304.5,411.4 302.4,411.4"/><polygon points="253.8,399.3 256.6,397.7 259.3,397.6 259.7,412.0 254.2,412.2"/><polygon points="244.1,412.7 243.2,405.2 249.9,401.3 250.2,412.5"/><polygon points="246.0,429.6 244.4,416.3 248.8,416.2 249.1,429.5"/><polygon points="252.8,416.6 259.8,416.4 260.1,428.8 253.1,429.0"/><polygon points="263.5,415.5 265.5,415.5 265.8,429.4 263.8,429.5"/><polygon points="268.6,415.6 273.5,415.5 273.7,425.6 268.9,425.7"/><polygon points="276.8,415.4 281.8,415.3 282.1,425.4 277.1,425.5"/><polygon points="282.7,428.3 282.7,429.2 268.5,429.6 268.4,428.6"/><polygon points="246.6,435.4 246.3,433.0 262.0,432.6 262.1,435.0"/><polygon points="247.5,442.0 247.1,438.8 262.1,438.5 262.2,441.6"/><polygon points="248.9,455.2 248.3,455.1 247.1,444.8 248.6,444.7"/><polygon points="251.7,451.9 251.6,445.6 262.1,445.3 262.3,451.6"/><polygon points="263.1,457.7 251.1,455.3 251.1,455.1 263.0,454.7"/><polygon points="266.1,455.4 266.0,453.0 282.7,452.5 282.8,455.0"/><polygon points="265.2,433.5 265.2,432.3 282.5,431.9 282.5,433.1"/><polygon points="266.3,449.0 266.0,437.1 273.1,436.9 273.4,448.8"/><polygon points="277.2,436.6 282.2,436.4 282.5,448.9 277.5,449.0"/><polygon points="283.2,461.4 268.8,458.6 283.1,458.2"/><polygon points="285.5,423.1 285.5,421.1 304.6,420.6 304.6,422.6"/><polygon points="286.2,440.4 285.8,426.9 290.9,426.8 291.2,440.2"/><polygon points="304.5,431.1 304.7,439.8 295.4,440.0 295.1,431.3"/><polygon points="294.1,425.9 305.2,425.6 305.3,427.6 294.2,427.9"/><polygon points="285.4,417.4 285.4,415.3 304.4,414.8 304.4,416.9"/><polygon points="303.2,443.6 305.3,443.6 305.7,460.3 303.6,460.4"/><polygon points="289.8,444.3 299.5,444.1 299.7,451.9 290.0,452.1"/><polygon points="285.5,453.2 285.3,443.4 286.7,443.4 286.9,453.2"/><polygon points="286.6,460.6 286.5,456.2 299.9,455.8 300.0,460.2"/><polygon points="306.2,466.1 294.0,463.7 306.1,463.4"/><polygon points="273.8,200.1 276.3,197.6 278.1,199.4 275.6,201.9"/><polygon points="279.1,201.4 288.3,210.7 286.8,212.2 277.6,202.9"/><polygon points="268.8,216.3 263.7,211.1 267.8,207.1 272.9,212.3"/><polygon points="270.6,219.2 269.9,218.4 275.0,213.4 275.7,214.1"/><polygon points="269.9,205.0 272.7,202.2 279.6,209.2 276.8,212.0"/><polygon points="275.6,223.7 272.2,220.2 275.8,216.7 279.2,220.1"/><polygon points="277.6,215.1 281.8,210.9 285.0,214.2 280.8,218.4"/><polygon points="279.1,226.8 277.6,225.3 287.2,215.9 288.6,217.4"/><polygon points="288.2,213.8 290.3,211.8 292.7,214.3 290.7,216.3"/><polygon points="304.5,226.8 300.4,228.1 297.8,220.0"/><polygon points="287.9,225.3 287.1,223.0 293.8,216.4 293.9,216.5 295.9,222.7"/><polygon points="297.9,228.7 289.6,231.4 288.6,228.0 296.9,225.4"/><polygon points="287.2,232.3 284.9,233.0 280.8,228.8 284.9,224.9"/><polygon points="301.9,220.9 299.5,218.4 304.2,213.7 306.7,216.2"/><polygon points="312.6,222.5 311.7,224.3 307.1,225.8 303.9,222.5 308.3,218.2"/><polygon points="315.6,216.8 314.0,219.8 306.3,212.1 308.6,209.7"/><polygon points="295.0,208.0 297.6,205.5 303.3,211.2 300.7,213.7"/><polygon points="299.3,203.6 301.2,201.8 307.0,207.7 305.1,209.6"/><polygon points="297.8,216.9 291.8,210.8 293.2,209.5 299.2,215.6"/><polygon points="322.9,203.0 320.1,208.4 315.4,205.9 320.6,200.7"/><polygon points="319.1,210.6 317.1,214.6 311.8,209.2 313.4,207.6"/><polygon points="310.2,207.2 306.5,203.5 311.5,198.5 315.2,202.2"/><polygon points="304.5,201.9 302.7,200.1 308.2,194.7 310.0,196.5"/><polygon points="310.0,193.1 311.6,191.5 318.9,198.9 317.3,200.5"/><polygon points="290.4,209.0 284.6,203.2 287.0,200.8 292.8,206.6"/><polygon points="302.3,185.5 304.1,183.7 310.0,189.8 308.2,191.5"/><polygon points="292.0,195.3 292.9,194.5 299.2,200.8 298.3,201.6"/><polygon points="294.0,193.2 294.5,192.7 301.0,199.2 300.4,199.7"/><polygon points="296.7,191.5 300.7,187.7 306.1,193.1 302.1,197.0"/><polygon points="288.7,199.0 290.7,197.0 296.6,202.9 294.6,204.9"/><polygon points="327.9,193.0 324.1,200.3 319.9,196.1 325.5,190.5"/><polygon points="317.9,194.4 315.9,192.4 321.9,186.5 323.8,188.4"/><polygon points="314.3,190.2 310.3,186.3 315.8,180.8 319.7,184.8"/><polygon points="308.2,184.4 305.9,182.1 311.7,176.3 314.0,178.6"/><polygon points="282.8,201.2 278.2,196.6 282.0,192.9 286.5,197.5"/><polygon points="283.7,191.0 286.6,188.2 291.3,193.0 288.5,195.8"/><polygon points="288.0,186.4 289.6,184.8 294.7,190.0 293.1,191.6"/><polygon points="291.7,183.4 296.0,179.2 300.4,183.6 296.1,187.9"/><polygon points="297.1,177.1 297.6,176.5 303.1,182.1 302.5,182.6"/><polygon points="298.8,175.5 299.6,174.7 305.0,180.1 304.1,180.9"/><polygon points="300.9,173.5 302.1,172.3 307.3,177.6 306.1,178.8"/><polygon points="303.6,171.1 305.3,169.4 310.3,174.5 308.6,176.2"/><polygon points="335.1,179.4 329.4,190.5 326.7,187.8"/><polygon points="326.4,149.0 327.8,153.9 318.7,156.5"/><polygon points="328.4,156.7 330.2,162.7 323.3,164.7 321.6,158.7"/><polygon points="321.3,166.1 320.3,166.4 318.1,158.9 319.1,158.6"/><polygon points="318.0,166.4 310.9,168.4 310.0,165.4 314.8,160.6 316.1,160.2"/><polygon points="309.1,169.8 308.2,170.1 306.1,168.0 308.0,166.1"/><polygon points="321.1,179.1 319.0,179.7 313.3,174.0 318.0,169.4 318.3,169.4"/><polygon points="311.2,173.0 309.4,171.1 314.7,169.5"/><polygon points="331.4,165.0 334.5,175.7 333.3,176.0 330.2,165.4"/><polygon points="330.7,176.3 324.1,178.2 322.3,172.2 328.9,170.3"/><polygon points="321.0,169.9 320.5,168.2 328.2,165.9 328.7,167.7"/><polygon points="331.7,179.0 324.8,185.8 321.2,182.1"/><polygon points="313.0,148.7 321.5,145.5 322.7,148.7 317.7,153.5"/><polygon points="323.2,144.0 324.4,143.5 325.4,143.3 326.3,146.2 324.7,147.8"/><polygon points="315.4,154.9 316.2,155.6 307.4,164.3 306.7,163.5"/><polygon points="308.7,149.6 310.1,149.0 314.4,153.3 313.4,154.3"/><polygon points="310.1,153.8 311.7,155.4 305.1,161.9 303.5,160.3"/><polygon points="298.3,154.6 301.1,153.1 307.0,150.9 308.2,152.1 301.9,158.3"/><polygon points="304.4,164.4 305.9,165.8 299.8,171.8 298.4,170.3"/><polygon points="302.3,162.0 303.2,162.8 296.9,169.0 296.0,168.2"/><polygon points="299.9,159.6 301.0,160.7 294.7,166.8 293.7,165.8"/><polygon points="288.5,159.9 295.7,156.0 298.0,158.3 292.4,163.8"/><polygon points="289.7,165.4 293.7,169.4 288.2,174.8 284.2,170.8"/><polygon points="295.9,170.5 296.4,170.9 289.7,177.5 289.3,177.1"/><polygon points="297.5,172.3 298.5,173.3 292.1,179.6 291.1,178.6"/><polygon points="278.5,165.3 286.0,161.2 287.8,163.1 282.0,168.9"/><polygon points="288.3,179.2 290.1,181.0 282.4,188.7 280.5,186.9"/><polygon points="280.7,190.6 275.0,196.2 272.9,194.2 278.6,188.5"/><polygon points="258.5,179.3 260.5,177.9 268.7,189.5"/><polygon points="285.1,175.3 287.0,177.2 283.3,181.0 281.3,179.0"/><polygon points="272.8,169.5 276.1,167.1 282.9,173.9 280.0,176.8"/><polygon points="277.4,178.2 281.4,182.3 278.0,185.6 273.4,181.0"/><polygon points="276.2,187.4 272.8,190.8 268.4,184.5 271.3,182.5"/><polygon points="269.6,170.9 270.3,170.5 276.1,176.4 274.3,177.6"/><polygon points="263.0,176.4 267.9,172.8 272.0,178.5 267.0,182.0"/><polygon points="259.3,183.9 267.3,192.0 265.9,193.3 257.9,185.2"/><polygon points="263.8,195.1 261.3,197.5 253.7,189.8 256.1,187.4"/><polygon points="260.3,199.6 255.7,204.1 254.8,203.2 259.4,198.7"/><polygon points="253.8,201.1 248.1,195.3 251.6,191.9 257.3,197.6"/><polygon points="262.6,209.0 261.6,210.0 256.9,205.2 257.8,204.2"/><polygon points="271.3,200.5 270.6,201.2 265.7,196.3 266.4,195.6"/><polygon points="268.5,202.2 263.7,207.0 259.9,203.1 264.7,198.3"/><polygon points="269.1,193.2 273.7,197.9 272.3,199.3 267.7,194.6"/><polygon points="244.3,191.4 255.9,181.4 256.2,181.1 257.1,182.1 246.0,193.1"/><polygon points="333.2,260.8 334.6,258.7 337.6,260.8 336.1,262.9"/><polygon points="326.2,274.3 325.3,273.0 332.5,262.9 334.3,264.2 326.8,274.7"/><polygon points="341.3,283.5 340.5,284.6 328.9,276.3 329.7,275.3"/><polygon points="346.5,268.1 350.3,270.8 345.7,277.1 341.9,274.4"/><polygon points="342.2,264.7 344.5,266.3 339.7,273.1 337.4,271.5"/><polygon points="344.3,279.4 342.8,281.4 334.6,275.6 336.1,273.5"/><polygon points="338.9,262.5 340.2,263.4 332.5,274.1 331.2,273.1"/><polygon points="337.0,289.6 330.7,280.8 339.1,286.7"/><polygon points="359.5,277.6 359.5,277.7 353.8,281.8 349.9,276.4 352.6,272.6"/><polygon points="352.4,283.8 351.5,284.4 347.4,278.6 348.0,277.7"/><polygon points="349.2,285.1 339.3,292.3 338.9,291.7 346.4,281.2"/><polygon points="316.7,302.0 313.2,299.5 317.1,293.9 320.7,296.4"/><polygon points="320.3,304.9 318.4,303.6 322.7,297.6 324.6,298.9"/><polygon points="311.1,298.2 308.4,296.2 312.5,290.5 315.2,292.4"/><polygon points="328.1,301.2 322.2,305.4 326.2,299.8"/><polygon points="321.3,294.0 313.7,288.6 314.7,287.2 322.8,292.9"/><polygon points="316.5,285.3 323.6,275.5 326.4,279.4 317.3,285.9"/><polygon points="328.1,288.9 324.7,291.3 319.6,287.7 324.6,284.1"/><polygon points="328.2,281.1 332.1,286.4 330.1,287.8 326.3,282.5"/><polygon points="325.0,296.4 323.5,295.3 333.1,288.4 334.1,289.8"/><polygon points="337.1,294.1 329.5,299.6 327.2,297.9 335.6,291.9"/><polygon points="353.1,254.1 354.8,260.0 347.3,262.1"/><polygon points="355.3,262.7 357.0,268.4 353.4,269.4 347.2,265.0"/><polygon points="358.3,270.3 359.5,274.7 354.8,271.3"/><polygon points="351.1,253.1 350.5,253.9 342.4,248.2 343.0,247.3"/><polygon points="349.1,255.5 343.7,263.0 342.0,261.7 347.3,254.2"/><polygon points="340.0,259.9 336.5,257.4 341.5,250.4 345.0,253.0"/><polygon points="345.4,244.3 351.3,247.5 352.3,251.0 352.1,251.3 344.4,245.8"/><polygon points="335.9,239.6 342.9,243.4 339.7,247.9 333.3,243.3"/><polygon points="337.9,250.3 335.0,254.4 328.6,249.8 331.6,245.7"/><polygon points="327.1,265.8 325.2,268.5 318.5,263.7 320.3,261.0"/><polygon points="333.2,256.8 329.8,261.5 323.5,257.1 326.9,252.4"/><polygon points="329.1,263.9 328.7,264.4 321.2,259.1 321.5,258.5"/><polygon points="323.4,270.6 320.2,275.0 313.9,270.4 317.0,266.1"/><polygon points="330.6,236.3 333.9,238.1 330.4,242.9 327.4,240.7"/><polygon points="326.4,233.9 328.9,235.2 325.7,239.7 323.4,238.0"/><polygon points="313.4,227.6 323.9,233.2 321.8,236.2 312.2,229.3"/><polygon points="311.9,226.3 310.0,228.9 308.0,227.5"/><polygon points="314.3,240.5 309.5,237.1 312.4,232.9 317.2,236.4"/><polygon points="319.6,244.5 316.2,242.0 319.3,237.6 322.8,240.1"/><polygon points="329.0,244.7 325.9,248.9 321.6,245.8 324.6,241.6"/><polygon points="313.6,266.9 311.6,269.7 309.0,267.9 311.0,265.1"/><polygon points="307.6,265.9 295.4,257.2 296.5,255.6 308.7,264.3"/><polygon points="319.8,257.1 314.3,264.8 311.3,262.6 316.8,255.0"/><polygon points="324.7,250.9 321.6,255.2 318.1,252.7 321.2,248.4"/><polygon points="305.9,242.1 308.0,239.2 314.6,243.9 312.5,246.9"/><polygon points="302.3,247.1 304.4,244.2 311.0,249.0 309.0,251.9"/><polygon points="316.8,245.5 319.1,247.1 313.4,255.0 311.1,253.4"/><polygon points="299.0,254.5 297.3,253.3 300.7,248.6 302.4,249.8"/><polygon points="309.0,260.8 301.4,255.3 303.9,251.8 311.5,257.2"/><polygon points="294.8,238.8 297.3,246.7 291.9,242.8"/><polygon points="285.5,237.8 285.9,235.5 292.7,233.3 293.6,236.2 290.1,241.1"/><polygon points="294.4,231.9 296.4,231.3 297.7,235.3 294.8,233.2"/><polygon points="297.8,231.0 298.9,230.7 301.1,237.5 299.5,236.3"/><polygon points="301.3,230.6 306.2,229.1 307.9,234.5 304.6,239.1 303.8,238.6"/><polygon points="308.4,229.2 311.3,231.3 309.8,233.5"/><polygon points="303.1,241.5 299.7,246.3 296.7,236.9"/><polygon points="283.5,245.9 284.5,239.8 286.8,241.4"/><polygon points="284.6,250.2 283.3,249.2 288.1,242.5 289.4,243.5"/><polygon points="292.9,255.5 288.5,252.4 292.7,246.5 297.1,249.6"/><polygon points="286.3,251.7 285.8,251.3 290.9,244.3 291.4,244.6"/><polygon points="280.1,268.3 281.1,261.8 284.4,262.3"/><polygon points="281.9,259.6 283.1,252.0 288.5,255.8 285.4,260.2"/><polygon points="288.8,259.9 290.7,257.4 298.3,262.8 296.5,265.4"/><polygon points="286.3,262.9 287.2,261.7 295.3,267.5 294.5,268.7"/><polygon points="284.5,265.3 285.1,264.5 293.4,270.4 292.8,271.2"/><polygon points="280.0,272.7 280.0,272.6 283.6,267.6 289.0,271.5 285.4,276.5"/><polygon points="284.2,279.5 278.7,275.6 278.9,274.6 284.7,278.8"/><polygon points="286.2,280.7 285.6,280.3 291.3,272.3 291.9,272.7"/><polygon points="318.8,277.4 316.0,281.3 310.9,277.6 313.7,273.7"/><polygon points="309.7,289.9 306.4,294.5 301.4,291.0 304.8,286.3"/><polygon points="314.4,283.4 311.4,287.7 306.3,284.1 309.4,279.8"/><polygon points="290.9,284.1 290.1,283.6 294.9,276.8 295.7,277.4"/><polygon points="296.2,287.3 292.9,285.0 297.1,279.0 300.4,281.4"/><polygon points="299.3,289.9 297.8,288.9 302.5,282.4 303.9,283.5"/><polygon points="288.8,282.5 287.6,281.7 292.3,275.1 293.5,275.9"/><polygon points="293.8,273.6 300.5,264.2 301.8,265.1 295.0,274.5"/><polygon points="305.7,268.3 311.3,272.3 308.0,276.9 302.4,273.0"/><polygon points="307.3,279.2 306.9,279.7 300.1,274.9 300.5,274.3"/><polygon points="303.6,266.0 304.2,266.4 298.9,273.9 298.2,273.5"/><polygon points="305.7,281.0 305.0,281.9 296.7,275.9 297.3,275.0"/><polygon points="371.2,328.2 361.9,319.2 365.3,315.6 374.7,324.6"/><polygon points="385.8,335.2 382.2,338.9 373.9,331.0 377.5,327.2"/><polygon points="399.8,320.8 388.4,332.5 386.3,330.5 397.7,318.7"/><polygon points="383.6,327.8 372.7,317.2 375.4,314.4 386.3,325.0"/><polygon points="378.3,311.6 383.9,305.8 390.8,312.4 385.1,318.2"/><polygon points="393.7,314.2 395.8,316.2 389.1,323.1 387.0,321.1"/><polygon points="405.4,314.2 405.7,314.7 402.3,318.2 394.3,310.4 397.8,306.9"/><polygon points="391.7,308.3 386.1,302.8 389.8,298.9 395.5,304.4"/><polygon points="369.9,314.2 368.4,312.7 385.2,295.3 386.7,296.7"/><polygon points="389.9,289.7 397.8,302.1 387.5,292.2"/><polygon points="387.7,287.5 384.0,291.4 376.6,284.3"/><polygon points="381.0,293.5 364.0,311.0 362.6,309.7 379.6,292.1"/><polygon points="361.9,280.4 370.4,282.9 376.8,289.2 374.0,292.1"/><polygon points="351.2,299.1 347.9,295.9 356.3,287.1 359.7,290.3"/><polygon points="359.5,306.7 354.3,301.6 362.3,293.3 367.6,298.4"/><polygon points="358.5,284.4 359.7,283.2 371.8,294.9 370.6,296.1"/><polygon points="345.2,294.1 343.7,292.6 353.5,285.5"/><polygon points="362.0,314.1 359.0,317.1 352.5,310.8 355.4,307.8"/><polygon points="350.3,308.1 338.7,296.9 341.5,294.9 352.6,305.7"/><polygon points="354.0,316.3 357.1,319.3 351.5,325.0 348.4,322.0"/><polygon points="343.5,307.0 351.1,314.3 346.4,319.2 338.8,311.9"/><polygon points="329.6,303.3 335.6,299.0 340.9,304.2 335.9,309.4"/><polygon points="328.2,317.3 337.7,316.7 343.4,322.1 338.5,327.2"/><polygon points="325.2,334.8 325.2,334.8 324.2,319.2 332.5,327.2"/><polygon points="328.4,338.9 327.1,337.6 335.4,329.0 336.7,330.3"/><polygon points="323.6,313.6 323.3,307.9 326.6,305.4 334.4,312.9"/><polygon points="333.5,342.6 331.5,340.6 346.5,325.1 348.5,327.1"/><polygon points="349.5,358.1 336.5,345.6 338.9,343.1 351.9,355.6"/><polygon points="360.0,362.5 356.7,366.0 351.5,361.0 354.9,357.5"/><polygon points="364.5,358.3 362.0,360.9 357.5,356.6 360.0,354.1"/><polygon points="368.5,354.1 366.0,356.7 361.6,352.4 364.1,349.9"/><polygon points="379.5,341.6 370.1,351.4 366.8,348.2 376.2,338.5"/><polygon points="357.7,323.4 359.1,321.9 373.5,335.8 372.0,337.3"/><polygon points="352.2,335.9 358.5,329.4 363.7,334.5 357.4,340.9"/><polygon points="366.4,336.7 369.8,340.0 363.2,346.9 359.8,343.6"/><polygon points="355.9,353.8 347.9,346.0 352.3,341.4 360.4,349.2"/><polygon points="345.0,344.7 343.7,343.4 349.6,337.3 350.9,338.6"/><polygon points="342.2,341.1 341.2,340.1 355.0,325.8 356.0,326.8"/><polygon points="325.4,348.7 324.7,338.9 330.0,343.9"/><polygon points="325.6,354.4 325.4,352.1 331.8,345.5 333.0,346.7"/><polygon points="326.5,361.0 326.2,357.6 334.7,348.9 336.5,350.6"/><polygon points="335.3,365.9 328.4,364.4 338.7,353.7 343.1,357.8"/><polygon points="341.8,368.1 338.7,367.4 346.1,359.7 348.1,361.6"/><polygon points="354.7,368.0 352.5,370.3 345.0,368.7 350.1,363.5"/><polygon points="406.6,151.2 409.1,152.4 398.3,171.3 395.8,169.9"/><polygon points="402.3,148.4 403.5,149.0 394.8,164.2 393.7,163.5"/><polygon points="385.9,142.7 392.0,144.0 399.0,147.3 396.5,151.8 384.6,145.0"/><polygon points="386.0,158.8 379.0,154.8 382.7,148.2 389.7,152.2"/><polygon points="395.4,154.9 391.1,162.4 388.4,160.8 392.7,153.3"/><polygon points="393.1,166.9 392.2,168.4 376.2,159.3 377.1,157.8"/><polygon points="378.6,141.3 381.9,142.0 373.2,157.3 370.4,155.7"/><polygon points="397.4,174.8 393.2,182.2 390.6,180.7 394.9,173.3"/><polygon points="388.1,178.2 376.8,171.7 380.1,166.0 391.4,172.5"/><polygon points="373.4,171.0 371.5,170.0 375.9,162.4 377.7,163.4"/><polygon points="369.4,168.2 364.4,165.4 368.3,158.6 373.3,161.4"/><polygon points="368.7,139.1 370.8,139.1 375.5,140.0 372.4,145.3 366.9,142.2"/><polygon points="371.6,147.5 370.4,149.6 364.3,146.1 365.5,144.0"/><polygon points="368.1,151.7 361.5,163.2 357.1,160.7 363.7,149.2"/><polygon points="351.0,139.7 364.9,139.5 361.4,145.7"/><polygon points="352.8,145.2 359.1,148.8 353.6,158.6 347.2,154.9"/><polygon points="340.5,141.8 345.0,140.8 349.0,143.1 343.5,152.8 336.5,148.8"/><polygon points="327.5,143.5 336.5,141.7 333.0,147.8 328.0,144.9"/><polygon points="331.6,157.6 328.9,148.4 334.9,151.8"/><polygon points="333.6,160.3 337.3,153.8 343.9,157.6 340.2,164.1"/><polygon points="346.9,158.9 350.9,161.2 346.9,168.3 342.9,166.0"/><polygon points="340.3,178.8 338.3,177.9 334.6,165.2 344.7,171.0"/><polygon points="345.8,181.4 343.8,180.5 353.6,163.2 355.5,164.3"/><polygon points="354.2,185.4 349.0,183.1 353.4,175.3 358.3,178.2"/><polygon points="354.9,172.5 358.7,165.8 363.8,168.7 360.0,175.4"/><polygon points="380.4,181.4 382.2,182.2 377.4,192.6 375.6,191.8"/><polygon points="365.3,186.1 369.3,177.3 376.9,180.7 372.8,189.6"/><polygon points="376.0,195.9 362.6,189.8 363.1,188.8 376.4,194.9"/><polygon points="378.5,197.0 378.2,196.9 384.5,183.2 386.0,183.9"/><polygon points="370.1,173.8 370.7,172.4 385.3,180.7"/><polygon points="391.4,184.5 383.3,198.8 381.4,197.9 389.6,183.5"/><polygon points="360.1,188.0 357.4,186.8 366.6,170.6 367.8,171.2"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M428.4,286.2 L437.9,253.4 L437.9,231.6" stroke="#6c604a" stroke-width="3.4"/><path d="M437.9,231.6 L429.6,212.1 L415.6,191.4" stroke="#6c604a" stroke-width="3.4"/><path d="M415.6,191.4 L398.1,176.2 L368.1,163.8" stroke="#6c604a" stroke-width="3.4"/><path d="M368.1,163.8 L360.3,190.1 L348.9,213.1" stroke="#6c604a" stroke-width="3.4"/><path d="M348.9,213.1 L369.4,228.1 L384.5,249.5" stroke="#6c604a" stroke-width="3.4"/><path d="M348.9,213.1 L324.7,202.4 L295.0,189.3" stroke="#6c604a" stroke-width="3.4"/><path d="M348.9,213.1 L332.5,236.1 L317.9,264.5" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,264.5 L299.7,291.4 L283.6,326.2" stroke="#6c604a" stroke-width="3.4"/><path d="M283.6,326.2 L259.0,345.1 L239.9,364.6" stroke="#6c604a" stroke-width="3.4"/><path d="M239.9,364.6 L211.8,380.5 L182.9,388.3" stroke="#6c604a" stroke-width="3.4"/><path d="M182.9,388.3 L166.7,403.3 L163.0,420.2" stroke="#6c604a" stroke-width="3.4"/><path d="M163.0,420.2 L166.6,441.2 L166.9,457.1" stroke="#6c604a" stroke-width="3.4"/><path d="M166.9,457.1 L178.7,468.7 L201.1,486.3" stroke="#6c604a" stroke-width="3.4"/><path d="M201.1,486.3 L210.8,460.4 L220.4,434.5" stroke="#6c604a" stroke-width="3.4"/><path d="M220.4,434.5 L244.3,430.1 L278.1,423.3" stroke="#6c604a" stroke-width="3.4"/><path d="M182.9,388.3 L171.6,366.0 L184.4,324.9" stroke="#6c604a" stroke-width="3.4"/><path d="M278.1,423.3 L306.4,422.8 L344.0,426.2" stroke="#6c604a" stroke-width="3.4"/><path d="M201.1,486.3 L225.6,495.7 L269.0,491.5" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,264.5 L341.4,292.6 L358.9,323.1" stroke="#6c604a" stroke-width="3.4"/><path d="M358.9,323.1 L380.5,343.4 L403.6,363.4" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,264.5 L281.3,255.1 L235.9,251.9" stroke="#6c604a" stroke-width="3.4"/><path d="M428.4,286.2 L403.0,267.3 L384.5,249.5" stroke="#6c604a" stroke-width="3.4"/><path d="M184.4,324.9 L214.9,338.1 L239.9,364.6" stroke="#6c604a" stroke-width="3.4"/><path d="M220.4,434.5 L231.9,401.5 L239.9,364.6" stroke="#6c604a" stroke-width="3.4"/><path d="M384.5,249.5 L356.8,262.5 L317.9,264.5" stroke="#6c604a" stroke-width="3.4"/><path d="M384.5,249.5 L375.6,282.5 L358.9,323.1" stroke="#6c604a" stroke-width="3.4"/><path d="M235.9,251.9 L253.0,290.3 L283.6,326.2" stroke="#6c604a" stroke-width="3.4"/><path d="M344.0,426.2 L339.1,368.9 L358.9,323.1" stroke="#6c604a" stroke-width="3.4"/><path d="M283.6,326.2 L151.6,328.2" stroke="#6c604a" stroke-width="4.8"/><path d="M283.6,326.2 L412.1,151.3" stroke="#6c604a" stroke-width="4.8"/><path d="M283.6,326.2 L377.3,454.8" stroke="#6c604a" stroke-width="4.8"/><path d="M428.4,286.2 L437.9,253.4 L437.9,231.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M437.9,231.6 L429.6,212.1 L415.6,191.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M415.6,191.4 L398.1,176.2 L368.1,163.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M368.1,163.8 L360.3,190.1 L348.9,213.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M348.9,213.1 L369.4,228.1 L384.5,249.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M348.9,213.1 L324.7,202.4 L295.0,189.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M348.9,213.1 L332.5,236.1 L317.9,264.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,264.5 L299.7,291.4 L283.6,326.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M283.6,326.2 L259.0,345.1 L239.9,364.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.9,364.6 L211.8,380.5 L182.9,388.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.9,388.3 L166.7,403.3 L163.0,420.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M163.0,420.2 L166.6,441.2 L166.9,457.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M166.9,457.1 L178.7,468.7 L201.1,486.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M201.1,486.3 L210.8,460.4 L220.4,434.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M220.4,434.5 L244.3,430.1 L278.1,423.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.9,388.3 L171.6,366.0 L184.4,324.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M278.1,423.3 L306.4,422.8 L344.0,426.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M201.1,486.3 L225.6,495.7 L269.0,491.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,264.5 L341.4,292.6 L358.9,323.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M358.9,323.1 L380.5,343.4 L403.6,363.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,264.5 L281.3,255.1 L235.9,251.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M428.4,286.2 L403.0,267.3 L384.5,249.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M184.4,324.9 L214.9,338.1 L239.9,364.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M220.4,434.5 L231.9,401.5 L239.9,364.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M384.5,249.5 L356.8,262.5 L317.9,264.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M384.5,249.5 L375.6,282.5 L358.9,323.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M235.9,251.9 L253.0,290.3 L283.6,326.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M344.0,426.2 L339.1,368.9 L358.9,323.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M283.6,326.2 L151.6,328.2" stroke="#e4d9bc" stroke-width="3.2"/><path d="M283.6,326.2 L412.1,151.3" stroke="#e4d9bc" stroke-width="3.2"/><path d="M283.6,326.2 L377.3,454.8" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="139.7,391.6 143.5,359.7 151.6,328.2 163.4,298.1 177.9,269.8 194.8,243.7 213.4,220.0 233.5,198.8 254.9,180.1 277.3,164.4 300.5,151.8 324.2,142.9 347.9,138.0 370.9,137.7 392.6,142.2 412.1,151.3 428.8,165.0 442.1,182.6 451.7,203.5 457.6,226.8 459.9,251.7 458.8,277.5 454.8,303.7 448.0,329.9 438.8,355.8 427.2,381.5 413.1,406.8 396.6,431.4 377.3,454.8 355.4,476.4 331.0,495.2 304.5,510.3 276.8,520.4 248.8,524.7 221.8,522.6 197.1,513.8 175.8,498.6 158.9,477.6 147.2,451.8 140.8,422.7" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="428.4" y="289.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="166.9" y="460.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="348.9" y="216.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="184.4" y="327.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="220.4" y="437.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="269.0" y="494.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="163.0" y="423.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="384.5" y="252.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="415.6" y="194.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="235.9" y="254.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="344.0" y="429.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="239.9" y="367.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="182.9" y="391.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="201.1" y="489.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="437.9" y="234.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="403.6" y="366.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="283.6" y="329.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="278.1" y="426.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="295.0" y="192.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="317.9" y="267.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="358.9" y="326.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="368.1" y="166.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text></g><text x="315.0" y="20" text-anchor="middle" font-family="Georgia, serif" font-size="16" font-weight="bold" stroke="#f7f3ea" stroke-width="3" paint-order="stroke" fill="#23211c">Kelmontwick</text></svg>
|
|
@@ -212,6 +212,8 @@ def main() -> None:
|
|
|
212
212
|
emit("town", render_settlement(None, seed=7))
|
|
213
213
|
emit("port", render_settlement("port", seed=5))
|
|
214
214
|
emit("citadel", render_settlement("citadel", seed=3))
|
|
215
|
+
emit("shantytown", render_settlement("shantytown", seed=5))
|
|
216
|
+
emit("metropolis", render_settlement("metropolis", seed=5))
|
|
215
217
|
emit("roads", render_roads(seed=7))
|
|
216
218
|
emit("regions", render_regions(seed=4))
|
|
217
219
|
emit("template-isthmus", render_template("isthmus", 0.5, seed=5))
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mapwright"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.20.0"
|
|
8
8
|
description = "Domain-neutral procedural fantasy map & world generation: Voronoi terrain, hydraulic erosion, biomes, rivers, Markov place-names, and shaded-relief SVG."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|