mapwright 0.10.0__tar.gz → 0.11.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.
Files changed (75) hide show
  1. {mapwright-0.10.0 → mapwright-0.11.0}/CHANGELOG.md +9 -2
  2. {mapwright-0.10.0 → mapwright-0.11.0}/PKG-INFO +5 -3
  3. {mapwright-0.10.0 → mapwright-0.11.0}/README.md +4 -2
  4. mapwright-0.11.0/docs/gallery/citadel.png +0 -0
  5. mapwright-0.11.0/docs/gallery/citadel.svg +1 -0
  6. mapwright-0.11.0/docs/gallery/port.png +0 -0
  7. mapwright-0.11.0/docs/gallery/port.svg +1 -0
  8. mapwright-0.11.0/docs/gallery/town.png +0 -0
  9. mapwright-0.11.0/docs/gallery/town.svg +1 -0
  10. {mapwright-0.10.0 → mapwright-0.11.0}/pyproject.toml +1 -1
  11. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/__init__.py +1 -1
  12. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/settlement.py +26 -8
  13. mapwright-0.10.0/docs/gallery/citadel.png +0 -0
  14. mapwright-0.10.0/docs/gallery/citadel.svg +0 -1
  15. mapwright-0.10.0/docs/gallery/port.png +0 -0
  16. mapwright-0.10.0/docs/gallery/port.svg +0 -1
  17. mapwright-0.10.0/docs/gallery/town.png +0 -0
  18. mapwright-0.10.0/docs/gallery/town.svg +0 -1
  19. {mapwright-0.10.0 → mapwright-0.11.0}/.github/workflows/ci.yml +0 -0
  20. {mapwright-0.10.0 → mapwright-0.11.0}/.github/workflows/publish.yml +0 -0
  21. {mapwright-0.10.0 → mapwright-0.11.0}/.gitignore +0 -0
  22. {mapwright-0.10.0 → mapwright-0.11.0}/LICENSE +0 -0
  23. {mapwright-0.10.0 → mapwright-0.11.0}/NOTICE +0 -0
  24. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/archipelago.png +0 -0
  25. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/archipelago.svg +0 -0
  26. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/arctic.png +0 -0
  27. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/arctic.svg +0 -0
  28. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/continent.png +0 -0
  29. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/continent.svg +0 -0
  30. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/desert.png +0 -0
  31. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/desert.svg +0 -0
  32. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/dungeon.png +0 -0
  33. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/dungeon.svg +0 -0
  34. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/highlands.png +0 -0
  35. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/highlands.svg +0 -0
  36. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/islands.png +0 -0
  37. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/islands.svg +0 -0
  38. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/pangaea.png +0 -0
  39. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/pangaea.svg +0 -0
  40. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/regions.png +0 -0
  41. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/regions.svg +0 -0
  42. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/roads.png +0 -0
  43. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/roads.svg +0 -0
  44. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/tropical.png +0 -0
  45. {mapwright-0.10.0 → mapwright-0.11.0}/docs/gallery/tropical.svg +0 -0
  46. {mapwright-0.10.0 → mapwright-0.11.0}/examples/benchmark.py +0 -0
  47. {mapwright-0.10.0 → mapwright-0.11.0}/examples/gallery.py +0 -0
  48. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/_geometry.py +0 -0
  49. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/_graph.py +0 -0
  50. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/_serde.py +0 -0
  51. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/config.py +0 -0
  52. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/dungeon.py +0 -0
  53. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/dungeon_renderer.py +0 -0
  54. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/names.py +0 -0
  55. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/regions.py +0 -0
  56. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/rng.py +0 -0
  57. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/roads.py +0 -0
  58. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/settlement_renderer.py +0 -0
  59. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/svg_renderer.py +0 -0
  60. {mapwright-0.10.0 → mapwright-0.11.0}/src/mapwright/terrain.py +0 -0
  61. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_api_contract.py +0 -0
  62. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_config.py +0 -0
  63. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_dungeon.py +0 -0
  64. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_dungeon_renderer.py +0 -0
  65. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_geometry.py +0 -0
  66. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_graph.py +0 -0
  67. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_names.py +0 -0
  68. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_properties.py +0 -0
  69. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_regions.py +0 -0
  70. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_rng.py +0 -0
  71. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_roads.py +0 -0
  72. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_serialize.py +0 -0
  73. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_settlement.py +0 -0
  74. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_svg_renderer.py +0 -0
  75. {mapwright-0.10.0 → mapwright-0.11.0}/tests/test_terrain.py +0 -0
@@ -8,7 +8,13 @@ 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
- ## [Unreleased]
11
+ ## [0.11.0] — 2026-06-02
12
+
13
+ ### Changed
14
+ - **Settlement footprints are no longer circular.** Town outlines are now
15
+ elongated along a random axis, lopsided via low-frequency radial lobes, and
16
+ rotated — a clearly organic (but still convex, so lots/streets/walls stay valid)
17
+ shape instead of a near-perfect disk. Regenerated the town/port/citadel gallery.
12
18
 
13
19
  ### Added
14
20
  - Property-based tests (Hypothesis, a new dev dependency) over config clamping,
@@ -177,7 +183,8 @@ Initial release. Domain-neutral procedural fantasy map & world generation.
177
183
  polygons, coastline, rivers, labelled markers. `compute_cell_polygons` rebuilds
178
184
  convex Voronoi polygons via half-plane clipping.
179
185
 
180
- [Unreleased]: https://github.com/sligara7/mapwright/compare/v0.10.0...HEAD
186
+ [Unreleased]: https://github.com/sligara7/mapwright/compare/v0.11.0...HEAD
187
+ [0.11.0]: https://github.com/sligara7/mapwright/compare/v0.10.0...v0.11.0
181
188
  [0.10.0]: https://github.com/sligara7/mapwright/compare/v0.9.0...v0.10.0
182
189
  [0.9.0]: https://github.com/sligara7/mapwright/compare/v0.8.0...v0.9.0
183
190
  [0.8.0]: https://github.com/sligara7/mapwright/compare/v0.7.0...v0.8.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mapwright
3
- Version: 0.10.0
3
+ Version: 0.11.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
@@ -25,8 +25,8 @@ Description-Content-Type: text/markdown
25
25
  # mapwright
26
26
 
27
27
  > ⚠️ **Early development (v0.x, alpha).** The API is still moving and may change without
28
- > notice between versions. Extracted from a working application; usable today, but pin a
29
- > commit if you depend on it.
28
+ > notice between versions. Usable today, but pin a version (e.g. `mapwright==0.10.0`) if
29
+ > you depend on it.
30
30
 
31
31
  **Domain-neutral procedural fantasy map & world generation** — Voronoi terrain with
32
32
  hydraulic erosion, climate-driven biomes, rivers, Markov place-names, and shaded-relief
@@ -75,6 +75,8 @@ Regenerate them with `python examples/gallery.py` (SVGs always; PNGs when
75
75
  ## Install
76
76
 
77
77
  ```bash
78
+ pip install mapwright
79
+ # latest from git:
78
80
  pip install git+https://github.com/sligara7/mapwright.git
79
81
  # or, for local development:
80
82
  pip install -e ".[dev]"
@@ -1,8 +1,8 @@
1
1
  # mapwright
2
2
 
3
3
  > ⚠️ **Early development (v0.x, alpha).** The API is still moving and may change without
4
- > notice between versions. Extracted from a working application; usable today, but pin a
5
- > commit if you depend on it.
4
+ > notice between versions. Usable today, but pin a version (e.g. `mapwright==0.10.0`) if
5
+ > you depend on it.
6
6
 
7
7
  **Domain-neutral procedural fantasy map & world generation** — Voronoi terrain with
8
8
  hydraulic erosion, climate-driven biomes, rivers, Markov place-names, and shaded-relief
@@ -51,6 +51,8 @@ Regenerate them with `python examples/gallery.py` (SVGs always; PNGs when
51
51
  ## Install
52
52
 
53
53
  ```bash
54
+ pip install mapwright
55
+ # latest from git:
54
56
  pip install git+https://github.com/sligara7/mapwright.git
55
57
  # or, for local development:
56
58
  pip install -e ".[dev]"
@@ -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="111.4,358.6 115.7,328.0 124.8,297.3 138.4,267.1 156.2,238.1 177.7,210.9 202.5,186.2 230.1,164.5 259.9,146.3 291.1,132.1 323.1,122.4 355.1,117.5 386.1,117.7 415.4,123.0 441.9,133.2 465.1,148.1 484.2,167.3 498.7,190.0 508.5,215.6 513.3,243.4 513.2,272.6 508.4,302.4 499.1,332.2 485.6,361.3 468.3,389.2 447.5,415.5 423.7,439.5 397.2,460.7 368.5,478.8 338.3,493.2 307.0,503.4 275.6,509.0 244.8,509.8 215.4,505.6 188.4,496.4 164.5,482.4 144.4,464.0 128.8,441.7 117.9,416.2 112.1,388.2" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="130.7,284.2 138.4,267.1 156.2,238.1 177.7,210.9 202.5,186.2 209.4,180.8 240.2,218.5 213.3,295.6 165.6,301.6" fill="#c2b48f"/><polygon points="364.5,480.7 338.3,493.2 307.0,503.4 295.9,505.4 287.4,466.5 308.8,441.0 346.6,447.3" fill="#c2b48f"/><polygon points="490.3,176.9 498.7,190.0 502.3,199.5 440.6,262.5 415.8,262.8 396.7,244.9 390.9,208.8" fill="#c2b48f"/><polygon points="213.3,295.6 240.2,218.5 285.7,231.5 273.8,300.1 230.8,307.9" fill="#d8cdb0"/><polygon points="488.2,355.6 485.6,361.3 468.3,389.2 447.5,415.5 427.8,435.4 395.2,403.3 423.3,347.4" fill="#c2b48f"/><polygon points="427.8,435.4 423.7,439.5 397.2,460.7 368.5,478.8 364.5,480.7 346.6,447.3 371.0,403.0 395.2,403.3" fill="#b9a98c"/><polygon points="385.3,200.7 390.9,208.8 396.7,244.9 338.3,270.8 292.9,230.2 333.0,182.0" fill="#b3a684"/><polygon points="230.9,483.1 190.8,454.3 189.8,449.0 192.2,441.3 239.7,423.5 254.5,457.4" fill="#cdbf9e"/><polygon points="333.6,299.1 367.6,330.1 344.0,375.2 323.1,375.7 297.4,345.7 299.5,317.4" fill="#d9c08a"/><polygon points="229.8,507.6 215.4,505.6 188.4,496.4 175.8,489.0 190.8,454.3 230.9,483.1" fill="#cdbf9e"/><polygon points="346.6,447.3 308.8,441.0 298.0,408.6 323.1,375.7 344.0,375.2 371.0,403.0" fill="#b9a98c"/><polygon points="338.3,270.8 396.7,244.9 415.8,262.8 402.0,324.2 367.6,330.1 333.6,299.1" fill="#cdbf9e"/><polygon points="192.2,441.3 189.8,449.0 136.4,452.5 128.8,441.7 117.9,416.2 114.9,401.5 166.5,392.0" fill="#cdbf9e"/><polygon points="298.0,408.6 308.8,441.0 287.4,466.5 254.5,457.4 239.7,423.5 248.0,400.0" fill="#d8cdb0"/><polygon points="416.3,123.3 441.9,133.2 465.1,148.1 484.2,167.3 490.3,176.9 390.9,208.8 385.3,200.7" fill="#b9a98c"/><polygon points="295.9,505.4 275.6,509.0 244.8,509.8 229.8,507.6 230.9,483.1 254.5,457.4 287.4,466.5" fill="#dfd6c0"/><polygon points="503.6,317.6 499.1,332.2 488.2,355.6 423.3,347.4 402.0,324.2 415.8,262.8 440.6,262.5" fill="#cdbf9e"/><polygon points="423.3,347.4 395.2,403.3 371.0,403.0 344.0,375.2 367.6,330.1 402.0,324.2" fill="#d8cdb0"/><polygon points="209.4,180.8 230.1,164.5 259.9,146.3 291.1,132.1 314.4,125.0 333.0,182.0 292.9,230.2 285.7,231.5 240.2,218.5" fill="#cdbf9e"/><polygon points="297.4,345.7 323.1,375.7 298.0,408.6 248.0,400.0 237.7,375.9 241.5,367.5" fill="#b9a98c"/><polygon points="165.6,301.6 213.3,295.6 230.8,307.9 241.5,367.5 237.7,375.9 180.0,376.5" fill="#dfd6c0"/><polygon points="314.4,125.0 323.1,122.4 355.1,117.5 386.1,117.7 415.4,123.0 416.3,123.3 385.3,200.7 333.0,182.0" fill="#cdbf9e"/><polygon points="230.8,307.9 273.8,300.1 299.5,317.4 297.4,345.7 241.5,367.5" fill="#c2b48f"/><polygon points="111.4,358.6 115.7,328.0 124.8,297.3 130.7,284.2 165.6,301.6 180.0,376.5 166.5,392.0 114.9,401.5 112.1,388.2" fill="#c2b48f"/><polygon points="502.3,199.5 508.5,215.6 513.3,243.4 513.2,272.6 508.4,302.4 503.6,317.6 440.6,262.5" fill="#b9a98c"/><polygon points="273.8,300.1 285.7,231.5 292.9,230.2 338.3,270.8 333.6,299.1 299.5,317.4" fill="#b3a684"/><polygon points="237.7,375.9 248.0,400.0 239.7,423.5 192.2,441.3 166.5,392.0 180.0,376.5" fill="#c2b48f"/><polygon points="189.8,449.0 190.8,454.3 175.8,489.0 164.5,482.4 144.4,464.0 136.4,452.5" fill="#c2b48f"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="227.9,245.3 226.1,250.3 204.5,242.8 206.2,237.8"/><polygon points="234.4,227.4 229.9,240.3 221.7,237.4 226.2,224.5"/><polygon points="216.8,235.6 207.9,232.5 212.3,219.8 221.2,222.9"/><polygon points="220.0,198.0 228.1,207.9 218.1,216.1 214.1,214.7"/><polygon points="231.6,211.4 237.7,218.9 236.3,223.0 223.1,218.3"/><polygon points="196.3,196.9 204.6,188.6 208.9,185.2 215.5,193.2 212.2,202.4"/><polygon points="206.6,206.0 211.6,207.7 207.3,220.1 202.3,218.4"/><polygon points="192.1,201.5 202.0,205.0 198.1,216.3 188.1,212.8"/><polygon points="205.2,224.3 199.3,241.2 193.3,239.1 199.2,222.2"/><polygon points="188.2,237.1 180.8,234.5 186.5,218.0 194.0,220.6"/><polygon points="166.9,229.5 180.0,212.9 183.3,209.6 175.3,232.4"/><polygon points="177.9,239.7 185.3,242.3 178.9,260.7 171.5,258.1"/><polygon points="157.5,240.6 158.2,239.5 162.7,233.7 173.0,237.3 170.3,245.1"/><polygon points="151.0,251.4 155.0,245.0 168.5,249.7 166.1,256.7"/><polygon points="169.2,262.8 177.8,265.9 174.6,275.2 165.9,272.2"/><polygon points="143.9,263.7 148.5,256.3 164.1,261.8 161.3,269.8"/><polygon points="156.2,274.2 172.3,279.8 169.7,287.3 152.6,281.4"/><polygon points="168.1,292.6 165.9,298.9 148.0,290.0 149.9,286.2"/><polygon points="134.6,282.8 140.9,268.9 150.6,272.3 143.2,287.1"/><polygon points="212.3,289.3 211.1,292.8 193.7,295.0 192.1,282.3"/><polygon points="182.8,297.9 170.1,299.5 172.0,294.1"/><polygon points="187.8,295.0 174.7,290.4 179.2,277.6 185.9,279.9"/><polygon points="190.7,243.8 196.6,245.8 190.6,263.0 184.7,261.0"/><polygon points="201.6,247.6 208.0,249.9 202.0,266.9 195.7,264.7"/><polygon points="200.2,272.0 198.0,278.3 180.8,272.3 183.0,266.0"/><polygon points="217.9,274.5 214.5,284.1 203.0,280.1 206.4,270.4"/><polygon points="213.2,252.0 224.0,255.8 219.4,269.0 208.6,265.3"/><polygon points="307.5,500.1 306.3,500.5 298.2,501.9 294.7,485.9 303.9,483.9"/><polygon points="317.3,497.6 312.6,499.1 308.9,482.1 313.7,481.1"/><polygon points="293.6,479.9 291.6,471.0 309.8,467.1 311.8,475.9"/><polygon points="328.5,494.2 321.5,496.5 319.3,486.2 326.5,484.7"/><polygon points="346.5,486.6 337.4,490.9 332.7,492.4 330.9,484.1 345.2,481.0"/><polygon points="317.4,474.2 315.5,465.4 329.9,462.3 331.8,471.1"/><polygon points="318.4,482.3 317.6,479.0 333.6,475.5 334.3,478.9"/><polygon points="334.9,460.9 340.6,459.7 344.2,476.2 338.5,477.4"/><polygon points="360.2,479.3 351.5,483.4 346.2,459.1 349.0,458.5"/><polygon points="314.7,444.7 327.0,446.8 325.2,457.8 317.9,459.4"/><polygon points="332.1,447.4 345.0,449.5 347.0,453.3 330.5,456.9"/><polygon points="293.4,464.3 309.0,445.6 312.2,460.2"/><polygon points="406.1,219.9 412.5,218.9 417.4,234.2 411.3,236.2"/><polygon points="398.7,240.1 395.7,221.7 400.9,220.9 406.3,237.6"/><polygon points="394.8,216.5 393.8,210.5 408.3,205.9 410.9,213.9"/><polygon points="409.3,252.7 401.3,245.1 418.7,239.5 421.7,248.7"/><polygon points="426.5,260.7 416.6,260.8 412.4,256.9 424.1,253.2"/><polygon points="443.0,255.9 439.3,259.6 431.3,259.7 427.8,248.7 439.5,244.9"/><polygon points="426.1,243.1 422.1,230.6 433.7,226.9 437.7,239.4"/><polygon points="460.2,239.3 447.3,252.5 444.7,244.3"/><polygon points="443.3,240.1 438.3,224.6 442.6,223.2 447.6,238.8"/><polygon points="447.4,222.2 455.1,219.7 459.8,234.3 452.1,236.8"/><polygon points="423.1,201.3 433.7,197.9 437.3,209.0 426.7,212.4"/><polygon points="416.6,216.3 412.7,204.0 418.4,202.2 422.3,214.4"/><polygon points="420.1,225.4 418.5,220.6 439.0,214.1 440.5,218.8"/><polygon points="439.4,196.5 446.5,194.2 453.0,214.4 445.8,216.7"/><polygon points="496.3,190.7 496.6,191.1 499.5,198.9 492.0,206.6 486.3,200.9"/><polygon points="489.0,180.6 492.8,186.5 482.8,196.6 472.1,186.0"/><polygon points="475.4,222.6 473.6,224.5 457.7,208.9 469.8,205.1"/><polygon points="488.4,210.0 480.0,218.6 475.0,203.0 479.7,201.5"/><polygon points="470.6,228.7 464.9,234.6 459.6,218.0"/><polygon points="467.5,188.3 477.3,197.8 471.2,199.7"/><polygon points="455.7,203.6 452.0,192.1 463.0,188.6 466.6,200.0"/><polygon points="218.3,294.0 228.9,263.8 240.5,267.9 228.8,301.4"/><polygon points="269.4,296.9 237.0,302.8 242.3,287.4"/><polygon points="248.4,270.4 273.3,279.2 271.6,289.2 245.1,279.9"/><polygon points="276.6,233.2 280.9,234.5 274.6,270.9 264.6,267.4"/><polygon points="240.0,230.7 242.7,223.2 269.0,230.7 265.8,239.7"/><polygon points="231.6,255.9 237.7,238.4 262.8,247.1 256.7,264.6"/><polygon points="419.2,387.5 432.6,394.2 431.6,401.9 417.6,400.1"/><polygon points="400.9,398.1 408.9,382.2 413.9,384.7 412.0,399.5"/><polygon points="411.9,377.1 415.1,370.7 434.1,380.2 433.1,387.7"/><polygon points="419.5,361.9 425.1,350.8 437.6,352.4 436.2,364.0"/><polygon points="419.6,367.1 436.6,369.3 435.8,375.3"/><polygon points="414.7,415.3 423.5,406.4 431.2,407.3 430.0,417.3"/><polygon points="428.6,431.4 427.8,432.2 415.7,420.3 429.7,422.1"/><polygon points="409.3,413.7 398.4,403.0 417.4,405.4"/><polygon points="439.9,421.3 432.5,428.7 433.5,420.5"/><polygon points="452.2,404.8 445.3,413.5 441.7,417.2 435.6,416.4 437.3,402.9"/><polygon points="457.2,398.7 456.5,399.5 438.0,397.2 438.9,390.0 458.0,392.4"/><polygon points="456.8,371.7 461.3,372.3 459.3,387.6 454.9,387.0"/><polygon points="439.6,384.3 441.4,370.6 451.8,371.9 450.1,385.6"/><polygon points="474.6,374.4 466.3,387.8 463.5,391.3 465.8,373.3"/><polygon points="465.0,367.9 453.9,366.5 455.4,354.3 466.6,355.7"/><polygon points="448.8,366.3 441.5,365.3 443.1,352.3 450.4,353.2"/><polygon points="484.3,357.8 483.3,360.0 477.4,369.6 470.4,368.7 471.9,356.2"/><polygon points="356.2,437.4 360.2,430.1 382.1,442.2 378.1,449.5"/><polygon points="364.8,472.6 351.2,447.4 352.9,444.3 374.0,455.9"/><polygon points="400.9,452.8 395.0,457.6 375.3,470.0 388.5,446.0"/><polygon points="391.2,439.1 387.6,437.1 400.6,413.5 408.6,421.4"/><polygon points="422.5,435.4 421.2,436.7 407.4,447.8 397.9,442.5 413.6,426.6"/><polygon points="370.5,411.4 373.1,406.6 393.8,406.8 395.3,408.3 388.3,421.2"/><polygon points="381.6,434.2 363.1,424.0 366.9,417.1 385.4,427.2"/><polygon points="387.8,247.0 378.4,251.1 376.5,246.8 385.9,242.6"/><polygon points="375.2,243.4 372.7,237.6 381.7,233.6 384.2,239.4"/><polygon points="374.9,252.3 370.6,254.2 364.9,241.3 369.2,239.3"/><polygon points="363.0,238.1 360.4,232.3 366.9,229.4 369.5,235.2"/><polygon points="370.0,228.2 377.9,224.7 380.4,230.3 372.5,233.8"/><polygon points="390.6,219.4 392.1,228.7 384.3,229.9 381.4,223.5"/><polygon points="392.8,232.6 394.6,243.7 391.0,245.3 385.9,233.7"/><polygon points="386.7,206.6 388.8,209.6 389.7,215.2 381.4,218.9 377.8,210.6"/><polygon points="384.1,202.2 384.7,203.1 375.8,207.1 371.7,197.8"/><polygon points="353.0,213.9 349.3,205.6 358.4,201.6 362.1,209.9"/><polygon points="362.0,199.6 367.4,197.2 371.4,206.2 365.9,208.6"/><polygon points="378.0,220.9 369.0,224.9 367.0,220.2 376.0,216.2"/><polygon points="365.5,217.3 363.8,213.3 373.0,209.2 374.7,213.2"/><polygon points="365.4,226.1 359.4,228.7 354.6,217.9 360.6,215.3"/><polygon points="346.0,199.2 340.4,186.6 349.3,189.8"/><polygon points="349.3,201.1 352.8,191.2 363.2,194.9"/><polygon points="315.4,220.6 317.3,222.2 310.0,230.9 308.1,229.3"/><polygon points="301.3,223.0 307.9,215.0 312.6,218.9 305.9,226.8"/><polygon points="303.9,237.5 295.5,230.0 298.9,225.9 307.5,233.1"/><polygon points="314.7,230.6 319.5,224.9 327.5,231.6 317.2,236.2"/><polygon points="307.4,241.3 306.0,240.0 312.0,232.8 314.4,238.2"/><polygon points="310.5,212.2 317.4,203.8 324.2,209.4 313.1,214.3"/><polygon points="319.3,200.8 325.1,193.8 328.5,196.7 322.7,203.6"/><polygon points="330.9,198.9 337.0,204.0 328.2,207.9 325.3,205.6"/><polygon points="327.4,191.5 333.6,184.1 335.8,184.9 338.1,190.2 330.1,193.8"/><polygon points="339.6,193.3 343.2,201.4 340.5,202.6 332.9,196.2"/><polygon points="336.0,227.9 331.7,229.8 324.9,224.1 331.0,216.7"/><polygon points="321.8,221.8 316.2,217.1 329.0,211.4 329.5,212.6"/><polygon points="344.5,204.3 348.3,212.9 343.8,214.9 340.0,206.3"/><polygon points="340.8,216.1 335.8,218.3 332.1,209.9 337.0,207.7"/><polygon points="349.4,216.3 351.5,221.0 339.7,226.3 337.6,221.6"/><polygon points="326.3,257.3 321.4,252.9 328.7,244.7 333.0,254.3"/><polygon points="339.6,268.3 338.6,268.8 329.0,260.2 334.8,257.5"/><polygon points="318.3,250.5 310.4,243.4 317.9,240.1 321.1,247.4"/><polygon points="320.6,238.4 325.7,236.2 327.7,240.7 323.6,245.2"/><polygon points="349.0,263.9 342.8,266.6 338.7,257.3 344.8,254.6"/><polygon points="367.3,256.0 363.1,257.9 358.7,248.1 363.0,246.2"/><polygon points="359.5,259.1 352.6,262.2 348.5,253.0 355.5,250.0"/><polygon points="340.5,230.1 344.9,228.2 349.7,239.2 345.4,241.1"/><polygon points="348.3,226.7 353.2,224.6 358.0,235.5 353.2,237.6"/><polygon points="359.5,239.0 361.3,243.0 348.7,248.6 347.0,244.5"/><polygon points="337.0,254.0 334.7,248.9 343.2,245.1 345.5,250.2"/><polygon points="333.2,246.0 331.7,242.7 340.7,238.7 342.2,242.1"/><polygon points="330.6,239.8 328.6,235.2 337.2,231.4 339.2,236.0"/><polygon points="213.4,467.0 207.6,462.9 214.9,452.7 227.0,461.3 227.2,461.9"/><polygon points="216.7,448.3 221.0,442.2 225.8,454.8"/><polygon points="230.6,479.9 218.1,470.9 229.5,466.6 233.3,476.9"/><polygon points="201.7,440.5 217.3,434.6 218.7,438.3 211.9,447.8"/><polygon points="203.0,459.6 193.3,452.7 192.7,449.2 194.5,443.5 196.0,442.9 208.6,451.9"/><polygon points="247.9,448.9 251.4,456.9 245.5,463.4 235.0,453.7"/><polygon points="242.5,467.2 236.9,473.4 230.4,456.1"/><polygon points="221.7,432.7 238.5,426.4 240.0,429.9 223.4,437.2"/><polygon points="241.5,435.0 245.3,443.8 229.0,450.0 225.9,441.8"/><polygon points="181.5,490.0 178.3,488.1 183.3,476.5 189.3,479.1"/><polygon points="185.7,472.6 191.9,458.3 199.6,463.8 191.5,475.1"/><polygon points="204.6,498.9 189.5,493.8 186.1,491.8 191.4,484.5 206.9,495.6"/><polygon points="194.2,480.0 203.8,466.7 208.9,470.3 199.3,483.7"/><polygon points="213.0,473.5 219.5,478.2 210.2,491.2 203.7,486.5"/><polygon points="227.3,504.5 216.0,502.9 210.0,500.9 216.5,491.7 227.5,499.5"/><polygon points="218.8,487.4 223.8,480.5 228.8,484.1 228.3,494.2"/><polygon points="346.8,382.9 354.6,391.0 337.9,407.2 334.4,405.3"/><polygon points="359.3,396.2 366.5,403.6 358.5,418.2 344.6,410.6"/><polygon points="314.7,393.5 325.2,379.7 340.1,379.4 328.2,401.0"/><polygon points="304.5,406.0 309.5,399.4 331.2,411.4 327.3,418.5"/><polygon points="316.1,438.4 311.6,437.7 303.7,413.8 323.6,424.8"/><polygon points="345.0,444.0 322.8,440.2 328.1,430.8 346.6,441.0"/><polygon points="331.8,425.2 337.4,414.9 355.0,424.6 349.3,434.8"/><polygon points="363.9,262.8 373.6,258.5 380.1,273.3 370.4,277.6"/><polygon points="353.7,266.6 358.5,264.4 365.7,280.5 360.8,282.7"/><polygon points="379.1,298.2 370.1,302.2 363.5,287.4 372.5,283.4"/><polygon points="382.9,278.2 389.9,293.9 384.3,296.4 377.4,280.7"/><polygon points="342.9,271.4 349.2,268.6 355.4,282.7 349.2,285.5"/><polygon points="339.6,275.3 345.2,287.7 337.0,291.4"/><polygon points="352.4,310.4 350.7,311.2 336.4,298.1 336.7,296.6 344.7,293.1"/><polygon points="357.2,287.9 364.7,304.7 357.4,307.9 349.9,291.1"/><polygon points="365.0,325.3 353.5,314.8 359.2,312.3"/><polygon points="365.0,315.4 363.1,311.0 377.4,304.6 379.4,309.1"/><polygon points="385.5,324.2 370.7,326.8 367.6,319.7 380.9,313.9"/><polygon points="399.5,314.4 401.2,318.4 400.3,322.4 390.7,324.1 388.6,319.3"/><polygon points="391.8,298.8 396.9,310.3 387.2,314.6 382.1,303.1"/><polygon points="409.7,275.6 406.1,291.9 394.0,289.2 391.5,283.7"/><polygon points="405.7,297.4 402.7,311.0 395.6,295.1"/><polygon points="397.8,275.0 388.6,279.0 384.6,270.1 393.8,266.0"/><polygon points="408.7,259.6 413.0,263.7 412.0,268.5 402.1,272.8 398.3,264.2"/><polygon points="395.0,247.6 396.4,247.0 406.1,256.1 400.0,258.8"/><polygon points="378.8,255.8 391.3,250.3 395.4,259.7 383.0,265.2"/><polygon points="167.1,399.0 175.8,415.8 170.3,418.7 161.6,401.9"/><polygon points="165.7,421.2 154.9,426.8 150.3,417.9 161.1,412.3"/><polygon points="147.6,414.1 145.3,409.6 157.1,403.4 159.4,407.9"/><polygon points="140.4,399.3 163.3,395.1 143.6,405.4"/><polygon points="127.6,401.7 135.4,400.3 141.3,411.7 134.7,415.2"/><polygon points="122.9,421.2 120.4,415.4 118.0,403.6 122.4,402.8 130.1,417.4"/><polygon points="133.9,421.6 143.4,416.7 149.9,429.1 140.4,434.1"/><polygon points="130.5,439.9 124.5,425.9 129.1,423.5 136.1,437.0"/><polygon points="169.0,447.9 160.1,448.5 158.9,430.4 159.6,430.0"/><polygon points="150.9,448.9 137.7,449.8 133.5,443.9 145.1,437.8"/><polygon points="155.8,448.5 148.8,435.1 154.7,432.0"/><polygon points="169.0,436.5 164.6,428.0 178.2,420.8 182.7,429.3"/><polygon points="189.2,441.6 187.7,446.3 174.5,447.2 171.6,441.5 185.4,434.3"/><polygon points="256.2,450.8 244.2,423.4 250.8,404.8 263.8,407.0"/><polygon points="295.5,450.3 285.9,461.8 263.9,455.7 265.7,445.2"/><polygon points="294.8,412.3 304.1,440.1 301.7,442.9 287.0,440.4 291.9,411.8"/><polygon points="278.7,438.9 267.1,437.0 272.0,408.4 283.6,410.4"/><polygon points="463.5,151.8 481.3,169.6 484.7,174.9 472.2,178.9"/><polygon points="464.8,180.9 442.0,188.2 438.5,177.2 461.3,169.9"/><polygon points="435.9,170.1 433.1,161.4 456.5,153.9 459.3,162.5"/><polygon points="423.8,130.7 440.0,137.0 454.5,146.3 431.2,153.8"/><polygon points="408.3,199.1 400.1,173.5 401.0,171.3 416.9,177.7"/><polygon points="433.0,183.6 435.4,191.1 416.5,197.2 423.5,179.8"/><polygon points="402.1,201.9 392.1,205.1 388.8,200.3 395.9,182.5"/><polygon points="416.3,134.6 424.0,158.8 405.6,164.7 404.4,164.2"/><polygon points="427.6,164.7 431.5,176.8 413.0,169.4"/><polygon points="275.2,466.3 284.8,469.0 288.2,484.5 279.5,486.4"/><polygon points="271.6,477.8 273.8,487.8 260.0,490.9 257.8,480.8"/><polygon points="253.9,462.5 255.5,460.8 268.6,464.4 270.3,472.1 256.6,475.1"/><polygon points="235.2,482.3 249.2,467.1 251.7,478.7"/><polygon points="233.4,496.4 233.8,488.4 252.5,484.4 254.1,491.9"/><polygon points="255.3,506.6 244.9,506.9 232.8,505.2 232.9,502.6 253.5,498.1"/><polygon points="275.7,506.0 275.3,506.0 261.2,506.4 259.2,497.0 273.1,493.9"/><polygon points="292.5,503.1 281.4,505.1 278.7,492.6 289.7,490.2"/><polygon points="455.6,313.2 449.3,320.4 440.9,313.0 447.1,305.8"/><polygon points="437.2,310.0 429.8,303.5 436.3,296.1 443.7,302.6"/><polygon points="453.3,277.5 458.6,282.1 445.4,297.2 440.2,292.6"/><polygon points="462.9,285.3 472.6,293.7 467.1,299.9 457.5,291.5"/><polygon points="464.0,303.6 458.8,309.5 449.1,301.0 454.3,295.1"/><polygon points="447.2,271.0 450.2,273.6 439.9,285.4 436.9,282.8"/><polygon points="435.5,265.1 439.6,265.1 443.5,268.4 433.9,279.4 427.7,274.1"/><polygon points="417.0,265.7 417.3,264.6 430.4,264.5 424.0,271.8"/><polygon points="412.7,285.3 416.2,269.9 421.9,274.9"/><polygon points="424.8,277.5 427.6,280.0 416.7,292.4 413.9,290.0"/><polygon points="430.7,283.4 436.4,288.5 426.3,300.1 420.6,295.0"/><polygon points="410.7,329.1 405.4,323.3 408.1,311.3 423.3,314.7"/><polygon points="409.1,305.4 411.6,294.3 428.6,309.2 428.1,309.7"/><polygon points="427.1,344.8 424.8,344.5 414.9,333.7 421.4,326.4 433.7,337.2"/><polygon points="424.4,321.8 432.7,312.2 438.5,317.3 430.2,326.8"/><polygon points="442.0,320.1 446.5,324.0 437.9,333.9 433.4,329.9"/><polygon points="468.2,341.5 469.8,328.5 475.3,333.3"/><polygon points="488.8,346.9 486.4,352.3 468.5,350.0 468.8,348.0 478.0,337.5"/><polygon points="462.8,349.7 448.2,347.9 449.8,335.2 463.1,346.9"/><polygon points="443.2,347.6 433.0,346.3 445.1,332.4"/><polygon points="450.0,327.9 457.4,319.4 465.3,326.4 463.6,339.7"/><polygon points="500.2,318.6 496.3,331.1 491.6,341.3 484.3,334.9 499.3,317.7"/><polygon points="479.8,331.1 475.6,327.4 490.7,310.2 494.9,313.8"/><polygon points="471.2,324.0 460.8,314.9 466.4,308.4 476.9,317.6"/><polygon points="470.0,304.5 476.3,297.3 486.6,306.3 480.3,313.5"/><polygon points="409.6,365.4 401.3,381.8 384.9,373.5 393.2,357.2"/><polygon points="418.5,348.1 413.4,358.2 396.6,349.8 404.9,333.3"/><polygon points="366.7,340.8 370.3,333.9 397.8,329.2 386.9,351.0"/><polygon points="377.5,369.9 356.8,359.5 362.8,348.1 383.2,358.4"/><polygon points="368.5,394.3 349.1,374.4 353.1,366.9 376.4,378.6"/><polygon points="398.1,389.1 392.9,399.5 374.9,399.3 383.7,381.8"/><polygon points="315.5,158.3 292.1,165.9 305.5,149.9"/><polygon points="315.6,136.8 322.0,156.4 308.6,145.2"/><polygon points="324.4,189.0 319.7,194.6 310.9,187.3 315.6,181.7"/><polygon points="326.3,169.1 330.4,181.5 327.1,185.4 318.6,178.3"/><polygon points="312.1,177.7 307.5,183.3 293.6,171.8 308.6,166.9"/><polygon points="323.9,161.0 324.9,163.9 316.3,174.1 313.2,164.5"/><polygon points="290.0,136.0 292.2,135.1 312.4,129.0 313.0,131.1 301.2,145.3"/><polygon points="290.4,144.5 297.2,150.2 285.2,164.6 278.4,159.0"/><polygon points="264.4,147.5 283.7,138.7 285.9,140.6 273.7,155.2"/><polygon points="261.9,153.1 275.7,164.6 270.4,170.8 256.6,159.4"/><polygon points="267.7,175.2 258.8,186.0 254.3,182.3 263.3,171.5"/><polygon points="250.9,179.0 244.3,173.5 252.8,163.3 259.4,168.8"/><polygon points="234.4,165.0 255.2,152.3 240.4,170.0"/><polygon points="250.7,185.2 255.8,189.4 248.0,198.8 241.1,193.0"/><polygon points="244.8,202.3 237.4,211.2 230.1,202.2 237.4,196.2"/><polygon points="222.5,172.8 229.8,167.0 233.6,170.2 226.9,178.2"/><polygon points="236.4,173.7 246.5,182.1 237.4,189.6 230.4,181.0"/><polygon points="213.7,181.3 219.5,176.7 232.7,192.9 227.1,197.6"/><polygon points="254.5,220.7 241.3,216.9 239.7,215.0 243.0,211.1"/><polygon points="246.9,208.2 254.7,198.9 264.6,207.2 256.8,216.5"/><polygon points="268.8,224.1 259.7,221.5 269.0,210.3 275.7,215.8"/><polygon points="290.9,228.2 285.8,229.2 273.7,225.7 279.5,218.7"/><polygon points="303.5,213.5 294.2,224.6 288.0,219.5 297.3,208.3"/><polygon points="284.1,216.9 280.9,214.3 290.9,202.3 294.1,204.9"/><polygon points="303.8,187.5 309.5,192.2 299.8,203.8 294.2,199.1"/><polygon points="313.3,194.9 316.9,197.9 306.8,210.1 303.2,207.1"/><polygon points="280.1,168.1 289.9,176.2 282.8,184.8 273.0,176.7"/><polygon points="294.1,179.1 300.2,184.3 292.5,193.5 286.4,188.4"/><polygon points="289.1,197.1 277.7,210.8 272.6,206.6 284.0,192.9"/><polygon points="268.5,203.1 258.1,194.4 264.3,187.0 274.7,195.7"/><polygon points="266.7,182.9 269.3,179.8 280.9,189.4 278.2,192.5"/><polygon points="252.9,366.4 273.2,358.5 275.9,365.4 255.5,373.3"/><polygon points="277.8,372.0 282.2,383.2 263.0,390.8 258.6,379.5"/><polygon points="250.1,396.2 241.4,375.9 244.0,370.2 246.9,369.0 256.5,393.7"/><polygon points="290.4,403.7 262.4,398.9 285.0,390.0"/><polygon points="313.0,383.8 297.7,403.8 292.9,391.6"/><polygon points="296.2,350.4 303.4,358.8 286.6,373.2 280.1,356.7"/><polygon points="308.6,364.5 317.3,374.6 290.9,384.9 289.4,381.0"/><polygon points="178.2,353.3 175.5,339.5 183.7,337.9 186.4,351.8"/><polygon points="188.7,336.9 196.3,335.4 199.0,349.5 191.4,350.9"/><polygon points="203.4,373.6 195.5,373.7 195.3,355.4 199.8,354.6"/><polygon points="189.9,373.5 182.3,373.6 179.5,358.6 189.8,356.7"/><polygon points="207.8,366.2 205.6,354.7 219.7,352.0 221.9,363.6"/><polygon points="224.8,374.0 208.4,374.1 207.8,371.5 223.8,368.4"/><polygon points="239.0,365.4 239.4,367.3 236.4,373.9 229.0,374.0 227.8,367.5"/><polygon points="235.4,348.6 237.6,360.9 227.5,362.8 225.2,350.6"/><polygon points="215.0,346.8 204.4,348.9 201.7,334.9 212.3,332.8"/><polygon points="232.4,327.9 233.1,331.5 217.6,334.3 216.9,330.9"/><polygon points="233.3,336.0 234.6,343.5 220.5,346.2 219.0,338.6"/><polygon points="217.2,326.4 204.3,328.8 202.8,320.6 215.6,318.1"/><polygon points="229.9,315.1 231.4,323.9 221.9,325.8 220.2,317.0"/><polygon points="212.1,298.4 212.6,298.3 228.4,309.5 228.6,310.4 215.0,313.1"/><polygon points="199.0,300.1 206.9,299.1 209.7,314.0 202.0,315.5"/><polygon points="181.0,333.7 174.2,335.0 172.0,323.7 178.8,322.4"/><polygon points="197.2,319.5 199.1,329.5 185.7,332.1 183.8,322.1"/><polygon points="169.2,304.2 180.6,302.7 182.4,316.5 171.9,318.5"/><polygon points="186.0,301.6 193.8,300.6 196.4,314.2 187.9,315.9"/><polygon points="395.7,122.2 412.6,125.3 409.1,133.9 393.5,127.7"/><polygon points="407.3,138.9 405.1,144.5 389.1,138.1 391.3,132.5"/><polygon points="402.9,149.3 400.0,156.6 384.4,150.3 387.3,143.1"/><polygon points="374.2,120.7 385.9,120.8 389.7,121.5 384.7,134.1 371.0,128.6"/><polygon points="382.7,139.6 379.3,148.2 365.2,142.5 368.6,133.9"/><polygon points="351.2,120.3 355.3,119.7 369.0,119.8 366.1,126.9 351.0,120.9"/><polygon points="363.6,131.3 360.0,140.4 346.1,134.8 349.8,125.8"/><polygon points="322.8,125.5 323.8,125.2 345.2,121.9 340.9,132.7"/><polygon points="325.1,148.7 323.5,143.6 339.7,138.3 341.0,138.9 335.4,152.9"/><polygon points="330.4,167.9 325.9,154.1 334.5,157.6"/><polygon points="321.3,139.1 318.0,128.9 333.4,135.1"/><polygon points="358.6,146.0 368.3,149.9 363.1,162.8 353.4,158.9"/><polygon points="340.7,154.1 346.1,140.7 353.6,143.7 348.2,157.1"/><polygon points="336.1,180.4 335.1,180.0 332.9,173.5 338.8,158.9 343.9,161.0"/><polygon points="354.1,187.3 340.4,182.4 342.4,177.3 355.9,182.7"/><polygon points="344.9,173.0 348.8,163.2 361.1,168.1 357.2,177.9"/><polygon points="388.4,186.3 383.9,197.6 375.8,194.7 380.0,182.9"/><polygon points="370.9,192.5 359.1,188.3 363.7,176.8 374.9,181.3"/><polygon points="374.5,175.4 365.4,171.7 369.5,161.2 378.7,164.9"/><polygon points="370.8,156.9 373.2,150.9 383.2,154.9 380.8,160.9"/><polygon points="393.6,173.3 390.2,181.7 379.1,177.2 382.5,168.8"/><polygon points="398.5,161.4 395.5,168.9 384.2,164.3 387.1,156.9"/><polygon points="265.6,354.8 243.8,363.4 242.3,354.9 264.9,350.9"/><polygon points="241.0,349.3 239.0,338.2 250.6,336.1 252.6,347.2"/><polygon points="255.4,334.8 262.6,333.5 264.7,345.5 257.5,346.8"/><polygon points="283.7,348.9 270.5,354.1 269.5,348.6 283.2,346.1"/><polygon points="269.5,343.9 267.6,333.1 279.7,331.0 281.6,341.7"/><polygon points="295.8,328.2 294.7,343.7 288.1,346.3 285.2,330.1"/><polygon points="285.1,310.5 297.0,318.5 296.7,322.8 287.6,324.4"/><polygon points="280.7,316.3 282.2,324.7 264.3,327.9 262.8,319.4"/><polygon points="260.1,305.5 273.2,303.1 279.2,307.1 279.8,310.5 261.6,313.7"/><polygon points="233.5,309.8 241.3,308.4 243.5,320.5 235.7,321.8"/><polygon points="246.0,307.7 254.8,306.0 257.0,317.9 248.2,319.5"/><polygon points="257.5,323.2 258.6,329.1 238.1,332.8 237.1,326.8"/><polygon points="150.0,336.7 142.2,338.2 139.0,321.5 146.8,320.0"/><polygon points="165.8,316.3 167.4,325.1 153.8,327.7 152.1,318.9"/><polygon points="169.0,329.6 169.7,333.7 154.9,336.5 154.1,332.4"/><polygon points="132.9,288.6 145.4,294.9 137.2,311.3"/><polygon points="154.6,298.7 163.6,303.2 165.1,311.3 157.3,312.8"/><polygon points="149.7,298.5 152.5,313.6 141.1,315.8"/><polygon points="121.9,316.7 127.4,298.2 128.5,295.7 132.1,314.7"/><polygon points="128.7,320.7 133.3,319.8 137.1,339.5 132.5,340.3"/><polygon points="116.5,343.0 118.6,328.6 120.3,322.7 123.5,322.1 127.1,340.9"/><polygon points="114.0,357.9 115.3,348.7 125.7,346.7 127.4,355.3"/><polygon points="128.5,360.0 129.5,365.5 113.9,368.5 113.8,362.8"/><polygon points="129.8,370.8 131.6,380.2 115.0,383.4 114.7,373.7"/><polygon points="132.7,386.1 134.4,394.9 117.2,398.0 115.4,389.4"/><polygon points="136.6,373.4 135.0,365.3 154.8,361.5 156.4,369.6"/><polygon points="160.7,390.3 151.5,391.9 148.8,377.2 157.9,375.4"/><polygon points="146.4,393.2 139.9,394.4 137.0,379.1 143.5,377.8"/><polygon points="176.5,372.4 177.1,375.7 165.9,388.6 163.3,374.9"/><polygon points="173.6,357.4 175.4,367.1 162.4,369.6 160.5,359.9"/><polygon points="130.9,346.0 140.7,344.1 143.3,357.7 133.5,359.5"/><polygon points="146.4,343.3 158.4,341.0 160.9,354.0 148.9,356.3"/><polygon points="163.6,339.3 170.2,338.1 172.9,352.4 166.4,353.6"/><polygon points="507.1,296.9 506.3,301.9 502.5,313.8 496.7,308.7"/><polygon points="505.4,289.3 493.3,303.2 481.1,292.6 493.3,278.7"/><polygon points="510.3,268.1 510.3,272.3 508.6,282.9 496.9,272.7 505.3,263.1"/><polygon points="475.0,287.4 462.8,276.7 474.6,263.1 486.2,274.5"/><polygon points="456.8,271.7 446.1,262.3 459.8,248.4 469.1,257.6"/><polygon points="489.1,248.1 500.4,259.1 491.5,269.3 479.7,257.7"/><polygon points="464.4,242.9 474.0,233.1 484.4,243.3 474.8,253.1"/><polygon points="509.7,238.9 510.5,243.7 510.4,260.2 499.4,249.4"/><polygon points="504.0,235.0 495.4,243.9 479.5,228.4 488.2,219.5"/><polygon points="501.1,205.1 505.5,216.5 507.6,228.7 492.5,213.9"/><polygon points="278.5,286.3 280.6,274.0 287.4,275.2 285.3,287.4"/><polygon points="291.5,275.6 295.8,276.3 293.6,289.2 289.3,288.5"/><polygon points="299.6,277.2 305.2,278.1 303.0,290.7 297.4,289.7"/><polygon points="293.8,293.2 302.4,294.7 301.2,301.5 289.6,299.5"/><polygon points="300.3,305.6 298.8,314.2 285.8,305.5 287.2,303.3"/><polygon points="282.1,290.2 291.0,291.8 288.9,294.9"/><polygon points="276.0,299.2 277.5,290.9 286.5,296.9 282.2,303.3"/><polygon points="324.9,301.9 316.2,306.6 312.5,299.7"/><polygon points="312.7,308.0 303.3,313.0 305.7,299.0 308.1,299.4"/><polygon points="309.1,278.7 322.0,281.0 321.2,285.7 308.3,283.5"/><polygon points="321.1,289.1 319.6,297.8 315.6,297.1 317.1,288.4"/><polygon points="312.5,296.3 306.1,295.2 307.5,287.1 313.9,288.2"/><polygon points="332.8,293.3 332.0,298.0 329.6,299.3 322.8,298.1 323.9,291.8"/><polygon points="325.8,281.5 334.4,283.0 333.3,289.8 324.6,288.3"/><polygon points="281.0,269.9 282.0,264.4 293.2,266.4 292.3,271.9"/><polygon points="282.3,260.9 282.8,257.6 294.7,259.7 294.2,262.9"/><polygon points="283.9,254.1 285.0,247.6 296.0,249.5 294.9,256.0"/><polygon points="300.2,250.3 315.1,252.9 316.3,254.0 310.3,260.6 300.0,251.3"/><polygon points="304.1,268.7 299.6,273.7 295.5,273.0 296.4,267.4"/><polygon points="307.9,263.8 306.2,265.8 297.4,264.3 298.9,255.7"/><polygon points="306.6,243.8 312.7,249.3 305.8,248.1"/><polygon points="299.6,238.1 304.3,242.3 303.5,247.2 298.1,246.3"/><polygon points="285.2,243.9 285.9,239.9 295.9,241.6 295.2,245.7"/><polygon points="286.4,236.7 287.1,232.9 292.4,231.9 296.9,235.9 296.4,238.4"/><polygon points="328.1,269.8 321.8,276.8 315.2,275.7 316.6,267.8"/><polygon points="319.5,256.5 330.3,266.1 317.1,263.8 318.1,258.0"/><polygon points="333.8,269.2 336.3,271.4 335.0,279.4 326.1,277.9"/><polygon points="311.3,275.3 303.7,274.0 313.4,263.2"/><polygon points="194.6,378.6 203.6,378.5 203.7,388.7 194.7,388.8"/><polygon points="173.0,388.6 181.2,379.1 189.7,379.0 189.8,388.4"/><polygon points="181.7,415.0 170.8,394.1 182.2,394.0 182.4,415.0"/><polygon points="187.4,393.4 203.7,393.3 203.7,398.8 187.4,398.9"/><polygon points="203.2,404.1 203.3,414.7 188.2,414.9 188.1,404.3"/><polygon points="203.6,434.1 193.5,437.8 189.1,429.3 203.5,421.8"/><polygon points="186.1,425.6 183.0,419.7 197.7,419.6"/><polygon points="218.9,428.7 208.9,432.4 208.8,419.6 218.8,419.5"/><polygon points="208.2,415.2 208.2,408.9 219.2,408.8 219.3,415.1"/><polygon points="231.5,423.8 224.0,426.6 223.9,409.4 231.4,409.3"/><polygon points="242.9,408.5 238.2,422.0 236.1,422.8 236.0,408.6"/><polygon points="243.2,395.8 245.1,400.1 243.8,403.8 227.3,403.9 227.2,395.9"/><polygon points="235.9,378.7 240.9,390.3 227.1,390.4 227.0,378.8"/><polygon points="221.7,403.9 209.0,404.0 208.9,392.5 221.6,392.4"/><polygon points="208.5,387.1 208.4,378.7 221.8,378.6 221.9,387.0"/><polygon points="155.9,470.7 146.5,462.1 141.5,455.0 154.8,454.1"/><polygon points="187.3,452.3 187.6,453.9 183.5,463.3 161.9,453.9"/><polygon points="162.0,477.1 161.3,476.4 160.1,459.0 168.3,462.5"/><polygon points="181.2,468.9 174.4,484.7 166.3,480.0 172.8,465.2"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M190.1,249.5 L226.8,257.0 L251.3,265.7" stroke="#6c604a" stroke-width="3.4"/><path d="M251.3,265.7 L279.8,265.8 L303.8,277.2" stroke="#6c604a" stroke-width="3.4"/><path d="M251.3,265.7 L252.3,304.0 L264.1,330.6" stroke="#6c604a" stroke-width="3.4"/><path d="M264.1,330.6 L269.4,356.6 L280.6,378.9" stroke="#6c604a" stroke-width="3.4"/><path d="M280.6,378.9 L273.0,404.3 L273.8,432.0" stroke="#6c604a" stroke-width="3.4"/><path d="M273.8,432.0 L247.1,440.5 L224.3,452.0" stroke="#6c604a" stroke-width="3.4"/><path d="M224.3,452.0 L210.9,468.7 L204.5,484.2" stroke="#6c604a" stroke-width="3.4"/><path d="M204.5,484.2 L183.3,471.6 L167.0,464.3" stroke="#6c604a" stroke-width="3.4"/><path d="M167.0,464.3 L163.1,450.8 L152.8,424.0" stroke="#6c604a" stroke-width="3.4"/><path d="M224.3,452.0 L215.9,432.4 L208.3,403.6" stroke="#6c604a" stroke-width="3.4"/><path d="M224.3,452.0 L242.7,470.3 L262.3,487.2" stroke="#6c604a" stroke-width="3.4"/><path d="M264.1,330.6 L236.1,337.7 L204.1,337.5" stroke="#6c604a" stroke-width="3.4"/><path d="M262.3,487.2 L291.7,485.9 L322.2,472.3" stroke="#6c604a" stroke-width="3.4"/><path d="M280.6,378.9 L310.6,392.1 L333.3,411.2" stroke="#6c604a" stroke-width="3.4"/><path d="M333.3,411.2 L358.8,425.2 L383.2,438.5" stroke="#6c604a" stroke-width="3.4"/><path d="M204.1,337.5 L172.8,339.1 L143.0,348.1" stroke="#6c604a" stroke-width="3.4"/><path d="M280.6,378.9 L310.3,360.7 L330.2,338.1" stroke="#6c604a" stroke-width="3.4"/><path d="M330.2,338.1 L355.8,352.7 L383.9,363.4" stroke="#6c604a" stroke-width="3.4"/><path d="M383.9,363.4 L409.3,375.3 L437.9,385.3" stroke="#6c604a" stroke-width="3.4"/><path d="M303.8,277.2 L315.6,250.5 L347.8,226.4" stroke="#6c604a" stroke-width="3.4"/><path d="M330.2,338.1 L350.6,314.6 L376.8,288.5" stroke="#6c604a" stroke-width="3.4"/><path d="M437.9,385.3 L455.8,351.5 L449.0,312.9" stroke="#6c604a" stroke-width="3.4"/><path d="M449.0,312.9 L472.1,290.1 L486.8,259.4" stroke="#6c604a" stroke-width="3.4"/><path d="M486.8,259.4 L471.4,231.0 L442.9,220.1" stroke="#6c604a" stroke-width="3.4"/><path d="M442.9,220.1 L440.6,192.8 L432.5,168.0" stroke="#6c604a" stroke-width="3.4"/><path d="M432.5,168.0 L400.8,162.0 L365.0,152.0" stroke="#6c604a" stroke-width="3.4"/><path d="M347.8,226.4 L312.9,206.1 L277.3,180.6" stroke="#6c604a" stroke-width="3.4"/><path d="M322.2,472.3 L327.7,444.2 L333.3,411.2" stroke="#6c604a" stroke-width="3.4"/><path d="M437.9,385.3 L411.5,419.3 L383.2,438.5" stroke="#6c604a" stroke-width="3.4"/><path d="M376.8,288.5 L384.8,327.2 L383.9,363.4" stroke="#6c604a" stroke-width="3.4"/><path d="M152.8,424.0 L179.3,416.7 L208.3,403.6" stroke="#6c604a" stroke-width="3.4"/><path d="M449.0,312.9 L412.7,335.8 L383.9,363.4" stroke="#6c604a" stroke-width="3.4"/><path d="M280.6,378.9 L239.6,371.7 L204.1,337.5" stroke="#6c604a" stroke-width="3.4"/><path d="M330.2,338.1 L124.8,297.3" stroke="#6c604a" stroke-width="4.8"/><path d="M330.2,338.1 L465.1,148.1" stroke="#6c604a" stroke-width="4.8"/><path d="M330.2,338.1 L368.5,478.8" stroke="#6c604a" stroke-width="4.8"/><path d="M190.1,249.5 L226.8,257.0 L251.3,265.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M251.3,265.7 L279.8,265.8 L303.8,277.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M251.3,265.7 L252.3,304.0 L264.1,330.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M264.1,330.6 L269.4,356.6 L280.6,378.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M280.6,378.9 L273.0,404.3 L273.8,432.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M273.8,432.0 L247.1,440.5 L224.3,452.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M224.3,452.0 L210.9,468.7 L204.5,484.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M204.5,484.2 L183.3,471.6 L167.0,464.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M167.0,464.3 L163.1,450.8 L152.8,424.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M224.3,452.0 L215.9,432.4 L208.3,403.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M224.3,452.0 L242.7,470.3 L262.3,487.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M264.1,330.6 L236.1,337.7 L204.1,337.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M262.3,487.2 L291.7,485.9 L322.2,472.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M280.6,378.9 L310.6,392.1 L333.3,411.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M333.3,411.2 L358.8,425.2 L383.2,438.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M204.1,337.5 L172.8,339.1 L143.0,348.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M280.6,378.9 L310.3,360.7 L330.2,338.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M330.2,338.1 L355.8,352.7 L383.9,363.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M383.9,363.4 L409.3,375.3 L437.9,385.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M303.8,277.2 L315.6,250.5 L347.8,226.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M330.2,338.1 L350.6,314.6 L376.8,288.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M437.9,385.3 L455.8,351.5 L449.0,312.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M449.0,312.9 L472.1,290.1 L486.8,259.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M486.8,259.4 L471.4,231.0 L442.9,220.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M442.9,220.1 L440.6,192.8 L432.5,168.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M432.5,168.0 L400.8,162.0 L365.0,152.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M347.8,226.4 L312.9,206.1 L277.3,180.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M322.2,472.3 L327.7,444.2 L333.3,411.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M437.9,385.3 L411.5,419.3 L383.2,438.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M376.8,288.5 L384.8,327.2 L383.9,363.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M152.8,424.0 L179.3,416.7 L208.3,403.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M449.0,312.9 L412.7,335.8 L383.9,363.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M280.6,378.9 L239.6,371.7 L204.1,337.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M330.2,338.1 L124.8,297.3" stroke="#e4d9bc" stroke-width="3.2"/><path d="M330.2,338.1 L465.1,148.1" stroke="#e4d9bc" stroke-width="3.2"/><path d="M330.2,338.1 L368.5,478.8" stroke="#e4d9bc" stroke-width="3.2"/></g><path d="M111.4,358.6 L115.7,328.0 M115.7,328.0 L122.2,306.0 M128.6,289.0 L138.4,267.1 M138.4,267.1 L156.2,238.1 M156.2,238.1 L177.7,210.9 M177.7,210.9 L202.5,186.2 M202.5,186.2 L230.1,164.5 M230.1,164.5 L259.9,146.3 M259.9,146.3 L291.1,132.1 M291.1,132.1 L323.1,122.4 M323.1,122.4 L355.1,117.5 M355.1,117.5 L386.1,117.7 M386.1,117.7 L415.4,123.0 M415.4,123.0 L441.9,133.2 M441.9,133.2 L457.4,143.2 M471.5,154.6 L484.2,167.3 M484.2,167.3 L498.7,190.0 M498.7,190.0 L508.5,215.6 M508.5,215.6 L513.3,243.4 M513.3,243.4 L513.2,272.6 M513.2,272.6 L508.4,302.4 M508.4,302.4 L499.1,332.2 M499.1,332.2 L485.6,361.3 M485.6,361.3 L468.3,389.2 M468.3,389.2 L447.5,415.5 M447.5,415.5 L423.7,439.5 M423.7,439.5 L397.2,460.7 M397.2,460.7 L376.2,474.0 M360.3,482.7 L338.3,493.2 M338.3,493.2 L307.0,503.4 M307.0,503.4 L275.6,509.0 M275.6,509.0 L244.8,509.8 M244.8,509.8 L215.4,505.6 M215.4,505.6 L188.4,496.4 M188.4,496.4 L164.5,482.4 M164.5,482.4 L144.4,464.0 M144.4,464.0 L128.8,441.7 M128.8,441.7 L117.9,416.2 M117.9,416.2 L112.1,388.2 M112.1,388.2 L111.4,358.6" fill="none" stroke="#3c3628" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><g fill="#3c3628" stroke="#1c1810" stroke-width="0.6"><circle cx="111.4" cy="358.6" r="2.6"/><circle cx="115.7" cy="328.0" r="2.6"/><circle cx="124.8" cy="297.3" r="2.6"/><circle cx="138.4" cy="267.1" r="2.6"/><circle cx="156.2" cy="238.1" r="2.6"/><circle cx="177.7" cy="210.9" r="2.6"/><circle cx="202.5" cy="186.2" r="2.6"/><circle cx="230.1" cy="164.5" r="2.6"/><circle cx="259.9" cy="146.3" r="2.6"/><circle cx="291.1" cy="132.1" r="2.6"/><circle cx="323.1" cy="122.4" r="2.6"/><circle cx="355.1" cy="117.5" r="2.6"/><circle cx="386.1" cy="117.7" r="2.6"/><circle cx="415.4" cy="123.0" r="2.6"/><circle cx="441.9" cy="133.2" r="2.6"/><circle cx="465.1" cy="148.1" r="2.6"/><circle cx="484.2" cy="167.3" r="2.6"/><circle cx="498.7" cy="190.0" r="2.6"/><circle cx="508.5" cy="215.6" r="2.6"/><circle cx="513.3" cy="243.4" r="2.6"/><circle cx="513.2" cy="272.6" r="2.6"/><circle cx="508.4" cy="302.4" r="2.6"/><circle cx="499.1" cy="332.2" r="2.6"/><circle cx="485.6" cy="361.3" r="2.6"/><circle cx="468.3" cy="389.2" r="2.6"/><circle cx="447.5" cy="415.5" r="2.6"/><circle cx="423.7" cy="439.5" r="2.6"/><circle cx="397.2" cy="460.7" r="2.6"/><circle cx="368.5" cy="478.8" r="2.6"/><circle cx="338.3" cy="493.2" r="2.6"/><circle cx="307.0" cy="503.4" r="2.6"/><circle cx="275.6" cy="509.0" r="2.6"/><circle cx="244.8" cy="509.8" r="2.6"/><circle cx="215.4" cy="505.6" r="2.6"/><circle cx="188.4" cy="496.4" r="2.6"/><circle cx="164.5" cy="482.4" r="2.6"/><circle cx="144.4" cy="464.0" r="2.6"/><circle cx="128.8" cy="441.7" r="2.6"/><circle cx="117.9" cy="416.2" r="2.6"/><circle cx="112.1" cy="388.2" r="2.6"/></g><g fill="#3c3628" stroke="#1c1810" stroke-width="0.8"><rect x="121.8" y="294.3" width="6.0" height="6.0"/><rect x="462.1" y="145.1" width="6.0" height="6.0"/><rect x="365.5" y="475.8" width="6.0" height="6.0"/></g><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="190.1" y="252.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="322.2" y="475.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="442.9" y="223.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="251.3" y="268.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="437.9" y="388.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="383.2" y="441.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="347.8" y="229.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="224.3" y="455.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="330.2" y="341.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="204.5" y="487.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="333.3" y="414.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="376.8" y="291.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="152.8" y="427.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="273.8" y="435.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="432.5" y="171.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="262.3" y="490.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="449.0" y="315.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="383.9" y="366.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="277.3" y="183.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="280.6" y="381.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="204.1" y="340.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="365.0" y="155.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="264.1" y="333.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="143.0" y="351.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="486.8" y="262.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="303.8" y="280.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="208.3" y="406.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="167.0" y="467.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</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">Caldwingate</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="130.6,0.0 630.0,0.0 630.0,630.0 477.7,630.0" fill="#2f6d8f"/><polygon points="93.1,401.1 93.9,362.5 100.2,323.7 111.5,285.8 127.4,249.4 147.1,215.4 170.2,184.2 196.1,156.3 210.1,144.4 406.9,501.4 377.3,525.0 344.9,544.4 310.8,558.4 275.7,566.4 240.7,567.7 207.1,562.0 176.1,549.1 148.9,529.5 126.4,503.8 109.3,473.0 98.2,438.4" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="93.8,367.1 93.9,362.5 100.2,323.7 103.7,311.9 147.7,332.6 148.2,334.5 133.0,364.2 107.4,371.0" fill="#cdbf9e"/><polygon points="341.6,545.7 319.1,555.0 293.0,510.8 324.8,483.6 342.3,491.5" fill="#b3a684"/><polygon points="146.5,476.8 134.8,454.0 136.2,450.6 163.5,450.0 167.4,468.0 158.6,478.4" fill="#dfd6c0"/><polygon points="184.5,552.5 176.1,549.1 148.9,529.5 147.6,528.0 155.1,510.4 169.1,499.9 175.9,500.9 197.1,523.0" fill="#b3a684"/><polygon points="120.5,493.3 109.3,473.0 107.5,467.5 134.8,454.0 146.5,476.8 133.0,490.5" fill="#cdbf9e"/><polygon points="142.4,223.6 147.1,215.4 160.4,197.4 181.6,206.4 196.6,226.6 195.1,250.7 171.8,265.2" fill="#b9a98c"/><polygon points="246.1,209.8 261.1,236.9 223.4,266.1 195.1,250.7 196.6,226.6" fill="#c2b48f"/><polygon points="310.2,458.4 297.4,458.0 278.4,431.5 278.5,428.7 305.2,407.7" fill="#c2b48f"/><polygon points="173.3,436.9 153.5,420.8 152.7,396.6 176.1,389.5 192.2,425.6 180.1,435.8" fill="#cdbf9e"/><polygon points="153.5,420.8 173.3,436.9 163.5,450.0 136.2,450.6 133.8,437.4" fill="#c2b48f"/><polygon points="160.4,197.4 170.2,184.2 196.1,156.3 210.1,144.4 225.2,171.8 181.6,206.4" fill="#b3a684"/><polygon points="147.6,528.0 126.4,503.8 120.5,493.3 133.0,490.5 155.1,510.4" fill="#c2b48f"/><polygon points="234.8,359.7 208.9,340.4 211.5,311.3 228.4,298.8 255.0,305.8 262.7,346.3" fill="#b9a98c"/><polygon points="180.1,435.8 192.2,425.6 209.9,426.5 214.4,469.4 210.0,472.2 198.4,471.8 194.9,469.5" fill="#c2b48f"/><polygon points="276.6,471.4 253.0,457.4 278.4,431.5 297.4,458.0" fill="#b9a98c"/><polygon points="221.9,391.0 182.9,381.0 182.6,356.3 208.9,340.4 234.8,359.7 231.3,384.7" fill="#cdbf9e"/><polygon points="210.0,472.2 214.4,469.4 234.8,469.3 254.1,515.5 248.2,522.6 212.5,515.5" fill="#c2b48f"/><polygon points="133.0,364.2 148.2,334.5 182.6,356.3 182.9,381.0 176.1,389.5 152.7,396.6 150.7,395.8" fill="#c2b48f"/><polygon points="254.1,515.5 234.8,469.3 248.7,457.2 253.0,457.4 276.6,471.4 277.1,506.6" fill="#d8cdb0"/><polygon points="324.8,483.6 293.0,510.8 277.1,506.6 276.6,471.4 297.4,458.0 310.2,458.4 317.3,461.9" fill="#c2b48f"/><polygon points="103.7,311.9 111.5,285.8 117.3,272.5 165.4,277.0 170.9,297.8 147.7,332.6" fill="#d8cdb0"/><polygon points="192.2,425.6 176.1,389.5 182.9,381.0 221.9,391.0 215.5,422.8 209.9,426.5" fill="#d9c08a"/><polygon points="261.1,236.9 287.9,285.5 255.0,305.8 228.4,298.8 223.4,266.1" fill="#cdbf9e"/><polygon points="377.7,448.4 406.9,501.4 392.1,513.1 356.4,487.4" fill="#d8cdb0"/><polygon points="133.8,437.4 136.2,450.6 134.8,454.0 107.5,467.5 98.2,438.4 97.7,435.1 121.2,428.6" fill="#b3a684"/><polygon points="158.6,478.4 167.4,468.0 194.9,469.5 198.4,471.8 175.9,500.9 169.1,499.9" fill="#c2b48f"/><polygon points="107.4,371.0 133.0,364.2 150.7,395.8 122.5,405.3 116.6,401.9" fill="#c2b48f"/><polygon points="171.8,265.2 195.1,250.7 223.4,266.1 228.4,298.8 211.5,311.3 170.9,297.8 165.4,277.0" fill="#cdbf9e"/><polygon points="225.2,171.8 246.1,209.8 196.6,226.6 181.6,206.4" fill="#cdbf9e"/><polygon points="150.7,395.8 152.7,396.6 153.5,420.8 133.8,437.4 121.2,428.6 122.5,405.3" fill="#d8cdb0"/><polygon points="250.0,567.4 240.7,567.7 207.1,562.0 184.5,552.5 197.1,523.0 212.5,515.5 248.2,522.6" fill="#cdbf9e"/><polygon points="317.5,339.3 341.1,382.1 317.0,404.3 305.9,406.5 282.3,383.6 282.8,355.8" fill="#cdbf9e"/><polygon points="341.1,382.1 372.0,438.2 341.7,439.7 317.0,404.3" fill="#c2b48f"/><polygon points="305.2,407.7 278.5,428.7 257.0,414.3 256.1,398.6 282.3,383.6 305.9,406.5" fill="#b3a684"/><polygon points="287.9,285.5 317.5,339.3 282.8,355.8 262.7,346.3 255.0,305.8" fill="#aebbb0"/><polygon points="167.4,468.0 163.5,450.0 173.3,436.9 180.1,435.8 194.9,469.5" fill="#cdbf9e"/><polygon points="214.4,469.4 209.9,426.5 215.5,422.8 240.2,430.9 248.7,457.2 234.8,469.3" fill="#d8cdb0"/><polygon points="317.3,461.9 310.2,458.4 305.2,407.7 305.9,406.5 317.0,404.3 341.7,439.7" fill="#b3a684"/><polygon points="133.0,490.5 146.5,476.8 158.6,478.4 169.1,499.9 155.1,510.4" fill="#cdbf9e"/><polygon points="116.6,401.9 122.5,405.3 121.2,428.6 97.7,435.1 94.1,408.6" fill="#cdbf9e"/><polygon points="257.0,414.3 278.5,428.7 278.4,431.5 253.0,457.4 248.7,457.2 240.2,430.9" fill="#cdbf9e"/><polygon points="392.1,513.1 377.3,525.0 344.9,544.4 341.6,545.7 342.3,491.5 356.4,487.4" fill="#c2b48f"/><polygon points="240.2,430.9 215.5,422.8 221.9,391.0 231.3,384.7 256.1,398.6 257.0,414.3" fill="#c2b48f"/><polygon points="148.2,334.5 147.7,332.6 170.9,297.8 211.5,311.3 208.9,340.4 182.6,356.3" fill="#cdbf9e"/><polygon points="319.1,555.0 310.8,558.4 275.7,566.4 250.0,567.4 248.2,522.6 254.1,515.5 277.1,506.6 293.0,510.8" fill="#cdbf9e"/><polygon points="197.1,523.0 175.9,500.9 198.4,471.8 210.0,472.2 212.5,515.5" fill="#cdbf9e"/><polygon points="231.3,384.7 234.8,359.7 262.7,346.3 282.8,355.8 282.3,383.6 256.1,398.6" fill="#dfd6c0"/><polygon points="372.0,438.2 377.7,448.4 356.4,487.4 342.3,491.5 324.8,483.6 317.3,461.9 341.7,439.7" fill="#cdbf9e"/><polygon points="117.3,272.5 127.4,249.4 142.4,223.6 171.8,265.2 165.4,277.0" fill="#cdbf9e"/><polygon points="93.1,401.1 93.8,367.1 107.4,371.0 116.6,401.9 94.1,408.6" fill="#cdbf9e"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="101.3,330.8 102.4,324.2 105.1,315.0 111.0,317.8 104.2,332.2"/><polygon points="115.3,320.4 123.4,324.2 117.1,337.7 108.9,333.8"/><polygon points="99.7,339.8 100.5,335.2 115.5,342.3 113.6,346.4"/><polygon points="96.9,364.8 97.0,362.8 99.8,345.7 110.5,350.7 103.0,366.5"/><polygon points="131.8,359.6 130.8,361.6 109.6,367.2 116.6,352.4"/><polygon points="139.3,345.0 134.7,354.0 119.3,346.8 123.6,337.6"/><polygon points="128.4,326.4 145.3,334.4 142.4,340.0 125.7,332.1"/><polygon points="297.1,513.8 295.6,511.2 309.1,499.7 311.0,501.9"/><polygon points="302.3,523.3 298.8,517.2 301.9,514.5 309.6,523.4"/><polygon points="318.0,509.9 321.6,514.1 312.8,521.6 309.2,517.4"/><polygon points="304.4,512.3 313.6,504.4 315.9,507.0 306.7,514.9"/><polygon points="324.1,516.8 329.9,523.6 316.4,523.4"/><polygon points="334.2,511.8 323.8,511.7 323.4,511.2 329.4,506.1"/><polygon points="340.3,497.4 340.1,511.3 338.2,511.3 332.3,504.3"/><polygon points="340.0,515.3 339.9,523.4 334.7,523.3 327.7,515.2"/><polygon points="324.4,486.6 325.1,486.0 339.8,492.6 333.9,497.7"/><polygon points="312.3,497.1 321.3,489.4 325.9,494.7 316.9,502.4"/><polygon points="328.7,497.4 331.2,500.4 321.6,508.6 319.1,505.7"/><polygon points="319.8,552.6 313.1,541.1 320.0,537.0"/><polygon points="310.9,538.0 304.2,526.6 311.1,526.7"/><polygon points="314.3,526.8 320.4,526.8 320.3,532.7 314.2,536.3"/><polygon points="339.6,544.4 331.9,547.5 328.3,538.6 339.7,538.7"/><polygon points="328.7,549.3 323.3,551.5 323.5,538.1 324.1,538.1"/><polygon points="337.2,526.7 340.5,526.8 340.4,535.4 337.1,535.4"/><polygon points="324.0,534.5 324.1,527.2 333.9,527.4 333.8,534.6"/><polygon points="148.5,474.0 138.1,453.9 138.2,453.6 150.0,453.3 150.5,474.3"/><polygon points="155.9,453.1 161.2,452.9 164.3,467.3 157.5,475.3 156.3,475.2"/><polygon points="183.5,550.0 177.1,547.4 167.7,540.6 169.5,538.1 184.1,548.6"/><polygon points="185.1,530.3 190.1,533.9 185.5,544.6 178.5,539.5"/><polygon points="171.6,535.0 178.7,525.1 182.1,527.6 175.0,537.5"/><polygon points="194.3,521.9 195.7,523.3 192.3,531.2 189.2,529.0"/><polygon points="180.9,522.2 186.4,514.6 191.7,520.1 187.0,526.6"/><polygon points="166.9,504.3 169.7,502.2 174.8,503.0 183.3,511.8 181.3,514.6"/><polygon points="175.1,515.3 179.1,518.2 171.5,528.7 167.5,525.8"/><polygon points="157.4,511.3 163.2,506.9 171.6,513.0 167.6,518.6"/><polygon points="154.1,516.7 155.2,514.2 165.9,521.9 164.4,524.1"/><polygon points="154.1,531.1 150.1,528.2 149.6,527.7 153.0,519.9 159.0,524.2"/><polygon points="164.6,538.3 157.3,533.0 161.9,526.6 169.2,531.9"/><polygon points="117.9,482.5 112.0,471.9 111.1,469.0 119.8,464.7 126.5,478.2"/><polygon points="121.5,491.1 119.3,487.2 129.5,482.1 132.5,488.2 132.0,488.7"/><polygon points="144.1,475.6 144.5,476.5 135.3,485.9 132.9,481.1"/><polygon points="125.0,462.2 133.5,457.9 140.8,472.1 132.1,476.5"/><polygon points="187.5,250.5 172.9,259.5 162.4,244.6 176.4,234.7"/><polygon points="190.5,223.2 193.6,227.5 192.5,245.2 181.5,229.6"/><polygon points="158.2,207.5 161.8,202.5 178.9,209.8 185.2,218.2 172.2,227.4"/><polygon points="146.7,223.4 150.1,217.4 152.9,213.6 166.2,232.4 157.4,238.6"/><polygon points="206.0,226.0 211.3,224.2 217.1,241.3 211.8,243.0"/><polygon points="197.9,247.7 199.0,228.5 201.3,227.7 207.0,244.6"/><polygon points="223.6,262.1 223.1,262.5 203.2,251.7 218.4,246.6"/><polygon points="251.7,225.9 257.4,236.1 249.5,242.2 239.9,229.9"/><polygon points="240.5,250.5 228.0,260.1 226.4,255.3"/><polygon points="231.9,232.0 234.3,231.2 244.8,244.7 237.1,247.3"/><polygon points="225.7,250.9 220.6,236.1 227.3,233.8 232.4,248.7"/><polygon points="245.3,212.1 250.3,221.3 243.7,223.5 240.4,213.7"/><polygon points="238.6,224.0 219.3,230.5 216.8,223.0 236.0,216.5"/><polygon points="285.9,426.3 303.0,412.9 304.1,424.5"/><polygon points="307.2,455.6 298.8,455.3 293.9,448.4 305.7,439.9"/><polygon points="290.8,443.6 282.8,432.5 304.4,430.3 304.7,433.5"/><polygon points="179.4,404.1 183.5,413.4 169.6,419.6 165.5,410.3"/><polygon points="159.4,397.3 174.6,392.7 177.3,398.9 162.9,405.3"/><polygon points="161.2,423.7 156.0,419.5 155.4,401.2 164.7,422.1"/><polygon points="174.2,433.6 166.6,427.5 185.8,418.9 188.4,424.7 178.8,432.9"/><polygon points="161.6,430.2 170.2,437.3 162.4,447.8 161.9,447.8"/><polygon points="148.8,448.2 138.0,448.4 136.2,438.3 138.6,436.2"/><polygon points="153.5,424.8 156.1,427.0 156.6,447.1 154.9,447.1 143.3,433.4"/><polygon points="203.4,152.3 209.6,147.0 213.3,153.7 207.2,157.0"/><polygon points="214.8,157.2 222.5,171.3 220.4,173.0 209.9,159.8"/><polygon points="194.1,161.6 197.6,157.8 200.8,155.1 206.7,162.6 199.4,168.3"/><polygon points="184.4,171.9 191.1,164.6 196.2,171.0 188.5,177.2"/><polygon points="210.0,181.7 207.3,183.9 199.1,173.6 201.8,171.4"/><polygon points="209.4,165.8 217.2,175.6 212.7,179.2 204.9,169.4"/><polygon points="204.0,185.9 198.9,190.0 191.2,180.3 196.3,176.3"/><polygon points="168.0,190.8 171.8,185.6 181.6,175.1 184.0,178.1"/><polygon points="186.0,201.4 181.5,205.0 179.5,204.2 182.5,197.1"/><polygon points="176.8,202.0 166.4,197.6 175.8,190.1 179.7,195.1"/><polygon points="190.5,186.2 195.6,192.6 188.0,198.7 182.9,192.2"/><polygon points="186.8,180.5 188.7,183.0 180.2,189.8 178.2,187.3"/><polygon points="146.7,522.4 134.8,508.8 141.9,502.6 151.5,511.2"/><polygon points="130.8,505.3 128.3,502.5 124.0,494.9 132.3,493.0 138.5,498.5"/><polygon points="254.2,319.6 256.0,328.9 235.9,332.7 234.2,323.4"/><polygon points="230.3,302.8 252.1,308.5 252.9,313.0 232.9,316.8"/><polygon points="213.4,336.2 215.5,313.6 223.5,307.6 228.4,333.3"/><polygon points="230.2,353.3 215.6,342.4 227.6,340.1"/><polygon points="236.8,354.5 234.1,340.4 256.8,336.1 258.3,344.1"/><polygon points="191.7,430.0 193.2,428.7 207.0,429.5 208.1,439.9 193.0,441.5"/><polygon points="182.1,436.3 187.2,431.9 188.4,443.5 185.4,443.8"/><polygon points="208.9,446.0 209.7,453.6 192.0,455.5 188.7,448.1"/><polygon points="210.5,459.3 211.4,468.0 209.2,469.4 199.3,469.1 197.1,467.7 194.2,461.0"/><polygon points="276.5,467.1 258.9,456.6 268.3,447.0 283.9,462.3"/><polygon points="272.5,441.8 278.0,436.3 293.0,457.1 290.1,459.0"/><polygon points="209.6,385.7 198.9,382.9 200.7,376.1 211.3,378.8"/><polygon points="202.2,371.8 204.9,361.2 214.8,363.7 212.1,374.3"/><polygon points="221.4,388.0 214.4,386.2 217.5,374.2 229.5,377.2 228.7,383.1"/><polygon points="218.0,369.3 219.3,364.4 231.7,367.6 231.0,372.7"/><polygon points="206.3,356.2 209.4,344.1 221.7,353.3 217.4,359.1"/><polygon points="225.8,355.2 233.0,360.5 232.5,363.9 221.4,361.1"/><polygon points="189.9,354.4 204.0,345.9 201.1,357.3"/><polygon points="185.6,369.9 185.4,358.4 199.2,361.9 196.5,372.7"/><polygon points="195.0,382.2 184.7,379.6 184.6,374.4 196.3,377.4"/><polygon points="237.8,481.5 239.5,485.5 226.1,491.1 224.4,487.1"/><polygon points="218.8,472.0 233.1,471.9 235.4,477.5 223.2,482.6"/><polygon points="212.7,473.6 213.6,473.0 221.7,492.3 214.0,495.5"/><polygon points="245.2,502.0 250.6,515.0 247.0,519.3 236.7,517.2 239.9,500.9"/><polygon points="241.3,488.3 245.2,497.5 239.1,496.3 240.6,488.7"/><polygon points="219.5,498.5 236.3,491.5 234.3,501.5"/><polygon points="230.7,516.0 215.4,513.0 214.9,503.1 232.6,506.6"/><polygon points="138.6,359.2 144.8,347.2 153.4,351.7 146.9,364.5"/><polygon points="158.0,353.1 161.5,354.9 152.6,369.1 150.5,367.7"/><polygon points="146.8,342.5 149.1,337.9 165.3,348.2 163.5,351.1"/><polygon points="135.6,364.2 135.9,363.6 149.9,372.4 144.8,380.5"/><polygon points="150.8,390.8 147.7,385.1 156.5,371.2 161.4,374.2"/><polygon points="176.6,384.3 174.4,387.0 156.2,392.5 165.8,377.4"/><polygon points="180.7,364.9 180.8,380.3 180.4,380.9 173.3,376.4"/><polygon points="173.4,368.3 169.8,373.9 158.8,366.9 162.4,361.3"/><polygon points="169.3,350.7 180.0,357.6 175.7,364.4 165.0,357.5"/><polygon points="256.4,510.1 250.2,495.3 272.6,486.0 272.9,503.7"/><polygon points="247.0,487.6 239.9,470.4 250.2,461.5 251.8,461.5 272.4,473.8 272.5,477.0"/><polygon points="317.6,486.0 304.8,497.0 299.1,490.4 311.9,479.4"/><polygon points="322.9,483.1 321.8,484.0 314.5,475.5 319.0,471.7"/><polygon points="309.0,461.4 309.5,461.4 314.8,464.0 316.2,468.0 303.3,479.0 297.1,471.7"/><polygon points="289.7,465.0 297.9,459.8 303.3,460.0 292.9,468.8"/><polygon points="295.3,486.4 282.1,470.9 286.5,468.1 299.3,483.0"/><polygon points="278.3,484.7 278.1,472.7 284.1,479.7"/><polygon points="280.0,504.3 280.0,504.3 279.8,489.3 285.9,484.0 293.5,492.8"/><polygon points="301.3,500.8 292.5,508.4 285.5,506.5 297.4,496.2"/><polygon points="152.7,317.4 146.2,327.3 123.1,316.4 128.1,305.8"/><polygon points="162.8,281.5 166.9,297.1 157.6,311.0 150.5,307.6"/><polygon points="140.8,278.9 154.7,280.2 143.6,303.8 131.7,298.2"/><polygon points="108.8,309.6 115.5,287.2 120.0,277.0 131.9,278.1 115.5,312.8"/><polygon points="260.3,240.7 264.0,247.4 249.4,255.5 246.9,251.0"/><polygon points="266.7,251.0 268.1,253.6 252.4,262.2 251.0,259.7"/><polygon points="269.5,258.3 274.2,266.8 260.3,274.5 255.7,266.0"/><polygon points="241.2,272.0 234.9,260.6 242.8,254.5 249.8,267.2"/><polygon points="256.3,277.7 246.5,283.0 243.0,276.6 252.7,271.2"/><polygon points="242.4,285.0 229.8,292.0 228.2,281.8 239.7,280.0"/><polygon points="227.4,277.1 225.8,267.1 230.6,263.4 237.4,275.6"/><polygon points="246.8,301.4 230.3,297.1 230.3,296.9 241.1,291.0"/><polygon points="261.5,298.5 254.5,302.7 253.1,302.4 245.8,289.1 253.9,284.7"/><polygon points="277.2,271.5 284.4,284.6 278.0,288.5 270.0,275.5"/><polygon points="273.5,291.2 266.3,295.7 258.7,281.9 265.4,278.1"/><polygon points="377.7,457.2 387.5,475.0 364.2,487.8 361.9,486.1"/><polygon points="391.5,482.3 401.5,500.3 392.0,507.9 371.8,493.2"/><polygon points="125.6,456.3 119.2,459.5 115.1,451.3 122.8,447.5"/><polygon points="113.1,448.3 111.1,444.2 121.2,441.0 122.1,443.8"/><polygon points="115.9,461.4 108.6,465.0 106.2,457.4 112.9,455.3"/><polygon points="105.0,454.2 102.7,447.1 108.1,445.3 111.5,452.2"/><polygon points="131.7,438.7 133.9,450.4 133.1,452.4 129.4,454.2 125.0,440.5 131.3,438.4"/><polygon points="120.2,430.2 120.9,430.0 128.8,435.6 122.6,437.6"/><polygon points="106.2,434.9 117.2,431.8 119.1,437.9 108.3,441.4"/><polygon points="101.5,444.3 99.5,438.1 99.2,436.1 102.7,435.1 105.3,443.1"/><polygon points="180.4,470.7 194.3,471.5 195.6,472.3 190.7,478.7"/><polygon points="182.7,477.9 187.8,481.8 179.3,492.8 174.2,488.9"/><polygon points="161.9,478.8 168.6,470.8 173.2,471.1 178.5,475.1 170.5,485.5 161.9,478.8"/><polygon points="177.0,496.4 175.1,498.9 170.4,498.2 164.9,487.0"/><polygon points="122.8,370.0 131.5,367.7 139.8,382.5 132.2,386.8"/><polygon points="121.2,378.9 127.3,389.9 117.5,395.4 113.3,381.2"/><polygon points="109.4,372.1 117.4,370.0 120.0,374.7 111.0,377.4"/><polygon points="142.8,387.7 146.4,394.1 122.8,402.1 120.1,400.5"/><polygon points="222.0,299.8 211.0,308.0 201.3,304.7 204.8,294.1"/><polygon points="214.6,264.8 220.6,268.0 222.6,280.9 208.5,283.1"/><polygon points="224.0,286.2 225.4,295.3 206.4,288.9"/><polygon points="204.4,258.9 209.6,261.7 203.5,280.1 198.0,278.2"/><polygon points="190.3,257.4 195.2,254.3 199.1,256.5 192.6,276.0 184.9,273.4"/><polygon points="173.3,266.6 183.9,260.1 179.6,272.7 171.5,270.0"/><polygon points="172.4,293.7 168.1,277.3 169.7,274.3 178.0,277.0"/><polygon points="183.9,299.1 177.0,296.8 182.9,279.0 189.8,281.3"/><polygon points="201.6,285.2 195.7,303.1 189.2,301.0 195.2,283.1"/><polygon points="193.4,200.3 198.6,196.2 208.5,208.7 203.3,212.8"/><polygon points="194.6,219.8 185.0,206.8 189.5,203.3 199.5,215.9"/><polygon points="216.0,217.7 197.4,224.0 197.2,223.7 211.7,212.2"/><polygon points="212.2,194.9 205.8,198.5 201.4,192.9 207.1,188.5"/><polygon points="224.4,176.0 229.1,184.5 215.6,191.9 211.2,186.4"/><polygon points="225.9,213.7 220.6,215.5 209.5,201.6 216.9,197.5"/><polygon points="231.7,189.5 238.1,201.1 228.3,206.5 221.9,194.9"/><polygon points="241.3,204.6 243.6,208.8 230.7,213.1 229.6,211.1"/><polygon points="148.6,400.9 149.2,418.9 133.5,432.1 125.5,426.5 126.5,408.4"/><polygon points="239.2,523.3 245.8,524.6 246.4,539.3 239.9,539.5"/><polygon points="234.4,533.4 234.6,539.4 214.1,540.2 213.8,534.3"/><polygon points="213.4,518.7 233.8,522.8 234.0,527.7 213.8,528.5"/><polygon points="198.2,524.1 198.2,524.0 209.1,518.8 209.3,523.7"/><polygon points="192.7,540.9 198.0,528.5 207.8,528.1 208.3,540.3"/><polygon points="204.1,557.8 188.0,551.1 189.9,546.6 203.6,546.1"/><polygon points="214.3,561.0 209.1,560.1 208.5,545.4 213.6,545.2"/><polygon points="228.0,562.6 219.3,561.2 218.7,545.7 227.3,545.3"/><polygon points="233.5,556.7 233.0,545.1 246.2,544.6 246.6,556.1"/><polygon points="247.9,565.5 240.9,565.8 232.8,564.4 232.7,561.6 247.8,561.0"/><polygon points="321.2,350.9 327.6,362.5 321.1,366.1 314.7,354.5"/><polygon points="317.1,368.5 311.3,371.7 304.8,359.9 310.6,356.7"/><polygon points="316.5,342.5 318.8,346.7 302.7,355.6 299.9,350.5"/><polygon points="284.9,364.9 285.1,357.3 295.5,352.3 298.4,357.5"/><polygon points="306.7,373.7 298.0,378.5 291.6,366.9 300.4,362.1"/><polygon points="293.9,381.3 287.0,385.0 284.6,382.7 284.8,370.1 287.1,368.9"/><polygon points="299.6,397.8 289.6,388.2 294.8,385.4 301.2,396.9"/><polygon points="299.2,384.0 309.1,378.5 314.6,388.5 304.7,394.0"/><polygon points="320.2,398.1 315.9,402.1 306.7,403.9 303.2,400.6 317.3,392.8"/><polygon points="337.1,383.3 323.7,395.6 321.6,391.8"/><polygon points="330.0,366.4 336.8,378.8 331.9,381.6 325.1,369.1"/><polygon points="327.6,383.5 320.1,387.7 313.6,375.9 321.1,371.7"/><polygon points="337.0,406.9 326.2,412.8 320.5,404.7 328.4,397.5"/><polygon points="340.4,386.5 348.2,400.6 341.9,404.1 332.4,393.9"/><polygon points="348.1,426.1 339.4,430.9 330.0,417.4 340.2,411.7"/><polygon points="350.9,405.3 359.3,420.5 353.5,423.7 345.1,408.5"/><polygon points="361.7,425.6 367.2,435.5 343.2,436.6 342.8,436.0"/><polygon points="303.9,406.7 293.3,415.0 291.6,412.9 301.9,404.8"/><polygon points="289.7,409.7 285.3,404.0 293.6,397.5 298.8,402.5"/><polygon points="282.6,401.4 280.0,398.0 288.2,391.6 291.3,394.6"/><polygon points="278.0,395.3 274.1,390.3 282.1,385.8 285.7,389.3"/><polygon points="263.7,396.3 271.0,392.1 274.7,396.7 268.1,401.9"/><polygon points="258.4,409.5 257.8,399.6 260.6,398.0 265.4,404.0"/><polygon points="273.8,423.5 269.0,420.3 274.1,412.6 278.9,415.9"/><polygon points="286.3,420.6 278.4,426.8 276.4,425.5 281.7,417.5"/><polygon points="290.2,416.9 288.8,418.0 276.5,409.7 280.2,404.2"/><polygon points="266.0,417.9 259.5,413.5 270.1,405.1 272.5,408.2"/><polygon points="272.0,402.4 276.9,398.6 278.6,400.8 275.0,406.2"/><polygon points="287.6,308.2 279.9,312.5 272.2,298.5 279.0,294.3"/><polygon points="287.1,288.7 295.7,304.4 292.3,306.2 283.0,291.2"/><polygon points="297.8,308.7 304.5,320.9 297.4,324.8 290.7,312.6"/><polygon points="293.5,327.4 288.8,330.0 281.7,317.1 286.4,314.6"/><polygon points="283.7,331.7 274.9,336.6 266.0,320.4 276.4,318.4"/><polygon points="270.5,339.9 264.5,343.2 260.4,321.5"/><polygon points="259.7,315.7 258.0,307.2 267.4,301.4 273.8,313.0"/><polygon points="281.8,353.2 267.6,346.4 275.7,342.0"/><polygon points="307.0,325.3 314.1,338.2 307.3,341.4 301.1,328.5"/><polygon points="292.4,348.7 286.0,351.7 279.6,340.2 285.8,336.8"/><polygon points="302.9,343.6 296.6,346.6 290.0,334.6 296.9,330.8"/><polygon points="174.1,439.7 174.6,439.0 178.7,438.4 185.8,454.5 181.4,456.5"/><polygon points="168.6,462.0 166.1,450.6 170.8,444.3 177.0,458.3"/><polygon points="171.6,465.9 187.7,458.8 191.2,467.0"/><polygon points="218.1,465.2 216.6,450.8 241.4,448.2 243.9,455.9 233.2,465.1"/><polygon points="215.5,442.8 214.0,428.5 216.1,427.1 237.1,433.9 239.2,440.3"/><polygon points="323.8,441.3 338.7,439.8 329.8,447.9"/><polygon points="317.1,460.3 311.5,457.5 311.4,456.6 322.4,455.5"/><polygon points="318.2,441.7 319.1,441.6 327.2,450.5 325.5,452.1 319.3,452.7"/><polygon points="311.5,453.5 310.4,442.4 314.8,442.0 315.9,453.1"/><polygon points="309.5,431.1 308.8,423.5 322.3,422.1"/><polygon points="321.7,412.7 326.0,418.8 322.3,419.2"/><polygon points="313.4,406.9 316.2,406.3 318.6,409.8 319.5,418.6 314.6,419.1"/><polygon points="308.0,420.0 306.9,408.0 306.9,407.9 310.0,407.3 311.2,419.7"/><polygon points="325.1,425.2 327.7,423.5 336.4,435.9 326.3,436.9"/><polygon points="310.4,438.6 310.1,435.6 321.1,427.9 322.0,437.5"/><polygon points="163.0,492.5 166.2,499.2 155.2,507.4 152.1,504.6"/><polygon points="143.5,483.6 147.5,479.6 156.8,480.9 160.3,488.0 155.0,493.9"/><polygon points="136.2,490.4 139.7,486.9 152.0,497.9 148.7,501.6"/><polygon points="119.1,423.8 118.9,426.7 99.7,432.0 99.0,426.5"/><polygon points="116.3,404.6 119.9,406.7 119.2,418.8 112.5,419.8 110.6,406.3"/><polygon points="107.5,420.4 98.4,421.7 96.9,410.4 105.8,407.7"/><polygon points="269.8,425.8 276.0,430.0 276.0,430.5 266.3,440.4 260.8,435.0"/><polygon points="257.3,417.5 265.7,423.1 257.4,431.6 250.2,424.5"/><polygon points="262.2,443.8 251.9,454.4 250.8,454.4 246.3,440.3 255.6,437.3"/><polygon points="243.8,436.2 242.2,431.3 246.7,427.0 253.1,433.3"/><polygon points="366.8,528.1 357.4,533.8 350.4,522.0 366.9,522.2"/><polygon points="353.1,536.6 344.1,542.0 344.4,521.9"/><polygon points="379.9,521.1 376.5,523.8 370.9,527.2 371.0,521.0"/><polygon points="355.4,516.5 344.9,516.3 345.1,501.7 355.6,501.9"/><polygon points="360.4,500.9 369.0,501.1 360.2,513.2"/><polygon points="344.7,496.4 344.7,493.3 356.0,490.0 365.2,496.7"/><polygon points="386.9,513.3 382.7,516.6 364.2,516.4 373.5,503.5"/><polygon points="227.5,423.6 218.9,420.8 222.0,405.2 230.9,407.0"/><polygon points="241.9,408.1 254.9,410.7 255.1,413.6 251.1,417.5"/><polygon points="239.5,427.6 233.0,425.5 236.3,409.1 247.1,420.1"/><polygon points="245.0,394.9 254.0,399.9 254.4,406.5 243.1,404.2"/><polygon points="223.2,399.4 224.5,392.8 231.4,388.2 240.1,393.1 238.2,402.4"/><polygon points="173.9,316.1 179.5,319.9 175.3,332.4 169.1,330.3"/><polygon points="155.6,325.5 165.3,310.8 169.5,313.6 164.5,328.5"/><polygon points="168.2,306.4 171.9,300.9 184.2,304.9 180.9,314.9"/><polygon points="150.9,332.8 152.6,330.3 173.1,337.1 170.4,345.2"/><polygon points="206.9,334.1 206.5,338.9 199.9,342.9 191.5,328.9"/><polygon points="192.4,347.5 182.6,353.5 174.9,348.6 177.0,342.4"/><polygon points="193.8,342.6 178.7,337.6 182.6,326.1 184.0,326.6"/><polygon points="202.5,311.2 208.7,313.2 207.3,328.7 197.7,325.5"/><polygon points="189.2,306.7 197.3,309.5 192.6,323.8 184.4,321.1"/><polygon points="296.0,520.9 302.5,532.0 294.5,536.7 288.0,525.6"/><polygon points="290.3,539.4 283.7,543.2 277.0,531.8 283.6,527.9"/><polygon points="279.6,545.7 273.1,549.5 266.4,538.1 272.9,534.2"/><polygon points="281.8,509.9 291.8,512.5 294.2,516.7 288.0,520.3"/><polygon points="266.7,513.7 276.3,510.0 283.3,522.0 274.6,527.1"/><polygon points="255.1,518.4 255.7,517.7 261.3,515.6 269.9,530.1 264.0,533.6"/><polygon points="252.0,562.2 251.6,553.7 267.4,553.1"/><polygon points="250.7,536.3 250.2,523.2 251.6,521.5 257.8,532.1"/><polygon points="251.9,548.9 251.6,541.0 259.5,536.4 266.6,548.3"/><polygon points="283.5,561.6 275.3,563.4 259.1,564.0 278.3,552.7"/><polygon points="298.9,558.3 289.5,560.5 283.1,549.6 291.0,544.9"/><polygon points="299.6,549.5 295.2,542.0 305.2,536.1 309.6,543.7"/><polygon points="316.0,554.0 310.1,556.4 304.2,557.8 301.7,553.5 312.1,547.4"/><polygon points="188.9,489.2 192.2,484.8 208.4,497.4 208.5,498.0 189.5,499.1"/><polygon points="178.4,501.4 177.8,500.8 184.5,492.2 185.0,501.0"/><polygon points="195.4,480.1 199.7,474.5 207.5,474.8 208.4,490.2"/><polygon points="197.7,519.8 183.5,505.1 196.8,504.3 197.8,519.8"/><polygon points="201.8,503.8 209.5,503.3 210.1,514.1 202.6,517.8"/><polygon points="245.9,357.3 251.7,354.5 259.5,370.7 253.7,373.5"/><polygon points="234.7,382.1 237.7,361.8 240.9,360.2 248.4,375.6"/><polygon points="248.4,392.4 237.2,386.2 243.8,383.0"/><polygon points="260.3,393.4 256.1,395.9 253.9,394.7 247.8,382.0 253.4,379.2"/><polygon points="262.0,374.9 268.7,388.9 264.4,391.3 257.5,377.0"/><polygon points="280.2,372.6 280.0,382.3 272.6,386.5 268.6,378.2"/><polygon points="280.3,360.9 280.2,367.4 266.7,373.9 264.2,368.7"/><polygon points="256.8,352.4 262.7,349.5 277.3,356.4 262.3,363.7"/><polygon points="369.0,459.4 364.7,467.2 354.7,461.7 358.9,453.9"/><polygon points="370.6,440.8 374.8,448.5 371.2,455.0 361.4,449.6 366.1,441.0"/><polygon points="344.9,441.5 361.1,440.7 357.0,448.1"/><polygon points="350.3,458.9 334.3,450.1 340.5,444.6 354.1,452.0"/><polygon points="333.2,455.9 342.3,460.9 335.6,473.3 326.4,468.3"/><polygon points="320.7,466.5 319.2,462.4 329.6,452.9 321.9,467.1"/><polygon points="330.7,484.1 326.4,482.1 322.8,471.8 334.0,477.9"/><polygon points="354.1,485.4 342.5,488.8 335.1,485.4 339.5,477.4"/><polygon points="361.6,471.6 356.7,480.5 342.6,472.7 347.4,463.9"/><polygon points="137.7,236.5 142.6,228.1 150.7,239.5 143.4,244.6"/><polygon points="126.6,256.8 129.4,250.5 135.0,240.8 139.7,247.5"/><polygon points="143.5,250.6 153.5,243.5 157.1,248.6 142.7,258.8"/><polygon points="164.1,257.8 169.4,265.3 164.3,274.9 162.5,274.7"/><polygon points="154.3,273.7 141.3,272.5 142.0,265.1 146.1,262.1"/><polygon points="159.9,252.6 160.1,252.8 158.4,271.3 150.0,259.5"/><polygon points="121.6,270.0 123.7,265.2 137.6,255.3 136.2,271.3"/><polygon points="95.8,401.0 95.9,395.2 111.9,395.5 113.3,400.1 96.3,405.1"/><polygon points="95.4,390.4 95.5,385.9 109.8,386.2 111.1,390.7"/><polygon points="95.9,381.4 96.1,370.3 105.4,373.0 108.0,381.6"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M117.6,343.7 L120.2,367.6 L127.6,385.0" stroke="#6c604a" stroke-width="3.4"/><path d="M127.6,385.0 L112.0,386.4 L102.5,389.0" stroke="#6c604a" stroke-width="3.4"/><path d="M102.5,389.0 L105.4,405.2 L108.7,417.9" stroke="#6c604a" stroke-width="3.4"/><path d="M108.7,417.9 L121.8,417.0 L137.4,415.8" stroke="#6c604a" stroke-width="3.4"/><path d="M137.4,415.8 L143.6,429.1 L152.5,438.4" stroke="#6c604a" stroke-width="3.4"/><path d="M152.5,438.4 L149.9,450.3 L152.3,462.6" stroke="#6c604a" stroke-width="3.4"/><path d="M152.3,462.6 L165.4,459.0 L177.5,455.1" stroke="#6c604a" stroke-width="3.4"/><path d="M177.5,455.1 L187.5,452.7 L199.5,447.8" stroke="#6c604a" stroke-width="3.4"/><path d="M177.5,455.1 L181.2,468.8 L176.5,481.5" stroke="#6c604a" stroke-width="3.4"/><path d="M176.5,481.5 L163.9,489.1 L152.1,492.5" stroke="#6c604a" stroke-width="3.4"/><path d="M152.1,492.5 L144.0,500.4 L139.0,507.0" stroke="#6c604a" stroke-width="3.4"/><path d="M176.5,481.5 L187.2,486.4 L197.9,497.7" stroke="#6c604a" stroke-width="3.4"/><path d="M152.3,462.6 L140.6,465.4 L127.3,474.1" stroke="#6c604a" stroke-width="3.4"/><path d="M199.5,447.8 L212.1,448.0 L227.4,447.4" stroke="#6c604a" stroke-width="3.4"/><path d="M108.7,417.9 L109.4,431.8 L116.8,446.3" stroke="#6c604a" stroke-width="3.4"/><path d="M152.5,438.4 L163.4,428.8 L170.8,413.6" stroke="#6c604a" stroke-width="3.4"/><path d="M170.8,413.6 L184.1,407.5 L199.9,403.3" stroke="#6c604a" stroke-width="3.4"/><path d="M197.9,497.7 L211.3,493.9 L229.2,496.5" stroke="#6c604a" stroke-width="3.4"/><path d="M229.2,496.5 L244.5,492.4 L258.4,484.9" stroke="#6c604a" stroke-width="3.4"/><path d="M227.4,447.4 L244.5,444.0 L257.5,434.9" stroke="#6c604a" stroke-width="3.4"/><path d="M257.5,434.9 L265.7,444.4 L276.1,453.5" stroke="#6c604a" stroke-width="3.4"/><path d="M276.1,453.5 L287.9,444.7 L297.1,435.1" stroke="#6c604a" stroke-width="3.4"/><path d="M297.1,435.1 L307.7,433.0 L319.9,433.2" stroke="#6c604a" stroke-width="3.4"/><path d="M319.9,433.2 L329.4,422.0 L343.5,415.0" stroke="#6c604a" stroke-width="3.4"/><path d="M257.5,434.9 L248.6,422.6 L236.0,408.5" stroke="#6c604a" stroke-width="3.4"/><path d="M297.1,435.1 L291.8,418.2 L278.7,406.1" stroke="#6c604a" stroke-width="3.4"/><path d="M127.6,385.0 L141.8,380.0 L159.1,367.3" stroke="#6c604a" stroke-width="3.4"/><path d="M276.1,453.5 L287.0,464.7 L297.8,482.7" stroke="#6c604a" stroke-width="3.4"/><path d="M197.9,497.7 L186.5,512.0 L173.1,525.1" stroke="#6c604a" stroke-width="3.4"/><path d="M199.9,403.3 L202.4,386.0 L208.6,367.2" stroke="#6c604a" stroke-width="3.4"/><path d="M278.7,406.1 L269.2,391.1 L258.2,372.1" stroke="#6c604a" stroke-width="3.4"/><path d="M319.9,433.2 L329.5,450.8 L347.2,463.1" stroke="#6c604a" stroke-width="3.4"/><path d="M347.2,463.1 L367.1,467.9 L381.6,484.7" stroke="#6c604a" stroke-width="3.4"/><path d="M381.6,484.7 L374.3,500.2 L359.8,514.3" stroke="#6c604a" stroke-width="3.4"/><path d="M359.8,514.3 L342.0,518.6 L322.7,518.4" stroke="#6c604a" stroke-width="3.4"/><path d="M278.7,406.1 L294.1,395.1 L309.2,373.9" stroke="#6c604a" stroke-width="3.4"/><path d="M229.2,496.5 L230.4,519.1 L221.1,542.1" stroke="#6c604a" stroke-width="3.4"/><path d="M159.1,367.3 L165.4,345.4 L182.0,326.8" stroke="#6c604a" stroke-width="3.4"/><path d="M208.6,367.2 L221.9,350.0 L235.4,328.7" stroke="#6c604a" stroke-width="3.4"/><path d="M182.0,326.8 L191.2,304.6 L198.0,281.9" stroke="#6c604a" stroke-width="3.4"/><path d="M235.4,328.7 L258.8,326.1 L283.3,323.5" stroke="#6c604a" stroke-width="3.4"/><path d="M117.6,343.7 L125.7,322.2 L137.8,299.3" stroke="#6c604a" stroke-width="3.4"/><path d="M137.8,299.3 L141.4,274.8 L144.9,257.0" stroke="#6c604a" stroke-width="3.4"/><path d="M144.9,257.0 L157.1,244.4 L171.6,230.1" stroke="#6c604a" stroke-width="3.4"/><path d="M322.7,518.4 L306.0,532.9 L278.1,539.3" stroke="#6c604a" stroke-width="3.4"/><path d="M171.6,230.1 L189.1,216.5 L214.4,202.3" stroke="#6c604a" stroke-width="3.4"/><path d="M214.4,202.3 L203.4,189.1 L194.7,177.8" stroke="#6c604a" stroke-width="3.4"/><path d="M214.4,202.3 L221.4,218.2 L226.3,237.3" stroke="#6c604a" stroke-width="3.4"/><path d="M226.3,237.3 L242.2,251.5 L253.3,275.4" stroke="#6c604a" stroke-width="3.4"/><path d="M226.3,237.3 L209.2,258.4 L198.0,281.9" stroke="#6c604a" stroke-width="3.4"/><path d="M170.8,413.6 L164.4,393.1 L159.1,367.3" stroke="#6c604a" stroke-width="3.4"/><path d="M235.4,328.7 L210.2,325.9 L182.0,326.8" stroke="#6c604a" stroke-width="3.4"/><path d="M208.6,367.2 L195.7,348.4 L182.0,326.8" stroke="#6c604a" stroke-width="3.4"/><path d="M159.1,367.3 L179.5,385.3 L199.9,403.3" stroke="#6c604a" stroke-width="3.4"/><path d="M297.8,482.7 L285.1,508.7 L278.1,539.3" stroke="#6c604a" stroke-width="3.4"/><path d="M309.2,373.9 L282.6,369.7 L258.2,372.1" stroke="#6c604a" stroke-width="3.4"/><path d="M199.9,403.3 L93.9,362.5" stroke="#6c604a" stroke-width="4.8"/><path d="M199.9,403.3 L210.1,144.4" stroke="#6c604a" stroke-width="4.8"/><path d="M199.9,403.3 L207.1,562.0" stroke="#6c604a" stroke-width="4.8"/><path d="M199.9,403.3 L308.5,322.9" stroke="#6c604a" stroke-width="4.8"/><path d="M117.6,343.7 L120.2,367.6 L127.6,385.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M127.6,385.0 L112.0,386.4 L102.5,389.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M102.5,389.0 L105.4,405.2 L108.7,417.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M108.7,417.9 L121.8,417.0 L137.4,415.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M137.4,415.8 L143.6,429.1 L152.5,438.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M152.5,438.4 L149.9,450.3 L152.3,462.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M152.3,462.6 L165.4,459.0 L177.5,455.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.5,455.1 L187.5,452.7 L199.5,447.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.5,455.1 L181.2,468.8 L176.5,481.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M176.5,481.5 L163.9,489.1 L152.1,492.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M152.1,492.5 L144.0,500.4 L139.0,507.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M176.5,481.5 L187.2,486.4 L197.9,497.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M152.3,462.6 L140.6,465.4 L127.3,474.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M199.5,447.8 L212.1,448.0 L227.4,447.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M108.7,417.9 L109.4,431.8 L116.8,446.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M152.5,438.4 L163.4,428.8 L170.8,413.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M170.8,413.6 L184.1,407.5 L199.9,403.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M197.9,497.7 L211.3,493.9 L229.2,496.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M229.2,496.5 L244.5,492.4 L258.4,484.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M227.4,447.4 L244.5,444.0 L257.5,434.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M257.5,434.9 L265.7,444.4 L276.1,453.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M276.1,453.5 L287.9,444.7 L297.1,435.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M297.1,435.1 L307.7,433.0 L319.9,433.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M319.9,433.2 L329.4,422.0 L343.5,415.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M257.5,434.9 L248.6,422.6 L236.0,408.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M297.1,435.1 L291.8,418.2 L278.7,406.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M127.6,385.0 L141.8,380.0 L159.1,367.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M276.1,453.5 L287.0,464.7 L297.8,482.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M197.9,497.7 L186.5,512.0 L173.1,525.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M199.9,403.3 L202.4,386.0 L208.6,367.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M278.7,406.1 L269.2,391.1 L258.2,372.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M319.9,433.2 L329.5,450.8 L347.2,463.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M347.2,463.1 L367.1,467.9 L381.6,484.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M381.6,484.7 L374.3,500.2 L359.8,514.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M359.8,514.3 L342.0,518.6 L322.7,518.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M278.7,406.1 L294.1,395.1 L309.2,373.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M229.2,496.5 L230.4,519.1 L221.1,542.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M159.1,367.3 L165.4,345.4 L182.0,326.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M208.6,367.2 L221.9,350.0 L235.4,328.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.0,326.8 L191.2,304.6 L198.0,281.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M235.4,328.7 L258.8,326.1 L283.3,323.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M117.6,343.7 L125.7,322.2 L137.8,299.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M137.8,299.3 L141.4,274.8 L144.9,257.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M144.9,257.0 L157.1,244.4 L171.6,230.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M322.7,518.4 L306.0,532.9 L278.1,539.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M171.6,230.1 L189.1,216.5 L214.4,202.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M214.4,202.3 L203.4,189.1 L194.7,177.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M214.4,202.3 L221.4,218.2 L226.3,237.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M226.3,237.3 L242.2,251.5 L253.3,275.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M226.3,237.3 L209.2,258.4 L198.0,281.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M170.8,413.6 L164.4,393.1 L159.1,367.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M235.4,328.7 L210.2,325.9 L182.0,326.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M208.6,367.2 L195.7,348.4 L182.0,326.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M159.1,367.3 L179.5,385.3 L199.9,403.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M297.8,482.7 L285.1,508.7 L278.1,539.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M309.2,373.9 L282.6,369.7 L258.2,372.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M199.9,403.3 L93.9,362.5" stroke="#e4d9bc" stroke-width="3.2"/><path d="M199.9,403.3 L210.1,144.4" stroke="#e4d9bc" stroke-width="3.2"/><path d="M199.9,403.3 L207.1,562.0" stroke="#e4d9bc" stroke-width="3.2"/><path d="M199.9,403.3 L308.5,322.9" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="93.1,401.1 93.9,362.5 100.2,323.7 111.5,285.8 127.4,249.4 147.1,215.4 170.2,184.2 196.1,156.3 210.1,144.4 406.9,501.4 377.3,525.0 344.9,544.4 310.8,558.4 275.7,566.4 240.7,567.7 207.1,562.0 176.1,549.1 148.9,529.5 126.4,503.8 109.3,473.0 98.2,438.4" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="117.6" y="346.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="322.7" y="521.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="152.3" y="465.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="173.1" y="528.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="127.3" y="477.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="171.6" y="233.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="226.3" y="240.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="297.1" y="438.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="170.8" y="416.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="152.5" y="441.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="194.7" y="180.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="139.0" y="510.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="235.4" y="331.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="199.5" y="450.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="276.1" y="456.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="208.6" y="370.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="229.2" y="499.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="159.1" y="370.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="258.4" y="487.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="297.8" y="485.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="137.8" y="302.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="199.9" y="406.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="253.3" y="278.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="381.6" y="487.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="116.8" y="449.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="176.5" y="484.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="127.6" y="388.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="198.0" y="284.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="214.4" y="205.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="137.4" y="418.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="221.1" y="545.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="309.2" y="376.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="343.5" y="418.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="278.7" y="409.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="283.3" y="326.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Docks</text><text x="177.5" y="458.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="227.4" y="450.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="319.9" y="436.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="152.1" y="495.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="108.7" y="420.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="257.5" y="437.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="359.8" y="517.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="236.0" y="411.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="182.0" y="329.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="278.1" y="542.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="197.9" y="500.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="258.2" y="375.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="347.2" y="466.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="144.9" y="260.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="102.5" y="392.0" 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">Faronholt</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="187.7,364.2 188.1,346.5 191.4,328.6 197.3,310.9 205.6,293.7 216.0,277.2 228.5,261.5 242.8,247.1 258.8,234.0 276.2,222.6 294.8,213.3 314.1,206.3 333.8,201.9 353.3,200.4 372.0,201.9 389.4,206.3 405.0,213.6 418.3,223.6 429.0,235.8 437.0,250.1 442.0,265.9 444.1,283.0 443.2,300.9 439.3,319.3 432.5,337.9 422.9,356.2 410.5,374.0 395.5,390.7 378.1,405.9 358.7,419.0 337.8,429.7 316.0,437.3 293.9,441.6 272.4,442.4 252.2,439.6 234.0,433.3 218.4,423.9 205.7,411.7 196.4,397.3 190.4,381.3" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="214.9,279.0 216.0,277.2 228.5,261.5 242.8,247.1 258.8,234.0 276.2,222.6 286.2,217.6 303.0,254.5 299.0,266.7 258.2,298.2" fill="#b3a684"/><polygon points="396.0,390.1 395.5,390.7 378.1,405.9 358.7,419.0 337.8,429.7 316.0,437.3 293.9,441.6 292.3,441.7 293.4,358.7 313.7,350.4 393.6,387.2" fill="#c2b48f"/><polygon points="373.5,230.5 413.1,288.7 382.5,307.0 362.5,302.0 349.2,254.2" fill="#b3a684"/><polygon points="349.2,254.2 362.5,302.0 330.1,317.6 299.0,266.7 303.0,254.5" fill="#d9c08a"/><polygon points="381.0,204.2 389.4,206.3 405.0,213.6 418.3,223.6 429.0,235.8 437.0,250.1 442.0,265.9 444.1,283.0 443.8,287.7 413.1,288.7 373.5,230.5" fill="#cdbf9e"/><polygon points="393.6,387.2 313.7,350.4 330.1,317.6 362.5,302.0 382.5,307.0" fill="#cdbf9e"/><polygon points="443.8,287.7 443.2,300.9 439.3,319.3 432.5,337.9 422.9,356.2 410.5,374.0 396.0,390.1 393.6,387.2 382.5,307.0 413.1,288.7" fill="#b9a98c"/><polygon points="187.7,364.2 188.1,346.5 191.4,328.6 197.3,310.9 205.6,293.7 214.9,279.0 258.2,298.2 275.5,349.7 189.7,376.8" fill="#cdbf9e"/><polygon points="293.4,358.7 292.3,441.7 272.4,442.4 252.2,439.6 234.0,433.3 218.4,423.9 205.7,411.7 196.4,397.3 190.4,381.3 189.7,376.8 275.5,349.7" fill="#c2b48f"/><polygon points="258.2,298.2 299.0,266.7 330.1,317.6 313.7,350.4 293.4,358.7 275.5,349.7" fill="#b3a684"/><polygon points="286.2,217.6 294.8,213.3 314.1,206.3 333.8,201.9 353.3,200.4 372.0,201.9 381.0,204.2 373.5,230.5 349.2,254.2 303.0,254.5" fill="#b9a98c"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="285.2,274.6 277.4,280.6 271.9,273.4 279.7,267.4"/><polygon points="274.5,283.4 269.9,286.9 263.8,279.1 268.4,275.5"/><polygon points="261.6,275.9 256.8,269.7 264.0,264.1 268.8,270.4"/><polygon points="266.9,261.6 272.5,257.3 277.5,263.9 271.9,268.2"/><polygon points="290.7,271.2 288.6,272.9 280.9,262.8 283.0,261.2"/><polygon points="297.8,264.0 297.3,265.5 293.2,268.6 286.1,259.4 291.3,255.5"/><polygon points="279.1,259.7 275.6,255.2 285.3,247.7 288.8,252.2"/><polygon points="301.3,253.5 301.8,254.5 299.7,261.3 296.5,257.2"/><polygon points="294.5,240.6 299.3,251.2 295.4,254.2 288.5,245.2"/><polygon points="285.7,243.0 278.4,248.7 276.1,245.8 283.5,240.1"/><polygon points="274.4,243.0 270.3,237.6 277.1,232.4 281.2,237.8"/><polygon points="287.2,225.1 292.5,236.8 288.1,240.2 280.5,230.3"/><polygon points="266.1,231.7 277.2,224.4 285.2,220.4 285.5,221.0 268.1,234.4"/><polygon points="266.8,239.1 270.8,244.2 263.2,250.0 259.3,244.9"/><polygon points="273.1,246.8 275.8,250.4 268.0,256.5 265.2,252.9"/><polygon points="254.6,239.3 259.7,235.2 262.7,233.2 265.0,236.2 257.0,242.4"/><polygon points="249.1,244.1 252.2,241.5 259.5,251.0 256.3,253.5"/><polygon points="242.0,250.6 244.1,248.5 246.4,246.6 253.3,255.6 248.6,259.2"/><polygon points="261.6,254.2 264.8,258.4 254.3,266.4 251.1,262.2"/><polygon points="229.2,264.2 230.1,263.0 239.2,253.8 243.3,259.1 232.0,267.8"/><polygon points="246.1,262.1 248.3,265.0 236.5,274.1 234.2,271.3"/><polygon points="223.7,270.2 226.4,266.9 233.7,276.5 230.5,279.0"/><polygon points="217.2,278.3 217.3,278.1 221.6,272.8 227.9,281.1 226.3,282.3"/><polygon points="256.9,295.4 249.7,292.2 253.5,283.6 260.7,286.8"/><polygon points="267.6,288.9 267.9,289.3 260.6,294.9 264.0,287.3"/><polygon points="256.6,275.1 263.7,284.4 254.4,280.2"/><polygon points="241.2,288.9 229.6,283.8 234.4,280.1"/><polygon points="250.8,280.3 250.1,282.1 238.7,277.0 244.7,272.4"/><polygon points="250.7,267.4 254.6,272.5 252.5,277.3 247.1,270.2"/><polygon points="248.9,285.2 246.5,290.7 238.8,280.7"/><polygon points="307.0,436.3 295.0,438.7 295.2,426.7 307.1,426.8"/><polygon points="294.3,422.2 294.3,418.9 308.1,419.1 308.1,422.4"/><polygon points="314.3,435.2 312.0,435.7 312.2,419.8 321.4,419.9"/><polygon points="295.3,414.6 295.5,401.3 305.0,401.4 304.8,414.7"/><polygon points="310.4,401.5 320.5,401.6 320.3,414.8 310.2,414.7"/><polygon points="324.9,400.7 330.9,400.8 324.8,414.1"/><polygon points="342.1,375.5 338.8,382.6 325.4,376.5 325.5,375.3"/><polygon points="336.5,386.6 331.9,396.6 325.6,396.5 325.8,381.7"/><polygon points="326.4,359.3 344.8,367.8 343.6,370.6 326.2,370.4"/><polygon points="296.4,362.7 296.4,360.8 313.6,353.7 320.6,356.9 320.5,363.0"/><polygon points="295.4,396.1 295.5,386.1 306.9,386.3 306.7,396.2"/><polygon points="311.7,386.1 320.9,386.3 320.8,396.6 311.5,396.5"/><polygon points="295.3,381.5 295.4,367.9 301.4,368.0 301.2,381.5"/><polygon points="306.5,368.9 320.4,369.1 320.3,380.9 306.4,380.8"/><polygon points="333.3,429.2 319.6,434.0 323.8,424.9"/><polygon points="331.6,423.6 326.2,421.1 333.5,405.1 338.9,407.6"/><polygon points="357.3,416.5 357.2,416.5 338.2,426.2 336.7,425.5 343.7,410.3"/><polygon points="346.5,405.5 335.7,400.5 340.0,391.3 350.8,396.2"/><polygon points="356.3,410.6 350.5,407.9 355.2,397.6 361.0,400.3"/><polygon points="373.8,406.3 363.0,413.6 360.1,412.3 364.8,402.1"/><polygon points="371.5,399.6 363.4,395.9 370.7,380.0 378.8,383.7"/><polygon points="358.3,394.3 354.6,392.6 362.5,375.4 366.2,377.1"/><polygon points="350.1,389.9 342.6,386.4 350.0,370.3 357.5,373.8"/><polygon points="392.5,389.9 377.7,402.9 376.3,402.3 384.0,385.6 392.0,389.3"/><polygon points="373.3,253.8 367.7,257.6 360.1,246.5 363.2,243.5"/><polygon points="373.2,233.0 376.2,237.3 368.0,242.9 365.6,240.5"/><polygon points="377.9,240.5 382.7,247.5 376.8,251.6 370.8,245.3"/><polygon points="384.8,251.1 387.2,254.6 372.6,264.6 370.2,261.1"/><polygon points="350.8,255.7 350.4,254.5 357.2,248.0 358.7,250.3"/><polygon points="354.4,265.6 352.4,258.4 359.8,253.4 363.8,259.2"/><polygon points="369.1,267.1 357.2,275.2 355.6,269.7 366.0,262.6"/><polygon points="363.6,276.0 374.1,268.9 377.7,274.1 367.2,281.3"/><polygon points="380.2,277.3 382.5,280.6 371.4,288.2 369.1,284.8"/><polygon points="362.4,294.1 358.3,279.4 360.0,278.3 368.1,290.2"/><polygon points="382.4,305.7 382.3,305.7 375.5,304.0 377.0,297.9"/><polygon points="372.6,302.6 364.0,300.4 363.4,298.2 372.3,292.1 374.4,295.3"/><polygon points="379.7,295.9 375.7,290.0 384.5,284.0 388.6,289.9"/><polygon points="394.2,297.8 384.6,303.5 381.8,299.3 390.9,293.1"/><polygon points="389.8,257.7 394.3,264.3 388.2,268.5 383.7,261.9"/><polygon points="385.6,270.6 381.6,273.3 376.8,266.2 380.8,263.5"/><polygon points="390.5,281.5 388.0,283.2 383.0,275.7 385.5,274.0"/><polygon points="396.3,267.5 400.6,273.8 392.8,279.0 388.6,272.8"/><polygon points="402.8,277.1 410.2,288.0 405.4,290.9 398.7,279.9"/><polygon points="401.9,293.0 397.4,295.7 390.5,285.5 395.4,282.1"/><polygon points="403.7,270.1 399.1,263.3 412.1,254.4 416.8,261.2"/><polygon points="413.4,283.7 407.2,274.7 419.7,266.2 425.9,275.2"/><polygon points="434.4,286.0 418.4,286.5 429.6,278.9"/><polygon points="438.2,263.3 439.3,266.5 441.3,283.1 441.2,285.0 439.7,285.0 429.1,269.5"/><polygon points="437.0,255.5 437.8,258.2 425.6,266.4 424.1,264.2"/><polygon points="429.6,242.8 434.3,251.2 434.5,251.7 422.6,259.8 416.9,251.4"/><polygon points="417.6,226.9 426.8,237.4 427.0,237.7 418.9,243.3 410.8,231.5"/><polygon points="415.0,246.4 410.1,249.7 401.6,237.3 406.5,233.9"/><polygon points="411.7,221.2 414.5,223.3 399.0,233.8 397.1,231.1"/><polygon points="393.8,211.6 403.5,216.1 406.8,218.6 395.0,226.6 387.7,215.8"/><polygon points="382.0,205.9 388.9,207.7 390.7,208.5 384.0,213.0 381.2,208.8"/><polygon points="382.0,237.6 376.8,230.0 380.8,216.1 391.2,231.4"/><polygon points="387.9,247.8 384.2,242.4 394.8,235.2 398.4,240.6"/><polygon points="406.0,252.3 396.0,259.1 390.8,251.5 400.8,244.6"/><polygon points="375.3,356.1 384.0,337.2 386.4,354.6"/><polygon points="391.7,384.7 385.9,382.0 390.1,372.9"/><polygon points="382.7,379.5 377.7,377.1 385.6,359.9 387.3,359.6 388.4,367.3"/><polygon points="373.2,375.2 367.4,372.6 372.5,361.6 380.0,360.5"/><polygon points="363.0,370.0 350.5,364.3 354.7,355.2 367.2,360.9"/><polygon points="356.1,350.5 357.9,346.4 371.7,352.8 369.8,356.8"/><polygon points="345.4,361.9 338.8,358.9 346.5,342.0 353.2,345.1"/><polygon points="348.5,337.0 352.0,329.4 364.1,335.0 360.6,342.6"/><polygon points="353.4,325.1 355.4,320.8 368.4,326.8 366.5,331.1"/><polygon points="372.5,329.6 380.0,333.0 373.0,348.0 365.6,344.6"/><polygon points="381.5,314.0 383.4,327.6 382.7,329.1 376.0,326.0"/><polygon points="361.5,308.2 363.2,304.6 379.3,308.6 376.3,315.0"/><polygon points="357.4,317.0 359.5,312.4 374.5,319.3 372.3,323.9"/><polygon points="345.5,312.2 357.9,306.2 353.5,315.9"/><polygon points="333.1,318.9 341.3,314.9 351.1,319.4 348.2,325.8"/><polygon points="325.7,333.4 330.5,323.8 345.2,330.6 340.7,340.3"/><polygon points="333.8,356.9 325.4,353.0 330.5,341.9 338.9,345.8"/><polygon points="321.0,351.6 316.4,349.5 322.4,337.5 326.6,339.5"/><polygon points="418.8,354.8 407.2,371.4 397.2,382.5 393.8,358.2"/><polygon points="400.3,349.6 392.0,350.8 388.8,327.7 397.1,326.6"/><polygon points="419.3,346.5 407.5,348.2 404.5,326.0 416.3,324.4"/><polygon points="435.4,320.9 429.7,336.6 426.0,343.7 423.1,322.6"/><polygon points="439.4,292.1 439.0,300.3 436.2,313.4 424.6,315.0 421.5,292.6"/><polygon points="416.8,316.6 405.8,318.1 403.1,299.0 413.5,292.8"/><polygon points="399.1,319.6 387.6,321.2 385.9,308.7 396.6,302.2"/><polygon points="266.4,330.3 272.3,348.1 267.1,349.8 261.5,331.9"/><polygon points="262.3,351.3 257.4,352.8 251.8,334.9 256.7,333.4"/><polygon points="251.8,353.9 242.2,356.9 236.9,340.3 246.6,337.2"/><polygon points="257.8,304.9 260.2,312.2 246.3,316.8 244.0,309.3"/><polygon points="261.7,317.1 264.6,325.5 250.6,329.9 248.0,321.8"/><polygon points="245.5,331.5 234.7,334.9 231.3,323.9 242.1,320.6"/><polygon points="229.3,319.6 227.5,313.9 239.4,310.2 241.2,315.9"/><polygon points="236.7,299.0 232.7,307.9 226.3,309.9 224.1,302.9"/><polygon points="230.2,288.5 239.2,292.5 238.7,293.6 223.1,298.5 220.8,291.4"/><polygon points="216.5,281.3 226.4,285.6 218.7,288.1"/><polygon points="243.7,294.4 256.3,300.0 256.3,300.2 238.6,305.8"/><polygon points="204.6,301.4 207.7,294.9 213.8,285.3 217.6,297.3"/><polygon points="199.0,314.6 199.8,312.0 201.9,307.7 218.8,302.4 220.5,307.9"/><polygon points="203.8,318.8 209.9,316.9 215.4,334.2 209.3,336.2"/><polygon points="215.1,315.4 222.2,313.2 227.6,330.3 220.5,332.5"/><polygon points="192.0,341.4 194.2,329.3 196.9,321.2 198.6,320.7 204.0,337.6"/><polygon points="200.8,343.6 210.3,340.6 212.2,346.7 202.7,349.7"/><polygon points="212.8,351.3 217.2,365.3 209.2,367.8 204.8,353.8"/><polygon points="214.8,339.9 229.4,335.3 231.6,342.6 217.0,347.2"/><polygon points="232.9,348.0 236.3,358.9 222.5,363.2 219.1,352.4"/><polygon points="190.3,361.3 190.6,347.5 196.7,345.5 200.7,358.1"/><polygon points="202.3,362.6 204.5,369.6 191.5,373.7 190.4,366.4"/><polygon points="197.7,392.2 193.3,380.5 193.1,378.9 204.4,375.3 208.6,388.7"/><polygon points="207.5,409.4 199.7,397.5 210.6,394.1 214.8,407.2"/><polygon points="223.5,380.6 226.2,389.3 215.6,392.7 212.8,383.9"/><polygon points="209.1,372.9 220.2,369.4 222.3,376.2 211.2,379.7"/><polygon points="225.2,368.5 231.5,366.6 237.4,385.4 231.1,387.4"/><polygon points="238.9,391.2 241.1,398.4 220.2,405.0 218.0,397.8"/><polygon points="237.1,365.0 249.7,361.0 253.4,372.8 240.8,376.7"/><polygon points="255.4,378.1 258.2,386.9 245.0,391.1 242.2,382.3"/><polygon points="260.4,390.9 261.3,393.5 246.3,398.2 245.4,395.6"/><polygon points="224.0,424.4 219.9,421.9 211.3,413.7 222.0,410.3 226.2,423.7"/><polygon points="226.5,408.8 232.7,406.8 237.0,420.5 230.8,422.4"/><polygon points="241.7,433.9 234.8,431.5 228.4,427.7 238.7,424.4"/><polygon points="244.8,427.6 238.0,405.8 243.6,404.0 250.5,425.8"/><polygon points="248.2,401.7 262.1,397.3 263.6,401.9 249.6,406.3"/><polygon points="264.2,407.2 268.2,420.1 256.2,423.9 252.1,410.9"/><polygon points="252.4,438.2 245.8,435.9 244.6,432.2 250.0,430.5"/><polygon points="274.3,439.2 272.6,439.3 256.7,437.1 254.7,430.8 270.1,426.0"/><polygon points="290.1,401.0 289.9,410.6 271.3,410.4 270.3,407.2"/><polygon points="289.5,421.9 289.3,438.7 280.6,439.0 276.5,425.9"/><polygon points="290.6,415.5 290.6,416.1 274.0,421.3 272.1,415.2"/><polygon points="289.9,396.0 276.0,400.3 274.6,395.8 288.5,391.4"/><polygon points="273.6,391.3 271.2,383.6 284.3,379.5 286.7,387.2"/><polygon points="272.0,401.5 268.2,402.7 262.9,385.9 266.7,384.7"/><polygon points="262.1,381.0 260.4,375.7 280.8,369.3 282.5,374.6"/><polygon points="291.1,365.5 290.8,384.6 285.4,367.3"/><polygon points="290.8,360.3 290.8,360.6 276.4,365.1 272.7,353.3 275.3,352.5"/><polygon points="271.1,366.5 258.8,370.3 255.3,359.1 267.6,355.3"/><polygon points="282.4,281.9 283.8,280.8 294.2,294.2 291.1,296.1"/><polygon points="270.3,290.7 279.6,283.6 281.3,286.4 271.4,292.5"/><polygon points="281.0,302.7 278.6,304.2 272.9,294.9 275.3,293.4"/><polygon points="282.7,289.3 288.0,298.0 283.5,300.7 278.2,292.0"/><polygon points="287.2,278.6 294.1,273.3 300.4,281.5 292.9,286.0"/><polygon points="296.4,270.5 298.7,268.8 305.2,279.5 303.9,280.3"/><polygon points="306.5,282.4 308.4,285.5 297.3,292.3 295.0,289.4"/><polygon points="319.2,303.8 321.0,306.7 305.0,316.4 303.3,313.5"/><polygon points="310.3,288.3 312.6,292.0 304.2,297.2 301.9,293.4"/><polygon points="314.2,295.1 317.4,300.3 309.4,305.2 306.2,300.0"/><polygon points="305.9,307.0 301.1,309.9 294.2,298.7 299.0,295.8"/><polygon points="301.6,318.6 296.2,321.9 290.7,312.8 296.1,309.5"/><polygon points="293.7,324.2 291.5,325.5 285.4,315.4 287.5,314.1"/><polygon points="284.1,312.1 280.9,306.8 290.7,300.8 293.9,306.2"/><polygon points="266.1,293.9 268.0,292.4 274.3,302.6 272.2,303.9"/><polygon points="260.3,298.9 263.8,296.2 269.3,305.2 263.6,308.6"/><polygon points="282.3,317.3 288.1,326.7 282.1,330.3 275.6,319.5"/><polygon points="278.6,332.6 273.1,336.0 268.3,321.9 271.4,320.8"/><polygon points="275.7,305.2 280.9,313.8 275.5,315.6 272.7,307.1"/><polygon points="272.5,316.6 266.7,318.5 264.5,312.1 269.9,308.8"/><polygon points="275.7,344.5 274.2,339.9 284.1,333.8 286.6,337.9"/><polygon points="283.4,351.5 277.2,348.3 277.1,348.2 288.5,341.3 291.6,346.4"/><polygon points="287.3,331.9 290.6,329.9 298.3,342.5 295.0,344.5"/><polygon points="303.9,352.1 293.5,356.3 287.9,353.6 300.2,346.1"/><polygon points="312.6,348.4 312.3,349.0 307.8,350.8 302.0,341.3 306.6,338.5"/><polygon points="319.0,335.8 314.6,344.5 309.7,336.5 316.7,332.1"/><polygon points="299.9,338.4 293.5,327.8 296.4,326.1 302.8,336.6"/><polygon points="312.0,324.4 314.8,329.0 305.7,334.6 302.9,330.0"/><polygon points="299.1,324.3 308.7,318.4 310.5,321.4 300.9,327.3"/><polygon points="326.5,321.4 320.9,332.5 317.5,326.9"/><polygon points="323.3,309.6 327.7,316.8 323.0,319.7 318.6,312.5"/><polygon points="320.3,321.4 315.9,324.1 311.4,316.8 315.8,314.1"/><polygon points="357.8,239.9 347.5,250.0 324.1,250.1 324.0,240.1"/><polygon points="357.7,205.0 371.3,206.1 375.8,207.2 369.8,228.3 366.5,231.4 357.9,231.5"/><polygon points="323.5,208.1 334.4,205.7 349.7,204.6 349.8,215.1 323.5,215.3"/><polygon points="349.8,222.8 349.9,231.9 323.6,232.1 323.5,223.0"/><polygon points="291.7,219.5 296.4,217.1 315.3,210.3 315.4,210.3 315.6,231.4 297.2,231.6"/><polygon points="316.6,238.8 316.7,251.2 305.0,251.3 299.4,238.9"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M263.7,260.9 L278.6,282.5 L294.1,315.3" stroke="#6c604a" stroke-width="3.4"/><path d="M294.1,315.3 L314.6,292.2 L332.2,281.2" stroke="#6c604a" stroke-width="3.4"/><path d="M332.2,281.2 L355.8,278.1 L377.5,273.1" stroke="#6c604a" stroke-width="3.4"/><path d="M377.5,273.1 L393.3,259.6 L409.9,248.5" stroke="#6c604a" stroke-width="3.4"/><path d="M332.2,281.2 L326.1,254.3 L334.0,226.7" stroke="#6c604a" stroke-width="3.4"/><path d="M377.5,273.1 L397.8,297.8 L411.1,329.0" stroke="#6c604a" stroke-width="3.4"/><path d="M411.1,329.0 L388.0,347.1 L358.9,341.4" stroke="#6c604a" stroke-width="3.4"/><path d="M358.9,341.4 L353.6,368.8 L330.9,395.6" stroke="#6c604a" stroke-width="3.4"/><path d="M294.1,315.3 L266.9,324.0 L227.0,329.8" stroke="#6c604a" stroke-width="3.4"/><path d="M227.0,329.8 L232.6,363.2 L250.9,396.7" stroke="#6c604a" stroke-width="3.4"/><path d="M263.7,260.9 L294.6,236.0 L334.0,226.7" stroke="#6c604a" stroke-width="3.4"/><path d="M330.9,395.6 L303.5,354.6 L294.1,315.3" stroke="#6c604a" stroke-width="3.4"/><path d="M332.2,281.2 L197.3,310.9" stroke="#6c604a" stroke-width="4.8"/><path d="M332.2,281.2 L405.0,213.6" stroke="#6c604a" stroke-width="4.8"/><path d="M332.2,281.2 L358.7,419.0" stroke="#6c604a" stroke-width="4.8"/><path d="M263.7,260.9 L278.6,282.5 L294.1,315.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M294.1,315.3 L314.6,292.2 L332.2,281.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M332.2,281.2 L355.8,278.1 L377.5,273.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M377.5,273.1 L393.3,259.6 L409.9,248.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M332.2,281.2 L326.1,254.3 L334.0,226.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M377.5,273.1 L397.8,297.8 L411.1,329.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M411.1,329.0 L388.0,347.1 L358.9,341.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M358.9,341.4 L353.6,368.8 L330.9,395.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M294.1,315.3 L266.9,324.0 L227.0,329.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M227.0,329.8 L232.6,363.2 L250.9,396.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M263.7,260.9 L294.6,236.0 L334.0,226.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M330.9,395.6 L303.5,354.6 L294.1,315.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M332.2,281.2 L197.3,310.9" stroke="#e4d9bc" stroke-width="3.2"/><path d="M332.2,281.2 L405.0,213.6" stroke="#e4d9bc" stroke-width="3.2"/><path d="M332.2,281.2 L358.7,419.0" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="187.7,364.2 188.1,346.5 191.4,328.6 197.3,310.9 205.6,293.7 216.0,277.2 228.5,261.5 242.8,247.1 258.8,234.0 276.2,222.6 294.8,213.3 314.1,206.3 333.8,201.9 353.3,200.4 372.0,201.9 389.4,206.3 405.0,213.6 418.3,223.6 429.0,235.8 437.0,250.1 442.0,265.9 444.1,283.0 443.2,300.9 439.3,319.3 432.5,337.9 422.9,356.2 410.5,374.0 395.5,390.7 378.1,405.9 358.7,419.0 337.8,429.7 316.0,437.3 293.9,441.6 272.4,442.4 252.2,439.6 234.0,433.3 218.4,423.9 205.7,411.7 196.4,397.3 190.4,381.3" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="263.7" y="263.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="330.9" y="398.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="377.5" y="276.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="332.2" y="284.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="409.9" y="251.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="358.9" y="344.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="411.1" y="332.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="227.0" y="332.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="250.9" y="399.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="294.1" y="318.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="334.0" y="229.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</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">Kelmont</text></svg>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "mapwright"
7
- version = "0.10.0"
7
+ version = "0.11.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"
@@ -52,7 +52,7 @@ from .terrain import (
52
52
  compute_cell_polygons,
53
53
  )
54
54
 
55
- __version__ = "0.10.0"
55
+ __version__ = "0.11.0"
56
56
 
57
57
  __all__ = [
58
58
  "SeededRNG",
@@ -437,19 +437,37 @@ class SettlementGenerator:
437
437
 
438
438
  @staticmethod
439
439
  def _radius(population: int, width: int, height: int) -> float:
440
- """Town radius: grows with √population, capped to fit the canvas."""
441
- fit = 0.46 * min(width, height)
440
+ """Town radius (long axis): grows with √population, capped to leave the
441
+ canvas a margin even once the footprint is elongated/lobed."""
442
+ fit = 0.40 * min(width, height)
442
443
  return min(fit, max(6.0, math.sqrt(population) * 0.45))
443
444
 
444
445
  def _footprint(self, cx: float, cy: float, radius: float, irregularity: float) -> list[Point]:
445
- """An organic, convex blob: jittered radii around a ring, then convex hull
446
- (the hull guarantees convexity so wards clip cleanly)."""
447
- k = 28
446
+ """An organic, convex town outline clearly non-circular: elongated along a
447
+ random axis, lopsided via low-frequency radial lobes, then convex-hulled so
448
+ wards still clip cleanly. ``radius`` is the long-axis half-extent.
449
+
450
+ (Low-frequency harmonics — not per-vertex jitter — are what survive the
451
+ convex hull as real lobes; independent jitter just hulls back to a circle.)
452
+ """
453
+ theta = self._rng.uniform(0.0, 2.0 * math.pi) # random orientation
454
+ aspect = 1.0 + (0.25 + 0.45 * irregularity) * self._rng.random() # elongation
455
+ a1 = 0.16 * irregularity * self._rng.uniform(0.4, 1.0) # lopsided (1st harmonic)
456
+ a2 = 0.10 * irregularity * self._rng.uniform(0.4, 1.0) # oval-ish (2nd harmonic)
457
+ p1 = self._rng.uniform(0.0, 2.0 * math.pi)
458
+ p2 = self._rng.uniform(0.0, 2.0 * math.pi)
459
+ ct, st = math.cos(theta), math.sin(theta)
460
+
461
+ k = 40
448
462
  pts: list[Point] = []
449
463
  for i in range(k):
450
- ang = 2 * math.pi * i / k
451
- rr = radius * (1.0 + self._rng.fuzzy(0.0, 0.18 * irregularity))
452
- pts.append((cx + rr * math.cos(ang), cy + rr * math.sin(ang)))
464
+ ang = 2.0 * math.pi * i / k
465
+ rr = 1.0 + a1 * math.sin(ang + p1) + a2 * math.sin(2 * ang + p2)
466
+ ux = rr * math.cos(ang) # long axis (= radius)
467
+ uy = rr * math.sin(ang) / aspect # squash the short axis → ellipse
468
+ x = radius * (ux * ct - uy * st) # rotate into the random frame
469
+ y = radius * (ux * st + uy * ct)
470
+ pts.append((cx + x, cy + y))
453
471
  return convex_hull(pts)
454
472
 
455
473
  def _apply_coast(
Binary file
@@ -1 +0,0 @@
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="86.6,315.0 91.5,264.0 109.8,216.2 177.5,142.6 218.7,115.1 264.7,94.6 315.0,88.1 409.9,117.9 456.0,138.2 493.2,172.9 516.2,218.1 529.6,266.0 535.9,315.0 538.5,366.0 489.8,454.4 410.5,513.3 366.3,539.9 266.1,529.4 218.8,514.7 176.0,489.3 135.8,457.9 109.5,414.0 91.2,366.1" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="253.7,458.2 247.8,523.7 218.8,514.7 176.0,489.3 167.0,482.3 228.4,440.1" fill="#b3a684"/><polygon points="374.8,386.1 330.8,383.1 299.0,328.3 300.6,320.1 331.9,298.0 381.7,315.7 390.6,367.9" fill="#d9c08a"/><polygon points="536.1,319.2 538.5,366.0 494.5,445.8 448.2,370.7 480.7,317.0 496.7,313.8" fill="#d8cdb0"/><polygon points="162.3,159.1 177.5,142.6 218.7,115.1 245.3,103.3 268.6,180.3 261.1,197.1 207.4,204.3" fill="#cdbf9e"/><polygon points="328.2,473.1 297.5,448.5 303.6,406.2 330.8,383.1 374.8,386.1 380.4,423.3" fill="#c2b48f"/><polygon points="381.7,315.7 331.9,298.0 329.1,248.1 377.4,213.6 388.1,216.8 401.4,294.0" fill="#c2b48f"/><polygon points="325.0,535.5 266.1,529.4 247.8,523.7 253.7,458.2 297.5,448.5 328.2,473.1 332.8,492.0" fill="#b3a684"/><polygon points="362.2,102.9 409.9,117.9 453.5,137.1 411.8,210.5 388.1,216.8 377.4,213.6 346.5,159.4" fill="#d8cdb0"/><polygon points="450.8,483.4 410.5,513.3 366.3,539.9 325.0,535.5 332.8,492.0 446.6,481.4" fill="#dfd6c0"/><polygon points="401.4,294.0 388.1,216.8 411.8,210.5 453.3,232.9 448.8,292.7" fill="#cdbf9e"/><polygon points="86.6,315.0 91.5,264.0 105.6,227.3 178.2,260.8 187.7,288.2 149.8,326.0 87.5,324.8" fill="#d8cdb0"/><polygon points="494.5,445.8 489.8,454.4 450.8,483.4 446.6,481.4 380.4,423.3 374.8,386.1 390.6,367.9 448.2,370.7" fill="#b9a98c"/><polygon points="245.3,103.3 264.7,94.6 315.0,88.1 362.2,102.9 346.5,159.4 268.6,180.3" fill="#cdbf9e"/><polygon points="299.0,328.3 330.8,383.1 303.6,406.2 238.1,374.3 238.6,372.5" fill="#c2b48f"/><polygon points="238.6,372.5 238.1,374.3 218.8,393.7 173.5,387.1 149.8,326.0 187.7,288.2 211.6,295.8" fill="#cdbf9e"/><polygon points="300.6,320.1 299.0,328.3 238.6,372.5 211.6,295.8 251.8,281.7" fill="#cdbf9e"/><polygon points="121.0,433.1 109.5,414.0 91.2,366.1 87.5,324.8 149.8,326.0 173.5,387.1" fill="#c2b48f"/><polygon points="511.8,209.3 516.2,218.1 529.6,266.0 535.9,315.0 536.1,319.2 496.7,313.8 491.0,224.8" fill="#c2b48f"/><polygon points="331.9,298.0 300.6,320.1 251.8,281.7 274.6,227.8 329.1,248.1" fill="#c2b48f"/><polygon points="228.4,440.1 167.0,482.3 135.8,457.9 121.0,433.1 173.5,387.1 218.8,393.7" fill="#b9a98c"/><polygon points="105.6,227.3 109.8,216.2 162.3,159.1 207.4,204.3 178.2,260.8" fill="#b3a684"/><polygon points="207.4,204.3 261.1,197.1 274.6,227.8 251.8,281.7 211.6,295.8 187.7,288.2 178.2,260.8" fill="#d8cdb0"/><polygon points="303.6,406.2 297.5,448.5 253.7,458.2 228.4,440.1 218.8,393.7 238.1,374.3" fill="#cdbf9e"/><polygon points="453.5,137.1 456.0,138.2 493.2,172.9 511.8,209.3 491.0,224.8 453.3,232.9 411.8,210.5" fill="#dfd6c0"/><polygon points="446.6,481.4 332.8,492.0 328.2,473.1 380.4,423.3" fill="#d8cdb0"/><polygon points="480.7,317.0 448.2,370.7 390.6,367.9 381.7,315.7 401.4,294.0 448.8,292.7" fill="#c2b48f"/><polygon points="496.7,313.8 480.7,317.0 448.8,292.7 453.3,232.9 491.0,224.8" fill="#cdbf9e"/><polygon points="377.4,213.6 329.1,248.1 274.6,227.8 261.1,197.1 268.6,180.3 346.5,159.4" fill="#cdbf9e"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="180.0,489.9 176.9,488.0 169.6,482.4 173.1,479.9"/><polygon points="181.3,485.9 176.1,478.3 181.5,474.6 186.7,482.2"/><polygon points="183.8,472.3 186.0,470.9 191.8,479.4 189.6,480.8"/><polygon points="186.9,493.5 186.5,493.3 183.6,489.0 193.1,482.4 196.3,487.1"/><polygon points="206.1,505.4 199.8,501.7 203.1,496.1 208.4,503.8"/><polygon points="197.2,499.9 190.2,495.7 198.6,490.0 201.0,493.5"/><polygon points="197.4,463.4 209.3,455.2 211.0,457.7 199.1,465.9"/><polygon points="212.9,460.7 217.8,467.7 212.0,471.7 207.2,464.7"/><polygon points="209.5,473.9 206.0,476.2 200.8,468.7 204.2,466.3"/><polygon points="188.7,469.5 194.6,465.5 199.1,472.0 193.3,476.0"/><polygon points="201.2,474.4 203.7,478.0 197.2,482.4 194.7,478.9"/><polygon points="222.8,493.1 211.0,501.2 208.0,496.7 219.8,488.6"/><polygon points="205.4,494.0 199.0,484.8 202.1,482.7 208.4,491.9"/><polygon points="205.4,481.0 211.7,476.7 217.4,485.1 211.1,489.4"/><polygon points="224.5,477.8 231.2,487.5 226.3,490.8 219.7,481.2"/><polygon points="220.0,470.2 223.0,474.7 217.3,478.6 214.2,474.2"/><polygon points="221.2,513.7 219.5,513.2 209.2,507.1 214.3,503.6"/><polygon points="221.3,507.7 217.2,501.8 224.1,497.0 228.2,503.0"/><polygon points="225.8,514.6 223.0,510.6 230.3,505.6 233.1,509.6"/><polygon points="240.1,519.7 228.9,516.3 234.9,512.1"/><polygon points="247.3,510.4 246.3,521.5 244.9,521.0 239.9,513.8 246.5,509.2"/><polygon points="232.2,502.2 227.2,495.0 233.5,490.7 238.5,497.9"/><polygon points="238.0,510.9 234.1,505.3 240.7,500.8 244.5,506.4"/><polygon points="247.1,478.2 237.1,477.3 238.0,466.3 238.6,465.9"/><polygon points="233.5,477.4 228.2,476.9 226.2,474.0 234.3,468.4"/><polygon points="251.4,459.3 250.0,475.1 242.2,463.8 250.1,458.3"/><polygon points="249.0,491.3 247.7,504.9 241.8,496.3"/><polygon points="237.3,490.1 230.5,480.2 238.1,480.9"/><polygon points="249.6,482.3 249.2,486.7 240.6,492.6 241.6,481.6"/><polygon points="226.9,442.6 228.4,441.6 234.6,446.1 231.9,449.9"/><polygon points="236.8,448.5 246.7,455.6 239.9,460.3 234.2,452.1"/><polygon points="219.8,463.5 212.9,453.4 218.8,449.4 225.7,459.4"/><polygon points="221.8,446.7 224.7,444.7 232.1,455.6 229.2,457.6"/><polygon points="224.5,470.8 222.0,467.1 234.0,458.8 236.6,462.5"/><polygon points="526.8,378.5 517.1,396.2 500.4,387.0 510.2,369.3"/><polygon points="532.4,328.9 534.3,365.0 530.9,371.1 514.2,361.9"/><polygon points="481.2,324.3 483.3,320.8 496.9,318.1 526.6,322.1 515.1,343.0"/><polygon points="471.8,339.7 476.8,331.5 511.0,350.3 506.4,358.8"/><polygon points="493.0,383.0 477.6,374.5 486.9,357.6 502.3,366.1"/><polygon points="470.3,370.7 457.2,363.5 467.4,346.7 479.8,353.5"/><polygon points="513.0,403.6 494.3,437.4 481.8,417.1 508.0,400.8"/><polygon points="467.5,395.1 452.4,370.6 452.9,369.8 474.8,381.9"/><polygon points="477.3,409.9 472.5,402.1 481.3,386.1 499.6,396.2"/><polygon points="229.3,113.2 243.7,106.7 246.0,114.2 231.0,118.7"/><polygon points="247.6,118.6 252.2,133.8 247.5,135.2 242.9,120.0"/><polygon points="243.0,136.3 236.8,138.2 232.3,123.5 238.6,121.6"/><polygon points="208.9,125.3 220.2,117.8 224.3,116.0 227.6,126.9 210.9,131.9"/><polygon points="229.6,132.4 231.7,139.4 214.5,144.6 212.4,137.6"/><polygon points="197.3,132.8 203.8,128.4 209.2,146.2 202.0,148.4"/><polygon points="185.7,140.2 192.6,135.6 197.0,150.2 189.4,152.5"/><polygon points="175.4,148.1 178.9,144.3 181.5,142.5 185.0,154.2 177.9,156.4"/><polygon points="164.6,159.1 172.3,150.8 174.4,158.0 166.0,160.5"/><polygon points="193.6,185.7 203.2,176.2 208.3,181.3"/><polygon points="206.2,173.6 211.5,168.3 220.5,177.3 212.4,179.7"/><polygon points="214.9,165.3 222.3,157.9 227.4,174.9 225.2,175.5"/><polygon points="210.0,201.6 208.3,201.8 195.9,189.4 205.5,186.6"/><polygon points="220.1,200.2 214.8,201.0 210.0,185.1 215.1,183.6"/><polygon points="233.8,197.8 225.3,198.9 220.3,182.7 228.5,180.2"/><polygon points="189.9,184.2 184.0,178.3 190.6,171.7 193.4,180.8"/><polygon points="181.4,174.3 170.9,163.7 185.8,159.2 188.3,167.5"/><polygon points="198.3,155.6 219.0,149.3 220.0,152.5 207.5,164.9"/><polygon points="190.8,157.4 191.8,157.0 204.0,169.2 196.6,176.5"/><polygon points="235.5,186.9 234.6,183.9 249.9,179.3 250.8,182.2"/><polygon points="234.0,179.4 231.7,171.7 245.5,167.5 247.9,175.2"/><polygon points="254.0,195.5 239.5,197.4 237.5,190.9 251.4,186.7"/><polygon points="265.0,177.0 266.0,180.1 259.4,194.9 259.1,194.9 254.7,180.1"/><polygon points="260.7,162.7 263.6,172.3 253.2,175.4 250.3,165.9"/><polygon points="253.2,138.6 256.2,148.5 244.5,152.0 241.5,142.1"/><polygon points="258.1,152.8 259.7,158.2 247.0,162.1 245.4,156.7"/><polygon points="242.9,163.3 229.9,167.2 228.2,161.7 241.2,157.7"/><polygon points="227.3,156.9 224.3,147.3 236.4,143.7 239.3,153.3"/><polygon points="373.7,398.9 375.8,413.2 359.7,415.6 358.1,413.8"/><polygon points="377.4,418.2 378.0,422.5 371.3,428.8 363.2,420.3"/><polygon points="365.1,387.5 373.0,388.1 373.6,392.0 367.6,397.7 361.3,391.2"/><polygon points="364.0,400.5 353.9,410.2 348.3,404.3 358.3,394.7"/><polygon points="330.4,386.1 331.5,385.3 342.2,386.0 341.4,397.6"/><polygon points="346.7,386.5 358.9,387.4 345.7,400.0"/><polygon points="337.6,399.9 343.7,406.2 336.7,412.9 330.6,406.5"/><polygon points="320.1,395.2 327.1,389.2 334.3,396.7 327.6,403.1"/><polygon points="305.5,411.9 306.1,407.6 316.5,398.8 321.6,404.1 309.3,415.9"/><polygon points="325.3,408.6 332.3,415.9 320.5,427.1 313.5,419.8"/><polygon points="300.3,447.0 302.7,430.8 315.4,432.6"/><polygon points="302.6,426.2 304.0,417.0 314.3,427.8"/><polygon points="328.0,469.6 318.6,462.0 324.9,454.2 335.4,462.6"/><polygon points="328.6,449.9 335.9,440.9 346.3,451.8 339.3,458.5"/><polygon points="314.4,458.4 304.6,450.6 314.1,441.5 321.7,449.4"/><polygon points="317.7,437.5 325.8,429.8 332.3,436.6 325.3,445.4"/><polygon points="330.3,426.3 346.6,410.7 351.4,415.6 335.0,431.3"/><polygon points="355.7,419.7 367.3,431.9 361.2,437.6 349.6,425.5"/><polygon points="357.0,441.6 350.5,447.8 339.0,435.7 345.5,429.5"/><polygon points="368.6,223.7 377.9,217.0 385.4,219.2 386.9,227.6 369.7,230.5"/><polygon points="388.8,232.3 391.1,245.3 386.5,246.1 384.3,233.1"/><polygon points="382.0,246.3 372.2,247.9 370.2,236.1 379.9,234.5"/><polygon points="391.2,249.9 392.2,256.1 374.2,259.2 373.2,253.0"/><polygon points="393.0,261.5 394.2,269.0 376.7,272.1 375.4,264.5"/><polygon points="335.0,246.1 345.9,238.3 349.6,243.6"/><polygon points="350.1,236.4 363.3,227.0 365.5,239.9 354.0,241.9"/><polygon points="348.8,248.2 357.0,246.8 359.4,260.5 351.2,261.9"/><polygon points="361.6,245.6 366.9,244.7 369.4,259.2 364.1,260.1"/><polygon points="369.5,264.3 371.0,272.9 354.0,275.8 352.5,267.3"/><polygon points="333.7,279.4 333.1,268.3 346.7,267.5 348.3,276.9"/><polygon points="332.7,262.6 332.1,251.3 343.6,249.4 345.7,261.8"/><polygon points="344.0,294.1 348.2,282.4 355.3,281.2 357.1,291.8"/><polygon points="359.7,305.5 342.1,299.2 358.2,296.4"/><polygon points="337.7,297.6 334.1,296.3 333.4,284.7 342.9,283.0"/><polygon points="362.4,289.6 360.9,280.8 379.2,277.6 380.7,286.5"/><polygon points="369.4,309.1 364.4,307.4 362.2,294.9 366.8,294.1"/><polygon points="380.8,312.1 374.7,309.9 372.0,294.3 381.7,292.6 384.4,308.1"/><polygon points="398.6,294.3 388.9,305.0 387.4,296.3"/><polygon points="385.1,276.5 395.1,274.7 397.7,289.6 387.7,291.4"/><polygon points="251.2,509.3 251.8,502.4 262.8,503.4 262.2,510.3"/><polygon points="251.7,498.7 252.1,494.9 263.9,495.9 263.5,499.7"/><polygon points="267.7,496.8 273.9,497.4 272.7,511.1 266.5,510.5"/><polygon points="252.5,491.5 253.4,481.8 258.9,482.3 258.1,492.0"/><polygon points="262.2,482.3 265.5,482.6 264.5,492.9 261.2,492.6"/><polygon points="268.7,483.3 275.5,483.9 274.6,493.3 267.9,492.7"/><polygon points="250.1,517.6 250.5,513.1 261.7,514.1 261.3,518.7"/><polygon points="260.8,526.2 249.4,522.6 249.6,520.9 261.2,521.9"/><polygon points="271.3,527.7 266.5,527.2 264.5,526.6 265.6,514.9 272.4,515.5"/><polygon points="277.4,507.6 278.6,494.5 284.6,495.0 283.4,508.2"/><polygon points="278.4,490.7 279.0,484.0 286.1,484.6 285.5,491.3"/><polygon points="289.8,485.5 302.8,486.6 302.2,492.8 289.3,491.6"/><polygon points="302.2,496.8 301.0,510.1 296.9,509.7 298.1,496.4"/><polygon points="293.1,509.2 287.6,508.7 288.8,495.8 294.2,496.3"/><polygon points="292.4,519.1 293.0,512.9 300.9,513.6 300.3,519.8"/><polygon points="299.1,531.0 291.4,530.2 292.1,522.6 299.8,523.3"/><polygon points="275.7,520.1 276.5,511.2 281.0,511.6 280.2,520.6"/><polygon points="284.1,512.1 289.7,512.6 288.8,521.3 283.4,520.8"/><polygon points="287.7,529.7 275.3,528.4 275.7,523.5 288.2,524.8"/><polygon points="304.6,514.5 305.3,507.2 315.8,508.2 315.1,516.4"/><polygon points="319.9,508.4 327.8,509.1 326.1,518.6 319.1,517.3"/><polygon points="307.4,531.7 302.9,531.3 304.0,518.6 309.6,519.6"/><polygon points="323.6,533.7 311.1,532.3 311.8,528.1 324.2,530.3"/><polygon points="312.6,524.6 313.4,520.1 325.5,522.3 324.7,526.8"/><polygon points="320.7,504.8 315.6,504.4 316.4,495.5 321.5,496.0"/><polygon points="330.3,496.8 328.7,505.6 323.9,505.1 324.7,496.3"/><polygon points="317.4,487.7 330.1,488.8 330.9,492.0 330.7,493.3 317.0,492.1"/><polygon points="305.1,503.4 305.7,496.5 313.0,497.2 312.4,504.0"/><polygon points="306.0,493.2 306.6,486.5 313.9,487.1 313.3,493.9"/><polygon points="326.6,474.8 329.1,484.9 320.7,484.2 321.6,474.4"/><polygon points="309.3,483.3 304.3,482.9 305.2,472.7 310.2,473.1"/><polygon points="317.1,484.1 312.7,483.7 313.6,473.4 318.1,473.8"/><polygon points="306.8,458.6 317.3,467.0 315.1,469.8 305.8,468.9"/><polygon points="320.3,468.0 325.1,471.8 317.8,471.2"/><polygon points="301.9,473.4 301.0,482.8 297.0,482.5 297.8,473.0"/><polygon points="293.5,481.6 284.1,480.7 284.9,472.5 294.2,473.3"/><polygon points="299.1,452.4 302.9,455.5 301.6,469.8 297.5,469.4"/><polygon points="286.4,452.9 295.3,450.9 294.5,459.4 285.9,458.6"/><polygon points="294.3,463.0 293.7,469.4 284.9,468.6 285.5,462.2"/><polygon points="261.4,458.1 265.9,457.2 268.0,466.7 263.6,467.7"/><polygon points="254.3,469.7 255.2,459.5 258.3,458.9 260.4,468.4"/><polygon points="267.6,469.8 268.9,469.6 271.2,480.3 266.7,479.8"/><polygon points="253.8,478.2 254.2,473.3 264.2,471.1 263.5,479.1"/><polygon points="269.3,456.6 274.7,455.4 277.2,466.7 271.4,466.2"/><polygon points="278.0,454.5 282.9,453.4 281.6,467.3 280.9,467.3"/><polygon points="281.0,470.9 280.1,480.5 274.6,480.0 272.4,470.1"/><polygon points="419.8,126.9 447.6,139.1 440.4,151.7 414.2,136.8"/><polygon points="436.2,159.0 430.8,168.6 404.5,153.7 410.0,144.1"/><polygon points="426.6,175.9 418.1,190.9 391.9,176.0 400.4,161.0"/><polygon points="386.6,115.0 408.4,121.9 412.1,123.5 401.2,142.7 378.3,129.6"/><polygon points="364.5,107.3 379.6,112.0 371.3,126.5 360.8,120.6"/><polygon points="367.2,162.0 352.5,153.6 359.4,128.6 379.7,140.1"/><polygon points="397.1,149.9 384.6,171.9 374.4,166.2 387.0,144.2"/><polygon points="362.7,181.9 350.8,160.9 368.8,171.2"/><polygon points="383.1,210.9 380.2,210.1 367.6,187.9 374.5,175.8 396.1,188.1"/><polygon points="414.6,198.0 409.3,207.3 391.5,212.1 403.2,191.6"/><polygon points="332.5,506.9 334.8,494.1 340.1,493.6 341.3,506.1"/><polygon points="329.8,523.6 331.9,511.9 341.4,511.0 342.4,522.4"/><polygon points="343.9,535.1 327.8,533.4 328.6,528.7 343.2,527.4"/><polygon points="347.5,524.2 347.0,518.5 361.5,517.1 362.1,522.8"/><polygon points="363.1,537.0 348.8,535.5 348.2,528.9 362.2,527.6"/><polygon points="382.4,527.7 367.7,536.5 367.0,528.2 382.3,526.7"/><polygon points="366.8,523.6 366.2,516.9 381.0,515.5 381.7,522.2"/><polygon points="347.1,513.4 346.1,502.5 358.9,501.3 359.9,512.2"/><polygon points="344.9,497.7 344.4,492.9 358.7,491.6 359.2,496.4"/><polygon points="379.6,502.6 380.4,510.5 365.3,511.9 364.6,504.0"/><polygon points="363.4,491.7 378.6,490.3 379.3,497.5 364.0,498.9"/><polygon points="394.5,520.0 386.9,524.5 385.4,508.3 393.3,507.6"/><polygon points="411.2,509.9 409.2,511.4 399.2,517.4 398.2,506.9 410.8,505.8"/><polygon points="384.9,503.3 383.6,489.8 391.8,489.0 393.1,502.5"/><polygon points="397.2,488.9 408.6,487.8 409.8,500.6 398.4,501.7"/><polygon points="425.3,498.6 416.1,505.5 414.4,487.4 424.2,486.5"/><polygon points="446.1,483.9 430.4,495.5 429.5,485.4"/><polygon points="400.9,272.4 399.4,264.0 418.6,260.7 420.1,269.1"/><polygon points="398.0,258.3 397.1,252.5 417.0,249.1 418.0,254.9"/><polygon points="414.4,276.0 421.5,274.8 424.2,290.7 414.8,290.9"/><polygon points="403.5,291.5 401.1,278.0 409.2,276.6 409.6,291.4"/><polygon points="422.1,248.0 429.3,246.7 431.9,261.8 424.4,261.2"/><polygon points="434.0,245.8 450.2,243.0 449.6,251.1 434.7,250.0"/><polygon points="449.3,255.8 448.7,263.2 436.8,262.3 435.5,254.7"/><polygon points="446.9,281.6 446.3,290.1 429.7,290.5 428.7,284.8"/><polygon points="433.4,278.8 427.5,279.8 425.1,266.1 434.3,266.8"/><polygon points="448.4,267.8 447.8,276.4 438.1,278.1 438.9,267.1"/><polygon points="423.8,220.4 437.5,227.8 430.4,240.9 427.4,241.5"/><polygon points="442.6,229.6 451.0,234.2 450.6,238.2 436.6,240.6"/><polygon points="413.1,235.2 420.9,233.9 422.6,243.3 414.8,244.6"/><polygon points="396.0,247.3 394.6,239.0 408.6,236.6 410.1,244.9"/><polygon points="410.1,213.5 411.5,213.1 417.4,216.4 419.7,229.5 413.0,230.6"/><polygon points="391.9,224.7 390.9,218.6 405.3,214.7 406.5,222.2"/><polygon points="393.4,234.3 392.5,229.3 407.6,226.7 408.4,231.7"/><polygon points="100.4,252.5 107.9,233.0 128.1,242.3 119.3,261.3"/><polygon points="94.5,271.5 95.1,264.8 97.1,259.7 116.5,268.6 111.5,279.4"/><polygon points="135.4,245.1 152.1,252.8 146.7,264.6 130.0,256.9"/><polygon points="142.9,271.5 134.6,289.5 118.9,282.2 127.2,264.2"/><polygon points="90.6,307.8 93.5,278.8 102.2,282.8"/><polygon points="123.2,314.2 119.9,321.2 93.0,320.7 100.8,303.8"/><polygon points="108.6,286.5 131.4,297.0 126.8,306.8 104.0,296.3"/><polygon points="167.8,302.1 148.1,321.8 129.1,321.4 143.2,290.8"/><polygon points="178.7,292.0 174.2,296.4 146.1,283.4 148.5,278.0"/><polygon points="159.0,256.6 174.8,263.9 182.0,284.8 152.3,271.1"/><polygon points="433.6,378.8 432.8,394.8 422.9,400.9 416.0,389.6"/><polygon points="404.6,371.8 430.1,373.0 412.2,384.1"/><polygon points="440.3,373.2 446.5,373.5 452.5,383.3 439.4,391.4"/><polygon points="380.6,397.0 379.2,387.4 392.4,372.1 396.3,372.3 403.0,383.2"/><polygon points="390.9,400.5 407.3,390.3 416.0,404.4 399.5,414.5"/><polygon points="386.0,424.3 383.1,421.8 380.7,405.3 384.1,403.1 394.1,419.4"/><polygon points="435.2,466.0 429.6,461.1 447.2,441.0 455.0,453.8"/><polygon points="464.7,468.6 450.4,479.3 448.6,478.4 440.7,471.5 459.4,460.0"/><polygon points="423.5,455.9 412.7,446.4 425.3,432.0 436.2,441.5"/><polygon points="428.7,426.2 435.1,419.0 444.4,434.0 441.5,437.4"/><polygon points="406.9,442.4 390.9,428.4 400.5,422.5 410.3,438.5"/><polygon points="406.8,419.6 426.5,407.4 430.6,414.1 414.7,432.2"/><polygon points="480.8,456.1 470.6,463.8 458.9,444.9 469.7,438.2"/><polygon points="491.1,445.9 487.5,452.4 486.9,452.8 475.1,433.7 481.2,430.0"/><polygon points="448.4,393.0 455.6,388.5 465.7,404.9 458.5,409.4"/><polygon points="442.3,418.8 432.7,403.2 443.0,396.8 452.6,412.5"/><polygon points="454.4,439.4 445.3,424.7 453.2,419.8 462.3,434.5"/><polygon points="458.8,416.7 468.9,410.5 477.6,424.7 467.6,430.9"/><polygon points="332.4,125.1 313.2,119.8 329.8,115.4"/><polygon points="345.8,128.8 337.9,126.6 334.6,114.2 341.4,112.4"/><polygon points="357.8,108.2 351.7,130.2 351.6,130.1 346.5,111.2"/><polygon points="340.6,158.7 323.3,163.3 322.3,159.5 339.6,154.9"/><polygon points="321.7,154.4 319.4,145.8 335.3,141.5 337.6,150.1"/><polygon points="350.1,137.1 344.8,156.4 340.3,139.7"/><polygon points="321.3,139.7 317.6,140.7 313.3,124.9 324.6,128.1"/><polygon points="344.8,133.6 326.7,138.4 329.3,129.2"/><polygon points="327.4,94.9 342.4,99.6 340.0,107.3 331.3,109.6"/><polygon points="347.0,100.0 358.1,103.5 344.8,107.1"/><polygon points="325.1,106.2 326.5,111.3 310.7,115.6 309.3,110.4"/><polygon points="305.3,92.5 314.7,91.2 320.9,93.2 323.0,101.2 308.6,105.0"/><polygon points="267.1,165.1 262.7,150.7 272.5,147.7 276.9,162.1"/><polygon points="277.6,145.7 284.0,143.8 288.6,159.0 282.2,160.9"/><polygon points="291.7,171.0 270.6,176.6 268.8,170.7 289.7,164.4"/><polygon points="302.7,147.7 291.2,150.8 288.7,142.3 300.1,138.9"/><polygon points="311.4,135.0 314.0,145.1 307.2,146.9 304.2,137.2"/><polygon points="302.4,168.8 297.0,170.2 292.5,155.4 298.4,153.8"/><polygon points="314.4,150.2 318.1,163.9 307.3,166.8 303.7,153.1"/><polygon points="294.7,134.7 280.3,139.0 277.0,128.1 291.4,123.7"/><polygon points="274.6,123.2 273.2,118.8 289.3,113.9 290.7,118.3"/><polygon points="304.4,109.2 306.2,115.9 295.3,118.8 293.4,112.5"/><polygon points="307.0,120.4 309.8,130.8 300.2,133.7 297.0,123.1"/><polygon points="291.2,93.7 299.6,92.6 302.8,104.9 295.3,107.2"/><polygon points="278.3,95.5 286.1,94.5 290.4,108.5 282.9,110.8"/><polygon points="266.9,96.9 273.0,96.1 278.0,112.4 272.2,114.2"/><polygon points="248.1,104.6 262.2,98.3 264.3,105.1 249.6,109.6"/><polygon points="265.3,110.3 268.4,120.8 254.9,124.9 251.7,114.5"/><polygon points="270.7,125.5 272.1,130.0 257.0,134.6 255.6,130.0"/><polygon points="273.1,134.6 275.1,141.3 260.7,145.6 258.7,139.0"/><polygon points="287.2,395.0 278.5,390.8 285.3,377.0 294.6,389.7"/><polygon points="305.0,402.4 303.3,403.9 291.3,398.1 298.2,393.0"/><polygon points="261.2,383.0 256.9,380.9 264.7,364.9 269.0,367.0"/><polygon points="273.4,388.4 266.0,384.8 273.4,369.7 280.7,373.3"/><polygon points="266.3,360.9 269.6,354.1 279.2,367.2"/><polygon points="252.5,378.1 242.6,373.2 261.7,359.2"/><polygon points="312.9,394.2 308.2,398.2 294.3,379.2 299.3,375.5"/><polygon points="323.1,375.0 327.4,382.5 317.5,390.9 311.9,383.2"/><polygon points="316.0,362.9 320.3,370.4 308.8,378.9 303.7,371.9"/><polygon points="281.4,362.2 272.9,350.7 280.1,345.4 288.6,357.0"/><polygon points="298.2,369.6 290.5,375.2 284.1,366.5 291.8,360.9"/><polygon points="297.7,352.1 293.1,354.7 283.9,342.2 288.1,339.1"/><polygon points="298.2,332.0 306.7,346.5 301.7,349.4 292.2,336.4"/><polygon points="309.2,351.1 313.3,358.2 302.1,366.4 296.4,358.5"/><polygon points="212.4,306.6 216.4,317.9 205.0,321.9 201.1,310.5"/><polygon points="194.6,293.1 209.7,297.8 210.9,301.4 199.0,305.6"/><polygon points="176.9,303.1 188.3,291.8 193.1,305.3 179.4,310.1"/><polygon points="195.6,309.7 200.8,324.3 197.1,325.6 192.0,311.0"/><polygon points="192.7,326.6 185.5,329.1 180.7,315.4 187.9,312.9"/><polygon points="157.7,338.5 153.1,326.7 157.9,321.9 170.1,334.1"/><polygon points="161.5,317.9 172.4,307.0 176.3,318.1 165.5,321.9"/><polygon points="178.3,322.3 181.4,331.0 175.8,332.9 168.6,325.7"/><polygon points="167.8,365.2 166.3,361.3 186.4,353.5 188.1,358.1"/><polygon points="164.6,356.1 159.9,343.8 171.2,339.8 175.5,351.9"/><polygon points="175.7,337.4 180.7,335.7 185.3,348.9 180.4,350.8"/><polygon points="174.2,382.1 169.4,369.9 176.9,367.3 181.2,379.6"/><polygon points="181.6,365.8 189.8,362.9 194.1,375.0 185.8,377.9"/><polygon points="198.8,388.3 179.2,385.5 195.8,379.6"/><polygon points="200.2,377.5 198.3,371.9 214.5,366.2 216.5,371.7"/><polygon points="221.3,386.9 217.8,390.5 204.7,388.6 202.5,382.5 217.8,377.1"/><polygon points="234.7,375.4 225.4,384.8 223.5,379.4"/><polygon points="223.1,374.9 219.6,364.7 231.5,360.5 235.0,370.7"/><polygon points="189.3,345.7 185.4,334.6 195.8,331.0 199.7,342.1"/><polygon points="197.0,366.5 191.6,351.0 201.2,347.6 206.6,363.1"/><polygon points="225.4,342.9 229.8,355.4 221.0,358.5 216.6,346.0"/><polygon points="216.7,360.6 211.8,362.3 207.1,348.8 212.0,347.1"/><polygon points="200.7,329.1 207.7,326.7 212.9,341.7 206.0,344.2"/><polygon points="212.4,324.9 218.5,322.8 223.8,338.0 217.8,340.2"/><polygon points="280.7,338.4 274.9,342.7 267.0,331.9 276.1,325.3"/><polygon points="263.8,328.3 259.2,322.1 273.7,317.0 274.8,320.3"/><polygon points="297.7,322.7 296.9,326.9 285.0,335.7 282.3,328.1"/><polygon points="280.8,323.6 278.1,315.8 287.1,312.6 294.8,318.7"/><polygon points="270.0,345.7 261.5,351.9 252.2,339.2 260.7,333.0"/><polygon points="248.4,335.4 243.0,327.9 254.9,323.7 258.2,328.2"/><polygon points="256.8,355.6 240.0,367.9 236.7,358.6 254.5,352.3"/><polygon points="231.3,344.0 227.6,333.6 238.4,329.8 242.7,335.7"/><polygon points="234.7,353.5 233.1,349.1 245.7,339.9 251.3,347.6"/><polygon points="259.0,297.2 248.1,310.9 245.0,302.0"/><polygon points="240.8,288.5 251.3,284.8 259.9,291.5 243.9,297.2"/><polygon points="266.0,296.5 281.7,308.9 268.9,313.4 263.9,299.1"/><polygon points="263.9,315.5 251.6,319.8 250.2,315.9 259.8,303.7"/><polygon points="217.9,307.2 214.3,297.1 221.0,294.7 224.6,304.9"/><polygon points="225.4,293.6 235.8,289.9 239.1,299.4 228.7,303.0"/><polygon points="228.7,307.9 240.9,303.6 243.0,309.6 230.8,313.9"/><polygon points="244.3,314.0 247.0,321.6 235.2,325.7 232.5,318.1"/><polygon points="225.9,328.9 219.7,311.4 224.4,309.7 230.6,327.3"/><polygon points="143.4,359.9 135.8,362.9 131.0,357.3 136.7,352.3"/><polygon points="152.2,340.1 157.4,353.4 147.5,357.3 141.0,349.9"/><polygon points="165.3,373.8 170.1,386.3 163.0,392.5 154.7,383.0"/><polygon points="154.0,376.4 150.9,379.1 139.5,366.2 148.6,362.7"/><polygon points="159.8,358.0 163.8,368.2 157.9,373.3 153.0,360.7"/><polygon points="122.3,328.2 124.5,328.2 124.1,348.2 113.4,336.0"/><polygon points="103.9,326.8 116.9,327.0 109.7,333.4"/><polygon points="130.3,328.7 147.7,329.0 149.7,334.3 140.0,342.8 130.2,331.7"/><polygon points="136.8,346.9 128.8,354.0 129.1,338.1"/><polygon points="97.2,349.3 116.0,347.6 118.6,350.6 107.1,360.6"/><polygon points="95.8,371.1 93.6,365.5 92.4,352.1 103.3,364.6"/><polygon points="108.1,336.1 114.6,343.5 108.8,344.0"/><polygon points="92.3,343.7 90.8,327.9 98.7,328.1 103.5,333.6 104.4,342.6"/><polygon points="136.1,370.1 143.6,378.7 135.4,385.9 127.8,377.3"/><polygon points="132.0,389.4 126.8,394.0 118.7,384.7 123.9,380.1"/><polygon points="105.2,369.2 109.1,365.8 119.7,377.9 115.8,381.3"/><polygon points="113.6,362.9 122.5,355.2 132.0,366.1 123.2,373.8"/><polygon points="109.9,408.8 107.2,401.7 122.6,395.8 123.5,396.9"/><polygon points="105.7,397.4 103.1,390.8 114.2,386.5 119.2,392.2"/><polygon points="101.5,386.4 97.5,376.1 101.8,372.3 111.0,382.8"/><polygon points="129.3,398.5 135.0,393.4 146.7,406.8 141.0,411.8"/><polygon points="139.6,389.7 147.0,383.3 158.4,396.3 151.0,402.7"/><polygon points="119.4,407.1 125.0,402.2 136.8,415.6 131.1,420.5"/><polygon points="121.6,429.2 112.1,413.2 115.2,410.5 127.2,424.2"/><polygon points="529.7,282.6 530.5,289.0 519.5,290.4 518.7,284.0"/><polygon points="527.3,267.5 528.7,278.1 518.6,279.4 517.2,268.1"/><polygon points="514.8,290.4 498.0,292.5 497.5,285.1 514.0,284.0"/><polygon points="497.4,279.6 496.8,269.8 511.8,268.9 513.0,278.6"/><polygon points="530.9,293.9 533.6,315.2 533.7,316.5 527.9,315.8"/><polygon points="522.8,314.4 515.0,313.3 517.4,295.7 525.5,294.7"/><polygon points="509.1,312.5 499.6,311.2 498.7,298.1 511.2,296.5"/><polygon points="510.9,213.2 513.8,219.0 516.1,227.0 507.3,229.5 504.1,218.2"/><polygon points="502.9,231.2 493.7,233.7 493.2,225.8 500.0,220.8"/><polygon points="517.2,232.5 520.5,244.5 508.3,247.9 505.0,235.9"/><polygon points="503.3,249.9 495.2,252.2 494.3,238.2 499.7,236.7"/><polygon points="522.5,249.5 526.2,262.6 516.5,263.2 515.7,251.4"/><polygon points="511.3,263.3 496.3,264.2 495.8,257.3 510.6,253.1"/><polygon points="306.7,303.7 302.9,298.4 315.9,289.2 317.3,290.3"/><polygon points="300.6,294.4 296.3,288.3 303.1,279.6 311.8,286.5"/><polygon points="327.0,298.4 311.3,309.5 309.7,307.3 320.7,293.4"/><polygon points="284.6,305.0 283.2,303.9 293.1,291.5 296.6,296.5"/><polygon points="306.8,312.3 300.7,316.7 289.2,307.6 298.7,300.9"/><polygon points="314.7,264.8 326.6,249.8 326.7,249.8 327.5,264.0"/><polygon points="329.9,295.1 322.2,289.1 329.0,280.5"/><polygon points="319.2,286.4 316.1,284.0 328.1,268.8 328.4,274.7"/><polygon points="312.7,281.0 306.0,275.7 310.7,269.8 322.0,269.2"/><polygon points="274.2,235.4 276.0,231.1 290.6,236.5 287.2,245.7"/><polygon points="295.5,238.4 304.7,241.8 299.6,255.4 291.6,249.1"/><polygon points="309.8,244.1 320.9,248.2 309.4,262.8 304.4,258.8"/><polygon points="262.5,264.1 264.5,259.4 283.7,267.5 277.2,275.7"/><polygon points="266.4,289.2 255.6,280.7 260.1,270.0 273.4,280.4"/><polygon points="266.2,254.1 272.1,240.2 279.8,246.4 271.8,256.5"/><polygon points="283.8,249.5 292.9,256.7 287.7,263.2 276.7,258.5"/><polygon points="280.1,301.2 270.0,293.2 274.0,288.2 284.1,296.2"/><polygon points="277.7,284.7 286.2,273.9 295.1,280.9 286.6,291.7"/><polygon points="289.6,269.3 296.9,260.1 306.1,267.4 298.8,276.6"/><polygon points="197.7,422.1 218.8,407.6 220.8,417.4"/><polygon points="224.1,438.4 214.4,445.0 202.7,427.9 221.2,424.1"/><polygon points="194.2,415.7 177.5,391.4 197.3,394.3"/><polygon points="204.1,394.6 216.3,396.4 217.3,401.5 201.5,412.3"/><polygon points="156.7,406.9 170.6,394.7 179.3,407.4 164.2,417.7"/><polygon points="183.8,412.4 187.8,418.1 171.2,429.5 167.3,423.8"/><polygon points="140.6,421.6 150.9,412.5 164.6,432.5 153.4,440.2"/><polygon points="136.8,452.1 125.9,433.9 134.3,426.6 147.0,445.1"/><polygon points="183.8,466.4 167.2,477.8 161.7,473.5 176.1,455.1"/><polygon points="155.9,468.2 142.6,457.8 166.1,441.7 171.0,448.9"/><polygon points="207.8,449.3 189.8,461.7 182.3,450.6 200.2,438.3"/><polygon points="177.5,444.6 172.1,436.8 190.9,423.8 196.3,431.7"/><polygon points="175.2,238.6 169.7,235.8 175.3,224.9 180.4,227.3"/><polygon points="166.1,234.0 161.3,231.5 166.3,220.7 171.7,223.2"/><polygon points="190.6,232.1 184.7,243.4 179.0,240.5 184.2,229.2"/><polygon points="161.5,251.6 153.2,247.7 154.8,244.3 163.3,248.2"/><polygon points="156.5,241.5 159.5,234.9 167.5,239.1 164.4,245.1"/><polygon points="183.2,247.2 177.4,258.5 173.8,256.8 179.2,245.1"/><polygon points="170.4,255.0 165.0,252.5 170.9,241.1 175.7,243.5"/><polygon points="181.5,203.7 187.8,206.6 184.3,214.0 178.1,211.1"/><polygon points="171.4,208.3 175.1,200.3 178.8,202.1 175.1,210.0"/><polygon points="180.0,222.5 168.1,217.0 170.5,211.8 182.4,217.3"/><polygon points="189.4,219.0 186.3,217.4 190.8,207.7 194.0,209.2"/><polygon points="201.2,212.7 196.2,222.3 192.4,220.4 196.8,210.7"/><polygon points="194.7,225.3 192.8,228.9 183.2,224.5 185.1,220.4"/><polygon points="183.6,183.6 189.5,189.4 180.2,198.7 177.3,197.4"/><polygon points="198.2,197.7 205.1,204.7 202.7,209.4 194.5,205.7"/><polygon points="192.6,192.1 195.3,194.9 191.1,204.0 183.9,200.8"/><polygon points="137.7,217.1 139.3,213.6 148.0,217.6 146.4,221.1"/><polygon points="141.8,230.3 133.7,226.6 136.6,220.3 144.7,224.0"/><polygon points="157.7,229.8 154.8,236.1 145.3,231.8 148.2,225.5"/><polygon points="161.0,223.6 159.6,226.8 149.3,222.1 150.8,218.9"/><polygon points="153.1,239.8 150.3,245.8 140.5,241.2 143.3,235.2"/><polygon points="136.9,239.8 129.2,236.2 132.1,229.9 139.9,233.5"/><polygon points="146.4,199.0 151.3,203.5 143.6,211.9 141.0,210.7"/><polygon points="153.9,205.8 157.8,209.4 151.9,215.8 146.9,213.5"/><polygon points="160.3,211.6 164.7,215.6 162.3,220.7 155.0,217.4"/><polygon points="121.2,206.8 125.9,201.7 136.4,211.4 135.5,213.4"/><polygon points="143.4,197.9 138.5,208.7 135.8,206.2"/><polygon points="128.8,198.7 136.5,190.3 141.6,195.0 133.9,203.4"/><polygon points="127.9,230.1 125.9,234.6 114.8,229.5 116.9,225.0"/><polygon points="129.8,215.0 134.2,217.0 129.6,226.9 125.2,224.9"/><polygon points="122.8,211.7 126.7,213.5 122.1,223.5 118.2,221.7"/><polygon points="108.2,226.3 111.6,217.3 118.3,210.0 119.3,210.4 111.3,227.7"/><polygon points="173.8,195.8 172.7,198.2 163.1,193.8 167.0,189.6"/><polygon points="178.3,177.9 180.6,180.2 175.1,192.2 169.7,187.3"/><polygon points="171.4,201.1 166.1,212.6 162.4,209.2 170.3,200.5"/><polygon points="160.1,206.7 155.5,202.5 161.0,196.5 166.9,199.2"/><polygon points="161.3,184.8 164.1,187.4 152.8,199.7 150.0,197.1"/><polygon points="146.7,178.9 150.6,174.7 158.5,182.0 154.6,186.2"/><polygon points="139.3,187.2 144.2,181.9 151.8,189.0 146.9,194.3"/><polygon points="152.6,171.9 155.5,168.7 162.1,174.8 159.0,177.9"/><polygon points="157.9,166.5 162.4,161.7 168.6,167.9 164.2,172.3"/><polygon points="171.1,170.9 175.3,175.1 166.9,184.3 162.1,179.9"/><polygon points="185.6,255.7 193.5,240.4 219.2,253.7 211.2,269.0"/><polygon points="197.1,233.0 201.2,225.2 227.2,238.6 223.1,246.5"/><polygon points="201.4,288.3 190.8,284.9 183.6,264.0 207.5,276.4"/><polygon points="232.2,285.1 211.6,292.3 208.2,291.2 215.8,276.5"/><polygon points="253.0,268.1 248.7,278.3 240.9,281.1 220.0,270.3 227.9,255.1"/><polygon points="259.3,254.8 256.6,261.2 230.9,247.9 234.1,241.8"/><polygon points="269.4,226.4 270.0,227.8 261.8,247.3 240.8,236.4 250.9,216.8"/><polygon points="257.7,200.2 259.5,200.0 267.2,217.6 252.6,210.0"/><polygon points="210.1,208.2 226.1,206.1 229.4,230.5 205.1,218.0"/><polygon points="233.7,204.4 249.6,202.3 236.8,227.1"/><polygon points="250.0,383.3 265.7,390.9 262.2,398.1 246.5,390.5"/><polygon points="260.3,403.1 254.6,414.8 247.4,411.3 253.1,399.6"/><polygon points="243.2,409.5 237.8,406.8 243.7,394.7 249.1,397.3"/><polygon points="228.0,388.3 238.6,377.6 245.0,380.7 238.7,393.5"/><polygon points="222.4,399.1 221.4,394.4 223.8,392.0 236.8,398.4 233.7,404.6"/><polygon points="239.6,444.6 230.9,438.4 229.8,433.1 246.9,429.6"/><polygon points="228.9,427.3 224.5,406.2 238.5,413.0 231.8,426.7"/><polygon points="243.6,414.7 252.6,419.1 250.4,423.7 238.0,426.2"/><polygon points="249.3,451.7 244.1,448.0 252.2,431.4 257.9,434.2"/><polygon points="268.8,451.6 254.4,454.8 254.4,454.8 263.0,437.2 273.4,442.3"/><polygon points="288.9,448.4 274.5,451.6 278.5,443.4"/><polygon points="300.8,407.7 298.6,423.5 289.8,422.2 297.6,406.1"/><polygon points="297.2,429.0 294.7,445.7 282.0,439.5 287.8,427.6"/><polygon points="267.2,400.3 270.7,393.1 283.9,399.5 280.3,406.7"/><polygon points="262.9,407.9 264.7,404.2 278.8,411.1 277.1,414.8"/><polygon points="288.4,401.4 293.3,403.8 286.1,418.8 281.1,416.4"/><polygon points="266.0,431.7 255.1,426.3 261.6,413.0 272.5,418.3"/><polygon points="276.7,437.6 270.8,434.7 277.9,420.2 283.8,423.1"/><polygon points="433.3,219.1 423.0,213.6 427.8,204.5 438.2,210.4"/><polygon points="418.7,212.1 414.3,209.7 420.2,199.3 424.3,201.6"/><polygon points="423.2,195.8 426.0,190.9 443.5,200.9 440.8,205.8"/><polygon points="445.5,181.5 452.6,185.5 446.3,196.6 439.1,192.6"/><polygon points="428.2,186.4 434.6,175.2 441.3,179.0 434.9,190.2"/><polygon points="445.7,225.7 438.0,221.5 445.2,208.8 452.8,213.2"/><polygon points="456.1,229.9 453.7,230.4 449.9,228.4 457.4,215.3 462.7,218.4"/><polygon points="447.9,204.1 456.9,188.3 462.9,191.7 453.9,207.5"/><polygon points="467.6,194.5 473.8,198.0 464.8,213.7 458.7,210.2"/><polygon points="479.0,225.1 462.1,228.7 467.8,218.7"/><polygon points="480.2,219.7 471.1,214.5 478.7,201.1 487.8,206.3"/><polygon points="501.7,213.6 490.0,222.5 485.7,223.4 484.8,222.8 492.9,208.6"/><polygon points="500.3,192.5 508.4,208.5 506.2,210.2 494.1,203.4"/><polygon points="496.2,188.3 489.4,200.3 479.4,194.6 486.2,182.6"/><polygon points="474.4,192.5 469.1,189.4 476.5,176.4 481.9,179.4"/><polygon points="482.4,166.1 491.3,174.4 494.8,181.3 478.9,172.3"/><polygon points="469.7,179.1 465.1,187.3 456.9,182.6 461.5,174.4"/><polygon points="452.8,179.5 437.6,170.9 441.6,163.8 456.8,172.5"/><polygon points="474.4,170.8 471.9,175.2 457.4,166.9 459.9,162.5"/><polygon points="466.5,151.4 478.7,162.8 476.6,166.5 462.4,158.5"/><polygon points="458.3,155.8 453.4,164.4 443.9,159.0 448.8,150.4"/><polygon points="454.4,139.8 454.8,139.9 463.3,147.8 460.8,152.1 450.7,146.3"/><polygon points="436.5,478.2 404.5,481.1 401.3,447.3"/><polygon points="366.8,484.6 336.0,487.4 332.9,474.5 345.5,462.4"/><polygon points="357.3,451.1 380.5,429.0 392.2,439.2 393.0,447.8"/><polygon points="365.5,473.3 351.4,458.5 364.0,457.4"/><polygon points="396.1,481.9 377.5,483.6 372.9,478.8 371.0,458.3 393.7,456.2"/><polygon points="467.4,333.1 460.8,344.0 449.9,337.4 456.5,326.5"/><polygon points="445.0,335.4 440.3,332.6 447.8,320.3 452.5,323.1"/><polygon points="454.5,319.1 450.3,316.5 458.4,303.0 463.7,307.0"/><polygon points="476.8,317.8 470.5,328.1 459.4,321.3 467.5,310.7"/><polygon points="437.7,299.5 440.2,295.5 448.0,295.3 454.5,300.2 450.3,307.1"/><polygon points="436.6,330.2 423.6,322.3 426.3,317.8 439.4,325.7"/><polygon points="429.6,313.7 435.3,304.4 447.1,311.6 441.4,320.9"/><polygon points="405.3,311.2 394.7,304.8 402.5,296.3 404.9,296.2"/><polygon points="417.6,295.8 434.8,295.3 430.0,303.3"/><polygon points="409.2,308.7 408.9,295.5 409.6,295.5 415.2,298.9"/><polygon points="419.6,319.3 411.2,314.2 418.5,302.1 426.9,307.2"/><polygon points="402.8,365.6 393.0,365.2 390.7,351.3 400.1,349.7"/><polygon points="408.9,365.8 408.7,365.8 405.8,348.8 420.8,346.2"/><polygon points="387.4,312.9 391.6,308.2 403.4,315.4 400.2,320.7"/><polygon points="385.7,325.3 384.2,316.4 384.2,316.3 397.8,324.6 394.3,330.5"/><polygon points="387.9,342.3 385.8,329.9 392.8,334.2"/><polygon points="408.0,318.4 418.9,325.1 411.3,337.8"/><polygon points="423.3,327.7 430.0,331.8 425.0,340.0 414.7,341.8"/><polygon points="391.5,345.2 403.6,325.4 406.5,342.6"/><polygon points="435.2,367.5 414.8,366.5 419.9,358.2"/><polygon points="428.3,356.9 423.1,353.7 434.4,335.0 439.7,338.2"/><polygon points="449.9,363.0 446.8,368.1 445.8,368.1 432.7,360.1 436.1,354.6"/><polygon points="457.7,349.1 452.3,358.1 439.3,350.2 444.7,341.3"/><polygon points="465.9,232.1 471.9,230.9 474.0,240.7 466.5,241.1"/><polygon points="476.4,230.6 488.7,228.0 489.4,239.0 478.3,239.7"/><polygon points="489.5,244.4 490.7,263.2 483.8,263.7 482.6,244.8"/><polygon points="477.9,263.8 469.1,264.3 467.9,246.0 476.7,245.5"/><polygon points="454.6,250.7 455.7,235.0 461.5,233.7 462.6,250.2"/><polygon points="453.2,266.1 454.0,255.6 463.1,255.1 463.7,265.4"/><polygon points="479.3,280.2 479.8,288.9 468.3,289.7 467.7,280.9"/><polygon points="466.8,269.7 478.8,268.9 479.2,275.6 467.2,276.4"/><polygon points="483.8,269.3 491.0,268.9 492.2,287.7 485.0,288.1"/><polygon points="452.2,290.0 453.6,271.5 461.6,271.0 462.8,289.3"/><polygon points="470.9,306.5 456.1,295.3 470.1,294.4"/><polygon points="476.1,303.4 475.5,294.5 492.5,293.5 493.1,302.3"/><polygon points="494.3,311.9 481.3,314.5 475.9,310.4 475.8,308.7 494.0,307.5"/><polygon points="281.1,180.1 290.1,177.7 294.8,195.3 285.8,197.7"/><polygon points="295.9,175.9 303.2,174.0 308.0,192.0 300.7,193.9"/><polygon points="309.4,197.8 311.1,204.3 289.1,210.2 287.4,203.7"/><polygon points="264.9,198.7 264.2,197.2 270.7,182.7 275.3,181.4 278.9,194.9"/><polygon points="272.1,215.0 267.2,204.0 280.4,200.5 283.4,211.9"/><polygon points="299.6,225.5 304.5,212.3 312.8,210.0 315.8,221.2"/><polygon points="322.1,242.9 310.9,238.7 315.3,226.8 317.7,226.2"/><polygon points="306.5,237.5 295.7,233.4 296.4,231.5 310.1,227.9"/><polygon points="289.5,230.5 276.5,225.7 274.1,220.1 285.8,217.0"/><polygon points="290.2,215.2 299.0,212.8 293.5,227.6"/><polygon points="347.6,232.2 346.8,232.8 336.9,218.9 342.9,214.6"/><polygon points="334.5,214.6 325.8,202.5 338.2,199.2 341.1,209.9"/><polygon points="371.7,214.3 351.7,228.5 349.5,220.2"/><polygon points="355.6,194.9 362.2,193.1 371.0,208.5 360.1,211.5"/><polygon points="348.1,215.0 343.4,197.8 350.0,196.0 354.7,213.2"/><polygon points="342.2,235.2 328.6,244.9 328.1,244.7 325.0,233.0 338.2,229.5"/><polygon points="323.1,228.1 320.9,220.0 330.3,217.5 335.5,224.8"/><polygon points="319.6,215.8 316.5,204.4 320.5,203.3 327.8,213.6"/><polygon points="333.6,165.2 345.4,162.0 347.9,166.4 335.8,173.4"/><polygon points="349.9,171.4 355.1,180.6 340.7,188.8 337.9,178.2"/><polygon points="358.5,184.3 360.8,188.4 343.1,193.2"/><polygon points="311.8,185.7 308.2,172.1 315.1,170.3 318.8,183.9"/><polygon points="320.1,169.2 328.9,166.8 332.5,180.0 323.6,182.3"/><polygon points="316.2,199.0 314.0,190.9 333.5,185.7 335.6,193.8"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M220.2,481.9 L197.7,461.2 L177.6,431.6" stroke="#6c604a" stroke-width="3.4"/><path d="M220.2,481.9 L250.8,491.0 L289.9,494.0" stroke="#6c604a" stroke-width="3.4"/><path d="M220.2,481.9 L241.0,449.1 L259.9,418.5" stroke="#6c604a" stroke-width="3.4"/><path d="M259.9,418.5 L270.8,390.2 L289.4,370.4" stroke="#6c604a" stroke-width="3.4"/><path d="M289.4,370.4 L268.8,350.4 L252.8,322.3" stroke="#6c604a" stroke-width="3.4"/><path d="M252.8,322.3 L225.1,334.2 L194.8,344.3" stroke="#6c604a" stroke-width="3.4"/><path d="M289.4,370.4 L314.9,355.7 L347.6,343.1" stroke="#6c604a" stroke-width="3.4"/><path d="M252.8,322.3 L276.2,300.9 L295.3,273.4" stroke="#6c604a" stroke-width="3.4"/><path d="M295.3,273.4 L330.5,273.0 L366.0,267.5" stroke="#6c604a" stroke-width="3.4"/><path d="M366.0,267.5 L394.8,255.4 L421.4,253.8" stroke="#6c604a" stroke-width="3.4"/><path d="M421.4,253.8 L451.1,262.8 L473.9,270.6" stroke="#6c604a" stroke-width="3.4"/><path d="M473.9,270.6 L493.9,269.3 L511.7,269.8" stroke="#6c604a" stroke-width="3.4"/><path d="M289.4,370.4 L317.2,394.6 L337.5,422.8" stroke="#6c604a" stroke-width="3.4"/><path d="M337.5,422.8 L354.3,448.2 L381.0,465.2" stroke="#6c604a" stroke-width="3.4"/><path d="M381.0,465.2 L389.7,486.7 L375.7,508.5" stroke="#6c604a" stroke-width="3.4"/><path d="M381.0,465.2 L413.5,452.4 L432.7,420.0" stroke="#6c604a" stroke-width="3.4"/><path d="M194.8,344.3 L161.7,356.5 L127.8,370.4" stroke="#6c604a" stroke-width="3.4"/><path d="M421.4,253.8 L432.6,221.7 L462.0,192.8" stroke="#6c604a" stroke-width="3.4"/><path d="M295.3,273.4 L301.8,237.9 L318.7,203.5" stroke="#6c604a" stroke-width="3.4"/><path d="M295.3,273.4 L263.2,254.7 L226.6,246.1" stroke="#6c604a" stroke-width="3.4"/><path d="M226.6,246.1 L192.8,232.6 L159.9,212.6" stroke="#6c604a" stroke-width="3.4"/><path d="M318.7,203.5 L307.6,169.8 L302.5,129.6" stroke="#6c604a" stroke-width="3.4"/><path d="M159.9,212.6 L141.9,244.1 L131.2,282.9" stroke="#6c604a" stroke-width="3.4"/><path d="M462.0,192.8 L432.7,173.8 L394.3,158.3" stroke="#6c604a" stroke-width="3.4"/><path d="M473.9,270.6 L464.8,304.9 L427.0,330.6" stroke="#6c604a" stroke-width="3.4"/><path d="M427.0,330.6 L464.4,343.8 L496.8,368.4" stroke="#6c604a" stroke-width="3.4"/><path d="M159.9,212.6 L184.9,181.7 L221.6,159.4" stroke="#6c604a" stroke-width="3.4"/><path d="M347.6,343.1 L352.8,384.6 L337.5,422.8" stroke="#6c604a" stroke-width="3.4"/><path d="M347.6,343.1 L382.7,377.0 L432.7,420.0" stroke="#6c604a" stroke-width="3.4"/><path d="M496.8,368.4 L471.4,408.2 L432.7,420.0" stroke="#6c604a" stroke-width="3.4"/><path d="M337.5,422.8 L312.8,460.8 L289.9,494.0" stroke="#6c604a" stroke-width="3.4"/><path d="M337.5,422.8 L300.5,427.4 L259.9,418.5" stroke="#6c604a" stroke-width="3.4"/><path d="M366.0,267.5 L353.2,230.9 L318.7,203.5" stroke="#6c604a" stroke-width="3.4"/><path d="M394.3,158.3 L354.3,131.2 L302.5,129.6" stroke="#6c604a" stroke-width="3.4"/><path d="M289.4,370.4 L238.3,373.4 L194.8,344.3" stroke="#6c604a" stroke-width="3.4"/><path d="M511.7,269.8 L501.4,217.1 L462.0,192.8" stroke="#6c604a" stroke-width="3.4"/><path d="M347.6,343.1 L86.6,315.0" stroke="#6c604a" stroke-width="4.8"/><path d="M347.6,343.1 L409.9,117.9" stroke="#6c604a" stroke-width="4.8"/><path d="M347.6,343.1 L410.5,513.3" stroke="#6c604a" stroke-width="4.8"/><path d="M220.2,481.9 L197.7,461.2 L177.6,431.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M220.2,481.9 L250.8,491.0 L289.9,494.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M220.2,481.9 L241.0,449.1 L259.9,418.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.9,418.5 L270.8,390.2 L289.4,370.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M289.4,370.4 L268.8,350.4 L252.8,322.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M252.8,322.3 L225.1,334.2 L194.8,344.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M289.4,370.4 L314.9,355.7 L347.6,343.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M252.8,322.3 L276.2,300.9 L295.3,273.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M295.3,273.4 L330.5,273.0 L366.0,267.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M366.0,267.5 L394.8,255.4 L421.4,253.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M421.4,253.8 L451.1,262.8 L473.9,270.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M473.9,270.6 L493.9,269.3 L511.7,269.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M289.4,370.4 L317.2,394.6 L337.5,422.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M337.5,422.8 L354.3,448.2 L381.0,465.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M381.0,465.2 L389.7,486.7 L375.7,508.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M381.0,465.2 L413.5,452.4 L432.7,420.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M194.8,344.3 L161.7,356.5 L127.8,370.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M421.4,253.8 L432.6,221.7 L462.0,192.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M295.3,273.4 L301.8,237.9 L318.7,203.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M295.3,273.4 L263.2,254.7 L226.6,246.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M226.6,246.1 L192.8,232.6 L159.9,212.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M318.7,203.5 L307.6,169.8 L302.5,129.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M159.9,212.6 L141.9,244.1 L131.2,282.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M462.0,192.8 L432.7,173.8 L394.3,158.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M473.9,270.6 L464.8,304.9 L427.0,330.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.0,330.6 L464.4,343.8 L496.8,368.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M159.9,212.6 L184.9,181.7 L221.6,159.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M347.6,343.1 L352.8,384.6 L337.5,422.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M347.6,343.1 L382.7,377.0 L432.7,420.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M496.8,368.4 L471.4,408.2 L432.7,420.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M337.5,422.8 L312.8,460.8 L289.9,494.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M337.5,422.8 L300.5,427.4 L259.9,418.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M366.0,267.5 L353.2,230.9 L318.7,203.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M394.3,158.3 L354.3,131.2 L302.5,129.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M289.4,370.4 L238.3,373.4 L194.8,344.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M511.7,269.8 L501.4,217.1 L462.0,192.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M347.6,343.1 L86.6,315.0" stroke="#e4d9bc" stroke-width="3.2"/><path d="M347.6,343.1 L409.9,117.9" stroke="#e4d9bc" stroke-width="3.2"/><path d="M347.6,343.1 L410.5,513.3" stroke="#e4d9bc" stroke-width="3.2"/></g><path d="M87.5,305.9 L91.5,264.0 M91.5,264.0 L109.8,216.2 M109.8,216.2 L177.5,142.6 M177.5,142.6 L218.7,115.1 M218.7,115.1 L264.7,94.6 M264.7,94.6 L315.0,88.1 M315.0,88.1 L401.2,115.2 M418.2,121.6 L456.0,138.2 M456.0,138.2 L493.2,172.9 M493.2,172.9 L516.2,218.1 M516.2,218.1 L529.6,266.0 M529.6,266.0 L535.9,315.0 M535.9,315.0 L538.5,366.0 M538.5,366.0 L489.8,454.4 M489.8,454.4 L417.8,507.9 M402.7,518.0 L366.3,539.9 M366.3,539.9 L266.1,529.4 M266.1,529.4 L218.8,514.7 M218.8,514.7 L176.0,489.3 M176.0,489.3 L135.8,457.9 M135.8,457.9 L109.5,414.0 M109.5,414.0 L91.2,366.1 M91.2,366.1 L87.4,324.1" fill="none" stroke="#3c3628" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><g fill="#3c3628" stroke="#1c1810" stroke-width="0.6"><circle cx="86.6" cy="315.0" r="2.6"/><circle cx="91.5" cy="264.0" r="2.6"/><circle cx="109.8" cy="216.2" r="2.6"/><circle cx="177.5" cy="142.6" r="2.6"/><circle cx="218.7" cy="115.1" r="2.6"/><circle cx="264.7" cy="94.6" r="2.6"/><circle cx="315.0" cy="88.1" r="2.6"/><circle cx="409.9" cy="117.9" r="2.6"/><circle cx="456.0" cy="138.2" r="2.6"/><circle cx="493.2" cy="172.9" r="2.6"/><circle cx="516.2" cy="218.1" r="2.6"/><circle cx="529.6" cy="266.0" r="2.6"/><circle cx="535.9" cy="315.0" r="2.6"/><circle cx="538.5" cy="366.0" r="2.6"/><circle cx="489.8" cy="454.4" r="2.6"/><circle cx="410.5" cy="513.3" r="2.6"/><circle cx="366.3" cy="539.9" r="2.6"/><circle cx="266.1" cy="529.4" r="2.6"/><circle cx="218.8" cy="514.7" r="2.6"/><circle cx="176.0" cy="489.3" r="2.6"/><circle cx="135.8" cy="457.9" r="2.6"/><circle cx="109.5" cy="414.0" r="2.6"/><circle cx="91.2" cy="366.1" r="2.6"/></g><g fill="#3c3628" stroke="#1c1810" stroke-width="0.8"><rect x="83.6" y="312.0" width="6.0" height="6.0"/><rect x="406.9" y="114.9" width="6.0" height="6.0"/><rect x="407.5" y="510.3" width="6.0" height="6.0"/></g><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="220.2" y="484.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="347.6" y="346.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="496.8" y="371.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="221.6" y="162.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="337.5" y="425.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="366.0" y="270.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="289.9" y="497.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="394.3" y="161.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="375.7" y="511.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="421.4" y="256.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="131.2" y="285.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="432.7" y="423.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="302.5" y="132.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="289.4" y="373.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="194.8" y="347.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="252.8" y="325.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="127.8" y="373.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="511.7" y="272.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="295.3" y="276.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="177.6" y="434.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="159.9" y="215.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="226.6" y="249.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="259.9" y="421.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="462.0" y="195.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="381.0" y="468.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="427.0" y="333.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="473.9" y="273.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="318.7" y="206.5" 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">Caldwingate</text></svg>
Binary file
@@ -1 +0,0 @@
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="630.0,193.2 630.0,630.0 0.0,630.0 0.0,394.3" fill="#2f6d8f"/><polygon points="29.4,249.8 44.0,184.5 77.7,125.8 185.0,45.0 315.0,10.7 446.1,42.7 501.1,81.6 592.6,181.3 597.0,203.7 41.4,381.1" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="217.7,36.4 231.6,32.7 282.3,74.0 284.6,79.8 259.9,109.9 216.4,106.4" fill="#cdbf9e"/><polygon points="202.9,205.1 200.5,248.2 182.8,260.1 165.5,258.6 145.3,238.5 175.9,197.2" fill="#b3a684"/><polygon points="145.3,238.5 165.5,258.6 150.1,299.4 113.5,290.1 128.2,239.2" fill="#dfd6c0"/><polygon points="113.8,358.0 41.4,381.1 36.6,328.9 93.2,308.3" fill="#b3a684"/><polygon points="530.5,224.9 452.8,249.7 450.5,223.3 486.5,199.0" fill="#cdbf9e"/><polygon points="271.5,145.8 317.1,146.8 321.1,181.7 287.2,205.2 253.1,170.3" fill="#d9c08a"/><polygon points="182.8,260.1 200.5,248.2 234.3,265.8 220.7,289.0 194.8,292.8" fill="#b9a98c"/><polygon points="362.7,82.1 363.6,99.7 342.9,130.5 327.2,134.1 299.7,85.2 343.0,65.8" fill="#c2b48f"/><polygon points="342.9,130.5 363.6,99.7 404.1,116.8 385.5,161.6" fill="#c2b48f"/><polygon points="438.9,209.8 389.0,204.9 379.1,193.2 386.6,164.6 442.9,161.0" fill="#cdbf9e"/><polygon points="461.9,57.6 450.9,105.1 438.1,114.1 420.0,109.7 405.5,67.6" fill="#c2b48f"/><polygon points="406.1,264.6 349.4,282.7 347.5,276.6 355.3,250.7 388.5,243.4" fill="#b3a684"/><polygon points="253.1,170.3 287.2,205.2 285.4,221.0 264.7,239.5 257.5,241.2 217.7,199.9 236.2,173.7" fill="#c2b48f"/><polygon points="274.2,306.8 233.6,319.7 220.7,289.0 234.3,265.8 239.9,264.0" fill="#b9a98c"/><polygon points="115.2,173.7 155.1,165.0 175.9,197.2 145.3,238.5 128.2,239.2 104.8,222.1" fill="#c2b48f"/><polygon points="442.9,161.0 386.6,164.6 385.5,161.6 404.1,116.8 420.0,109.7 438.1,114.1 445.1,158.7" fill="#b9a98c"/><polygon points="349.4,282.7 291.7,301.2 295.4,279.1 314.4,262.3 347.5,276.6" fill="#aebbb0"/><polygon points="69.6,139.8 77.7,125.8 135.3,82.4 171.7,126.1 155.1,165.0 115.2,173.7" fill="#cdbf9e"/><polygon points="234.3,265.8 200.5,248.2 202.9,205.1 217.7,199.9 257.5,241.2 239.9,264.0" fill="#c2b48f"/><polygon points="317.1,146.8 271.5,145.8 259.9,109.9 284.6,79.8 299.7,85.2 327.2,134.1" fill="#c2b48f"/><polygon points="463.8,55.2 501.1,81.6 523.4,105.9 505.6,121.3 450.9,105.1 461.9,57.6" fill="#d8cdb0"/><polygon points="73.3,270.5 96.6,298.7 93.2,308.3 36.6,328.9 31.6,273.7" fill="#c2b48f"/><polygon points="198.2,331.0 152.4,345.6 152.8,302.8 188.7,301.7" fill="#d8cdb0"/><polygon points="47.0,179.2 69.6,139.8 115.2,173.7 104.8,222.1 82.7,228.3 80.8,227.4" fill="#cdbf9e"/><polygon points="216.4,106.4 259.9,109.9 271.5,145.8 253.1,170.3 236.2,173.7 198.2,123.2" fill="#d8cdb0"/><polygon points="405.5,67.6 420.0,109.7 404.1,116.8 363.6,99.7 362.7,82.1 398.3,62.5" fill="#b3a684"/><polygon points="135.3,82.4 185.0,45.0 217.7,36.4 216.4,106.4 198.2,123.2 171.7,126.1" fill="#c2b48f"/><polygon points="104.8,222.1 128.2,239.2 113.5,290.1 96.6,298.7 73.3,270.5 82.7,228.3" fill="#c2b48f"/><polygon points="450.5,223.3 452.8,249.7 406.1,264.6 388.5,243.4 389.0,204.9 438.9,209.8" fill="#cdbf9e"/><polygon points="349.0,199.9 379.1,193.2 389.0,204.9 388.5,243.4 355.3,250.7 338.5,229.3" fill="#cdbf9e"/><polygon points="321.1,181.7 317.1,146.8 327.2,134.1 342.9,130.5 385.5,161.6 386.6,164.6 379.1,193.2 349.0,199.9" fill="#d8cdb0"/><polygon points="165.5,258.6 182.8,260.1 194.8,292.8 188.7,301.7 152.8,302.8 150.1,299.4" fill="#cdbf9e"/><polygon points="486.5,199.0 450.5,223.3 438.9,209.8 442.9,161.0 445.1,158.7 486.9,162.1" fill="#cdbf9e"/><polygon points="291.7,301.2 274.2,306.8 239.9,264.0 257.5,241.2 264.7,239.5 295.4,279.1" fill="#c2b48f"/><polygon points="152.4,345.6 113.8,358.0 93.2,308.3 96.6,298.7 113.5,290.1 150.1,299.4 152.8,302.8" fill="#b3a684"/><polygon points="29.4,249.8 32.5,235.7 80.8,227.4 82.7,228.3 73.3,270.5 31.6,273.7" fill="#cdbf9e"/><polygon points="338.5,229.3 355.3,250.7 347.5,276.6 314.4,262.3 315.2,238.1" fill="#d8cdb0"/><polygon points="396.5,30.6 446.1,42.7 463.8,55.2 461.9,57.6 405.5,67.6 398.3,62.5" fill="#b3a684"/><polygon points="316.1,11.0 341.1,17.1 343.0,65.8 299.7,85.2 284.6,79.8 282.3,74.0" fill="#cdbf9e"/><polygon points="535.9,223.2 530.5,224.9 486.5,199.0 486.9,162.1 496.3,155.0 539.0,180.1" fill="#cdbf9e"/><polygon points="264.7,239.5 285.4,221.0 315.2,238.1 314.4,262.3 295.4,279.1" fill="#cdbf9e"/><polygon points="198.2,123.2 236.2,173.7 217.7,199.9 202.9,205.1 175.9,197.2 155.1,165.0 171.7,126.1" fill="#c2b48f"/><polygon points="523.4,105.9 568.7,155.3 539.0,180.1 496.3,155.0 505.6,121.3" fill="#c2b48f"/><polygon points="233.6,319.7 198.2,331.0 188.7,301.7 194.8,292.8 220.7,289.0" fill="#cdbf9e"/><polygon points="285.4,221.0 287.2,205.2 321.1,181.7 349.0,199.9 338.5,229.3 315.2,238.1" fill="#cdbf9e"/><polygon points="568.7,155.3 592.6,181.3 597.0,203.7 535.9,223.2 539.0,180.1" fill="#cdbf9e"/><polygon points="231.6,32.7 315.0,10.7 316.1,11.0 282.3,74.0" fill="#dfd6c0"/><polygon points="341.1,17.1 396.5,30.6 398.3,62.5 362.7,82.1 343.0,65.8" fill="#cdbf9e"/><polygon points="486.9,162.1 445.1,158.7 438.1,114.1 450.9,105.1 505.6,121.3 496.3,155.0" fill="#cdbf9e"/><polygon points="32.5,235.7 44.0,184.5 47.0,179.2 80.8,227.4" fill="#cdbf9e"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="239.7,72.2 251.2,72.4 251.0,80.5 239.6,80.3"/><polygon points="250.8,85.3 250.6,95.1 239.5,94.8 239.7,85.1"/><polygon points="219.5,94.0 219.7,83.7 234.3,84.0 234.1,94.3"/><polygon points="219.3,78.4 219.5,71.9 235.0,72.2 234.9,78.7"/><polygon points="249.7,105.9 219.6,103.5 219.6,100.1 249.8,100.7"/><polygon points="272.2,90.1 258.6,106.7 255.9,106.5 256.2,89.8"/><polygon points="277.3,72.8 280.5,75.4 282.1,79.4 277.6,84.9 272.4,84.8 272.6,72.7"/><polygon points="267.5,84.3 255.9,84.1 256.1,72.9 267.7,73.1"/><polygon points="243.1,44.4 249.8,49.9 242.8,58.5"/><polygon points="265.9,62.4 274.1,69.1 265.8,69.0"/><polygon points="252.8,53.8 261.6,61.0 261.5,67.3 243.8,67.0 243.8,64.8"/><polygon points="238.4,51.0 238.1,67.1 230.1,67.0 230.4,50.9"/><polygon points="225.0,67.2 219.5,67.1 219.8,50.4 225.4,50.5"/><polygon points="220.4,38.5 230.9,35.8 238.5,42.0 238.4,45.6 220.3,45.2"/><polygon points="159.1,222.6 162.4,218.1 169.2,223.2 165.9,227.6"/><polygon points="164.3,215.5 167.4,211.3 174.3,216.4 171.2,220.6"/><polygon points="176.9,218.6 180.0,221.0 172.0,231.9 168.8,229.5"/><polygon points="152.8,231.4 157.2,225.4 162.9,229.6 158.5,235.6"/><polygon points="165.7,231.4 170.2,234.8 165.6,241.0 161.1,237.7"/><polygon points="158.9,248.9 148.2,238.3 150.8,234.8 162.8,243.7"/><polygon points="174.1,257.7 166.2,257.1 161.3,252.2 163.1,249.6"/><polygon points="165.7,247.0 173.5,236.4 178.2,239.8 170.4,250.4"/><polygon points="181.5,242.0 184.7,244.3 176.6,255.3 173.4,252.9"/><polygon points="193.2,250.7 182.3,258.1 179.5,257.9 187.7,246.7"/><polygon points="199.0,235.4 198.4,247.0 196.6,248.1 189.4,242.8 196.3,233.4"/><polygon points="181.0,236.7 176.0,233.0 183.0,223.5 188.0,227.2"/><polygon points="186.0,241.0 183.6,239.2 191.2,228.9 193.6,230.7"/><polygon points="200.4,216.6 199.6,230.9 193.3,226.2"/><polygon points="201.1,206.4 200.9,210.0 199.6,211.7 187.3,202.6 187.5,202.4"/><polygon points="185.9,221.3 177.6,215.2 179.5,212.7 187.7,218.8"/><polygon points="181.7,210.4 185.3,205.5 192.9,211.1 189.2,216.0"/><polygon points="197.9,214.4 190.4,224.5 188.3,222.9 195.7,212.8"/><polygon points="175.2,212.5 170.0,208.7 176.7,199.7 183.3,201.6"/><polygon points="137.0,293.6 130.2,291.9 133.8,277.7 141.0,279.8"/><polygon points="125.3,290.4 116.8,288.2 120.9,274.2 128.9,276.5"/><polygon points="153.5,283.4 148.6,296.5 141.8,294.8 145.7,281.1"/><polygon points="162.7,260.8 161.4,264.1 145.9,258.3 146.5,256.1"/><polygon points="158.8,268.2 155.0,278.2 142.3,274.6 145.6,263.2"/><polygon points="149.6,245.5 160.4,256.2 147.6,252.5"/><polygon points="144.2,241.3 145.6,242.7 142.8,252.5 128.4,248.4 130.3,241.9"/><polygon points="141.4,257.7 139.3,265.1 124.6,260.9 126.8,253.5"/><polygon points="138.5,269.8 137.3,273.9 121.7,269.5 122.9,265.3"/><polygon points="96.5,321.9 98.1,325.7 83.1,332.0 81.4,328.1"/><polygon points="76.7,316.6 86.1,313.2 88.8,320.5 79.8,324.2"/><polygon points="89.1,311.3 92.4,310.1 95.8,318.4 92.3,319.9"/><polygon points="64.2,339.9 62.8,335.5 78.0,330.6 79.3,333.6"/><polygon points="70.9,317.9 73.1,317.1 77.3,327.2 74.1,328.2"/><polygon points="61.6,331.4 59.0,323.1 67.7,319.9 70.5,328.6"/><polygon points="95.3,330.8 100.1,328.8 102.8,335.3 98.0,337.3"/><polygon points="86.2,341.8 84.2,335.7 92.4,332.3 94.8,338.2"/><polygon points="93.9,342.8 103.6,338.8 106.4,345.6 96.8,349.6"/><polygon points="89.5,353.3 86.8,345.1 90.4,343.6 93.7,351.6"/><polygon points="111.0,356.7 101.2,359.8 99.0,353.1 108.0,349.4"/><polygon points="97.9,361.4 92.7,363.1 90.4,356.2 95.6,354.0"/><polygon points="68.6,354.9 65.0,343.6 67.9,342.3 72.6,353.6"/><polygon points="70.8,341.0 81.1,336.7 82.2,340.1 71.8,343.4"/><polygon points="82.8,343.4 84.8,349.5 75.9,352.3 73.4,346.4"/><polygon points="89.1,363.7 82.3,365.8 79.0,355.5 85.8,353.3"/><polygon points="78.6,367.2 73.3,368.9 69.9,358.2 75.2,356.5"/><polygon points="69.8,370.1 62.5,372.4 59.8,363.8 67.5,363.1"/><polygon points="59.0,373.5 53.4,375.3 50.1,364.7 56.0,364.1"/><polygon points="49.7,376.3 43.1,378.4 42.0,365.5 46.2,365.2"/><polygon points="44.1,328.1 55.2,324.0 56.6,328.6 45.4,332.2"/><polygon points="57.4,332.5 59.8,339.8 49.3,343.1 47.0,335.8"/><polygon points="40.2,346.3 38.7,330.2 40.6,329.5 45.4,344.6"/><polygon points="60.0,344.0 61.3,343.6 66.3,359.4 61.4,359.9"/><polygon points="41.8,361.3 40.8,350.5 46.6,348.6 50.5,360.6"/><polygon points="50.5,347.1 56.2,345.3 57.6,360.1 54.8,360.4"/><polygon points="523.2,224.1 508.4,228.8 503.1,212.3"/><polygon points="503.1,230.9 487.1,236.0 484.9,229.2 500.9,224.1"/><polygon points="483.2,224.3 481.3,218.4 497.6,213.2 499.5,219.1"/><polygon points="479.8,213.6 477.9,207.9 486.6,202.0 495.7,207.4 496.1,208.4"/><polygon points="466.0,222.5 464.2,216.7 473.8,210.3 476.6,219.2"/><polygon points="481.8,237.5 472.4,240.5 468.1,227.1 477.6,224.1"/><polygon points="452.8,228.9 452.4,224.2 460.6,218.7 462.8,225.7"/><polygon points="467.1,242.2 455.3,246.0 454.2,233.3 463.3,230.4"/><polygon points="187.9,261.7 200.7,253.0 214.8,260.4 207.3,274.8 189.2,265.3"/><polygon points="205.5,281.5 201.5,289.2 196.5,289.9 190.6,273.8"/><polygon points="221.9,263.3 229.4,267.2 218.6,285.8 209.5,287.1"/><polygon points="323.2,121.9 319.7,115.8 332.9,108.4 336.3,114.5"/><polygon points="342.8,126.1 341.3,128.2 328.5,131.2 325.7,126.2 338.7,118.9"/><polygon points="351.2,113.3 346.0,121.0 337.5,106.0 344.8,101.9"/><polygon points="317.3,111.6 311.8,101.8 319.8,97.3 325.3,107.0"/><polygon points="324.6,95.1 336.9,88.2 341.9,97.2 329.7,104.1"/><polygon points="360.1,88.1 360.7,98.9 354.6,107.9 347.4,95.2"/><polygon points="359.2,82.4 344.4,90.8 341.3,85.2 353.9,78.1"/><polygon points="338.3,70.1 342.7,68.1 350.8,74.8 343.3,79.0"/><polygon points="323.1,77.6 334.4,72.5 339.0,80.7 328.2,86.8"/><polygon points="309.7,96.7 304.0,86.6 318.1,80.3 323.1,89.2"/><polygon points="390.3,114.2 400.2,118.4 394.6,132.0 384.6,127.8"/><polygon points="381.8,110.0 385.6,111.6 379.4,126.3 372.1,123.3"/><polygon points="393.1,137.1 384.4,158.0 379.6,154.4 392.4,136.8"/><polygon points="368.4,128.3 369.2,127.1 388.0,135.0 384.3,140.0"/><polygon points="375.6,150.7 360.8,139.9 365.8,133.0 380.6,143.9"/><polygon points="361.3,107.4 364.5,102.6 377.3,108.1 372.1,115.2"/><polygon points="354.0,118.4 358.7,111.4 369.2,119.1 364.2,125.9"/><polygon points="346.3,129.9 351.3,122.5 361.3,129.8 356.0,137.1"/><polygon points="391.0,174.7 404.3,178.1 405.0,188.6 392.0,189.4"/><polygon points="381.6,191.2 386.0,174.2 387.1,190.9"/><polygon points="387.9,168.4 388.3,166.7 404.4,165.7 404.9,172.9"/><polygon points="406.1,203.7 390.4,202.1 385.1,195.9 405.5,194.6"/><polygon points="410.3,181.5 409.3,165.9 417.2,165.4 418.3,182.1"/><polygon points="422.2,164.6 440.4,163.5 439.9,169.3 422.4,167.9"/><polygon points="439.0,174.3 438.2,183.6 423.8,182.4 423.2,173.1"/><polygon points="418.6,205.0 411.9,204.3 410.8,187.1 420.0,187.8"/><polygon points="424.6,193.5 425.1,187.5 438.5,188.6 438.0,194.6"/><polygon points="436.7,207.2 423.8,205.9 424.5,198.1 437.4,199.1"/><polygon points="413.3,82.2 409.1,69.7 419.7,67.8 422.0,80.6"/><polygon points="423.9,66.2 427.3,65.6 429.9,80.1 426.5,80.7"/><polygon points="431.3,65.3 437.1,64.2 439.5,78.0 433.7,79.0"/><polygon points="416.4,92.4 414.5,86.9 429.3,84.3 430.3,89.9"/><polygon points="433.3,110.0 422.2,107.3 418.7,97.2 430.6,95.1"/><polygon points="443.8,106.4 439.2,109.7 434.6,84.1 439.7,83.2"/><polygon points="458.0,61.2 454.8,75.3 443.8,72.7 442.3,64.1"/><polygon points="454.6,80.2 453.0,87.1 445.1,85.2 443.7,77.7"/><polygon points="452.3,90.8 449.2,104.0 448.4,104.5 445.7,89.3"/><polygon points="384.2,257.3 380.9,247.1 387.7,245.6 392.0,250.8"/><polygon points="402.7,263.7 395.2,266.1 391.9,255.9 394.5,253.8"/><polygon points="391.9,267.5 387.4,268.9 385.0,261.3 388.9,258.0"/><polygon points="383.9,269.6 373.7,272.9 371.7,266.8 382.0,263.6"/><polygon points="370.2,263.8 369.4,261.4 380.7,257.8 381.5,260.2"/><polygon points="369.0,257.9 366.6,250.4 376.9,248.1 379.0,254.7"/><polygon points="354.0,262.0 356.9,252.4 362.6,251.2 364.9,258.5"/><polygon points="370.2,274.3 358.9,277.9 357.6,274.0 369.0,270.3"/><polygon points="356.7,270.5 355.1,265.7 366.2,262.2 367.8,267.0"/><polygon points="355.7,279.0 350.5,280.6 349.2,276.6 352.0,267.4"/><polygon points="268.4,232.5 263.4,237.0 258.4,238.1 251.0,230.4 259.0,222.7"/><polygon points="279.4,222.8 272.6,228.9 262.9,218.8 269.5,212.4"/><polygon points="280.3,201.7 284.6,206.1 283.2,219.2 273.0,208.7"/><polygon points="257.8,178.9 269.0,190.4 263.9,195.4 252.6,183.9"/><polygon points="260.4,199.1 256.1,203.3 244.6,191.4 248.8,187.3"/><polygon points="272.7,194.0 276.7,198.1 263.6,210.8 259.6,206.8"/><polygon points="252.1,173.3 253.9,175.1 241.3,187.4 234.7,180.6 237.8,176.2"/><polygon points="225.4,203.8 221.3,199.6 231.5,185.2 237.8,191.8"/><polygon points="235.1,213.8 229.3,207.8 241.7,195.9 247.4,201.9"/><polygon points="261.0,214.4 258.3,217.0 248.7,207.1 251.4,204.5"/><polygon points="254.5,219.5 247.1,226.6 238.7,217.9 246.1,210.8"/><polygon points="235.0,271.4 236.6,268.7 238.7,268.0 258.6,292.8 254.7,296.0"/><polygon points="234.6,311.1 225.4,289.3 231.4,279.1 248.3,300.1"/><polygon points="268.9,305.2 243.6,313.2 262.9,297.7"/><polygon points="168.4,202.1 163.5,208.7 148.2,197.4 153.0,190.8"/><polygon points="147.6,218.2 137.8,211.0 144.5,201.9 154.3,209.1"/><polygon points="161.7,213.4 153.8,224.0 150.7,221.7 158.5,211.1"/><polygon points="161.1,179.0 172.8,197.1 172.1,197.9 156.0,186.0"/><polygon points="136.2,172.3 153.6,168.4 157.5,174.4 151.0,183.2"/><polygon points="122.2,175.2 128.2,173.9 147.5,188.2 144.8,191.9"/><polygon points="121.7,198.7 114.1,193.1 117.1,179.0 129.5,188.1"/><polygon points="141.7,196.6 133.4,207.8 126.1,202.4 134.4,191.2"/><polygon points="110.1,222.3 108.0,220.8 112.6,199.5 121.9,206.3"/><polygon points="118.1,228.7 114.3,225.9 126.5,209.3 130.3,212.1"/><polygon points="139.4,236.4 128.9,236.9 121.9,231.7 125.8,226.4"/><polygon points="149.9,227.2 145.0,233.9 129.6,222.5 134.5,215.8"/><polygon points="425.3,114.2 435.3,116.7 437.8,132.6 428.4,134.1"/><polygon points="406.4,136.9 405.5,123.4 407.1,119.7 418.3,114.6 421.4,134.5"/><polygon points="425.8,158.3 407.9,159.4 406.9,144.5 423.2,142.0"/><polygon points="441.5,158.0 432.9,158.5 430.0,140.2 438.8,138.8 441.8,157.7"/><polygon points="400.8,160.5 389.1,161.2 399.3,136.8"/><polygon points="318.7,280.8 313.9,265.6 314.8,264.8 323.9,268.8"/><polygon points="347.4,281.7 341.1,283.6 338.2,274.4 346.2,277.8"/><polygon points="336.5,283.9 321.9,288.5 321.5,287.2 328.3,271.4 333.2,273.5"/><polygon points="316.3,290.2 308.9,292.5 303.6,275.8 309.9,270.2"/><polygon points="304.0,294.7 294.7,297.7 297.6,280.4 299.0,279.1"/><polygon points="131.6,123.0 136.2,129.2 127.1,136.1 122.4,129.9"/><polygon points="122.9,138.7 109.4,148.9 105.2,143.3 118.7,133.1"/><polygon points="88.9,121.0 93.8,117.3 107.1,134.9 102.1,138.7"/><polygon points="119.5,108.3 127.8,119.2 118.3,126.4 110.0,115.4"/><polygon points="114.9,130.2 111.6,132.7 102.2,120.1 105.4,117.7"/><polygon points="97.7,113.6 114.7,100.8 116.9,103.6 99.8,116.4"/><polygon points="73.7,138.9 80.1,127.8 84.1,124.8 91.7,134.9 80.1,143.7"/><polygon points="95.7,138.5 98.7,142.5 87.8,150.7 83.6,147.5"/><polygon points="101.2,145.9 105.8,152.1 97.9,158.1 91.4,153.3"/><polygon points="109.1,165.6 102.7,160.8 118.3,149.1 122.9,155.1"/><polygon points="132.5,167.3 115.7,171.0 113.3,169.2 126.5,159.3"/><polygon points="138.8,133.6 149.5,147.7 143.3,152.4 132.6,138.3"/><polygon points="138.9,155.9 133.5,159.9 122.7,145.6 128.1,141.5"/><polygon points="152.9,152.0 156.0,156.1 153.2,162.6 138.0,166.0 136.7,164.2"/><polygon points="164.0,121.1 168.6,126.5 164.5,136.1 151.5,130.5"/><polygon points="162.6,141.0 158.4,150.7 146.1,134.3 146.4,134.0"/><polygon points="127.5,92.0 134.8,86.6 146.1,100.1 139.1,105.9"/><polygon points="118.8,98.0 122.7,95.1 135.1,109.9 130.6,113.6"/><polygon points="150.1,103.8 161.1,116.9 156.6,120.3 146.5,106.8"/><polygon points="151.9,122.9 143.1,129.6 134.3,117.8 142.8,110.8"/><polygon points="206.2,206.8 216.9,203.0 224.2,210.6 216.8,217.8"/><polygon points="203.8,230.8 204.8,212.7 213.4,221.6"/><polygon points="215.7,226.9 228.0,215.1 235.0,222.3 222.7,234.1"/><polygon points="207.9,248.8 203.4,246.5 203.9,238.0 211.2,230.9 218.5,238.5"/><polygon points="234.5,262.7 224.5,257.4 230.6,245.7 241.6,257.1 238.1,261.5"/><polygon points="219.6,255.5 212.4,251.7 225.2,239.3 227.0,241.2"/><polygon points="251.6,238.3 254.6,241.3 245.2,253.5 240.7,248.8"/><polygon points="229.5,236.1 239.3,226.6 247.5,235.1 237.7,244.5"/><polygon points="303.1,96.7 308.2,105.7 297.5,111.7 292.4,102.7"/><polygon points="283.1,86.0 285.5,83.1 297.8,87.4 300.3,92.0 289.8,97.9"/><polygon points="269.2,101.7 279.5,89.1 282.4,94.3"/><polygon points="275.5,103.8 283.8,99.2 292.3,114.2 284.0,118.9"/><polygon points="268.8,127.4 263.4,110.7 270.2,106.9 278.7,121.9"/><polygon points="289.9,136.1 290.3,121.5 292.8,120.0 299.0,131.0"/><polygon points="306.4,144.2 289.9,143.9 289.9,141.4 301.2,135.0"/><polygon points="284.4,143.0 273.7,142.7 270.8,133.4 284.8,125.5"/><polygon points="315.8,144.0 312.0,143.9 307.4,135.6 320.7,128.2 323.9,133.8"/><polygon points="304.4,131.7 302.4,128.2 316.9,120.0 318.9,123.6"/><polygon points="300.5,124.0 297.1,117.9 310.9,110.2 314.3,116.2"/><polygon points="499.9,86.4 517.4,105.5 504.5,116.6 492.0,112.9"/><polygon points="489.8,90.8 484.0,110.5 455.9,102.2 460.1,83.9"/><polygon points="465.3,61.3 492.8,80.8 492.2,82.8 461.9,75.8"/><polygon points="89.8,295.3 93.1,299.3 90.8,306.0 78.2,310.5 74.7,300.7"/><polygon points="81.6,284.4 86.6,290.5 72.2,295.8 69.7,288.7"/><polygon points="55.3,298.4 53.6,293.9 65.4,289.7 67.0,294.1"/><polygon points="72.7,312.7 62.8,316.3 57.9,302.6 67.7,299.0"/><polygon points="72.5,272.3 79.4,280.7 72.9,283.0 69.1,272.6"/><polygon points="55.8,288.7 52.6,289.9 47.1,274.8 54.6,274.2"/><polygon points="68.9,284.0 60.2,287.1 59.2,273.9 65.0,273.4"/><polygon points="57.9,318.5 38.8,325.4 38.1,318.0 57.1,316.2"/><polygon points="47.4,296.2 50.0,296.0 55.7,311.6 48.9,312.3"/><polygon points="37.6,313.0 36.2,297.5 42.8,296.9 44.2,312.4"/><polygon points="36.2,292.1 34.7,276.4 42.0,275.8 47.5,291.1"/><polygon points="193.3,328.4 183.4,331.6 175.3,306.1 185.9,305.8"/><polygon points="175.6,333.8 156.6,339.9 156.9,306.9 166.9,306.6"/><polygon points="71.0,209.1 66.7,202.9 78.5,194.5 82.9,200.8"/><polygon points="77.4,218.4 73.7,213.2 85.8,204.7 89.5,209.9"/><polygon points="97.6,221.6 82.9,225.7 82.4,225.5 80.2,222.3 92.2,213.9"/><polygon points="95.0,189.6 86.0,187.7 91.1,184.1"/><polygon points="109.6,173.3 111.8,175.0 108.5,190.7 99.6,188.8 95.6,183.1"/><polygon points="107.2,196.5 102.4,219.0 93.1,205.8 106.6,196.4"/><polygon points="89.6,201.8 82.4,191.6 83.6,190.8 100.2,194.4"/><polygon points="65.6,152.2 70.5,143.8 80.1,151.0 72.2,161.5"/><polygon points="84.3,153.5 97.3,163.1 94.3,167.0 81.4,157.4"/><polygon points="91.0,170.7 84.6,179.3 75.5,166.2 78.9,161.6"/><polygon points="100.8,165.8 105.9,169.6 89.4,181.1"/><polygon points="49.4,179.1 54.1,170.9 62.1,175.4 51.8,182.6"/><polygon points="56.7,167.2 62.6,156.9 70.9,168.7 65.7,172.3"/><polygon points="73.7,172.9 82.5,185.5 76.4,189.8 67.5,177.2"/><polygon points="71.8,192.7 63.8,198.3 55.3,186.1 63.2,180.5"/><polygon points="254.3,161.6 250.6,166.5 238.0,169.1 218.5,143.1 232.5,132.6"/><polygon points="256.9,114.2 266.8,145.0 259.6,154.6 239.2,127.5"/><polygon points="217.9,110.8 244.7,112.9 213.4,136.4 203.8,123.7"/><polygon points="367.9,81.7 372.7,79.0 379.2,90.9 374.4,93.5"/><polygon points="376.1,76.9 380.1,74.8 386.8,86.8 382.8,89.0"/><polygon points="365.8,98.7 365.3,98.5 364.5,83.7 371.2,95.7"/><polygon points="382.6,103.2 379.3,104.4 370.0,100.4 378.5,95.7"/><polygon points="393.6,99.2 386.2,101.8 381.9,94.1 388.7,90.3"/><polygon points="401.8,96.9 397.2,98.5 393.6,92.0 397.8,89.6"/><polygon points="409.0,84.0 412.1,92.9 404.9,95.3 401.1,88.4"/><polygon points="398.8,85.5 392.2,89.2 389.1,83.6 395.7,80.0"/><polygon points="406.0,74.3 408.1,80.3 401.7,83.9 398.6,78.4"/><polygon points="403.7,69.0 404.3,70.8 394.1,76.5 390.2,69.4 398.1,65.1"/><polygon points="391.2,78.8 387.5,80.9 382.9,72.7 386.7,70.6"/><polygon points="404.3,115.0 404.1,115.1 396.6,111.9 400.2,103.4"/><polygon points="393.6,110.4 384.2,106.5 397.2,102.0"/><polygon points="415.7,103.3 417.5,108.6 407.4,113.2 405.2,106.9"/><polygon points="413.6,96.2 414.8,99.8 403.7,103.6 402.5,100.0"/><polygon points="190.5,46.2 203.4,42.8 206.0,52.8 190.4,52.5"/><polygon points="207.8,41.2 215.5,39.2 215.2,53.4 211.0,53.3"/><polygon points="214.5,58.3 214.3,69.4 202.0,69.2 202.2,58.0"/><polygon points="197.0,69.6 189.7,69.4 189.9,57.3 197.2,57.4"/><polygon points="156.4,69.0 166.2,61.7 171.9,69.3"/><polygon points="170.9,59.5 184.8,49.0 184.4,68.5 177.6,68.4"/><polygon points="178.5,108.1 159.8,107.7 158.9,106.6 169.7,97.6"/><polygon points="190.0,79.0 189.8,85.3 182.5,85.2"/><polygon points="188.0,89.6 187.7,107.9 185.5,107.8 174.3,94.3 180.1,89.4"/><polygon points="187.5,113.9 187.3,121.3 173.0,122.8 165.3,113.5"/><polygon points="167.7,74.0 188.6,74.4 188.6,74.9 176.8,84.8"/><polygon points="161.9,97.6 155.5,103.0 148.0,93.9 154.4,88.6"/><polygon points="165.6,79.4 172.9,88.3 165.6,94.4 158.2,85.6"/><polygon points="139.7,82.9 151.5,74.0 160.4,74.1 161.6,75.6 145.1,89.4"/><polygon points="207.9,110.9 197.1,120.8 192.9,121.3 193.1,110.6"/><polygon points="213.8,99.8 213.7,105.2 213.1,105.8 193.4,105.4 193.6,99.4"/><polygon points="194.4,74.9 203.4,75.1 203.1,93.7 194.1,93.6"/><polygon points="209.1,74.6 214.4,74.7 214.0,94.5 208.8,94.4"/><polygon points="100.1,258.9 94.3,257.2 97.7,245.6 103.5,247.2"/><polygon points="121.2,253.2 118.3,263.3 105.0,259.5 108.0,249.4"/><polygon points="117.7,268.2 114.8,278.4 108.1,276.5 111.1,266.3"/><polygon points="103.8,274.6 91.0,270.9 93.6,261.9 106.4,265.6"/><polygon points="115.8,233.3 125.3,240.2 123.0,248.1 112.4,245.1"/><polygon points="104.2,225.0 111.3,230.2 107.5,243.5 99.6,241.2 104.2,225.0"/><polygon points="84.0,232.9 84.6,230.1 98.8,226.1 95.9,236.3"/><polygon points="86.2,270.0 76.3,267.2 78.0,259.3 88.6,261.7"/><polygon points="80.0,254.4 83.6,238.3 93.7,241.2 89.2,256.5"/><polygon points="89.3,286.3 77.8,272.3 92.1,276.4"/><polygon points="112.3,283.1 110.9,288.0 97.4,294.8 93.8,290.4 97.1,278.7"/><polygon points="391.5,227.6 391.8,208.0 399.5,208.8 397.6,228.2"/><polygon points="405.2,209.4 412.5,210.1 410.6,229.5 403.3,228.8"/><polygon points="393.2,245.2 391.0,242.5 391.1,233.0 401.5,234.0 400.3,245.9"/><polygon points="406.0,233.9 411.0,234.4 409.7,247.4 404.7,246.9"/><polygon points="408.2,261.7 406.8,262.2 397.0,250.3 409.2,251.5"/><polygon points="449.8,242.2 450.3,248.1 436.3,252.6 434.6,247.0"/><polygon points="448.5,232.7 448.9,237.1 433.5,242.0 429.9,230.8"/><polygon points="430.2,254.7 412.6,260.3 413.3,253.0"/><polygon points="414.7,243.1 416.1,229.2 424.0,230.0 426.9,239.2"/><polygon points="413.7,248.8 413.7,248.2 428.8,243.4 431.1,250.5"/><polygon points="448.8,224.0 449.2,228.1 441.7,227.4 442.7,216.9"/><polygon points="438.0,226.8 433.6,226.3 435.0,211.5 438.0,211.7 439.3,213.3"/><polygon points="428.7,224.9 417.0,223.8 418.3,210.7 430.0,211.9"/><polygon points="386.8,213.6 386.7,218.8 372.6,218.6 372.7,213.4"/><polygon points="373.4,197.2 378.1,196.1 386.4,205.8 386.3,208.8 373.2,208.7"/><polygon points="357.4,201.3 367.6,199.0 367.3,217.5 357.2,217.3"/><polygon points="350.6,201.8 352.0,201.5 351.8,218.3 344.7,218.2"/><polygon points="354.0,244.1 342.0,228.8 343.9,223.4 354.3,223.6"/><polygon points="385.6,224.0 385.4,240.9 378.4,242.5 374.3,223.8"/><polygon points="373.2,244.4 359.4,247.4 359.5,238.6 372.0,238.8"/><polygon points="359.7,233.8 359.9,223.0 368.5,223.1 370.8,234.0"/><polygon points="346.0,138.0 365.3,152.1 351.3,171.4 332.0,157.3"/><polygon points="320.6,150.3 320.3,147.7 328.9,136.8 339.7,134.4 325.4,153.9"/><polygon points="325.0,179.2 322.9,161.1 346.3,178.2 338.9,188.3"/><polygon points="377.1,184.1 375.7,189.7 349.8,195.4 345.9,192.9 361.0,172.3"/><polygon points="371.9,155.9 382.7,163.7 383.1,164.8 379.9,176.8 364.8,165.7"/><polygon points="173.0,299.3 172.4,281.6 178.8,283.9"/><polygon points="190.7,289.0 191.9,292.5 187.3,299.2 177.8,299.5 182.9,286.1"/><polygon points="168.9,300.3 153.7,300.7 152.5,299.1 154.6,293.5 168.9,298.9"/><polygon points="156.7,289.4 161.0,277.9 167.8,280.5 168.2,293.7"/><polygon points="182.4,266.0 188.7,283.0 177.6,278.8"/><polygon points="167.4,261.6 178.2,262.5 172.9,276.6 163.1,272.9"/><polygon points="449.5,217.4 442.1,208.8 443.3,193.8 451.3,194.5"/><polygon points="462.0,212.2 455.5,216.6 457.2,194.6 463.4,195.1"/><polygon points="483.9,197.6 467.8,208.5 468.8,195.4 483.9,196.6"/><polygon points="466.2,163.2 484.1,164.6 484.1,170.8 465.6,170.6"/><polygon points="484.8,175.4 484.7,192.1 481.0,191.8 482.3,175.4"/><polygon points="476.2,190.4 464.4,189.4 465.5,176.3 477.3,176.4"/><polygon points="444.9,171.7 445.7,162.3 446.3,161.7 460.6,162.9 459.8,172.9"/><polygon points="443.7,187.8 444.5,177.5 459.3,178.7 458.5,189.0"/><polygon points="267.7,294.3 258.6,282.9 265.8,277.1 274.9,288.4"/><polygon points="285.4,300.8 275.0,304.1 270.5,298.5 278.4,292.1"/><polygon points="290.1,299.8 289.9,299.9 284.3,292.9 292.4,286.4"/><polygon points="282.2,289.3 277.8,283.9 289.1,274.9 292.8,279.8 292.6,280.9"/><polygon points="274.9,279.9 269.8,273.6 281.0,264.7 285.9,271.1"/><polygon points="252.4,252.3 259.1,243.6 263.6,242.6 269.0,249.6 257.4,258.6"/><polygon points="272.4,253.9 277.7,260.7 266.3,269.8 260.8,262.9"/><polygon points="255.2,278.2 243.8,264.0 248.9,257.3 261.6,273.1"/><polygon points="136.1,348.5 130.2,350.4 125.9,337.2 130.6,335.2"/><polygon points="110.2,345.3 109.4,343.4 122.3,338.1 123.3,341.1"/><polygon points="126.0,351.7 115.0,355.2 112.3,348.6 123.8,344.9"/><polygon points="150.4,344.1 140.2,347.4 137.8,341.7 148.3,337.4 150.4,342.5"/><polygon points="136.2,338.2 134.2,333.4 144.9,329.0 146.9,333.7"/><polygon points="147.6,327.2 151.3,325.6 151.2,336.0"/><polygon points="142.8,325.5 130.7,330.5 128.3,324.8 140.4,319.7"/><polygon points="126.6,320.8 124.3,315.4 136.5,310.4 138.8,315.7"/><polygon points="151.4,303.4 151.3,308.0 140.3,308.0"/><polygon points="150.6,311.5 150.5,322.3 146.7,323.9 141.5,311.4"/><polygon points="126.9,299.3 123.8,311.4 122.5,311.9 118.7,302.7"/><polygon points="114.2,292.0 127.3,295.4 117.3,299.5"/><polygon points="131.3,296.6 136.5,297.9 134.2,307.0 128.1,309.5"/><polygon points="139.9,298.4 149.2,300.8 149.4,301.0 138.1,305.7"/><polygon points="107.6,295.4 110.9,293.8 117.3,309.3 114.0,310.7"/><polygon points="95.9,309.5 95.4,308.3 98.3,300.2 104.0,297.3 107.1,304.8"/><polygon points="98.8,317.2 97.1,313.2 108.8,308.3 110.5,312.3"/><polygon points="114.9,325.8 122.6,322.6 126.6,332.2 118.9,335.4"/><polygon points="108.5,339.8 104.4,330.0 111.0,327.3 115.0,337.1"/><polygon points="111.9,315.6 119.0,312.6 121.6,318.8 114.5,321.8"/><polygon points="102.7,326.5 100.2,320.6 108.7,317.0 111.2,323.0"/><polygon points="53.9,234.4 61.1,233.2 63.3,246.2 56.1,247.4"/><polygon points="40.2,237.0 49.2,235.4 51.3,248.0 42.4,249.5"/><polygon points="31.4,249.9 34.1,237.4 35.7,237.1 38.1,250.9 31.5,252.0"/><polygon points="63.9,251.0 65.4,259.6 52.0,261.9 51.3,253.2"/><polygon points="66.7,264.0 67.5,268.9 52.1,270.1 51.8,266.6"/><polygon points="46.9,269.4 34.4,270.4 33.2,256.9 45.7,254.7"/><polygon points="66.3,232.8 79.3,230.6 75.5,247.2 68.5,245.7"/><polygon points="75.3,252.2 71.6,268.6 71.6,268.6 68.5,250.7"/><polygon points="346.0,244.6 351.4,251.4 345.2,271.8 335.9,267.7"/><polygon points="337.1,234.3 340.2,238.4 329.1,264.1 318.7,259.6 319.3,241.0"/><polygon points="447.1,46.0 460.7,55.6 460.7,55.6 449.2,57.7"/><polygon points="437.9,42.8 442.5,43.9 445.1,58.5 440.9,59.2"/><polygon points="405.6,65.7 399.9,61.6 399.5,55.4 405.1,55.1"/><polygon points="415.0,54.6 412.5,64.6 409.0,65.3 408.4,55.0"/><polygon points="398.8,33.4 405.2,34.9 401.1,51.5 399.8,51.6"/><polygon points="417.1,44.1 415.5,50.7 405.6,51.3 407.9,41.8"/><polygon points="408.8,35.1 419.4,37.7 418.6,40.8 408.1,38.2"/><polygon points="434.3,60.4 416.7,63.5 418.4,56.5"/><polygon points="433.9,41.9 436.6,57.0 430.6,55.5"/><polygon points="422.5,38.9 430.4,40.8 428.5,48.5 420.6,46.6"/><polygon points="428.3,51.8 427.4,55.2 418.6,53.0 419.4,49.6"/><polygon points="291.4,62.4 296.9,52.1 305.5,56.7 300.0,67.1"/><polygon points="293.1,80.3 286.4,77.9 284.9,74.2 289.0,66.7 297.8,71.4"/><polygon points="328.3,69.3 315.3,75.1 309.2,61.3 310.1,59.5"/><polygon points="310.8,77.6 299.6,82.6 297.6,81.9 305.8,66.6"/><polygon points="338.6,27.2 339.2,42.6 329.6,42.9 329.0,27.6"/><polygon points="327.5,15.8 339.2,18.6 339.4,22.4 327.8,22.9"/><polygon points="317.5,14.1 322.9,15.4 323.5,29.1 313.8,29.5 313.5,21.5"/><polygon points="324.0,34.1 324.4,43.7 314.1,44.1 313.7,34.5"/><polygon points="309.5,44.4 300.5,44.8 308.9,29.2"/><polygon points="319.5,58.6 302.3,49.4 319.1,48.7"/><polygon points="330.0,64.5 324.3,61.4 323.8,48.3 329.3,48.1"/><polygon points="339.8,47.9 340.5,64.3 334.8,66.8 334.8,66.8 334.1,48.1"/><polygon points="513.8,193.9 516.6,189.1 526.5,194.9"/><polygon points="520.2,185.9 526.0,175.9 535.9,181.7 535.0,194.0 534.0,193.9"/><polygon points="522.0,209.1 528.0,199.0 535.2,199.5 534.4,210.0"/><polygon points="533.7,221.5 530.8,222.5 518.3,215.1 519.2,213.6 534.2,214.7"/><polygon points="514.3,212.3 506.8,207.9 512.6,198.0 522.3,198.7"/><polygon points="513.4,167.9 521.6,172.7 515.9,182.5 507.6,177.6"/><polygon points="489.8,166.5 489.8,163.6 496.5,158.6 508.4,165.6 503.2,174.4"/><polygon points="488.8,188.9 488.9,171.9 496.2,176.2"/><polygon points="497.4,182.6 499.9,178.5 513.7,186.6 511.3,190.8"/><polygon points="502.1,204.7 489.7,197.4 495.5,187.5 507.9,194.8"/><polygon points="303.0,268.5 295.7,274.9 286.1,262.4 293.7,256.5"/><polygon points="312.0,258.9 311.9,261.1 307.3,265.1 297.8,252.9 303.7,248.3"/><polygon points="313.4,239.8 313.0,253.3 306.6,245.0"/><polygon points="282.1,227.9 285.8,224.6 299.8,232.6 293.8,243.0"/><polygon points="304.5,234.2 310.3,237.5 296.5,248.2 296.5,248.1"/><polygon points="268.4,239.9 277.8,231.4 284.3,239.9 274.3,247.6"/><polygon points="287.6,243.8 292.7,250.5 282.5,258.4 277.3,251.8"/><polygon points="209.9,143.7 214.8,150.3 199.6,161.7 194.7,155.2"/><polygon points="198.6,128.2 206.6,139.0 198.6,145.0 190.5,134.3"/><polygon points="195.0,148.4 190.9,151.6 182.1,139.9 186.3,136.8"/><polygon points="192.8,126.2 179.5,136.1 173.6,128.3"/><polygon points="158.3,166.8 157.0,164.8 160.6,156.5 167.8,159.6"/><polygon points="163.5,152.7 168.8,140.4 179.6,145.0 181.6,147.7 170.8,155.9"/><polygon points="169.0,135.9 171.1,131.0 177.4,139.5"/><polygon points="194.7,165.4 185.9,171.9 176.4,159.2 185.1,152.7"/><polygon points="182.4,175.9 179.5,178.0 168.7,163.8 171.6,161.6"/><polygon points="175.6,180.5 170.5,184.3 161.2,169.9 165.3,166.8"/><polygon points="176.5,193.8 173.1,188.5 185.3,179.3 189.1,184.3"/><polygon points="202.1,202.1 181.8,196.1 191.9,188.5"/><polygon points="194.2,183.4 188.9,176.4 197.0,170.3 202.3,177.3"/><polygon points="216.1,196.9 215.8,197.4 207.8,200.2 197.9,187.1 204.8,181.9"/><polygon points="231.1,171.6 232.7,173.8 219.7,192.0 214.0,184.5"/><polygon points="218.8,173.6 210.6,179.8 201.5,167.7 209.7,161.6"/><polygon points="218.6,154.3 228.2,167.1 223.4,170.8 213.7,158.0"/><polygon points="523.2,110.2 531.9,119.7 522.0,128.7 513.0,118.9"/><polygon points="517.4,132.9 501.7,147.3 508.3,123.0"/><polygon points="527.8,162.0 521.6,167.7 516.8,164.8 522.1,155.9"/><polygon points="513.3,161.8 501.9,155.1 511.9,145.9 518.4,153.0"/><polygon points="519.1,146.7 515.0,142.2 524.4,133.7 528.4,138.1"/><polygon points="539.0,150.6 530.6,158.3 522.8,149.8 531.2,142.1"/><polygon points="544.1,132.2 551.1,139.8 543.0,147.2 536.0,139.6"/><polygon points="536.1,123.0 541.2,128.5 532.6,136.3 527.6,130.8"/><polygon points="544.9,171.5 538.8,176.7 526.5,169.5 535.5,161.3"/><polygon points="554.5,143.6 565.0,155.0 559.1,160.0 549.3,148.3"/><polygon points="555.1,163.2 549.1,168.2 539.3,157.5 545.6,151.8"/><polygon points="229.6,317.9 224.3,319.5 215.8,292.7 218.9,292.3"/><polygon points="205.4,293.6 210.3,292.8 215.3,308.4 210.6,309.9"/><polygon points="195.8,313.9 192.0,302.2 196.5,295.6 200.4,295.0 205.4,310.9"/><polygon points="218.6,321.3 200.2,327.2 197.7,319.6 216.2,313.7"/><polygon points="293.3,204.5 303.0,197.7 310.1,208.0 300.4,214.7"/><polygon points="313.5,211.7 317.1,216.9 306.3,224.4 302.7,219.3"/><polygon points="308.0,194.5 313.4,190.8 326.3,209.4 320.9,213.2"/><polygon points="288.1,219.6 289.4,208.2 302.2,226.8 301.5,227.3"/><polygon points="325.6,231.3 315.5,235.1 306.7,230.1 318.9,221.6"/><polygon points="329.9,213.7 337.5,224.6 336.5,227.4 330.8,229.5 323.1,218.4"/><polygon points="344.7,206.3 339.8,220.1 334.9,213.1"/><polygon points="317.7,187.1 321.1,184.8 333.3,192.7 327.6,201.4"/><polygon points="337.5,195.2 345.6,200.5 332.8,209.3 330.5,205.9"/><polygon points="585.7,204.6 581.1,206.0 574.7,185.9 579.3,184.5"/><polygon points="576.3,207.7 565.2,211.2 562.2,202.0 573.4,198.5"/><polygon points="560.5,197.6 558.4,190.8 570.0,187.0 572.2,193.9"/><polygon points="589.1,181.3 590.2,182.5 594.0,201.9 590.6,203.0 584.2,182.9"/><polygon points="568.5,158.3 573.9,164.2 564.9,172.4 562.1,163.7"/><polygon points="576.8,168.1 585.0,177.1 568.6,182.3 566.9,177.2"/><polygon points="563.6,184.1 557.2,186.1 552.7,172.0 558.2,167.3"/><polygon points="540.6,187.0 541.0,181.1 548.7,174.7 551.5,183.5"/><polygon points="559.7,212.4 539.2,218.9 540.1,206.9 558.4,208.3"/><polygon points="540.5,200.9 541.1,192.1 552.2,188.5 556.6,202.1"/><polygon points="290.9,49.5 291.3,51.0 281.4,69.5 274.8,64.2 288.4,47.5"/><polygon points="270.4,61.4 259.7,52.7 263.9,47.6 274.6,56.2"/><polygon points="267.5,43.9 274.2,35.7 284.1,43.7 277.4,52.0"/><polygon points="284.4,22.7 289.2,41.2 277.3,31.4"/><polygon points="256.2,34.8 259.2,46.3 256.2,50.0 248.8,43.9"/><polygon points="236.7,33.8 254.5,29.1 254.6,29.6 245.4,40.9"/><polygon points="259.6,28.2 276.7,23.7 262.9,40.7"/><polygon points="289.6,20.7 310.3,15.2 301.7,31.1 290.8,25.3"/><polygon points="300.4,36.2 295.1,46.0 291.2,31.3"/><polygon points="344.0,20.7 357.7,24.0 355.1,34.7 344.4,32.1"/><polygon points="353.5,40.3 347.3,65.5 346.0,64.4 344.9,38.2"/><polygon points="354.5,57.0 358.1,42.2 361.9,43.2 358.3,57.9"/><polygon points="366.2,44.9 375.1,47.1 371.8,60.4 362.9,58.3"/><polygon points="367.6,75.9 363.1,78.4 352.6,69.7 354.5,62.1 370.0,65.9"/><polygon points="386.4,66.8 373.3,74.1 375.7,64.1"/><polygon points="394.6,52.3 395.1,60.7 391.4,62.8 377.9,59.5 380.5,48.8"/><polygon points="381.0,30.1 393.5,33.1 394.2,45.8 378.1,41.9"/><polygon points="363.2,25.5 375.1,28.4 372.2,40.6 360.2,37.7"/><polygon points="444.0,113.5 451.4,108.2 466.4,112.7 464.4,119.5"/><polygon points="443.0,126.3 441.8,118.9 462.7,125.1 460.8,131.5"/><polygon points="453.8,157.1 447.1,156.6 445.7,147.4 457.2,145.6"/><polygon points="445.1,142.7 443.5,132.1 459.6,136.8 458.5,140.6"/><polygon points="479.3,158.7 459.1,157.1 461.4,149.3 480.4,155.0"/><polygon points="462.9,144.1 466.8,130.9 475.8,133.6 471.8,146.8"/><polygon points="480.6,134.6 486.4,136.3 482.2,150.3 476.5,148.6"/><polygon points="486.0,159.2 484.9,159.1 491.1,138.2 497.5,140.1 493.9,153.4"/><polygon points="496.4,120.9 502.8,122.8 499.3,135.4 492.6,133.4"/><polygon points="485.7,117.7 492.1,119.6 488.3,132.2 482.0,130.3"/><polygon points="468.2,125.8 471.7,113.9 481.0,116.7 477.5,128.6"/><polygon points="43.3,199.0 43.9,196.6 58.3,199.8 60.4,202.8 50.7,209.6"/><polygon points="38.3,219.1 41.5,204.4 47.4,212.7"/><polygon points="44.2,192.1 45.8,185.2 47.1,182.8 55.4,194.6"/><polygon points="55.2,213.2 63.2,207.6 70.4,217.8 57.6,226.9"/><polygon points="74.2,221.1 77.8,226.1 63.4,228.6"/><polygon points="36.2,232.2 37.8,225.3 49.9,216.8 52.0,229.5"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M243.6,75.7 L256.9,53.4 L276.8,39.0" stroke="#6c604a" stroke-width="3.4"/><path d="M276.8,39.0 L299.2,42.5 L316.9,50.2" stroke="#6c604a" stroke-width="3.4"/><path d="M316.9,50.2 L342.0,41.5 L367.8,48.6" stroke="#6c604a" stroke-width="3.4"/><path d="M367.8,48.6 L380.5,72.3 L391.9,91.1" stroke="#6c604a" stroke-width="3.4"/><path d="M391.9,91.1 L383.9,108.3 L374.6,128.2" stroke="#6c604a" stroke-width="3.4"/><path d="M391.9,91.1 L412.8,88.7 L434.7,84.2" stroke="#6c604a" stroke-width="3.4"/><path d="M434.7,84.2 L433.7,62.6 L423.0,50.5" stroke="#6c604a" stroke-width="3.4"/><path d="M374.6,128.2 L394.8,139.2 L417.9,140.1" stroke="#6c604a" stroke-width="3.4"/><path d="M417.9,140.1 L414.7,162.8 L413.0,184.9" stroke="#6c604a" stroke-width="3.4"/><path d="M374.6,128.2 L364.2,146.1 L349.7,166.5" stroke="#6c604a" stroke-width="3.4"/><path d="M413.0,184.9 L414.0,207.4 L418.5,233.0" stroke="#6c604a" stroke-width="3.4"/><path d="M413.0,184.9 L440.9,185.4 L462.0,187.2" stroke="#6c604a" stroke-width="3.4"/><path d="M462.0,187.2 L468.5,211.2 L483.4,224.4" stroke="#6c604a" stroke-width="3.4"/><path d="M483.4,224.4 L508.5,212.0 L512.5,189.5" stroke="#6c604a" stroke-width="3.4"/><path d="M512.5,189.5 L517.7,167.5 L529.4,145.5" stroke="#6c604a" stroke-width="3.4"/><path d="M434.7,84.2 L456.4,81.3 L483.2,92.9" stroke="#6c604a" stroke-width="3.4"/><path d="M483.2,92.9 L478.2,113.2 L469.7,134.8" stroke="#6c604a" stroke-width="3.4"/><path d="M374.6,128.2 L353.3,115.1 L334.7,98.0" stroke="#6c604a" stroke-width="3.4"/><path d="M334.7,98.0 L313.4,109.6 L291.8,118.4" stroke="#6c604a" stroke-width="3.4"/><path d="M512.5,189.5 L537.4,201.6 L564.2,191.1" stroke="#6c604a" stroke-width="3.4"/><path d="M291.8,118.4 L294.3,146.3 L290.0,170.9" stroke="#6c604a" stroke-width="3.4"/><path d="M290.0,170.9 L304.1,193.4 L317.6,210.9" stroke="#6c604a" stroke-width="3.4"/><path d="M317.6,210.9 L300.3,229.5 L293.1,248.1" stroke="#6c604a" stroke-width="3.4"/><path d="M293.1,248.1 L280.0,259.3 L269.5,273.7" stroke="#6c604a" stroke-width="3.4"/><path d="M269.5,273.7 L257.0,285.4 L243.5,294.3" stroke="#6c604a" stroke-width="3.4"/><path d="M243.5,294.3 L227.2,304.4 L209.8,309.1" stroke="#6c604a" stroke-width="3.4"/><path d="M209.8,309.1 L207.8,290.9 L206.8,271.0" stroke="#6c604a" stroke-width="3.4"/><path d="M206.8,271.0 L188.8,276.5 L173.0,283.7" stroke="#6c604a" stroke-width="3.4"/><path d="M173.0,283.7 L157.8,279.0 L139.5,269.0" stroke="#6c604a" stroke-width="3.4"/><path d="M173.0,283.7 L170.7,302.3 L172.0,321.3" stroke="#6c604a" stroke-width="3.4"/><path d="M206.8,271.0 L217.4,257.0 L224.6,234.6" stroke="#6c604a" stroke-width="3.4"/><path d="M139.5,269.0 L120.8,264.7 L100.0,258.1" stroke="#6c604a" stroke-width="3.4"/><path d="M293.1,248.1 L304.9,270.7 L317.1,281.3" stroke="#6c604a" stroke-width="3.4"/><path d="M317.1,281.3 L330.9,269.4 L334.3,252.4" stroke="#6c604a" stroke-width="3.4"/><path d="M334.3,252.4 L351.4,263.7 L373.6,262.0" stroke="#6c604a" stroke-width="3.4"/><path d="M373.6,262.0 L371.9,247.1 L366.2,222.2" stroke="#6c604a" stroke-width="3.4"/><path d="M224.6,234.6 L237.6,220.5 L254.2,204.8" stroke="#6c604a" stroke-width="3.4"/><path d="M100.0,258.1 L78.0,249.4 L54.9,251.1" stroke="#6c604a" stroke-width="3.4"/><path d="M54.9,251.1 L56.7,231.6 L53.0,213.6" stroke="#6c604a" stroke-width="3.4"/><path d="M53.0,213.6 L63.9,203.3 L82.7,185.3" stroke="#6c604a" stroke-width="3.4"/><path d="M54.9,251.1 L52.4,272.1 L59.8,296.8" stroke="#6c604a" stroke-width="3.4"/><path d="M224.6,234.6 L201.7,226.6 L178.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M172.0,321.3 L152.6,324.2 L125.3,321.8" stroke="#6c604a" stroke-width="3.4"/><path d="M178.3,230.4 L160.6,217.9 L138.2,201.9" stroke="#6c604a" stroke-width="3.4"/><path d="M59.8,296.8 L64.9,318.6 L71.8,345.0" stroke="#6c604a" stroke-width="3.4"/><path d="M291.8,118.4 L265.7,127.9 L237.9,136.2" stroke="#6c604a" stroke-width="3.4"/><path d="M237.9,136.2 L217.2,148.5 L193.8,165.4" stroke="#6c604a" stroke-width="3.4"/><path d="M243.6,75.7 L217.0,71.4 L184.9,83.5" stroke="#6c604a" stroke-width="3.4"/><path d="M82.7,185.3 L92.4,156.7 L124.5,132.5" stroke="#6c604a" stroke-width="3.4"/><path d="M243.6,75.7 L283.5,76.9 L316.9,50.2" stroke="#6c604a" stroke-width="3.4"/><path d="M178.3,230.4 L191.6,254.1 L206.8,271.0" stroke="#6c604a" stroke-width="3.4"/><path d="M413.0,184.9 L384.0,199.1 L366.2,222.2" stroke="#6c604a" stroke-width="3.4"/><path d="M254.2,204.8 L244.6,172.0 L237.9,136.2" stroke="#6c604a" stroke-width="3.4"/><path d="M138.2,201.9 L116.5,230.7 L100.0,258.1" stroke="#6c604a" stroke-width="3.4"/><path d="M417.9,140.1 L444.0,159.9 L462.0,187.2" stroke="#6c604a" stroke-width="3.4"/><path d="M224.6,234.6 L210.3,202.5 L193.8,165.4" stroke="#6c604a" stroke-width="3.4"/><path d="M483.2,92.9 L462.8,56.4 L423.0,50.5" stroke="#6c604a" stroke-width="3.4"/><path d="M349.7,166.5 L335.0,190.8 L317.6,210.9" stroke="#6c604a" stroke-width="3.4"/><path d="M290.0,170.9 L77.7,125.8" stroke="#6c604a" stroke-width="4.8"/><path d="M290.0,170.9 L446.1,42.7" stroke="#6c604a" stroke-width="4.8"/><path d="M290.0,170.9 L597.0,203.7" stroke="#6c604a" stroke-width="4.8"/><path d="M290.0,170.9 L319.2,292.4" stroke="#6c604a" stroke-width="4.8"/><path d="M243.6,75.7 L256.9,53.4 L276.8,39.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M276.8,39.0 L299.2,42.5 L316.9,50.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M316.9,50.2 L342.0,41.5 L367.8,48.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M367.8,48.6 L380.5,72.3 L391.9,91.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M391.9,91.1 L383.9,108.3 L374.6,128.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M391.9,91.1 L412.8,88.7 L434.7,84.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M434.7,84.2 L433.7,62.6 L423.0,50.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M374.6,128.2 L394.8,139.2 L417.9,140.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M417.9,140.1 L414.7,162.8 L413.0,184.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M374.6,128.2 L364.2,146.1 L349.7,166.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M413.0,184.9 L414.0,207.4 L418.5,233.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M413.0,184.9 L440.9,185.4 L462.0,187.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M462.0,187.2 L468.5,211.2 L483.4,224.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M483.4,224.4 L508.5,212.0 L512.5,189.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M512.5,189.5 L517.7,167.5 L529.4,145.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M434.7,84.2 L456.4,81.3 L483.2,92.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M483.2,92.9 L478.2,113.2 L469.7,134.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M374.6,128.2 L353.3,115.1 L334.7,98.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M334.7,98.0 L313.4,109.6 L291.8,118.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M512.5,189.5 L537.4,201.6 L564.2,191.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M291.8,118.4 L294.3,146.3 L290.0,170.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M290.0,170.9 L304.1,193.4 L317.6,210.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.6,210.9 L300.3,229.5 L293.1,248.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.1,248.1 L280.0,259.3 L269.5,273.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M269.5,273.7 L257.0,285.4 L243.5,294.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M243.5,294.3 L227.2,304.4 L209.8,309.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M209.8,309.1 L207.8,290.9 L206.8,271.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M206.8,271.0 L188.8,276.5 L173.0,283.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M173.0,283.7 L157.8,279.0 L139.5,269.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M173.0,283.7 L170.7,302.3 L172.0,321.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M206.8,271.0 L217.4,257.0 L224.6,234.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M139.5,269.0 L120.8,264.7 L100.0,258.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.1,248.1 L304.9,270.7 L317.1,281.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.1,281.3 L330.9,269.4 L334.3,252.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M334.3,252.4 L351.4,263.7 L373.6,262.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M373.6,262.0 L371.9,247.1 L366.2,222.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M224.6,234.6 L237.6,220.5 L254.2,204.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M100.0,258.1 L78.0,249.4 L54.9,251.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M54.9,251.1 L56.7,231.6 L53.0,213.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M53.0,213.6 L63.9,203.3 L82.7,185.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M54.9,251.1 L52.4,272.1 L59.8,296.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M224.6,234.6 L201.7,226.6 L178.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M172.0,321.3 L152.6,324.2 L125.3,321.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M178.3,230.4 L160.6,217.9 L138.2,201.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M59.8,296.8 L64.9,318.6 L71.8,345.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M291.8,118.4 L265.7,127.9 L237.9,136.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M237.9,136.2 L217.2,148.5 L193.8,165.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M243.6,75.7 L217.0,71.4 L184.9,83.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M82.7,185.3 L92.4,156.7 L124.5,132.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M243.6,75.7 L283.5,76.9 L316.9,50.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M178.3,230.4 L191.6,254.1 L206.8,271.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M413.0,184.9 L384.0,199.1 L366.2,222.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M254.2,204.8 L244.6,172.0 L237.9,136.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M138.2,201.9 L116.5,230.7 L100.0,258.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M417.9,140.1 L444.0,159.9 L462.0,187.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M224.6,234.6 L210.3,202.5 L193.8,165.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M483.2,92.9 L462.8,56.4 L423.0,50.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M349.7,166.5 L335.0,190.8 L317.6,210.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M290.0,170.9 L77.7,125.8" stroke="#e4d9bc" stroke-width="3.2"/><path d="M290.0,170.9 L446.1,42.7" stroke="#e4d9bc" stroke-width="3.2"/><path d="M290.0,170.9 L597.0,203.7" stroke="#e4d9bc" stroke-width="3.2"/><path d="M290.0,170.9 L319.2,292.4" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="29.4,249.8 44.0,184.5 77.7,125.8 185.0,45.0 315.0,10.7 446.1,42.7 501.1,81.6 592.6,181.3 597.0,203.7 41.4,381.1" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="243.6" y="78.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="178.3" y="233.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="139.5" y="272.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="71.8" y="348.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="483.4" y="227.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="290.0" y="173.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="206.8" y="274.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="334.7" y="101.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="374.6" y="131.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="413.0" y="187.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="434.7" y="87.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="373.6" y="265.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="254.2" y="207.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="243.5" y="297.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="138.2" y="204.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="417.9" y="143.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="317.1" y="284.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Docks</text><text x="124.5" y="135.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="224.6" y="237.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="291.8" y="121.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="483.2" y="95.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="59.8" y="299.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="172.0" y="324.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="82.7" y="188.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="237.9" y="139.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="391.9" y="94.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="184.9" y="86.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="100.0" y="261.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="418.5" y="236.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="366.2" y="225.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="349.7" y="169.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="173.0" y="286.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="462.0" y="190.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="269.5" y="276.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="125.3" y="324.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="54.9" y="254.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="334.3" y="255.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="423.0" y="53.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="316.9" y="53.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="512.5" y="192.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="293.1" y="251.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="193.8" y="168.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="529.4" y="148.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="209.8" y="312.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="317.6" y="213.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="564.2" y="194.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="276.8" y="42.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="367.8" y="51.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="469.7" y="137.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="53.0" y="216.6" 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">Faronholt</text></svg>
Binary file
@@ -1 +0,0 @@
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="172.1,315.0 181.3,250.6 223.8,200.7 281.4,167.8 315.0,173.1 375.4,189.6 430.2,223.1 466.1,315.0 457.6,347.6 444.1,377.2 409.9,434.0 375.8,441.2 344.8,445.7 315.0,448.3 254.0,441.6 226.8,425.6 198.6,407.8 182.8,378.6" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="263.3,178.1 281.4,167.8 315.0,173.1 370.1,188.2 344.9,252.7 291.8,241.0" fill="#dfd6c0"/><polygon points="404.4,362.6 358.0,407.9 319.2,364.1 391.6,336.9" fill="#c2b48f"/><polygon points="441.2,382.0 409.9,434.0 375.8,441.2 362.1,443.2 358.0,407.9 404.4,362.6" fill="#cdbf9e"/><polygon points="291.8,241.0 344.9,252.7 355.5,267.5 356.8,282.5 292.9,345.9 251.1,303.4" fill="#c2b48f"/><polygon points="319.2,364.1 358.0,407.9 362.1,443.2 344.8,445.7 315.0,448.3 254.0,441.6 246.0,436.9 295.1,354.2" fill="#dfd6c0"/><polygon points="391.6,336.9 319.2,364.1 295.1,354.2 292.9,345.9 356.8,282.5 392.5,320.2" fill="#d9c08a"/><polygon points="370.1,188.2 375.4,189.6 430.2,223.1 437.8,242.5 355.5,267.5 344.9,252.7" fill="#b3a684"/><polygon points="174.5,298.6 181.3,250.6 223.8,200.7 263.3,178.1 291.8,241.0 251.1,303.4" fill="#dfd6c0"/><polygon points="455.8,288.7 466.1,315.0 457.6,347.6 444.1,377.2 441.2,382.0 404.4,362.6 391.6,336.9 392.5,320.2" fill="#cdbf9e"/><polygon points="437.8,242.5 455.8,288.7 392.5,320.2 356.8,282.5 355.5,267.5" fill="#d8cdb0"/><polygon points="172.1,315.0 174.5,298.6 251.1,303.4 292.9,345.9 295.1,354.2 246.0,436.9 226.8,425.6 198.6,407.8 182.8,378.6" fill="#c2b48f"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="341.4,183.0 346.2,184.3 341.2,202.5 334.8,200.0"/><polygon points="351.3,186.0 366.3,190.1 362.7,199.4 349.1,194.1"/><polygon points="361.3,204.3 359.2,209.9 345.7,204.6 347.3,198.8"/><polygon points="356.8,214.5 355.2,218.6 331.4,209.3 333.0,205.2"/><polygon points="315.1,176.3 335.7,182.0 332.6,190.0 312.8,182.3"/><polygon points="330.8,195.5 326.2,207.4 316.3,203.5 320.9,191.7"/><polygon points="311.4,202.1 305.1,199.7 310.1,187.0 316.4,189.4"/><polygon points="296.2,172.0 310.5,174.3 308.6,179.4 295.3,174.2"/><polygon points="305.6,183.6 300.4,197.0 289.4,192.7 294.6,179.3"/><polygon points="276.2,173.2 281.8,170.0 292.0,171.6 289.4,178.4"/><polygon points="267.1,179.3 271.5,176.8 286.8,182.8 283.7,190.7 269.7,185.2"/><polygon points="290.1,226.9 308.2,218.8 303.0,232.0"/><polygon points="300.2,240.9 293.1,239.4 289.6,231.5 302.0,236.4"/><polygon points="286.6,222.5 281.6,211.4 297.8,204.1 291.5,220.3"/><polygon points="279.1,206.3 272.9,192.5 292.6,200.2"/><polygon points="303.5,204.1 312.7,207.7 311.0,212.0 298.2,217.8"/><polygon points="349.4,233.8 343.3,249.6 337.4,248.3 341.0,231.9"/><polygon points="354.0,223.5 351.7,229.4 341.5,227.1 343.2,219.3"/><polygon points="322.3,244.7 314.4,243.0 318.0,226.4 328.0,230.3"/><polygon points="332.6,247.8 327.0,246.6 333.0,231.4 336.0,232.5"/><polygon points="309.3,242.6 304.4,241.5 311.6,223.1 313.4,223.8"/><polygon points="327.7,213.7 338.6,218.0 336.5,227.7 324.1,222.8"/><polygon points="313.0,219.1 317.0,209.0 323.5,211.5 319.5,221.6"/><polygon points="341.6,383.6 355.9,370.9 358.3,377.3"/><polygon points="350.9,395.7 344.1,388.0 359.4,382.2 362.8,391.2"/><polygon points="366.1,397.4 358.1,405.3 353.2,399.8 365.3,395.2"/><polygon points="337.5,381.1 323.3,365.2 330.9,362.3 337.9,380.8"/><polygon points="352.8,363.5 354.0,366.6 341.8,377.4 338.6,368.8"/><polygon points="335.1,360.4 349.8,354.9 351.4,359.2 336.7,364.7"/><polygon points="401.0,362.0 397.1,365.9 385.6,354.1 393.3,346.6"/><polygon points="381.7,351.0 375.9,345.1 390.5,339.6 391.5,341.5"/><polygon points="393.1,369.8 380.1,382.5 372.6,374.8 391.2,367.8"/><polygon points="376.6,386.4 369.3,393.5 363.4,377.9 367.0,376.6"/><polygon points="368.3,348.9 371.3,347.8 386.5,363.4 375.3,367.6"/><polygon points="362.0,372.5 355.0,353.9 362.5,351.1 369.5,369.7"/><polygon points="376.6,392.6 378.9,390.4 391.8,403.7 389.6,405.8"/><polygon points="364.3,405.2 373.7,396.0 379.5,401.9 370.1,411.1"/><polygon points="382.9,404.9 386.6,408.7 376.7,418.4 373.0,414.7"/><polygon points="363.3,430.5 360.9,409.1 372.8,421.3"/><polygon points="381.4,437.4 375.3,438.7 364.3,440.3 363.9,437.3 372.8,428.6"/><polygon points="392.4,435.4 387.2,436.5 376.1,425.1 379.3,421.9"/><polygon points="390.5,425.9 383.5,418.8 394.7,407.9 401.6,415.0"/><polygon points="411.9,425.3 408.2,431.5 397.8,433.7 394.4,430.2 405.8,419.0"/><polygon points="436.8,383.2 427.3,399.1 417.7,393.3 431.1,380.2"/><polygon points="425.7,404.0 423.8,407.2 410.2,399.0 413.0,396.3"/><polygon points="420.5,410.8 414.8,420.2 402.6,407.7 407.5,403.0"/><polygon points="397.4,373.3 404.9,366.0 413.1,370.3 406.5,382.6"/><polygon points="417.8,372.6 426.2,377.1 413.3,389.7 410.4,386.8"/><polygon points="398.6,404.8 396.0,402.2 407.8,390.7 410.4,393.3"/><polygon points="393.2,398.5 382.5,387.6 387.7,382.5 398.4,393.5"/><polygon points="390.6,379.0 393.5,376.1 404.9,387.8 402.0,390.6"/><polygon points="343.4,291.9 340.3,294.9 321.9,276.3 324.9,273.2"/><polygon points="352.1,267.7 352.7,268.5 353.8,281.4 347.4,287.8 339.7,279.9"/><polygon points="343.1,255.5 348.4,262.9 335.6,275.5 329.3,269.2"/><polygon points="328.5,252.3 335.9,253.9 317.8,271.8 313.3,267.3"/><polygon points="292.8,243.5 303.3,245.8 301.0,256.2 291.0,246.2"/><polygon points="308.0,247.5 321.8,250.5 308.9,263.3 305.4,259.7"/><polygon points="267.1,282.9 269.1,279.7 281.8,288.0 276.9,292.8"/><polygon points="260.1,308.2 255.0,303.0 264.8,288.0 272.6,295.8"/><polygon points="272.8,275.8 279.0,266.3 293.0,275.4 284.8,283.6"/><polygon points="281.5,261.3 288.6,250.3 295.8,257.6 287.9,265.4"/><polygon points="299.3,260.5 304.4,265.7 297.7,272.3 291.4,268.2"/><polygon points="328.6,307.2 323.5,312.3 314.1,302.8 319.2,297.7"/><polygon points="337.0,298.9 332.0,303.9 322.5,294.4 327.6,289.4"/><polygon points="310.8,299.3 307.3,295.8 320.6,282.5 324.1,286.1"/><polygon points="301.3,275.2 307.3,269.3 317.0,279.1 311.0,285.0"/><polygon points="303.8,292.6 293.6,282.4 297.7,278.3 307.9,288.6"/><polygon points="320.0,315.6 312.8,322.7 305.2,314.9 312.3,307.8"/><polygon points="301.7,311.8 296.0,306.0 303.5,298.6 309.2,304.3"/><polygon points="309.5,326.2 305.3,330.3 294.1,318.9 298.3,314.9"/><polygon points="301.0,333.6 292.9,341.6 282.7,331.2 290.8,323.2"/><polygon points="278.4,327.8 276.3,325.6 292.8,309.4 295.0,311.5"/><polygon points="282.2,294.7 290.5,286.4 299.5,295.5 291.1,303.8"/><polygon points="273.0,321.8 263.9,312.5 271.0,305.5 280.2,314.7"/><polygon points="274.1,301.7 278.1,297.7 288.0,307.8 284.0,311.7"/><polygon points="261.7,439.6 254.9,438.9 249.9,435.9 256.5,424.8 266.9,431.0"/><polygon points="270.0,441.8 265.7,441.4 271.3,432.1 274.6,434.1"/><polygon points="289.9,443.6 274.0,441.9 277.4,436.2"/><polygon points="283.3,434.9 279.1,432.4 287.2,418.8 291.3,421.3"/><polygon points="275.4,430.6 272.8,429.0 281.2,414.9 283.8,416.5"/><polygon points="269.2,425.6 259.5,419.9 266.8,407.7 276.4,413.4"/><polygon points="269.9,402.5 281.5,383.1 287.1,386.4 275.6,405.9"/><polygon points="292.2,388.9 305.5,396.8 301.7,403.1 288.5,395.2"/><polygon points="298.6,407.6 293.3,416.5 280.7,409.0 286.0,400.1"/><polygon points="303.7,444.4 299.5,443.9 287.7,436.9 291.5,430.6 306.5,439.5"/><polygon points="294.5,425.9 298.7,418.8 313.4,427.6 309.3,434.6"/><polygon points="301.6,413.9 310.0,399.8 317.4,404.2 309.0,418.3"/><polygon points="322.1,406.2 325.6,408.3 316.6,423.6 313.0,421.4"/><polygon points="318.7,445.1 315.0,445.4 309.9,444.8 320.4,427.2 327.0,431.2"/><polygon points="336.8,444.0 324.9,445.1 331.8,433.4 340.2,438.4"/><polygon points="350.8,443.5 344.7,444.4 340.7,444.7 343.9,439.3"/><polygon points="357.8,427.7 359.4,441.1 355.2,441.7 348.1,437.5 354.9,426.0"/><polygon points="343.7,434.2 332.5,427.6 338.8,417.0 350.0,423.7"/><polygon points="327.6,425.6 322.4,422.5 329.4,410.6 334.7,413.7"/><polygon points="350.7,403.6 355.5,409.0 356.9,421.3 344.5,414.0"/><polygon points="338.0,390.1 346.4,399.6 339.9,410.6 329.5,404.4"/><polygon points="311.7,394.8 307.1,392.1 315.4,378.3 319.9,381.0"/><polygon points="332.0,388.7 324.3,401.7 316.4,397.0 324.1,384.0"/><polygon points="320.7,369.1 334.1,384.2 317.5,374.4"/><polygon points="317.0,366.0 314.1,370.9 294.9,359.5 296.2,357.4"/><polygon points="311.5,375.3 303.1,389.4 297.5,386.1 305.9,372.0"/><polygon points="293.0,382.9 284.5,377.9 292.4,364.5 301.0,369.5"/><polygon points="412.7,218.8 408.1,226.4 401.2,222.2"/><polygon points="406.2,229.1 401.4,236.9 396.3,233.8 401.1,226.0"/><polygon points="393.4,232.3 389.7,230.1 393.0,224.6 397.3,223.3 398.5,224.1"/><polygon points="399.6,239.9 397.8,242.8 386.5,235.9 388.3,232.9"/><polygon points="383.6,234.3 378.1,230.9 377.6,229.4 388.6,226.1"/><polygon points="393.9,249.8 390.5,255.4 385.8,256.8 384.5,252.7"/><polygon points="396.0,245.7 395.9,245.9 383.9,249.6 382.6,245.1 390.8,242.6"/><polygon points="381.3,242.3 379.1,234.9 387.8,240.3"/><polygon points="371.3,190.6 374.6,191.5 383.8,197.1 381.3,201.3 369.8,194.3"/><polygon points="379.9,204.5 378.5,206.7 368.9,200.8 368.0,197.8 368.1,197.3"/><polygon points="377.1,209.2 373.3,215.5 370.1,205.0"/><polygon points="376.3,224.3 374.7,219.2 379.9,210.7 383.3,212.8"/><polygon points="393.2,219.0 391.7,221.5 380.2,225.0 386.3,214.9"/><polygon points="387.0,198.5 389.7,200.1 384.0,209.5 381.3,207.8"/><polygon points="392.5,202.6 400.1,207.2 395.1,215.4 387.5,210.8"/><polygon points="403.8,209.4 412.9,214.9 397.6,219.6"/><polygon points="405.1,250.9 394.6,254.1 398.9,247.2"/><polygon points="405.8,247.4 401.1,244.5 407.5,234.1 412.2,237.0"/><polygon points="424.4,244.5 409.5,249.0 415.5,239.1"/><polygon points="426.7,223.6 428.4,224.6 431.8,233.2 421.0,237.4 419.0,236.2"/><polygon points="433.8,236.5 435.7,241.5 429.5,243.4 424.3,240.2"/><polygon points="417.5,217.6 423.3,221.1 418.3,229.5 412.4,225.9"/><polygon points="417.2,232.5 415.5,235.3 408.5,231.0 410.2,228.3"/><polygon points="350.1,244.9 353.4,236.2 364.4,240.5"/><polygon points="355.1,232.5 357.8,225.6 368.4,229.8 365.8,236.6"/><polygon points="372.1,230.5 375.1,231.6 376.8,237.2 370.4,239.1 368.9,238.6"/><polygon points="359.3,221.6 361.6,215.8 370.7,219.3 373.0,226.9"/><polygon points="362.5,212.1 366.2,202.7 369.9,214.9"/><polygon points="356.2,246.9 364.6,244.3 366.5,250.6 358.1,253.2"/><polygon points="349.3,256.1 346.7,252.4 348.0,249.1 352.9,247.7 354.9,254.4"/><polygon points="357.2,265.7 356.0,266.0 350.7,258.6 354.7,257.4"/><polygon points="369.5,261.2 360.1,264.0 358.0,257.2 367.4,254.3"/><polygon points="382.9,257.6 373.0,260.6 371.9,257.0 381.9,254.0"/><polygon points="371.5,253.2 368.6,243.6 377.2,241.0 380.1,250.6"/><polygon points="284.8,248.1 280.6,254.6 269.1,247.1"/><polygon points="277.5,258.1 271.1,268.0 262.2,262.2 268.6,252.3"/><polygon points="257.8,259.3 248.9,253.5 249.3,246.6 260.9,247.3 264.2,249.5"/><polygon points="267.7,272.5 264.0,278.2 248.3,268.0 248.8,260.1"/><polygon points="258.8,286.9 249.8,300.7 245.9,300.5 246.8,286.1"/><polygon points="261.2,282.4 246.5,281.4 247.0,273.2"/><polygon points="288.4,239.8 288.9,240.8 287.0,243.7 264.8,242.3 265.0,238.4"/><polygon points="283.2,225.5 287.9,235.8 282.6,235.5"/><polygon points="279.1,222.1 278.4,233.8 265.7,233.0 266.4,221.3"/><polygon points="250.1,230.8 250.8,220.0 261.1,220.6 260.4,231.4"/><polygon points="260.1,242.6 249.0,241.9 249.4,235.3 260.6,236.0"/><polygon points="255.5,185.7 262.1,182.0 269.2,197.6 262.3,200.7"/><polygon points="252.3,190.1 258.3,203.3 251.2,206.5"/><polygon points="271.3,202.8 277.4,216.2 260.7,215.2 261.2,207.4"/><polygon points="256.2,216.3 250.1,215.9 250.5,210.8 256.7,207.9"/><polygon points="230.7,199.6 247.7,189.9 247.1,200.6"/><polygon points="237.3,205.4 246.4,205.9 245.4,221.5 236.3,220.9"/><polygon points="222.5,206.6 224.2,204.5 231.6,205.0 230.6,220.6 221.6,220.0"/><polygon points="209.3,220.4 217.7,210.4 217.1,220.9"/><polygon points="223.8,225.3 227.6,225.5 226.3,245.7 222.5,245.4"/><polygon points="244.7,237.3 244.1,246.5 231.2,245.7 231.8,236.5"/><polygon points="232.1,225.7 245.7,226.6 245.4,232.6 231.7,231.7"/><polygon points="207.2,224.3 219.1,225.0 218.6,233.1 206.7,232.3"/><polygon points="218.4,237.7 217.9,245.2 205.9,244.4 206.3,236.9"/><polygon points="190.5,243.4 202.2,229.7 201.3,244.1"/><polygon points="204.9,249.7 218.7,250.6 217.9,262.9 204.2,262.0"/><polygon points="224.3,250.3 232.2,250.8 231.4,264.3 223.4,263.8"/><polygon points="237.0,251.0 244.0,251.5 243.1,265.2 236.2,264.7"/><polygon points="240.9,294.7 240.5,300.0 218.5,298.6 218.9,293.3"/><polygon points="242.5,270.2 241.3,289.3 235.1,288.9 236.3,269.8"/><polygon points="229.3,288.0 219.6,287.4 220.8,269.3 230.4,269.9"/><polygon points="202.7,278.8 203.4,267.7 215.0,268.4 214.3,279.5"/><polygon points="212.9,298.2 201.7,297.4 202.5,284.3 213.7,285.0"/><polygon points="197.9,248.0 200.2,248.1 199.1,265.3 196.8,265.1"/><polygon points="182.3,263.2 184.0,251.8 187.0,248.3 193.3,248.7 192.3,263.8"/><polygon points="190.9,280.8 197.4,281.7 196.4,297.5 189.9,297.1"/><polygon points="177.4,296.2 179.9,279.3 185.8,280.1 184.8,296.7"/><polygon points="180.5,274.2 181.4,268.5 198.1,269.5 197.6,276.6"/><polygon points="400.9,319.5 409.5,315.3 417.5,331.3 408.9,335.6"/><polygon points="397.0,342.1 394.1,336.4 395.0,321.8 395.6,321.5 404.1,338.6"/><polygon points="403.9,355.7 399.5,346.8 411.1,341.0 415.5,349.9"/><polygon points="415.0,338.3 420.8,335.4 425.8,345.5 420.0,348.4"/><polygon points="420.3,368.1 419.1,367.5 427.9,350.8 433.3,361.6"/><polygon points="441.3,377.2 440.3,378.9 425.4,371.0 435.6,365.9"/><polygon points="414.7,365.5 406.1,360.9 405.8,360.3 421.6,352.4"/><polygon points="450.4,358.1 443.9,372.4 439.0,362.6 449.9,357.2"/><polygon points="432.5,348.3 427.2,337.5 437.1,332.6 442.4,343.4"/><polygon points="437.1,358.8 434.2,352.9 445.1,347.5 448.0,353.3"/><polygon points="461.8,320.4 458.1,334.4 442.1,330.3 442.1,330.2"/><polygon points="457.2,339.6 455.3,346.7 452.7,352.4 444.7,336.4"/><polygon points="450.8,320.0 440.2,325.3 436.2,317.1 446.7,311.9"/><polygon points="434.0,312.7 429.8,304.4 440.4,299.2 444.5,307.5"/><polygon points="419.5,322.2 414.6,312.3 425.3,306.9 430.3,316.8"/><polygon points="436.0,327.5 424.5,333.2 421.4,326.8 432.9,321.1"/><polygon points="454.4,292.6 459.8,306.5 451.5,309.8 445.2,297.1"/><polygon points="462.5,310.3 464.0,314.3 454.8,318.8 452.5,314.2"/><polygon points="367.0,287.1 360.9,280.7 360.0,270.5 385.0,262.9 390.2,280.1"/><polygon points="391.8,259.9 400.6,257.2 406.4,276.2 397.6,278.8"/><polygon points="384.8,308.3 370.4,293.2 379.4,290.4"/><polygon points="414.1,304.8 393.8,314.9 386.3,290.0 407.6,283.6"/><polygon points="444.2,270.4 450.5,286.7 421.7,301.0 415.1,279.2"/><polygon points="435.3,247.6 441.1,262.5 412.7,271.2 408.0,255.9"/><polygon points="287.1,362.4 281.4,371.9 271.3,365.9 276.9,356.3"/><polygon points="279.5,376.3 276.6,381.3 265.3,374.6 268.3,369.7"/><polygon points="248.0,363.4 242.4,360.1 253.0,342.3 258.6,345.6"/><polygon points="261.8,372.7 251.7,366.7 254.6,361.8 264.7,367.8"/><polygon points="257.5,358.2 263.4,348.2 272.4,353.5 266.5,363.5"/><polygon points="286.1,342.4 290.7,347.2 292.5,353.8 290.0,358.1 280.2,352.3"/><polygon points="279.4,335.1 283.0,338.8 276.2,350.3 271.9,347.7"/><polygon points="271.3,340.0 268.2,345.3 255.2,337.5 258.3,332.3"/><polygon points="265.1,321.0 276.0,332.1 273.7,335.9 260.8,328.2"/><polygon points="216.6,313.3 216.1,321.5 199.4,320.5 207.0,307.7"/><polygon points="208.6,302.3 218.6,302.9 218.2,309.1 208.1,303.1"/><polygon points="216.2,327.0 215.1,344.3 205.8,338.8 213.0,326.8"/><polygon points="201.6,336.5 192.5,331.0 195.7,325.5 207.6,326.3"/><polygon points="178.1,301.8 202.8,303.3 197.0,313.0"/><polygon points="173.5,315.0 174.9,304.9 178.8,307.2 173.6,315.9"/><polygon points="181.7,310.8 194.0,318.1 188.2,327.8 176.1,320.6 176.0,320.3"/><polygon points="255.6,327.4 252.2,333.1 238.1,324.8 241.5,319.1"/><polygon points="249.5,306.1 249.9,306.1 261.2,317.5 258.1,322.8 244.4,314.7"/><polygon points="238.2,305.1 243.9,305.4 233.8,322.3 229.5,319.7"/><polygon points="222.4,303.9 233.0,304.6 225.3,317.4 221.7,315.3"/><polygon points="225.7,351.4 219.2,347.5 219.4,343.2 230.2,343.9"/><polygon points="221.1,338.3 222.1,321.8 236.7,330.5 231.6,339.0"/><polygon points="250.3,337.3 246.6,343.5 238.0,338.4 241.7,332.1"/><polygon points="243.9,347.1 237.6,357.7 229.8,353.1 236.1,342.5"/><polygon points="197.4,363.4 212.6,360.8 207.5,369.3"/><polygon points="185.0,372.7 184.0,366.7 191.2,365.5 204.0,373.2 199.2,381.2"/><polygon points="193.1,393.4 185.3,378.9 197.5,386.1"/><polygon points="182.8,360.8 180.4,346.1 191.7,344.2 193.4,354.5 190.4,359.5"/><polygon points="195.8,342.0 201.7,341.0 202.8,341.6 197.3,350.9"/><polygon points="179.1,340.6 176.9,327.6 194.5,338.0"/><polygon points="205.8,345.0 217.1,351.7 214.7,355.6 197.8,358.4"/><polygon points="239.8,365.2 246.3,369.1 237.1,384.6 230.6,380.7"/><polygon points="217.2,362.4 221.9,354.5 235.0,362.3 230.3,370.2"/><polygon points="211.8,370.3 214.2,366.4 228.3,374.8 225.9,378.7"/><polygon points="203.5,386.1 209.9,375.3 221.4,382.2 215.0,392.9"/><polygon points="226.5,384.7 234.4,389.4 227.6,400.9 219.7,396.2"/><polygon points="201.2,406.7 200.4,406.1 195.8,397.6 200.1,390.4 208.0,395.1"/><polygon points="217.9,416.4 206.2,409.0 212.4,398.5 224.3,405.6"/><polygon points="273.5,385.1 266.9,396.1 257.5,390.5 264.0,379.5"/><polygon points="252.7,387.9 244.4,382.9 251.1,371.7 259.4,376.6"/><polygon points="237.7,409.8 231.2,406.0 241.9,388.1 248.3,391.9"/><polygon points="264.6,400.8 260.6,407.6 249.3,401.0 253.4,394.1"/><polygon points="257.9,411.8 253.2,419.7 242.3,413.1 246.9,405.3"/><polygon points="229.7,424.6 228.0,423.6 222.1,419.9 227.8,410.3 235.5,414.8"/><polygon points="250.4,424.1 245.0,433.2 234.2,426.9 239.7,417.7"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M317.0,207.2 L357.5,220.4 L386.6,231.1" stroke="#6c604a" stroke-width="3.4"/><path d="M386.6,231.1 L396.7,255.0 L406.5,280.1" stroke="#6c604a" stroke-width="3.4"/><path d="M406.5,280.1 L424.2,304.5 L430.8,334.7" stroke="#6c604a" stroke-width="3.4"/><path d="M430.8,334.7 L398.0,349.8 L364.6,369.5" stroke="#6c604a" stroke-width="3.4"/><path d="M364.6,369.5 L355.4,350.5 L345.6,328.3" stroke="#6c604a" stroke-width="3.4"/><path d="M364.6,369.5 L381.2,385.3 L396.5,404.8" stroke="#6c604a" stroke-width="3.4"/><path d="M345.6,328.3 L324.9,314.2 L304.2,288.4" stroke="#6c604a" stroke-width="3.4"/><path d="M364.6,369.5 L338.6,386.0 L307.6,410.9" stroke="#6c604a" stroke-width="3.4"/><path d="M304.2,288.4 L271.5,272.2 L234.1,249.5" stroke="#6c604a" stroke-width="3.4"/><path d="M307.6,410.9 L270.5,395.5 L229.5,358.7" stroke="#6c604a" stroke-width="3.4"/><path d="M317.0,207.2 L318.4,246.8 L304.2,288.4" stroke="#6c604a" stroke-width="3.4"/><path d="M304.2,288.4 L272.0,324.7 L229.5,358.7" stroke="#6c604a" stroke-width="3.4"/><path d="M345.6,328.3 L181.3,250.6" stroke="#6c604a" stroke-width="4.8"/><path d="M345.6,328.3 L466.1,315.0" stroke="#6c604a" stroke-width="4.8"/><path d="M345.6,328.3 L315.0,448.3" stroke="#6c604a" stroke-width="4.8"/><path d="M317.0,207.2 L357.5,220.4 L386.6,231.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M386.6,231.1 L396.7,255.0 L406.5,280.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M406.5,280.1 L424.2,304.5 L430.8,334.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M430.8,334.7 L398.0,349.8 L364.6,369.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M364.6,369.5 L355.4,350.5 L345.6,328.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M364.6,369.5 L381.2,385.3 L396.5,404.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M345.6,328.3 L324.9,314.2 L304.2,288.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M364.6,369.5 L338.6,386.0 L307.6,410.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M304.2,288.4 L271.5,272.2 L234.1,249.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M307.6,410.9 L270.5,395.5 L229.5,358.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.0,207.2 L318.4,246.8 L304.2,288.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M304.2,288.4 L272.0,324.7 L229.5,358.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M345.6,328.3 L181.3,250.6" stroke="#e4d9bc" stroke-width="3.2"/><path d="M345.6,328.3 L466.1,315.0" stroke="#e4d9bc" stroke-width="3.2"/><path d="M345.6,328.3 L315.0,448.3" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="172.1,315.0 181.3,250.6 223.8,200.7 281.4,167.8 315.0,173.1 375.4,189.6 430.2,223.1 466.1,315.0 457.6,347.6 444.1,377.2 409.9,434.0 375.8,441.2 344.8,445.7 315.0,448.3 254.0,441.6 226.8,425.6 198.6,407.8 182.8,378.6" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="317.0" y="210.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="364.6" y="372.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="396.5" y="407.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="304.2" y="291.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="307.6" y="413.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="345.6" y="331.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="386.6" y="234.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Slums</text><text x="234.1" y="252.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="430.8" y="337.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="406.5" y="283.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="229.5" y="361.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</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">Kelmont</text></svg>
File without changes
File without changes
File without changes
File without changes