[Git][debian-gis-team/openstreetmap-carto][upstream] New upstream version 5.8.0

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Mar 16 10:39:14 GMT 2024



Bas Couwenberg pushed to branch upstream at Debian GIS Project / openstreetmap-carto


Commits:
b5ceb469 by Bas Couwenberg at 2024-03-16T11:35:01+01:00
New upstream version 5.8.0
- - - - -


17 changed files:

- CHANGELOG.md
- DOCKER.md
- INSTALL.md
- README.md
- preview.png
- project.mml
- scripts/get-fonts.sh
- style/amenity-points.mss
- style/golf.mss
- style/landcover.mss
- style/roads.mss
- style/stations.mss
- + style/tourism.mss
- style/water.mss
- + symbols/flowerbed_high_zoom.svg
- + symbols/flowerbed_mid_zoom.svg
- + symbols/generating_patterns/flowerbed.md


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -1,10 +1,29 @@
-## [Unreleased](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.6.2...master)
+## [Unreleased](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.8.0...master)
+
+## [v5.8.0](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.7.0...v5.8.0) - 2023-11-26
+### Changes
+- Changing color of leisure=pitch to be more distinct and less similar to the water color (#4480)
+- Fixing color of ref label for railway=subway_entrance (#4835)
+- Fixes for highway=mini_roundabout rendering on various road types (#4904)
+- Fixing merge error in previous change of rendering natural=bay/natural=strait (#4841)
+- Removing point symbol rendering for golf=hole (#4857)
+- Restoring rendering for railway=platform + covered=yes (#4797)
+- Adding rendering of roller_coaster=track (#4666)
+- Adding rendering of landuse=flowerbed (#4889)
+
+## [v5.7.0](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.6.2...v5.7.0) - 2023-01-11
 ### Changes
-- Unpaved roads are now indicated on the map
+- Unpaved roads are now indicated on the map (#3399)
+- Country label placement improved, particularly for countries in the north (#4616)
+- Added elevation to wilderness huts (#4648)
+- New index for low-zoom performance (#4617)
+- Added a script to switch between script variations for CJK languages (#4707)
+- Ordering fixes for piers (#4703)
+- Numerous CI improvements
 
-## [v5.6.1](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.6.1...v5.6.2) - 2022-11-10
+## [v5.6.2](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.6.1...v5.6.2) - 2022-11-10
 ### Changes
-- Locally installed fonts fixed
+- Locally installed fonts fixed (#4672)
 
 ## [v5.6.1](https://github.com/gravitystorm/openstreetmap-carto/compare/v5.6.0...v5.6.1) - 2022-08-12
 ### Changes


=====================================
DOCKER.md
=====================================
@@ -1,49 +1,55 @@
 # Running OpenStreetMap Carto with Docker
 
-[Docker](https://www.docker.com/) is a virtualized environment running a [_Docker demon_](https://docs.docker.com/get-started/overview/), in which you can run software without altering your host system permanently. The software components run in _containers_ that are easy to setup and tear down individually. The Docker demon can use operating-system-level virtualization (Linux, Windows) or a virtual machine (macOS, Windows).
+[Docker](https://www.docker.com/) is a virtualized environment running a [_Docker daemon_](https://docs.docker.com/get-started/overview/), in which you can run software without altering your host system permanently. The software components run in _containers_ that are easy to setup and tear down individually. The Docker demon can use operating-system-level virtualization (Linux, Windows) or a virtual machine (macOS, Windows).
 
-This allows to set up a development environment for OpenStreetMap Carto easily. Specifically, this environment consists of a
+This enables easily setting up a development environment for OpenStreetMap Carto. Specifically, this environment consists of a
 PostgreSQL database to store the OpenStreetMap data and [Kosmtik](https://github.com/kosmtik/kosmtik) for previewing the style.
 
 ## Prerequisites
 
-Docker is available for Linux, macOS and Windows. [Install](https://www.docker.com/products/docker-desktop/) the software packaged for your host system in order
-to be able to run Docker containers. You also need Docker Compose, which should be available once you installed
-Docker itself. Otherwise you need to [install Docker Compose manually](https://docs.docker.com/compose/install/).
+* Docker is available for Linux, macOS and Windows. [Install](https://www.docker.com/products/docker-desktop/) the software packaged for your host system in order
+to be able to run Docker containers. You also need Docker Compose, which should be available once you install
+Docker itself. Otherwise, you need to [install Docker Compose manually](https://docs.docker.com/compose/install/).
 
-You need sufficient disk space of _several Gigabytes_. Docker creates a disk image for its virtual machine that holds the virtualised operating system and the containers. The format (Docker.raw, Docker.qcow2, \*.vhdx, etc.) depends on the host system. It can be a sparse file allocating large amounts of disk space, but still the physical size starts with 2-3 GB for the virtual OS and grows to 6-7 GB when filled with the containers needed for the database, Kosmtik, and a small OSM region. Further 1-2 GB are needed for shape files in the openstreetmap-carto/data repository.
+* You need sufficient disk space of _several Gigabytes_. 
+	* Docker creates a disk image for its virtual machine that holds the virtualised operating system and the containers. 
+	* The format (Docker.raw, Docker.qcow2, \*.vhdx, etc.) depends on the host system. It can be a sparse file allocating large amounts of disk space, but still the physical size starts with 2-3 GB for the virtual OS and grows to 6-7 GB when filled with the containers needed for the database, Kosmtik, and a chosen small region of OSM data. 
+	* An additional 1-2 GB are needed for shapefiles to be downloaded and stored in the openstreetmap-carto/data repository.
 
 ## Quick start
 
-If you are eager to get started here is an overview over the necessary steps.
-Read on below to get the details.
+If you are eager to get started, here is an overview over the necessary steps:
 
 * `git clone https://github.com/gravitystorm/openstreetmap-carto.git` to clone openstreetmap-carto repository into a directory on your host system
-* download OpenStreetMap data in osm.pbf format to a file `data.osm.pbf` and place it within the openstreetmap-carto directory (for example some small area from [Geofabrik](https://download.geofabrik.de/))
-* If necessary, `sudo service postgresql stop` to make sure you don't have currently running a native PostgreSQL server which would conflict with Docker's PostgreSQL server.
-* `docker-compose up import` to import the data (only necessary the first time or when you change the data file). Additionally you can set import options through [environment variables](#Importing-data). More on that [later](#Hands-on-approach)
+* Download OpenStreetMap data in osm.pbf format to a file `data.osm.pbf` and place it within the openstreetmap-carto directory (for example some small area from [Geofabrik](https://download.geofabrik.de/))
+* If necessary, `sudo service postgresql stop` to make sure you don't have a currently-running native PostgreSQL server which would conflict with Docker's PostgreSQL server.
+* `docker-compose up import` to import the data (only necessary the first time or when you change the data file). Additionally, you can set import options through [environment variables](#Importing-data). More on that [later](#Hands-on-approach)
 * `docker-compose up kosmtik` to run the style preview application
-* browse to [http://127.0.0.1:6789](http://127.0.0.1:6789) to view the output of Kosmtik
+* Browse to [http://127.0.0.1:6789](http://127.0.0.1:6789) to view the output of Kosmtik
 * Ctrl+C to stop the style preview application
 * `docker-compose stop db` to stop the database container
 
 ## Repositories
 
-Instructions above will clone main OpenStreetMap Carto repository. To test your own changes you should [fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) gravitystorm/openstreetmap-carto repository and [clone your fork](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
+The instructions above will clone the main OpenStreetMap Carto repository. To test your own changes, you should [fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) gravitystorm/openstreetmap-carto repository and [clone your fork](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
 
 This OpenStreetMap Carto repository needs to be a directory that is shared between your host system and the Docker virtual machine. Home directories are shared by default; if your repository is in another place you need to add this to the Docker sharing list (e.g. macOS: Docker Preferences > File Sharing; Windows: Docker Settings > Shared Drives).
 
 ## Importing data
 
 OpenStreetMap Carto needs a database populated with rendering data to work. You first need a data file to import.
-It's probably easiest to grab an PBF of OSM data from [Geofabrik](https://download.geofabrik.de/).
+For testing purposes, it's probably easiest to grab a PBF export of OSM data from [Geofabrik](https://download.geofabrik.de
 Once you have that file put it into the openstreetmap-carto directory and run `docker-compose up import` in the openstreetmap-carto directory.
 This starts the PostgreSQL container (downloads it if it not exists) and starts a container that runs [osm2pgsql](https://github.com/openstreetmap/osm2pgsql) to import the data. The container is built the first time you run that command if it not exists.
 At startup of the container the script `scripts/docker-startup.sh` is invoked which prepares the database and itself starts osm2pgsql for importing the data. Then the `scripts/get-external-data.py` is called to download and import needed shapefiles.
 
 ### Supplying command line options as environment variables
 
-**osm2pgsql** has a few [command line options](https://manpages.debian.org/testing/osm2pgsql/osm2pgsql.1.en.html) and the import by default uses a RAM cache of 512 MB, 1 worker and expects the import file to be named `data.osm.pbf`. If you want to customize any of these parameters you have to set the environment variables `OSM2PGSQL_CACHE` (e.g. `export OSM2PGSQL_CACHE=1024` on Linux to set the cache to 1 GB) for the RAM cache (the value depends on the amount of RAM you have available, the more you can use here the faster the import may be), `OSM2PGSQL_NUMPROC` for the number of workers (this depends on the number of processors you have and whether your harddisk is fast enough e.g. is a SSD), or `OSM2PGSQL_DATAFILE` if your file has a different name.
+**osm2pgsql** has a few [command line options](https://manpages.debian.org/testing/osm2pgsql/osm2pgsql.1.en.html) and the import by default uses a RAM cache of 512 MB, 1 worker, **and expects the import file to be named `data.osm.pbf`**. 
+If you want to customize any of these parameters, you have to set any number of the following environment variables:
+* `OSM2PGSQL_CACHE` (e.g. `export OSM2PGSQL_CACHE=1024` on Linux to set the cache to 1 GB) for the RAM cache (the value depends on the amount of RAM you have available - the more you can use here the faster the import may be)
+* `OSM2PGSQL_NUMPROC` for the number of workers (this depends on the number of processors you have and whether your hard disk is fast enough e.g. is a SSD)
+* `OSM2PGSQL_DATAFILE` if your file has a different name
 
 You can also [tune the **PostgreSQL**](https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server) during the import phases, with `PG_WORK_MEM` (default to 16MB) and `PG_MAINTENANCE_WORK_MEM` (default to 256MB), which will eventually write `work_mem` and `maintenance_work_mem` to the `postgresql.auto.conf` once, making them applied each time the database started. Note that unlike osm2pgsql variables, once thay are set, you can only change them by running `ALTER SYSTEM` on your own, changing `postgresql.auto.conf` or remove the database volume by `docker-compose down -v && docker-compose rm -v` and import again.
 
@@ -76,13 +82,13 @@ Depending on your machine and the size of the extract the import can take a whil
 
 ## Test rendering
 
-After you have the necessary data available you can start Kosmtik to produce a test rendering. For that you run `docker-compose up kosmtik` in the openstreetmap-carto directory. This starts a container with Kosmtik and also starts the PostgreSQL database container if it is not already running. The Kosmtik container is built the first time you run that command if it not exists.
-At startup of the container the script `scripts/docker-startup.sh` is invoked which downloads necessary shapefiles with `scripts/get-external-data.py` (if they are not already present). It afterwards runs Kosmtik. If you have to customize anything, you can do so in the script. The Kosmtik config file can be found in `.kosmtik-config.yml`.
-If you want to have a [local configuration](https://github.com/kosmtik/kosmtik#local-config) for our `project.mml` you can place a `localconfig.js` or `localconfig.json` file into the openstreetmap-carto directory.
+After you have the necessary data available you can start Kosmtik to produce a test rendering. To do that, run `docker-compose up kosmtik` in the openstreetmap-carto directory. This starts a container with Kosmtik and also starts the PostgreSQL database container if it is not already running. The Kosmtik container is built the first time you run the command if it does not yet exist.
+When the container starts, the script `scripts/docker-startup.sh` is invoked, which downloads supplemental shapefiles specified in `scripts/get-external-data.py` (if they are not already present). Afterward, it runs the Kosmtik server. If you have to customize anything, you can do so in the script. The Kosmtik config file can be found in `.kosmtik-config.yml`.
+If you want to have a [local configuration](https://github.com/kosmtik/kosmtik#local-config) for your `project.mml`, you can place a `localconfig.js` or `localconfig.json` file into the openstreetmap-carto directory.
 
 The shapefile data that is downloaded is owned by the user with UID 1000. If you have another default user id on your system, consider changing the line `USER 1000` in the file `Dockerfile`.
 
-After startup is complete you can browse to [http://127.0.0.1:6789](http://127.0.0.1:6789) to view the output of Kosmtik. By pressing Ctrl+C on the command line you can stop the container. The PostgreSQL database container is still running then (you can check with `docker ps`). If you want to stop the database container as well you can do so by running `docker-compose stop db` in the openstreetmap-carto directory.
+After startup is complete you can browse to [http://127.0.0.1:6789](http://127.0.0.1:6789) to use the Kosmtik web tool. You can stop the container by pressing Ctrl+C on the command line used to start the container. If this happens, the PostgreSQL database container is still running (you can check with `docker ps`). If you want to stop the database container as well, you can do so by running `docker-compose stop db` in the openstreetmap-carto directory.
 
 ## Troubleshooting
 
@@ -92,7 +98,7 @@ Docker copies log files from the virtual machine into the host system, their [lo
 
 While installing software in the containers and populating the database, the disk image of the virtual machine grows in size, by Docker allocating more clusters. When the disk on the host system is full (only a few MB remaining), Docker can appear stuck. Watch the system log files of your host system for failed allocations.
 
-Docker stores its disk image by default in the home directories of the user. If you don't have enough space here, you can move it elsewhere. (E.g. macOS: Docker > Preferences > Disk).
+Docker stores its disk image by default in the home directory of the user. If you don't have enough space here, you can move the images elsewhere. (E.g. macOS: Docker > Preferences > Disk).
 
 ## Style Debugging
 


=====================================
INSTALL.md
=====================================
@@ -18,7 +18,7 @@ Enable PostGIS and hstore extensions with
 psql -d gis -c 'CREATE EXTENSION postgis; CREATE EXTENSION hstore;'
 ```
 
-then grab some OSM data. It's probably easiest to grab an PBF of OSM data from [Geofabrik](https://download.geofabrik.de/). Once you've done that, import with osm2pgsql:
+Then, grab some OSM data; It's probably easiest to grab an PBF of OSM data from [Geofabrik](https://download.geofabrik.de/). Once you've done that, import with osm2pgsql:
 
 ```sh
 osm2pgsql -G --hstore --style openstreetmap-carto.style --tag-transform-script openstreetmap-carto.lua -d gis ~/path/to/data.osm.pbf
@@ -50,16 +50,16 @@ scripts/indexes.py -0 | xargs -0 -P0 -I{} psql -d gis -c "{}"
 ## Scripted download
 Some features are rendered using preprocessed shapefiles.
 
-To download them and import them into the database you can run the following script
+To download them and import them into the database you can run the following script:
 
 ```sh
 scripts/get-external-data.py
 ```
 
-The script downloads shapefiles, loads them into the database and sets up the tables for rendering. Additional script option documentation can be seen with `scripts/get-external-data.py --help`.
+The script downloads shapefiles, loads them into the database, and sets up the tables for rendering. Additional script options and corresponding documentation is available by invoking `scripts/get-external-data.py --help`.
 
 ## Fonts
-The stylesheet uses Noto, an openly licensed font family from Google with support for multiple scripts. The stylesheet uses Noto's "Sans" style where available. If not available, this stylesheet uses another appropriate style of the Noto family. The "UI" version is used where available, with its vertical metrics which fit better with Latin text.
+The stylesheet uses Noto, an openly licensed font family from Google with support for multiple scripts. The stylesheet uses Noto's "Sans" style where available. If not available, this stylesheet uses another appropriate style from the Noto family. The "UI" version is used where available, as its vertical metrics fit better with Latin text.
 
 Hanazono is used a fallback for seldom used CJK characters that are not covered by Noto.
 
@@ -74,11 +74,11 @@ scripts/get-fonts.sh
 ## Dependencies
 
 For development, a style design studio is needed.
-* [Kosmtik](https://github.com/kosmtik/kosmtik) - Kosmtik can be launched with `node index.js serve path/to/openstreetmap-carto/project.mml` The 0.0.17 release of Kosmtik is not enough because we need up-to-date CartoCSS and Mapnik versions. To install the current master branch of Kosmtik, you can clone the Kosmtik repository and execute `npm install` within it.
+* [Kosmtik](https://github.com/kosmtik/kosmtik) - Kosmtik can be launched with `node index.js serve path/to/openstreetmap-carto/project.mml`
+	* The 0.0.17 release of Kosmtik is not enough because we need up-to-date CartoCSS and Mapnik versions. To install the current master branch of Kosmtik, you can clone the Kosmtik repository and execute `npm install` within it.
+* [TileMill](https://tilemill-project.github.io/tilemill/) is not officially supported, but you may be able to use a recent TileMill version by copying or symlinking the project directly into your Mapbox/project directory.
 
-[TileMill](https://tilemill-project.github.io/tilemill/) is not officially supported, but you may be able to use a recent TileMill version by copying or symlinking the project directly into your Mapbox/project directory.
-
-To display any map a database containing OpenStreetMap data and some utilities are required
+To display *any* map, a database containing OpenStreetMap data and some utilities are required:
 
 * [PostgreSQL](https://www.postgresql.org/)
 * [PostGIS](https://postgis.net/)
@@ -91,7 +91,7 @@ To display any map a database containing OpenStreetMap data and some utilities a
 Some colours, SVGs and other files are generated with helper scripts. Not all users will need these dependencies
 
 * Python and Ruby to run helper scripts
-* [Color Math](https://github.com/gtaylor/python-colormath) and [numpy](https://numpy.org/) if running generate_road_colors.py helper script (may be obtained with `pip install colormath numpy`)
+* [Color Math](https://github.com/gtaylor/python-colormath) and [numpy](https://numpy.org/) (if running) feature a  `generate_road_colors.py` helper script, which may be obtained with `pip install colormath numpy`)
 
 ### Additional deployment dependencies
 
@@ -100,4 +100,4 @@ For deployment, CartoCSS and Mapnik are required.
 * [CartoCSS](https://github.com/mapbox/carto) >= 1.2.0 *(we're using YAML)*
 * [Mapnik](https://github.com/mapnik/mapnik/wiki/Mapnik-Installation) >= 3.0.22
 
-With CartoCSS you compile these sources into a Mapnik compatible XML file. When running CartoCSS, specify the Mapnik API version you are using (at least 3.0.22: `carto -a "3.0.22"`).
+With CartoCSS, these sources are compiled into a Mapnik compatible XML file. When running CartoCSS, specify the Mapnik API version you are using (at least 3.0.22: `carto -a "3.0.22"`).


=====================================
README.md
=====================================
@@ -81,7 +81,7 @@ that need some cartographic judgement.
 There are many open-source stylesheets written for creating OpenStreetMap-based
 maps using Mapnik, many based on this project. Some alternatives are:
 
-* [OSM Bright](https://github.com/mapbox/osm-bright)
+* [OSM Bright](https://github.com/geofabrik/osm-bright)
 * [XML-based stylesheets](https://github.com/openstreetmap/mapnik-stylesheets)
 * [OpenStreetMap "FR" Carto](https://github.com/cquest/osmfr-cartocss)
 * [OpenStreetMap Carto German](https://github.com/giggls/openstreetmap-carto-de)


=====================================
preview.png
=====================================
Binary files a/preview.png and b/preview.png differ


=====================================
project.mml
=====================================
@@ -54,6 +54,7 @@ Stylesheet:
   - style/admin.mss
   - style/addressing.mss
   - style/golf.mss
+  - style/tourism.mss
 Layer:
   - id: landcover-low-zoom
     geometry: polygon
@@ -105,7 +106,7 @@ Layer:
               ('landuse_' || (CASE WHEN landuse IN ('quarry', 'vineyard', 'orchard', 'cemetery', 'residential', 'garages', 'meadow', 'grass',
                                                     'allotments', 'forest', 'farmyard', 'farmland', 'greenhouse_horticulture',
                                                     'recreation_ground', 'village_green', 'retail', 'industrial', 'railway', 'commercial',
-                                                    'brownfield', 'landfill', 'salt_pond', 'construction', 'plant_nursery', 'religious') THEN landuse END)) AS landuse,
+                                                    'brownfield', 'landfill', 'salt_pond', 'construction', 'plant_nursery', 'religious', 'flowerbed') THEN landuse END)) AS landuse,
               ('shop_' || (CASE WHEN shop IN ('mall') AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL) THEN shop END)) AS shop,
               ('leisure_' || (CASE WHEN leisure IN ('swimming_pool', 'playground', 'park', 'garden',
                                                     'golf_course', 'miniature_golf', 'sports_centre', 'stadium', 'pitch', 'ice_rink',
@@ -622,14 +623,15 @@ Layer:
             JOIN planet_osm_line l
               ON ST_DWithin(p.way, l.way, 0.1) -- Assumes Mercator
             JOIN (VALUES
-                ('primary', 1),
-                ('secondary', 2),
-                ('tertiary', 3),
-                ('unclassified', 4),
-                ('residential', 5),
-                ('living_street', 6),
-                ('service', 7),
-                ('track', 8)
+                ('trunk', 1),
+                ('primary', 2),
+                ('secondary', 3),
+                ('tertiary', 4),
+                ('unclassified', 5),
+                ('residential', 6),
+                ('living_street', 7),
+                ('service', 8),
+                ('track', 9)
               ) AS v (highway, prio)
               ON v.highway = l.highway
           WHERE p.highway IN (
@@ -654,16 +656,14 @@ Layer:
               'highway_' || (CASE WHEN highway IN ('pedestrian', 'footway', 'service', 'platform') THEN highway END)),
               ('railway_' || (CASE WHEN (railway IN ('platform')
                               AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL)
-                              AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL)
-                              AND (covered NOT IN ('yes') OR covered IS NULL))
+                              AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL))
                               THEN railway END))
             ) AS feature
           FROM planet_osm_polygon
           WHERE highway IN ('pedestrian', 'footway', 'service', 'platform')
             OR (railway IN ('platform')
                 AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL)
-                AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL)
-                AND (covered NOT IN ('yes') OR covered IS NULL))
+                AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL))
           ORDER BY COALESCE(layer,0), way_area DESC
         ) AS highway_area_casing
     properties:
@@ -753,8 +753,9 @@ Layer:
                 z_order
               FROM planet_osm_line
               WHERE (tunnel IS NULL OR NOT tunnel IN ('yes', 'building_passage'))
-                AND (covered IS NULL OR NOT covered = 'yes')
+                AND (covered IS NULL OR NOT covered = 'yes' OR railway IN ('platform'))
                 AND (bridge IS NULL OR NOT bridge IN ('yes', 'boardwalk', 'cantilever', 'covered', 'low_water_crossing', 'movable', 'trestle', 'viaduct'))
+                AND (railway NOT IN ('platform') OR (tags->'location' NOT IN ('underground')) OR (tags->'location') IS NULL)
                 AND railway IS NOT NULL -- end of rail select
             ) AS features
           ORDER BY
@@ -782,8 +783,7 @@ Layer:
                                                     'platform', 'services') THEN highway END)),
               ('railway_' || (CASE WHEN (railway IN ('platform')
                               AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL)
-                              AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL)
-                              AND (covered NOT IN ('yes') OR covered IS NULL))
+                              AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL))
                               THEN railway END)),
               (('aeroway_' || CASE WHEN aeroway IN ('runway', 'taxiway', 'helipad') THEN aeroway ELSE NULL END))
             ) AS feature,
@@ -797,8 +797,7 @@ Layer:
           WHERE highway IN ('pedestrian', 'footway', 'service', 'living_street', 'platform', 'services')
             OR (railway IN ('platform')
                 AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL)
-                AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL)
-                AND (covered NOT IN ('yes') OR covered IS NULL))
+                AND (tunnel NOT IN ('yes', 'building_passage') OR tunnel IS NULL))
             OR aeroway IN ('runway', 'taxiway', 'helipad')
           ORDER BY COALESCE(layer,0), way_area desc
         ) AS highway_area_fill
@@ -1004,6 +1003,40 @@ Layer:
         ) AS guideways
     properties:
       minzoom: 11
+  - id: roller-coaster-gap-fill
+    geometry: linestring
+    <<: *extents
+    Datasource:
+      <<: *osm2pgsql
+      table: |-
+        (SELECT
+            way,
+            CASE WHEN (tunnel = 'yes' OR tunnel = 'building_passage' OR covered = 'yes' OR tags->'indoor' = 'yes') THEN 'yes' ELSE 'no' END AS tunnel,
+            CASE WHEN (bridge = 'yes' OR bridge = 'covered' OR bridge = 'viaduct') THEN 'yes' ELSE 'no' END AS bridge
+          FROM planet_osm_line
+          WHERE tags @> 'roller_coaster=>track' AND railway IS NULL
+        ) AS roller_coaster
+    properties:
+      minzoom: 15
+  - id: roller-coaster
+    geometry: linestring
+    <<: *extents
+    Datasource:
+      <<: *osm2pgsql
+      table: |-
+        (SELECT
+            way,
+            COALESCE(layer,0) AS layernotnull,
+            CASE WHEN (tunnel = 'yes' OR tunnel = 'building_passage' OR covered = 'yes' OR tags->'indoor' = 'yes') THEN 'yes' ELSE 'no' END AS tunnel,
+            CASE WHEN (bridge = 'yes' OR bridge = 'covered' OR bridge = 'viaduct') THEN 'yes' ELSE 'no' END AS bridge
+          FROM planet_osm_line
+          WHERE tags @> 'roller_coaster=>track' AND railway IS NULL
+          ORDER BY
+            layernotnull -- put bottom layered track first
+        ) AS roller_coaster
+    properties:
+      group-by: layernotnull
+      minzoom: 15
   - id: entrances
     geometry: point
     <<: *extents
@@ -1586,7 +1619,7 @@ Layer:
                                    THEN amenity END,
                 'tourism_' || CASE WHEN tourism IN ('viewpoint', 'attraction') THEN tourism END,
                 'place_' || CASE WHEN place IN ('locality') AND way_area IS NULL THEN place END,
-                'golf_' || CASE WHEN tags->'golf' IN ('hole', 'pin') THEN tags->'golf' END
+                'golf_' || CASE WHEN tags->'golf' IN ('pin') THEN tags->'golf' END
               ) AS feature,
               CASE WHEN access IN ('private', 'no', 'customers', 'permit', 'delivery') THEN 'restricted' ELSE 'yes' END AS int_access,
               CASE


=====================================
scripts/get-fonts.sh
=====================================
@@ -127,6 +127,6 @@ unzip -oqq "${TMPDIR}/Noto_Emoji.zip" static/NotoEmoji-Regular.ttf static/NotoEm
 mv "${FONTDIR}/static/NotoEmoji-Regular.ttf" "${FONTDIR}"
 mv "${FONTDIR}/static/NotoEmoji-Bold.ttf" "${FONTDIR}"
 
-curl --fail -A "get-fonts.sh/osm-carto" -o "${TMPDIR}/hanazono.zip" -L 'https://osdn.net/frs/redir.php?f=hanazono-font%2F68253%2Fhanazono-20170904.zip'
+curl --fail -A "get-fonts.sh/osm-carto" -o "${TMPDIR}/hanazono.zip" -L 'https://mirrors.dotsrc.org/osdn/hanazono-font/68253/hanazono-20170904.zip'
 
 unzip -oqq "${TMPDIR}/hanazono.zip" HanaMinA.ttf HanaMinB.ttf -d "${FONTDIR}"


=====================================
style/amenity-points.mss
=====================================
@@ -2268,7 +2268,6 @@
       [feature = 'landuse_farmyard'] {
         text-fill: darken(@farmyard, 50%);
       }
-      [feature = 'landuse_farm'],
       [feature = 'landuse_farmland'],
       [feature = 'landuse_greenhouse_horticulture'] {
         text-fill: darken(@farmland, 50%);


=====================================
style/golf.mss
=====================================
@@ -49,7 +49,6 @@
 }
 
 #amenity-points[zoom >= 16] {
-  [feature = 'golf_hole'],
   [feature = 'golf_pin'] {
     marker-file: url('symbols/leisure/golf_pin.svg');
     marker-fill: @golf-color;


=====================================
style/landcover.mss
=====================================
@@ -63,7 +63,7 @@
 
 // --- Sports ---
 
- at pitch: #aae0cb;           // Lch(85,22,168) also track
+ at pitch: #88e0be;           // Lch(83,35,166) also track
 @track: @pitch;
 @stadium: @leisure; // also sports_centre
 @golf_course: @campsite;
@@ -168,6 +168,26 @@
     }
   }
 
+  [feature = 'landuse_flowerbed'] {
+    [zoom >= 10] {
+      polygon-fill: @grass;
+      [way_pixels >= 4]  { polygon-gamma: 0.75; }
+      [way_pixels >= 64] { polygon-gamma: 0.3;  }
+    }
+    [zoom >= 15] {
+      polygon-pattern-file: url('symbols/flowerbed_mid_zoom.svg');
+      polygon-pattern-alignment: global;
+      [way_pixels >= 4]  { polygon-pattern-gamma: 0.75; }
+      [way_pixels >= 64] { polygon-pattern-gamma: 0.3;  }
+    }
+    [zoom >= 17] {
+      polygon-pattern-file: url('symbols/flowerbed_high_zoom.svg');
+      polygon-pattern-alignment: global;
+      [way_pixels >= 4]  { polygon-pattern-gamma: 0.75; }
+      [way_pixels >= 64] { polygon-pattern-gamma: 0.3;  }
+    }
+  }
+
   [feature = 'landuse_plant_nursery'] {
     [zoom >= 10] {
       polygon-fill: @orchard;


=====================================
style/roads.mss
=====================================
@@ -2780,21 +2780,42 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
 }
 
 #turning-circle-casing {
+  [int_tc_type = 'trunk'][zoom >= 15] {
+    marker-fill: @trunk-casing;
+    marker-width: @trunk-width-z15 * 1.6 + 2 * @major-casing-width-z15;
+    marker-height: @trunk-width-z15 * 1.6 + 2 * @major-casing-width-z15;
+    [zoom >= 17] {
+      marker-width: @trunk-width-z17 * 1.6 + 2 * @major-casing-width-z17;
+      marker-height: @trunk-width-z17 * 1.6 + 2 * @major-casing-width-z17;
+    }
+    [zoom >= 18] {
+      marker-width: @trunk-width-z18 * 1.6 + 2 * @major-casing-width-z18;
+      marker-height: @trunk-width-z18 * 1.6 + 2 * @major-casing-width-z18;
+    }
+    [zoom >= 19] {
+      marker-width: @trunk-width-z19 * 1.6 + 2 * @major-casing-width-z19;
+      marker-height: @trunk-width-z19 * 1.6 + 2 * @major-casing-width-z19;
+    }
+    marker-allow-overlap: true;
+    marker-ignore-placement: true;
+    marker-line-width: 0;
+  }
+
   [int_tc_type = 'primary'][zoom >= 15] {
     marker-fill: @primary-casing;
-    marker-width: @primary-width-z15 * 1.6 + 2 * @casing-width-z15;
-    marker-height: @primary-width-z15 * 1.6 + 2 * @casing-width-z15;
+    marker-width: @primary-width-z15 * 1.6 + 2 * @major-casing-width-z15;
+    marker-height: @primary-width-z15 * 1.6 + 2 * @major-casing-width-z15;
     [zoom >= 17] {
-      marker-width: @primary-width-z17 * 1.6 + 2 * @casing-width-z17;
-      marker-height: @primary-width-z17 * 1.6 + 2 * @casing-width-z17;
+      marker-width: @primary-width-z17 * 1.6 + 2 * @major-casing-width-z17;
+      marker-height: @primary-width-z17 * 1.6 + 2 * @major-casing-width-z17;
     }
     [zoom >= 18] {
-      marker-width: @primary-width-z18 * 1.6 + 2 * @casing-width-z18;
-      marker-height: @primary-width-z18 * 1.6 + 2 * @casing-width-z18;
+      marker-width: @primary-width-z18 * 1.6 + 2 * @major-casing-width-z18;
+      marker-height: @primary-width-z18 * 1.6 + 2 * @major-casing-width-z18;
     }
     [zoom >= 19] {
-      marker-width: @primary-width-z19 * 1.6 + 2 * @casing-width-z19;
-      marker-height: @primary-width-z19 * 1.6 + 2 * @casing-width-z19;
+      marker-width: @primary-width-z19 * 1.6 + 2 * @major-casing-width-z19;
+      marker-height: @primary-width-z19 * 1.6 + 2 * @major-casing-width-z19;
     }
     marker-allow-overlap: true;
     marker-ignore-placement: true;
@@ -2803,23 +2824,23 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
 
   [int_tc_type = 'secondary'][zoom >= 15] {
     marker-fill: @secondary-casing;
-    marker-width: @secondary-width-z15 * 1.6 + 2 * @casing-width-z15;
-    marker-height: @secondary-width-z15 * 1.6 + 2 * @casing-width-z15;
+    marker-width: @secondary-width-z15 * 1.6 + 2 * @secondary-casing-width-z15;
+    marker-height: @secondary-width-z15 * 1.6 + 2 * @secondary-casing-width-z15;
     [zoom >= 16] {
-      marker-width: @secondary-width-z16 * 1.6 + 2 * @casing-width-z16;
-      marker-height: @secondary-width-z16 * 1.6 + 2 * @casing-width-z16;
+      marker-width: @secondary-width-z16 * 1.6 + 2 * @secondary-casing-width-z16;
+      marker-height: @secondary-width-z16 * 1.6 + 2 * @secondary-casing-width-z16;
     }
     [zoom >= 17] {
-      marker-width: @secondary-width-z17 * 1.6 + 2 * @casing-width-z17;
-      marker-height: @secondary-width-z17 * 1.6 + 2 * @casing-width-z17;
+      marker-width: @secondary-width-z17 * 1.6 + 2 * @secondary-casing-width-z17;
+      marker-height: @secondary-width-z17 * 1.6 + 2 * @secondary-casing-width-z17;
     }
     [zoom >= 18] {
-      marker-width: @secondary-width-z18 * 1.6 + 2 * @casing-width-z18;
-      marker-height: @secondary-width-z18 * 1.6 + 2 * @casing-width-z18;
+      marker-width: @secondary-width-z18 * 1.6 + 2 * @secondary-casing-width-z18;
+      marker-height: @secondary-width-z18 * 1.6 + 2 * @secondary-casing-width-z18;
     }
     [zoom >= 19] {
-      marker-width: @secondary-width-z19 * 1.6 + 2 * @casing-width-z19;
-      marker-height: @secondary-width-z19 * 1.6 + 2 * @casing-width-z19;
+      marker-width: @secondary-width-z19 * 1.6 + 2 * @secondary-casing-width-z19;
+      marker-height: @secondary-width-z19 * 1.6 + 2 * @secondary-casing-width-z19;
     }
     marker-allow-overlap: true;
     marker-ignore-placement: true;
@@ -2946,6 +2967,27 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
 }
 
 #turning-circle-fill {
+  [int_tc_type = 'trunk'][zoom >= 15] {
+    marker-fill: @trunk-fill;
+    marker-width: @trunk-width-z15 * 1.6;
+    marker-height: @trunk-width-z15 * 1.6;
+    [zoom >= 17] {
+      marker-width: @trunk-width-z17 * 1.6;
+      marker-height: @trunk-width-z17 * 1.6;
+    }
+    [zoom >= 18] {
+      marker-width: @trunk-width-z18 * 1.6;
+      marker-height: @trunk-width-z18 * 1.6;
+    }
+    [zoom >= 19] {
+      marker-width: @trunk-width-z19 * 1.6;
+      marker-height: @trunk-width-z19 * 1.6;
+    }
+    marker-allow-overlap: true;
+    marker-ignore-placement: true;
+    marker-line-width: 0;
+  }
+
   [int_tc_type = 'primary'][zoom >= 15] {
     marker-fill: @primary-fill;
     marker-width: @primary-width-z15 * 1.6;
@@ -3131,9 +3173,11 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
     marker-ignore-placement: true;
     marker-line-width: 0;
 
+    [int_tc_type = 'trunk'] { marker-fill: @trunk-casing; }
     [int_tc_type = 'primary'] { marker-fill: @primary-casing; }
     [int_tc_type = 'secondary'] { marker-fill: @secondary-casing; }
-    [int_tc_type = 'tertiary'] { marker-fill: @primary-casing; }
+    [int_tc_type = 'tertiary'] { marker-fill: @tertiary-casing; }
+    [int_tc_type = 'unclassified'] { marker-fill: @residential-casing; }
     [int_tc_type = 'residential'] { marker-fill: @residential-casing; }
     [int_tc_type = 'living_street'] { marker-fill: @living-street-casing; }
     [int_tc_type = 'service'] { marker-fill: @service-casing; }


=====================================
style/stations.mss
=====================================
@@ -10,7 +10,7 @@
       text-name: [ref];
       text-face-name: @book-fonts;
       text-size: 10;
-      text-fill: @transportation-icon;
+      text-fill: @transportation-text;
       text-dy: 10;
       text-halo-radius: @standard-halo-radius * 1.5;
       text-halo-fill: @standard-halo-fill;


=====================================
style/tourism.mss
=====================================
@@ -0,0 +1,68 @@
+/* For tourism features like roller coasters */
+
+ at roller-coaster-casing: #707070;
+ at roller-coaster-fill: #ddd;
+
+/* The purpose of “roller-coaster-gap-fill” layer is to fill in the gaps between sections of roller coaster track. */
+#roller-coaster-gap-fill[zoom >= 15] {
+  ::bridges { line-cap: round; }
+  ::casing { line-cap: round; }
+  ::fill { line-cap: round; }
+}
+
+#roller-coaster, #roller-coaster-gap-fill {
+  [zoom >= 15] {
+    ::bridges[bridge = 'yes'][zoom >= 16] {
+      line-width: 2.5 + @bridge-casing-width-z16;
+      line-color: #000;
+      line-join: round;
+      
+      [tunnel = 'yes'] { line-color: lighten(#000, 20%); }
+
+      [zoom >= 17] { line-width: 4 + @bridge-casing-width-z17; }
+      [zoom >= 18] { line-width: 6 + 1.5 * @bridge-casing-width-z18; }
+      [zoom >= 19] { line-width: 8 + 2 * @bridge-casing-width-z19; }
+      [zoom >= 20] { line-width: 12 + 2 * @bridge-casing-width-z20; }
+    }
+
+    ::casing {
+      line-width: 1;
+      line-color: mix(@roller-coaster-casing, @roller-coaster-fill, 50%);
+      line-join: round;
+
+      [tunnel = 'yes'][zoom >= 16] {
+        line-color: lighten(@roller-coaster-casing, 20%);
+      }
+      [zoom >= 16] { 
+        line-color: @roller-coaster-casing;
+        line-width: 2.5;
+      }
+      [zoom >= 17] { line-width: 4; }
+      [zoom >= 18] { line-width: 6; }
+      [zoom >= 19] { line-width: 8; }
+      [zoom >= 20] { line-width: 12; }
+    }
+
+    ::fill[zoom >= 16] {
+      line-width: 1.25;
+      line-color: @roller-coaster-fill;
+      line-join: round;
+
+      [tunnel = 'yes'] {
+        line-color: lighten(@roller-coaster-fill, 5%);
+      }
+      [zoom >= 17] { line-width: 2; }
+      [zoom >= 18] { line-width: 3; }
+      [zoom >= 19] { line-width: 4; }
+      [zoom >= 20] { line-width: 6; }
+    }
+  }
+}
+
+#roller-coaster::fill[zoom >= 16] {
+  line-dasharray: 2.5,0.5;
+  [zoom >= 17] { line-dasharray: 4,0.8; }
+  [zoom >= 18] { line-dasharray: 6,1.2; }
+  [zoom >= 19] { line-dasharray: 8,1.6; }
+  [zoom >= 20] { line-dasharray: 12,2.4; }
+}


=====================================
style/water.mss
=====================================
@@ -289,30 +289,24 @@
   [feature = 'natural_water'],
   [feature = 'landuse_reservoir'],
   [feature = 'landuse_basin'],
-  [feature = 'waterway_dock'],
-  [feature = 'natural_strait'],
-  [feature = 'natural_bay'] {
+  [feature = 'waterway_dock'] {
     [zoom >= 5][way_pixels > 3000][way_pixels <= 768000],
-    [zoom >= 14][way_pixels <= 768000][feature = 'natural_bay'],
-    [zoom >= 14][way_pixels <= 768000][feature = 'natural_strait'],
     [zoom >= 17][way_pixels <= 768000] {
       text-name: "[name]";
       text-size: 10;
       text-wrap-width: 25; // 2.5 em
       text-line-spacing: -1.5; // -0.15 em
-      [way_pixels > 12000][feature != 'natural_strait'][feature != 'natural_bay'],
-      [zoom >= 15][feature = 'natural_strait'],
-      [zoom >= 15][feature = 'natural_bay'] {
+      [way_pixels > 12000] {
         text-size: 12;
         text-wrap-width: 37; // 3.1 em
         text-line-spacing: -1.6; // -0.13 em
       }
-      [way_pixels > 48000][feature != 'natural_strait'][feature != 'natural_bay'] {
+      [way_pixels > 48000] {
         text-size: 15;
         text-wrap-width: 59; // 3.9 em
         text-line-spacing: -1.5; // -0.10 em
       }
-      [way_pixels > 192000][feature != 'natural_strait'][feature != 'natural_bay'] {
+      [way_pixels > 192000] {
         text-size: 19;
         text-wrap-width: 95; // 5.0 em
         text-line-spacing: -0.95; // -0.05 em
@@ -325,3 +319,23 @@
     }
   }
 }
+
+#text-point[zoom >= 14] {
+  [feature = 'natural_bay'],
+  [feature = 'natural_strait'] {
+    text-name: "[name]";
+    text-size: 10;
+    text-wrap-width: 25; // 2.5 em
+    text-line-spacing: -1.5; // -0.15 em
+    text-fill: @water-text;
+    text-face-name: @oblique-fonts;
+    text-halo-radius: @standard-halo-radius;
+    text-halo-fill: @standard-halo-fill;
+    text-placement: interior;
+    [zoom >= 15] {
+      text-size: 12;
+      text-wrap-width: 37; // 3.1 em
+      text-line-spacing: -1.6; // -0.13 em
+    }
+  }
+}


=====================================
symbols/flowerbed_high_zoom.svg
=====================================
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   id="Svg"
+   width="128"
+   height="128"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <defs
+     id="defs1" />
+  <path
+     id="path400"
+     clip-path="none"
+     style="fill:#eef6c0"
+     d="M 9.0292969 0 L 9.0664062 0.81445312 L 9.8769531 1.4023438 L 10.464844 0.59375 L 10.300781 0 L 9.0292969 0 z M 17.699219 0 L 16.140625 0.58789062 L 15.832031 1.5390625 L 16.783203 1.8476562 L 19.326172 0.17578125 L 19.466797 3.2148438 L 20.277344 3.8027344 L 20.865234 2.9941406 L 20.058594 0.05859375 L 22.994141 0.86523438 L 23.802734 0.27734375 L 23.601562 0 L 19.425781 0 L 19.414062 0.001953125 L 19.412109 0 L 17.699219 0 z M 27.013672 0 L 27.013672 0.013671875 L 29.390625 1.9140625 L 26.541016 2.9882812 L 26.232422 3.9394531 L 27.183594 4.2480469 L 29.726562 2.5761719 L 29.867188 5.6152344 L 30.677734 6.203125 L 31.265625 5.3945312 L 30.458984 2.4589844 L 33.394531 3.265625 L 34.203125 2.6777344 L 33.615234 1.8671875 L 30.576172 1.7265625 L 31.710938 0 L 30.4375 0 L 29.914062 1.390625 L 28.802734 0 L 27.013672 0 z M 48.267578 0 L 48.267578 0.015625 L 49.076172 0.60351562 L 49.515625 0 L 48.267578 0 z M 55.273438 0 L 55.033203 0.73828125 L 55.984375 1.0488281 L 57.578125 0 L 55.273438 0 z M 58.556641 0 L 58.667969 2.4160156 L 59.476562 3.0039062 L 60.064453 2.1953125 L 59.462891 0 L 58.556641 0 z M 61.960938 0 L 62.195312 0.064453125 L 62.283203 0 L 61.960938 0 z M 67.197266 0 L 68.589844 1.1132812 L 65.740234 2.1875 L 65.431641 3.1386719 L 66.382812 3.4472656 L 68.925781 1.7753906 L 69.066406 4.8144531 L 69.876953 5.4023438 L 70.464844 4.59375 L 69.658203 1.6582031 L 72.59375 2.4648438 L 73.402344 1.8769531 L 72.814453 1.0664062 L 69.775391 0.92578125 L 70.384766 0 L 69.335938 0 L 69.113281 0.58984375 L 68.642578 0 L 67.197266 0 z M 81.021484 0 L 80.587891 0.140625 L 79.513672 2.9902344 L 77.613281 0.61328125 L 76.613281 0.61328125 L 76.613281 1.6132812 L 78.990234 3.5136719 L 76.140625 4.5878906 L 75.832031 5.5390625 L 76.783203 5.8476562 L 79.326172 4.1757812 L 79.466797 7.2148438 L 80.277344 7.8027344 L 80.865234 6.9941406 L 80.058594 4.0585938 L 82.994141 4.8652344 L 83.802734 4.2773438 L 83.214844 3.4667969 L 80.175781 3.3261719 L 81.847656 0.78320312 L 81.59375 0 L 81.021484 0 z M 94.419922 0 L 95.183594 0.24804688 L 95.560547 0 L 94.419922 0 z M 97.792969 0 L 97.867188 1.6152344 L 98.677734 2.203125 L 99.265625 1.3945312 L 98.882812 0 L 97.792969 0 z M 107.39648 0 L 107.78906 0.31445312 L 104.94141 1.3867188 L 104.63281 2.3378906 L 105.58398 2.6484375 L 108.12695 0.97460938 L 108.26758 4.015625 L 109.07617 4.6035156 L 109.66406 3.7949219 L 108.85938 0.859375 L 111.79492 1.6640625 L 112.60352 1.0761719 L 112.01562 0.26757812 L 108.97461 0.12695312 L 109.05859 0 L 108.38281 0 L 108.80273 0.21484375 L 108.7207 0.72265625 L 108.21484 0.80273438 L 107.98047 0.34375 L 108.32422 0 L 107.39648 0 z M 115.8125 0 L 115.8125 0.8125 L 118.18945 2.7148438 L 115.3418 3.7871094 L 115.0332 4.7382812 L 115.98438 5.0488281 L 118.52734 3.375 L 118.66797 6.4160156 L 119.47656 7.0039062 L 120.06445 6.1953125 L 119.25977 3.2597656 L 122.19531 4.0644531 L 123.00391 3.4765625 L 122.41602 2.6679688 L 119.375 2.5273438 L 121.03906 0 L 119.53906 0 L 118.71484 2.1894531 L 116.96289 0 L 115.8125 0 z M 42.337891 0.6328125 L 41.386719 0.94140625 L 40.314453 3.7890625 L 38.412109 1.4121094 L 37.412109 1.4121094 L 37.412109 2.4121094 L 39.789062 4.3144531 L 36.941406 5.3867188 L 36.632812 6.3378906 L 37.583984 6.6484375 L 40.126953 4.9746094 L 40.267578 8.015625 L 41.076172 8.6035156 L 41.664062 7.7949219 L 40.859375 4.859375 L 43.794922 5.6640625 L 44.603516 5.0761719 L 44.015625 4.2675781 L 40.974609 4.1269531 L 42.648438 1.5839844 L 42.337891 0.6328125 z M 69.144531 0.78125 L 69.601562 1.0136719 L 69.521484 1.5214844 L 69.013672 1.6015625 L 68.78125 1.1445312 L 69.144531 0.78125 z M 3.1386719 1.4316406 L 2.1875 1.7402344 L 1.1132812 4.5898438 L 0 3.1972656 L 0 4.6425781 L 0.58984375 5.1132812 L 0 5.3359375 L 0 6.3847656 L 0.92578125 5.7753906 L 1.0664062 8.8144531 L 1.8769531 9.4023438 L 2.4648438 8.59375 L 1.6582031 5.6582031 L 4.59375 6.4648438 L 5.4023438 5.8769531 L 4.8144531 5.0664062 L 1.7753906 4.9257812 L 3.4472656 2.3828125 L 3.1386719 1.4316406 z M 29.945312 1.5820312 L 30.402344 1.8144531 L 30.322266 2.3222656 L 29.814453 2.4023438 L 29.582031 1.9453125 L 29.945312 1.5820312 z M 126.21289 2.2128906 L 126.21289 3.2128906 L 128 4.6425781 L 128 3.1972656 L 127.21289 2.2128906 L 126.21289 2.2128906 z M 91.939453 2.2324219 L 90.988281 2.5410156 L 89.914062 5.390625 L 88.013672 3.0136719 L 87.013672 3.0136719 L 87.013672 4.0136719 L 89.390625 5.9140625 L 86.541016 6.9882812 L 86.232422 7.9394531 L 87.183594 8.2480469 L 89.726562 6.5761719 L 89.867188 9.6152344 L 90.677734 10.203125 L 91.265625 9.3945312 L 90.458984 6.4589844 L 93.394531 7.265625 L 94.203125 6.6777344 L 93.615234 5.8671875 L 90.576172 5.7265625 L 92.248047 3.1835938 L 91.939453 2.2324219 z M 118.74414 2.3808594 L 119.20312 2.6152344 L 119.12109 3.1230469 L 118.61523 3.203125 L 118.38086 2.7441406 L 118.74414 2.3808594 z M 52.738281 3.0332031 L 51.787109 3.3417969 L 50.714844 6.1894531 L 48.8125 3.8125 L 47.8125 3.8125 L 47.8125 4.8125 L 50.189453 6.7148438 L 47.341797 7.7871094 L 47.033203 8.7382812 L 47.984375 9.0488281 L 50.527344 7.375 L 50.667969 10.416016 L 51.476562 11.003906 L 52.064453 10.195312 L 51.259766 7.2597656 L 54.195312 8.0644531 L 55.003906 7.4765625 L 54.416016 6.6679688 L 51.375 6.5273438 L 53.048828 3.984375 L 52.738281 3.0332031 z M 79.544922 3.1816406 L 80.001953 3.4140625 L 79.921875 3.921875 L 79.414062 4.0019531 L 79.181641 3.5449219 L 79.544922 3.1816406 z M 13.539062 3.8320312 L 12.587891 4.140625 L 11.513672 6.9902344 L 9.6132812 4.6132812 L 8.6132812 4.6132812 L 8.6132812 5.6132812 L 10.990234 7.5136719 L 8.140625 8.5878906 L 7.8320312 9.5390625 L 8.7832031 9.8476562 L 11.326172 8.1757812 L 11.466797 11.214844 L 12.277344 11.802734 L 12.865234 10.994141 L 12.058594 8.0585938 L 14.994141 8.8652344 L 15.802734 8.2773438 L 15.214844 7.4667969 L 12.175781 7.3261719 L 13.847656 4.7832031 L 13.539062 3.8320312 z M 40.34375 3.9804688 L 40.802734 4.2148438 L 40.720703 4.7226562 L 40.214844 4.8027344 L 39.980469 4.34375 L 40.34375 3.9804688 z M 102.33789 4.6328125 L 101.38672 4.9414062 L 100.31445 7.7890625 L 98.412109 5.4121094 L 97.412109 5.4121094 L 97.412109 6.4121094 L 99.789062 8.3144531 L 96.941406 9.3867188 L 96.632812 10.337891 L 97.583984 10.648438 L 100.12695 8.9746094 L 100.26758 12.015625 L 101.07617 12.603516 L 101.66406 11.794922 L 100.85938 8.859375 L 103.79492 9.6640625 L 104.60352 9.0761719 L 104.01562 8.2675781 L 100.97461 8.1269531 L 102.64844 5.5839844 L 102.33789 4.6328125 z M 1.1445312 4.78125 L 1.6015625 5.0136719 L 1.5214844 5.5214844 L 1.0136719 5.6015625 L 0.78125 5.1445312 L 1.1445312 4.78125 z M 128 5.3359375 L 125.74023 6.1875 L 125.43164 7.1386719 L 126.38281 7.4472656 L 128 6.3847656 L 128 5.3359375 z M 63.138672 5.4316406 L 62.1875 5.7402344 L 61.113281 8.5898438 L 59.212891 6.2128906 L 58.212891 6.2128906 L 58.212891 7.2128906 L 60.589844 9.1132812 L 57.740234 10.1875 L 57.431641 11.138672 L 58.382812 11.447266 L 60.925781 9.7753906 L 61.066406 12.814453 L 61.876953 13.402344 L 62.464844 12.59375 L 61.658203 9.6582031 L 64.59375 10.464844 L 65.402344 9.8769531 L 64.814453 9.0664062 L 61.775391 8.9257812 L 63.447266 6.3828125 L 63.138672 5.4316406 z M 89.945312 5.5820312 L 90.402344 5.8144531 L 90.322266 6.3222656 L 89.814453 6.4023438 L 89.582031 5.9453125 L 89.945312 5.5820312 z M 23.939453 6.2324219 L 22.988281 6.5410156 L 21.914062 9.390625 L 20.013672 7.0136719 L 19.013672 7.0136719 L 19.013672 8.0136719 L 21.390625 9.9140625 L 18.541016 10.988281 L 18.232422 11.939453 L 19.183594 12.248047 L 21.726562 10.576172 L 21.867188 13.615234 L 22.677734 14.203125 L 23.265625 13.394531 L 22.458984 10.458984 L 25.394531 11.265625 L 26.203125 10.677734 L 25.615234 9.8671875 L 22.576172 9.7265625 L 24.248047 7.1835938 L 23.939453 6.2324219 z M 50.744141 6.3808594 L 51.203125 6.6152344 L 51.121094 7.1230469 L 50.615234 7.203125 L 50.380859 6.7441406 L 50.744141 6.3808594 z M 112.73828 7.0332031 L 111.78711 7.3417969 L 110.71484 10.189453 L 108.8125 7.8125 L 107.8125 7.8125 L 107.8125 8.8125 L 110.18945 10.714844 L 107.3418 11.787109 L 107.0332 12.738281 L 107.98438 13.048828 L 110.52734 11.375 L 110.66797 14.416016 L 111.47656 15.003906 L 112.06445 14.195312 L 111.25977 11.259766 L 114.19531 12.064453 L 115.00391 11.476562 L 114.41602 10.667969 L 111.375 10.527344 L 113.04883 7.984375 L 112.73828 7.0332031 z M 11.544922 7.1816406 L 12.001953 7.4140625 L 11.921875 7.921875 L 11.414062 8.0019531 L 11.181641 7.5449219 L 11.544922 7.1816406 z M 73.539062 7.8320312 L 72.587891 8.140625 L 71.513672 10.990234 L 69.613281 8.6132812 L 68.613281 8.6132812 L 68.613281 9.6132812 L 70.990234 11.513672 L 68.140625 12.587891 L 67.832031 13.539062 L 68.783203 13.847656 L 71.326172 12.175781 L 71.466797 15.214844 L 72.277344 15.802734 L 72.865234 14.994141 L 72.058594 12.058594 L 74.994141 12.865234 L 75.802734 12.277344 L 75.214844 11.466797 L 72.175781 11.326172 L 73.847656 8.7832031 L 73.539062 7.8320312 z M 100.34375 7.9804688 L 100.80273 8.2148438 L 100.7207 8.7226562 L 100.21484 8.8027344 L 99.980469 8.34375 L 100.34375 7.9804688 z M 34.337891 8.6328125 L 33.386719 8.9414062 L 32.314453 11.789062 L 30.412109 9.4121094 L 29.412109 9.4121094 L 29.412109 10.412109 L 31.789062 12.314453 L 28.941406 13.386719 L 28.632812 14.337891 L 29.583984 14.648438 L 32.126953 12.974609 L 32.267578 16.015625 L 33.076172 16.603516 L 33.664062 15.794922 L 32.859375 12.859375 L 35.794922 13.664062 L 36.603516 13.076172 L 36.015625 12.267578 L 32.974609 12.126953 L 34.648438 9.5839844 L 34.337891 8.6328125 z M 61.144531 8.78125 L 61.601562 9.0136719 L 61.521484 9.5214844 L 61.013672 9.6015625 L 60.78125 9.1445312 L 61.144531 8.78125 z M 123.13867 9.4316406 L 122.1875 9.7402344 L 121.11328 12.589844 L 119.21289 10.212891 L 118.21289 10.212891 L 118.21289 11.212891 L 120.58984 13.113281 L 117.74023 14.1875 L 117.43164 15.138672 L 118.38281 15.447266 L 120.92578 13.775391 L 121.06641 16.814453 L 121.87695 17.402344 L 122.46484 16.59375 L 121.6582 13.658203 L 124.59375 14.464844 L 125.40234 13.876953 L 124.81445 13.066406 L 121.77539 12.925781 L 123.44727 10.382812 L 123.13867 9.4316406 z M 21.945312 9.5820312 L 22.402344 9.8144531 L 22.322266 10.322266 L 21.814453 10.402344 L 21.582031 9.9453125 L 21.945312 9.5820312 z M 83.939453 10.232422 L 82.988281 10.541016 L 81.914062 13.390625 L 80.013672 11.013672 L 79.013672 11.013672 L 79.013672 12.013672 L 81.390625 13.914062 L 78.541016 14.988281 L 78.232422 15.939453 L 79.183594 16.248047 L 81.726562 14.576172 L 81.867188 17.615234 L 82.677734 18.203125 L 83.265625 17.394531 L 82.458984 14.458984 L 85.394531 15.265625 L 86.203125 14.677734 L 85.615234 13.867188 L 82.576172 13.726562 L 84.248047 11.183594 L 83.939453 10.232422 z M 110.74414 10.380859 L 111.20312 10.615234 L 111.12109 11.123047 L 110.61523 11.203125 L 110.38086 10.744141 L 110.74414 10.380859 z M 44.738281 11.033203 L 43.787109 11.341797 L 42.714844 14.189453 L 40.8125 11.8125 L 39.8125 11.8125 L 39.8125 12.8125 L 42.189453 14.714844 L 39.341797 15.787109 L 39.033203 16.738281 L 39.984375 17.048828 L 42.527344 15.375 L 42.667969 18.416016 L 43.476562 19.003906 L 44.064453 18.195312 L 43.259766 15.259766 L 46.195312 16.064453 L 47.003906 15.476562 L 46.416016 14.667969 L 43.375 14.527344 L 45.048828 11.984375 L 44.738281 11.033203 z M 71.544922 11.181641 L 72.001953 11.414062 L 71.921875 11.921875 L 71.414062 12.001953 L 71.181641 11.544922 L 71.544922 11.181641 z M 5.5390625 11.832031 L 4.5878906 12.140625 L 3.5136719 14.990234 L 1.6132812 12.613281 L 0.61328125 12.613281 L 0.61328125 13.613281 L 2.9902344 15.513672 L 0.140625 16.587891 L 0 17.021484 L 0 17.59375 L 0.78320312 17.847656 L 3.3261719 16.175781 L 3.4667969 19.214844 L 4.2773438 19.802734 L 4.8652344 18.994141 L 4.0585938 16.058594 L 6.9941406 16.865234 L 7.8027344 16.277344 L 7.2148438 15.466797 L 4.1757812 15.326172 L 5.8476562 12.783203 L 5.5390625 11.832031 z M 32.34375 11.980469 L 32.802734 12.214844 L 32.720703 12.722656 L 32.214844 12.802734 L 31.980469 12.34375 L 32.34375 11.980469 z M 94.337891 12.632812 L 93.386719 12.941406 L 92.314453 15.789062 L 90.412109 13.412109 L 89.412109 13.412109 L 89.412109 14.412109 L 91.789062 16.314453 L 88.941406 17.386719 L 88.632812 18.337891 L 89.583984 18.648438 L 92.126953 16.974609 L 92.267578 20.015625 L 93.076172 20.603516 L 93.664062 19.794922 L 92.859375 16.859375 L 95.794922 17.664062 L 96.603516 17.076172 L 96.015625 16.267578 L 92.974609 16.126953 L 94.648438 13.583984 L 94.337891 12.632812 z M 121.14453 12.78125 L 121.60156 13.013672 L 121.52148 13.521484 L 121.01367 13.601562 L 120.78125 13.144531 L 121.14453 12.78125 z M 55.138672 13.431641 L 54.1875 13.740234 L 53.113281 16.589844 L 51.212891 14.212891 L 50.212891 14.212891 L 50.212891 15.212891 L 52.589844 17.113281 L 49.740234 18.1875 L 49.431641 19.138672 L 50.382812 19.447266 L 52.925781 17.775391 L 53.066406 20.814453 L 53.876953 21.402344 L 54.464844 20.59375 L 53.658203 17.658203 L 56.59375 18.464844 L 57.402344 17.876953 L 56.814453 17.066406 L 53.775391 16.925781 L 55.447266 14.382812 L 55.138672 13.431641 z M 81.945312 13.582031 L 82.402344 13.814453 L 82.322266 14.322266 L 81.814453 14.402344 L 81.582031 13.945312 L 81.945312 13.582031 z M 15.939453 14.232422 L 14.988281 14.541016 L 13.914062 17.390625 L 12.013672 15.013672 L 11.013672 15.013672 L 11.013672 16.013672 L 13.390625 17.914062 L 10.541016 18.988281 L 10.232422 19.939453 L 11.183594 20.248047 L 13.726562 18.576172 L 13.867188 21.615234 L 14.677734 22.203125 L 15.265625 21.394531 L 14.458984 18.458984 L 17.394531 19.265625 L 18.203125 18.677734 L 17.615234 17.867188 L 14.576172 17.726562 L 16.248047 15.183594 L 15.939453 14.232422 z M 42.744141 14.380859 L 43.203125 14.615234 L 43.121094 15.123047 L 42.615234 15.203125 L 42.380859 14.744141 L 42.744141 14.380859 z M 104.73828 15.033203 L 103.78711 15.341797 L 102.71484 18.189453 L 100.8125 15.8125 L 99.8125 15.8125 L 99.8125 16.8125 L 102.18945 18.714844 L 99.341797 19.787109 L 99.033203 20.738281 L 99.984375 21.048828 L 102.52734 19.375 L 102.66797 22.416016 L 103.47656 23.003906 L 104.06445 22.195312 L 103.25977 19.259766 L 106.19531 20.064453 L 107.00391 19.476562 L 106.41602 18.667969 L 103.375 18.527344 L 105.04883 15.984375 L 104.73828 15.033203 z M 3.5449219 15.181641 L 4.0019531 15.414062 L 3.921875 15.921875 L 3.4140625 16.001953 L 3.1816406 15.544922 L 3.5449219 15.181641 z M 65.539062 15.832031 L 64.587891 16.140625 L 63.513672 18.990234 L 61.613281 16.613281 L 60.613281 16.613281 L 60.613281 17.613281 L 62.990234 19.513672 L 60.140625 20.587891 L 59.832031 21.539062 L 60.783203 21.847656 L 63.326172 20.175781 L 63.466797 23.214844 L 64.277344 23.802734 L 64.865234 22.994141 L 64.058594 20.058594 L 66.994141 20.865234 L 67.802734 20.277344 L 67.214844 19.466797 L 64.175781 19.326172 L 65.847656 16.783203 L 65.539062 15.832031 z M 92.34375 15.980469 L 92.802734 16.214844 L 92.720703 16.722656 L 92.214844 16.802734 L 91.980469 16.34375 L 92.34375 15.980469 z M 26.337891 16.632812 L 25.386719 16.941406 L 24.314453 19.789062 L 22.412109 17.412109 L 21.412109 17.412109 L 21.412109 18.412109 L 23.789062 20.314453 L 20.941406 21.386719 L 20.632812 22.337891 L 21.583984 22.648438 L 24.126953 20.974609 L 24.267578 24.015625 L 25.076172 24.603516 L 25.664062 23.794922 L 24.859375 20.859375 L 27.794922 21.664062 L 28.603516 21.076172 L 28.015625 20.267578 L 24.974609 20.126953 L 26.648438 17.583984 L 26.337891 16.632812 z M 53.144531 16.78125 L 53.601562 17.013672 L 53.521484 17.521484 L 53.013672 17.601562 L 52.78125 17.144531 L 53.144531 16.78125 z M 128 17.021484 L 127.83203 17.539062 L 128 17.59375 L 128 17.021484 z M 115.13867 17.431641 L 114.1875 17.740234 L 113.11328 20.589844 L 111.21289 18.212891 L 110.21289 18.212891 L 110.21289 19.212891 L 112.58984 21.113281 L 109.74023 22.1875 L 109.43164 23.138672 L 110.38281 23.447266 L 112.92578 21.775391 L 113.06641 24.814453 L 113.87695 25.402344 L 114.46484 24.59375 L 113.6582 21.658203 L 116.59375 22.464844 L 117.40234 21.876953 L 116.81445 21.066406 L 113.77539 20.925781 L 115.44727 18.382812 L 115.13867 17.431641 z M 13.945312 17.582031 L 14.402344 17.814453 L 14.322266 18.322266 L 13.814453 18.402344 L 13.582031 17.945312 L 13.945312 17.582031 z M 75.939453 18.232422 L 74.988281 18.541016 L 73.914062 21.390625 L 72.013672 19.013672 L 71.013672 19.013672 L 71.013672 20.013672 L 73.390625 21.914062 L 70.541016 22.988281 L 70.232422 23.939453 L 71.183594 24.248047 L 73.726562 22.576172 L 73.867188 25.615234 L 74.677734 26.203125 L 75.265625 25.394531 L 74.458984 22.458984 L 77.394531 23.265625 L 78.203125 22.677734 L 77.615234 21.867188 L 74.576172 21.726562 L 76.248047 19.183594 L 75.939453 18.232422 z M 102.74414 18.380859 L 103.20312 18.615234 L 103.12109 19.123047 L 102.61523 19.203125 L 102.38086 18.744141 L 102.74414 18.380859 z M 36.738281 19.033203 L 35.787109 19.341797 L 34.714844 22.189453 L 32.8125 19.8125 L 31.8125 19.8125 L 31.8125 20.8125 L 34.189453 22.714844 L 31.341797 23.787109 L 31.033203 24.738281 L 31.984375 25.048828 L 34.527344 23.375 L 34.667969 26.416016 L 35.476562 27.003906 L 36.064453 26.195312 L 35.259766 23.259766 L 38.195312 24.064453 L 39.003906 23.476562 L 38.416016 22.667969 L 35.375 22.527344 L 37.048828 19.984375 L 36.738281 19.033203 z M 63.544922 19.181641 L 64.001953 19.414062 L 63.921875 19.921875 L 63.414062 20.001953 L 63.181641 19.544922 L 63.544922 19.181641 z M 125.53906 19.832031 L 124.58789 20.140625 L 123.51367 22.990234 L 121.61328 20.613281 L 120.61328 20.613281 L 120.61328 21.613281 L 122.99023 23.513672 L 120.14062 24.587891 L 119.83203 25.539062 L 120.7832 25.847656 L 123.32617 24.175781 L 123.4668 27.214844 L 124.27734 27.802734 L 124.86523 26.994141 L 124.05859 24.058594 L 126.99414 24.865234 L 127.80273 24.277344 L 127.21484 23.466797 L 124.17578 23.326172 L 125.84766 20.783203 L 125.53906 19.832031 z M 24.34375 19.980469 L 24.802734 20.214844 L 24.720703 20.722656 L 24.214844 20.802734 L 23.980469 20.34375 L 24.34375 19.980469 z M 86.337891 20.632812 L 85.386719 20.941406 L 84.314453 23.789062 L 82.412109 21.412109 L 81.412109 21.412109 L 81.412109 22.412109 L 83.789062 24.314453 L 80.941406 25.386719 L 80.632812 26.337891 L 81.583984 26.648438 L 84.126953 24.974609 L 84.267578 28.015625 L 85.076172 28.603516 L 85.664062 27.794922 L 84.859375 24.859375 L 87.794922 25.664062 L 88.603516 25.076172 L 88.015625 24.267578 L 84.974609 24.126953 L 86.648438 21.583984 L 86.337891 20.632812 z M 113.14453 20.78125 L 113.60156 21.013672 L 113.52148 21.521484 L 113.01367 21.601562 L 112.78125 21.144531 L 113.14453 20.78125 z M 47.138672 21.431641 L 46.1875 21.740234 L 45.113281 24.589844 L 43.212891 22.212891 L 42.212891 22.212891 L 42.212891 23.212891 L 44.589844 25.113281 L 41.740234 26.1875 L 41.431641 27.138672 L 42.382812 27.447266 L 44.925781 25.775391 L 45.066406 28.814453 L 45.876953 29.402344 L 46.464844 28.59375 L 45.658203 25.658203 L 48.59375 26.464844 L 49.402344 25.876953 L 48.814453 25.066406 L 45.775391 24.925781 L 47.447266 22.382812 L 47.138672 21.431641 z M 73.945312 21.582031 L 74.402344 21.814453 L 74.322266 22.322266 L 73.814453 22.402344 L 73.582031 21.945312 L 73.945312 21.582031 z M 7.9394531 22.232422 L 6.9882812 22.541016 L 5.9140625 25.390625 L 4.0136719 23.013672 L 3.0136719 23.013672 L 3.0136719 24.013672 L 5.390625 25.914062 L 2.5410156 26.988281 L 2.2324219 27.939453 L 3.1835938 28.248047 L 5.7265625 26.576172 L 5.8671875 29.615234 L 6.6777344 30.203125 L 7.265625 29.394531 L 6.4589844 26.458984 L 9.3945312 27.265625 L 10.203125 26.677734 L 9.6152344 25.867188 L 6.5761719 25.726562 L 8.2480469 23.183594 L 7.9394531 22.232422 z M 34.744141 22.380859 L 35.203125 22.615234 L 35.121094 23.123047 L 34.615234 23.203125 L 34.380859 22.744141 L 34.744141 22.380859 z M 96.738281 23.033203 L 95.787109 23.341797 L 94.714844 26.189453 L 92.8125 23.8125 L 91.8125 23.8125 L 91.8125 24.8125 L 94.189453 26.714844 L 91.341797 27.787109 L 91.033203 28.738281 L 91.984375 29.048828 L 94.527344 27.375 L 94.667969 30.416016 L 95.476562 31.003906 L 96.064453 30.195312 L 95.259766 27.259766 L 98.195312 28.064453 L 99.003906 27.476562 L 98.416016 26.667969 L 95.375 26.527344 L 97.048828 23.984375 L 96.738281 23.033203 z M 123.54492 23.181641 L 124.00195 23.414062 L 123.92188 23.921875 L 123.41406 24.001953 L 123.18164 23.544922 L 123.54492 23.181641 z M 57.539062 23.832031 L 56.587891 24.140625 L 55.513672 26.990234 L 53.613281 24.613281 L 52.613281 24.613281 L 52.613281 25.613281 L 54.990234 27.513672 L 52.140625 28.587891 L 51.832031 29.539062 L 52.783203 29.847656 L 55.326172 28.175781 L 55.466797 31.214844 L 56.277344 31.802734 L 56.865234 30.994141 L 56.058594 28.058594 L 58.994141 28.865234 L 59.802734 28.277344 L 59.214844 27.466797 L 56.175781 27.326172 L 57.847656 24.783203 L 57.539062 23.832031 z M 84.34375 23.980469 L 84.802734 24.214844 L 84.720703 24.722656 L 84.214844 24.802734 L 83.980469 24.34375 L 84.34375 23.980469 z M 18.337891 24.632812 L 17.386719 24.941406 L 16.314453 27.789062 L 14.412109 25.412109 L 13.412109 25.412109 L 13.412109 26.412109 L 15.789062 28.314453 L 12.941406 29.386719 L 12.632812 30.337891 L 13.583984 30.648438 L 16.126953 28.974609 L 16.267578 32.015625 L 17.076172 32.603516 L 17.664062 31.794922 L 16.859375 28.859375 L 19.794922 29.664062 L 20.603516 29.076172 L 20.015625 28.267578 L 16.974609 28.126953 L 18.648438 25.583984 L 18.337891 24.632812 z M 45.144531 24.78125 L 45.601562 25.013672 L 45.521484 25.521484 L 45.013672 25.601562 L 44.78125 25.144531 L 45.144531 24.78125 z M 107.13867 25.431641 L 106.1875 25.740234 L 105.11328 28.589844 L 103.21289 26.212891 L 102.21289 26.212891 L 102.21289 27.212891 L 104.58984 29.113281 L 101.74023 30.1875 L 101.43164 31.138672 L 102.38281 31.447266 L 104.92578 29.775391 L 105.06641 32.814453 L 105.87695 33.402344 L 106.46484 32.59375 L 105.6582 29.658203 L 108.59375 30.464844 L 109.40234 29.876953 L 108.81445 29.066406 L 105.77539 28.925781 L 107.44727 26.382812 L 107.13867 25.431641 z M 5.9453125 25.582031 L 6.4023438 25.814453 L 6.3222656 26.322266 L 5.8144531 26.402344 L 5.5820312 25.945312 L 5.9453125 25.582031 z M 67.939453 26.232422 L 66.988281 26.541016 L 65.914062 29.390625 L 64.013672 27.013672 L 63.013672 27.013672 L 63.013672 28.013672 L 65.390625 29.914062 L 62.541016 30.988281 L 62.232422 31.939453 L 63.183594 32.248047 L 65.726562 30.576172 L 65.867188 33.615234 L 66.677734 34.203125 L 67.265625 33.394531 L 66.458984 30.458984 L 69.394531 31.265625 L 70.203125 30.677734 L 69.615234 29.867188 L 66.576172 29.726562 L 68.248047 27.183594 L 67.939453 26.232422 z M 94.744141 26.380859 L 95.203125 26.615234 L 95.121094 27.123047 L 94.615234 27.203125 L 94.380859 26.744141 L 94.744141 26.380859 z M 28.738281 27.033203 L 27.787109 27.341797 L 26.714844 30.189453 L 24.8125 27.8125 L 23.8125 27.8125 L 23.8125 28.8125 L 26.189453 30.714844 L 23.341797 31.787109 L 23.033203 32.738281 L 23.984375 33.048828 L 26.527344 31.375 L 26.667969 34.416016 L 27.476562 35.003906 L 28.064453 34.195312 L 27.259766 31.259766 L 30.195312 32.064453 L 31.003906 31.476562 L 30.416016 30.667969 L 27.375 30.527344 L 29.048828 27.984375 L 28.738281 27.033203 z M 55.544922 27.181641 L 56.001953 27.414062 L 55.921875 27.921875 L 55.414062 28.001953 L 55.181641 27.544922 L 55.544922 27.181641 z M 117.53906 27.832031 L 116.58789 28.140625 L 115.51367 30.990234 L 113.61328 28.613281 L 112.61328 28.613281 L 112.61328 29.613281 L 114.99023 31.513672 L 112.14062 32.587891 L 111.83203 33.539062 L 112.7832 33.847656 L 115.32617 32.175781 L 115.4668 35.214844 L 116.27734 35.802734 L 116.86523 34.994141 L 116.05859 32.058594 L 118.99414 32.865234 L 119.80273 32.277344 L 119.21484 31.466797 L 116.17578 31.326172 L 117.84766 28.783203 L 117.53906 27.832031 z M 16.34375 27.980469 L 16.802734 28.214844 L 16.720703 28.722656 L 16.214844 28.802734 L 15.980469 28.34375 L 16.34375 27.980469 z M 78.337891 28.632812 L 77.386719 28.941406 L 76.314453 31.789062 L 74.412109 29.412109 L 73.412109 29.412109 L 73.412109 30.412109 L 75.789062 32.314453 L 72.941406 33.386719 L 72.632812 34.337891 L 73.583984 34.648438 L 76.126953 32.974609 L 76.267578 36.015625 L 77.076172 36.603516 L 77.664062 35.794922 L 76.859375 32.859375 L 79.794922 33.664062 L 80.603516 33.076172 L 80.015625 32.267578 L 76.974609 32.126953 L 78.648438 29.583984 L 78.337891 28.632812 z M 105.14453 28.78125 L 105.60156 29.013672 L 105.52148 29.521484 L 105.01367 29.601562 L 104.78125 29.144531 L 105.14453 28.78125 z M 39.138672 29.431641 L 38.1875 29.740234 L 37.113281 32.589844 L 35.212891 30.212891 L 34.212891 30.212891 L 34.212891 31.212891 L 36.589844 33.113281 L 33.740234 34.1875 L 33.431641 35.138672 L 34.382812 35.447266 L 36.925781 33.775391 L 37.066406 36.814453 L 37.876953 37.402344 L 38.464844 36.59375 L 37.658203 33.658203 L 40.59375 34.464844 L 41.402344 33.876953 L 40.814453 33.066406 L 37.775391 32.925781 L 39.447266 30.382812 L 39.138672 29.431641 z M 65.945312 29.582031 L 66.402344 29.814453 L 66.322266 30.322266 L 65.814453 30.402344 L 65.582031 29.945312 L 65.945312 29.582031 z M 127.93945 30.232422 L 126.98828 30.541016 L 125.91406 33.390625 L 124.01367 31.013672 L 123.01367 31.013672 L 123.01367 32.013672 L 125.39062 33.914062 L 122.54102 34.988281 L 122.23242 35.939453 L 123.18359 36.248047 L 125.72656 34.576172 L 125.86719 37.615234 L 126.67773 38.203125 L 127.26562 37.394531 L 126.45898 34.458984 L 128 34.882812 L 128 33.792969 L 126.57617 33.726562 L 128 31.560547 L 128 30.419922 L 127.93945 30.232422 z M 26.744141 30.380859 L 27.203125 30.615234 L 27.121094 31.123047 L 26.615234 31.203125 L 26.380859 30.744141 L 26.744141 30.380859 z M 0 30.419922 L 0 31.560547 L 0.24804688 31.183594 L 0 30.419922 z M 88.738281 31.033203 L 87.787109 31.341797 L 86.714844 34.189453 L 84.8125 31.8125 L 83.8125 31.8125 L 83.8125 32.8125 L 86.189453 34.714844 L 83.341797 35.787109 L 83.033203 36.738281 L 83.984375 37.048828 L 86.527344 35.375 L 86.667969 38.416016 L 87.476562 39.003906 L 88.064453 38.195312 L 87.259766 35.259766 L 90.195312 36.064453 L 91.003906 35.476562 L 90.416016 34.667969 L 87.375 34.527344 L 89.048828 31.984375 L 88.738281 31.033203 z M 115.54492 31.181641 L 116.00195 31.414062 L 115.92188 31.921875 L 115.41406 32.001953 L 115.18164 31.544922 L 115.54492 31.181641 z M 49.539062 31.832031 L 48.587891 32.140625 L 47.513672 34.990234 L 45.613281 32.613281 L 44.613281 32.613281 L 44.613281 33.613281 L 46.990234 35.513672 L 44.140625 36.587891 L 43.832031 37.539062 L 44.783203 37.847656 L 47.326172 36.175781 L 47.466797 39.214844 L 48.277344 39.802734 L 48.865234 38.994141 L 48.058594 36.058594 L 50.994141 36.865234 L 51.802734 36.277344 L 51.214844 35.466797 L 48.175781 35.326172 L 49.847656 32.783203 L 49.539062 31.832031 z M 76.34375 31.980469 L 76.802734 32.214844 L 76.720703 32.722656 L 76.214844 32.802734 L 75.980469 32.34375 L 76.34375 31.980469 z M 10.337891 32.632812 L 9.3867188 32.941406 L 8.3144531 35.789062 L 6.4121094 33.412109 L 5.4121094 33.412109 L 5.4121094 34.412109 L 7.7890625 36.314453 L 4.9414062 37.386719 L 4.6328125 38.337891 L 5.5839844 38.648438 L 8.1269531 36.974609 L 8.2675781 40.015625 L 9.0761719 40.603516 L 9.6640625 39.794922 L 8.859375 36.859375 L 11.794922 37.664062 L 12.603516 37.076172 L 12.015625 36.267578 L 8.9746094 36.126953 L 10.648438 33.583984 L 10.337891 32.632812 z M 37.144531 32.78125 L 37.601562 33.013672 L 37.521484 33.521484 L 37.013672 33.601562 L 36.78125 33.144531 L 37.144531 32.78125 z M 99.138672 33.431641 L 98.1875 33.740234 L 97.113281 36.589844 L 95.212891 34.212891 L 94.212891 34.212891 L 94.212891 35.212891 L 96.589844 37.113281 L 93.740234 38.1875 L 93.431641 39.138672 L 94.382812 39.447266 L 96.925781 37.775391 L 97.066406 40.814453 L 97.876953 41.402344 L 98.464844 40.59375 L 97.658203 37.658203 L 100.59375 38.464844 L 101.40234 37.876953 L 100.81445 37.066406 L 97.775391 36.925781 L 99.447266 34.382812 L 99.138672 33.431641 z M 125.94531 33.582031 L 126.40234 33.814453 L 126.32227 34.322266 L 125.81445 34.402344 L 125.58203 33.945312 L 125.94531 33.582031 z M 0 33.792969 L 0 34.882812 L 1.3945312 35.265625 L 2.203125 34.677734 L 1.6152344 33.867188 L 0 33.792969 z M 59.939453 34.232422 L 58.988281 34.541016 L 57.914062 37.390625 L 56.013672 35.013672 L 55.013672 35.013672 L 55.013672 36.013672 L 57.390625 37.914062 L 54.541016 38.988281 L 54.232422 39.939453 L 55.183594 40.248047 L 57.726562 38.576172 L 57.867188 41.615234 L 58.677734 42.203125 L 59.265625 41.394531 L 58.458984 38.458984 L 61.394531 39.265625 L 62.203125 38.677734 L 61.615234 37.867188 L 58.576172 37.726562 L 60.248047 35.183594 L 59.939453 34.232422 z M 86.744141 34.380859 L 87.203125 34.615234 L 87.121094 35.123047 L 86.615234 35.203125 L 86.380859 34.744141 L 86.744141 34.380859 z M 20.738281 35.033203 L 19.787109 35.341797 L 18.714844 38.189453 L 16.8125 35.8125 L 15.8125 35.8125 L 15.8125 36.8125 L 18.189453 38.714844 L 15.341797 39.787109 L 15.033203 40.738281 L 15.984375 41.048828 L 18.527344 39.375 L 18.667969 42.416016 L 19.476562 43.003906 L 20.064453 42.195312 L 19.259766 39.259766 L 22.195312 40.064453 L 23.003906 39.476562 L 22.416016 38.667969 L 19.375 38.527344 L 21.048828 35.984375 L 20.738281 35.033203 z M 47.544922 35.181641 L 48.001953 35.414062 L 47.921875 35.921875 L 47.414062 36.001953 L 47.181641 35.544922 L 47.544922 35.181641 z M 109.53906 35.832031 L 108.58789 36.140625 L 107.51367 38.990234 L 105.61328 36.613281 L 104.61328 36.613281 L 104.61328 37.613281 L 106.99023 39.513672 L 104.14062 40.587891 L 103.83203 41.539062 L 104.7832 41.847656 L 107.32617 40.175781 L 107.4668 43.214844 L 108.27734 43.802734 L 108.86523 42.994141 L 108.05859 40.058594 L 110.99414 40.865234 L 111.80273 40.277344 L 111.21484 39.466797 L 108.17578 39.326172 L 109.84766 36.783203 L 109.53906 35.832031 z M 8.34375 35.980469 L 8.8027344 36.214844 L 8.7207031 36.722656 L 8.2148438 36.802734 L 7.9804688 36.34375 L 8.34375 35.980469 z M 70.337891 36.632812 L 69.386719 36.941406 L 68.314453 39.789062 L 66.412109 37.412109 L 65.412109 37.412109 L 65.412109 38.412109 L 67.789062 40.314453 L 64.941406 41.386719 L 64.632812 42.337891 L 65.583984 42.648438 L 68.126953 40.974609 L 68.267578 44.015625 L 69.076172 44.603516 L 69.664062 43.794922 L 68.859375 40.859375 L 71.794922 41.664062 L 72.603516 41.076172 L 72.015625 40.267578 L 68.974609 40.126953 L 70.648438 37.583984 L 70.337891 36.632812 z M 97.144531 36.78125 L 97.601562 37.013672 L 97.521484 37.521484 L 97.013672 37.601562 L 96.78125 37.144531 L 97.144531 36.78125 z M 31.138672 37.431641 L 30.1875 37.740234 L 29.113281 40.589844 L 27.212891 38.212891 L 26.212891 38.212891 L 26.212891 39.212891 L 28.589844 41.113281 L 25.740234 42.1875 L 25.431641 43.138672 L 26.382812 43.447266 L 28.925781 41.775391 L 29.066406 44.814453 L 29.876953 45.402344 L 30.464844 44.59375 L 29.658203 41.658203 L 32.59375 42.464844 L 33.402344 41.876953 L 32.814453 41.066406 L 29.775391 40.925781 L 31.447266 38.382812 L 31.138672 37.431641 z M 57.945312 37.582031 L 58.402344 37.814453 L 58.322266 38.322266 L 57.814453 38.402344 L 57.582031 37.945312 L 57.945312 37.582031 z M 119.93945 38.232422 L 118.98828 38.541016 L 117.91406 41.390625 L 116.01367 39.013672 L 115.01367 39.013672 L 115.01367 40.013672 L 117.39062 41.914062 L 114.54102 42.988281 L 114.23242 43.939453 L 115.18359 44.248047 L 117.72656 42.576172 L 117.86719 45.615234 L 118.67773 46.203125 L 119.26562 45.394531 L 118.45898 42.458984 L 121.39453 43.265625 L 122.20312 42.677734 L 121.61523 41.867188 L 118.57617 41.726562 L 120.24805 39.183594 L 119.93945 38.232422 z M 18.744141 38.380859 L 19.203125 38.615234 L 19.121094 39.123047 L 18.615234 39.203125 L 18.380859 38.744141 L 18.744141 38.380859 z M 80.738281 39.033203 L 79.787109 39.341797 L 78.714844 42.189453 L 76.8125 39.8125 L 75.8125 39.8125 L 75.8125 40.8125 L 78.189453 42.714844 L 75.341797 43.787109 L 75.033203 44.738281 L 75.984375 45.048828 L 78.527344 43.375 L 78.667969 46.416016 L 79.476562 47.003906 L 80.064453 46.195312 L 79.259766 43.259766 L 82.195312 44.064453 L 83.003906 43.476562 L 82.416016 42.667969 L 79.375 42.527344 L 81.048828 39.984375 L 80.738281 39.033203 z M 107.54492 39.181641 L 108.00195 39.414062 L 107.92188 39.921875 L 107.41406 40.001953 L 107.18164 39.544922 L 107.54492 39.181641 z M 41.539062 39.832031 L 40.587891 40.140625 L 39.513672 42.990234 L 37.613281 40.613281 L 36.613281 40.613281 L 36.613281 41.613281 L 38.990234 43.513672 L 36.140625 44.587891 L 35.832031 45.539062 L 36.783203 45.847656 L 39.326172 44.175781 L 39.466797 47.214844 L 40.277344 47.802734 L 40.865234 46.994141 L 40.058594 44.058594 L 42.994141 44.865234 L 43.802734 44.277344 L 43.214844 43.466797 L 40.175781 43.326172 L 41.847656 40.783203 L 41.539062 39.832031 z M 68.34375 39.980469 L 68.802734 40.214844 L 68.720703 40.722656 L 68.214844 40.802734 L 67.980469 40.34375 L 68.34375 39.980469 z M 2.3378906 40.632812 L 1.3867188 40.941406 L 0.31445312 43.789062 L 0 43.396484 L 0 44.324219 L 0.34375 43.980469 L 0.80273438 44.214844 L 0.72070312 44.722656 L 0.21484375 44.802734 L 0 44.382812 L 0 45.058594 L 0.12695312 44.974609 L 0.26757812 48.015625 L 1.0761719 48.603516 L 1.6640625 47.794922 L 0.859375 44.859375 L 3.7949219 45.664062 L 4.6035156 45.076172 L 4.015625 44.267578 L 0.97460938 44.126953 L 2.6484375 41.583984 L 2.3378906 40.632812 z M 29.144531 40.78125 L 29.601562 41.013672 L 29.521484 41.521484 L 29.013672 41.601562 L 28.78125 41.144531 L 29.144531 40.78125 z M 125.41211 41.412109 L 125.41211 42.412109 L 127.78906 44.314453 L 124.94141 45.386719 L 124.63281 46.337891 L 125.58398 46.648438 L 128 45.058594 L 128 44.382812 L 127.98047 44.34375 L 128 44.324219 L 128 43.396484 L 126.41211 41.412109 L 125.41211 41.412109 z M 91.138672 41.431641 L 90.1875 41.740234 L 89.113281 44.589844 L 87.212891 42.212891 L 86.212891 42.212891 L 86.212891 43.212891 L 88.589844 45.113281 L 85.740234 46.1875 L 85.431641 47.138672 L 86.382812 47.447266 L 88.925781 45.775391 L 89.066406 48.814453 L 89.876953 49.402344 L 90.464844 48.59375 L 89.658203 45.658203 L 92.59375 46.464844 L 93.402344 45.876953 L 92.814453 45.066406 L 89.775391 44.925781 L 91.447266 42.382812 L 91.138672 41.431641 z M 117.94531 41.582031 L 118.40234 41.814453 L 118.32227 42.322266 L 117.81445 42.402344 L 117.58203 41.945312 L 117.94531 41.582031 z M 51.939453 42.232422 L 50.988281 42.541016 L 49.914062 45.390625 L 48.013672 43.013672 L 47.013672 43.013672 L 47.013672 44.013672 L 49.390625 45.914062 L 46.541016 46.988281 L 46.232422 47.939453 L 47.183594 48.248047 L 49.726562 46.576172 L 49.867188 49.615234 L 50.677734 50.203125 L 51.265625 49.394531 L 50.458984 46.458984 L 53.394531 47.265625 L 54.203125 46.677734 L 53.615234 45.867188 L 50.576172 45.726562 L 52.248047 43.183594 L 51.939453 42.232422 z M 78.744141 42.380859 L 79.203125 42.615234 L 79.121094 43.123047 L 78.615234 43.203125 L 78.380859 42.744141 L 78.744141 42.380859 z M 12.738281 43.033203 L 11.787109 43.341797 L 10.714844 46.189453 L 8.8125 43.8125 L 7.8125 43.8125 L 7.8125 44.8125 L 10.189453 46.714844 L 7.3417969 47.787109 L 7.0332031 48.738281 L 7.984375 49.048828 L 10.527344 47.375 L 10.667969 50.416016 L 11.476562 51.003906 L 12.064453 50.195312 L 11.259766 47.259766 L 14.195312 48.064453 L 15.003906 47.476562 L 14.416016 46.667969 L 11.375 46.527344 L 13.048828 43.984375 L 12.738281 43.033203 z M 39.544922 43.181641 L 40.001953 43.414062 L 39.921875 43.921875 L 39.414062 44.001953 L 39.181641 43.544922 L 39.544922 43.181641 z M 101.53906 43.832031 L 100.58789 44.140625 L 99.513672 46.990234 L 97.613281 44.613281 L 96.613281 44.613281 L 96.613281 45.613281 L 98.990234 47.513672 L 96.140625 48.587891 L 95.832031 49.539062 L 96.783203 49.847656 L 99.326172 48.175781 L 99.466797 51.214844 L 100.27734 51.802734 L 100.86523 50.994141 L 100.05859 48.058594 L 102.99414 48.865234 L 103.80273 48.277344 L 103.21484 47.466797 L 100.17578 47.326172 L 101.84766 44.783203 L 101.53906 43.832031 z M 62.337891 44.632812 L 61.386719 44.941406 L 60.314453 47.789062 L 58.412109 45.412109 L 57.412109 45.412109 L 57.412109 46.412109 L 59.789062 48.314453 L 56.941406 49.386719 L 56.632812 50.337891 L 57.583984 50.648438 L 60.126953 48.974609 L 60.267578 52.015625 L 61.076172 52.603516 L 61.664062 51.794922 L 60.859375 48.859375 L 63.794922 49.664062 L 64.603516 49.076172 L 64.015625 48.267578 L 60.974609 48.126953 L 62.648438 45.583984 L 62.337891 44.632812 z M 89.144531 44.78125 L 89.601562 45.013672 L 89.521484 45.521484 L 89.013672 45.601562 L 88.78125 45.144531 L 89.144531 44.78125 z M 23.138672 45.431641 L 22.1875 45.740234 L 21.113281 48.589844 L 19.212891 46.212891 L 18.212891 46.212891 L 18.212891 47.212891 L 20.589844 49.113281 L 17.740234 50.1875 L 17.431641 51.138672 L 18.382812 51.447266 L 20.925781 49.775391 L 21.066406 52.814453 L 21.876953 53.402344 L 22.464844 52.59375 L 21.658203 49.658203 L 24.59375 50.464844 L 25.402344 49.876953 L 24.814453 49.066406 L 21.775391 48.925781 L 23.447266 46.382812 L 23.138672 45.431641 z M 49.945312 45.582031 L 50.402344 45.814453 L 50.322266 46.322266 L 49.814453 46.402344 L 49.582031 45.945312 L 49.945312 45.582031 z M 111.93945 46.232422 L 110.98828 46.541016 L 109.91406 49.390625 L 108.01367 47.013672 L 107.01367 47.013672 L 107.01367 48.013672 L 109.39062 49.914062 L 106.54102 50.988281 L 106.23242 51.939453 L 107.18359 52.248047 L 109.72656 50.576172 L 109.86719 53.615234 L 110.67773 54.203125 L 111.26562 53.394531 L 110.45898 50.458984 L 113.39453 51.265625 L 114.20312 50.677734 L 113.61523 49.867188 L 110.57617 49.726562 L 112.24805 47.183594 L 111.93945 46.232422 z M 10.744141 46.380859 L 11.203125 46.615234 L 11.121094 47.123047 L 10.615234 47.203125 L 10.380859 46.744141 L 10.744141 46.380859 z M 72.738281 47.033203 L 71.787109 47.341797 L 70.714844 50.189453 L 68.8125 47.8125 L 67.8125 47.8125 L 67.8125 48.8125 L 70.189453 50.714844 L 67.341797 51.787109 L 67.033203 52.738281 L 67.984375 53.048828 L 70.527344 51.375 L 70.667969 54.416016 L 71.476562 55.003906 L 72.064453 54.195312 L 71.259766 51.259766 L 74.195312 52.064453 L 75.003906 51.476562 L 74.416016 50.667969 L 71.375 50.527344 L 73.048828 47.984375 L 72.738281 47.033203 z M 99.544922 47.181641 L 100.00195 47.414062 L 99.921875 47.921875 L 99.414062 48.001953 L 99.181641 47.544922 L 99.544922 47.181641 z M 33.539062 47.832031 L 32.587891 48.140625 L 31.513672 50.990234 L 29.613281 48.613281 L 28.613281 48.613281 L 28.613281 49.613281 L 30.990234 51.513672 L 28.140625 52.587891 L 27.832031 53.539062 L 28.783203 53.847656 L 31.326172 52.175781 L 31.466797 55.214844 L 32.277344 55.802734 L 32.865234 54.994141 L 32.058594 52.058594 L 34.994141 52.865234 L 35.802734 52.277344 L 35.214844 51.466797 L 32.175781 51.326172 L 33.847656 48.783203 L 33.539062 47.832031 z M 60.34375 47.980469 L 60.802734 48.214844 L 60.720703 48.722656 L 60.214844 48.802734 L 59.980469 48.34375 L 60.34375 47.980469 z M 122.33789 48.632812 L 121.38672 48.941406 L 120.31445 51.789062 L 118.41211 49.412109 L 117.41211 49.412109 L 117.41211 50.412109 L 119.78906 52.314453 L 116.94141 53.386719 L 116.63281 54.337891 L 117.58398 54.648438 L 120.12695 52.974609 L 120.26758 56.015625 L 121.07617 56.603516 L 121.66406 55.794922 L 120.85938 52.859375 L 123.79492 53.664062 L 124.60352 53.076172 L 124.01562 52.267578 L 120.97461 52.126953 L 122.64844 49.583984 L 122.33789 48.632812 z M 21.144531 48.78125 L 21.601562 49.013672 L 21.521484 49.521484 L 21.013672 49.601562 L 20.78125 49.144531 L 21.144531 48.78125 z M 83.138672 49.431641 L 82.1875 49.740234 L 81.113281 52.589844 L 79.212891 50.212891 L 78.212891 50.212891 L 78.212891 51.212891 L 80.589844 53.113281 L 77.740234 54.1875 L 77.431641 55.138672 L 78.382812 55.447266 L 80.925781 53.775391 L 81.066406 56.814453 L 81.876953 57.402344 L 82.464844 56.59375 L 81.658203 53.658203 L 84.59375 54.464844 L 85.402344 53.876953 L 84.814453 53.066406 L 81.775391 52.925781 L 83.447266 50.382812 L 83.138672 49.431641 z M 109.94531 49.582031 L 110.40234 49.814453 L 110.32227 50.322266 L 109.81445 50.402344 L 109.58203 49.945312 L 109.94531 49.582031 z M 43.939453 50.232422 L 42.988281 50.541016 L 41.914062 53.390625 L 40.013672 51.013672 L 39.013672 51.013672 L 39.013672 52.013672 L 41.390625 53.914062 L 38.541016 54.988281 L 38.232422 55.939453 L 39.183594 56.248047 L 41.726562 54.576172 L 41.867188 57.615234 L 42.677734 58.203125 L 43.265625 57.394531 L 42.458984 54.458984 L 45.394531 55.265625 L 46.203125 54.677734 L 45.615234 53.867188 L 42.576172 53.726562 L 44.248047 51.183594 L 43.939453 50.232422 z M 70.744141 50.380859 L 71.203125 50.615234 L 71.121094 51.123047 L 70.615234 51.203125 L 70.380859 50.744141 L 70.744141 50.380859 z M 4.7382812 51.033203 L 3.7871094 51.341797 L 2.7148438 54.189453 L 0.8125 51.8125 L 0 51.8125 L 0 52.962891 L 2.1894531 54.714844 L 0 55.539062 L 0 57.039062 L 2.5273438 55.375 L 2.6679688 58.416016 L 3.4765625 59.003906 L 4.0644531 58.195312 L 3.2597656 55.259766 L 6.1953125 56.064453 L 7.0039062 55.476562 L 6.4160156 54.667969 L 3.375 54.527344 L 5.0488281 51.984375 L 4.7382812 51.033203 z M 31.544922 51.181641 L 32.001953 51.414062 L 31.921875 51.921875 L 31.414062 52.001953 L 31.181641 51.544922 L 31.544922 51.181641 z M 127.8125 51.8125 L 127.8125 52.8125 L 128 52.962891 L 128 51.8125 L 127.8125 51.8125 z M 93.539062 51.832031 L 92.587891 52.140625 L 91.513672 54.990234 L 89.613281 52.613281 L 88.613281 52.613281 L 88.613281 53.613281 L 90.990234 55.513672 L 88.140625 56.587891 L 87.832031 57.539062 L 88.783203 57.847656 L 91.326172 56.175781 L 91.466797 59.214844 L 92.277344 59.802734 L 92.865234 58.994141 L 92.058594 56.058594 L 94.994141 56.865234 L 95.802734 56.277344 L 95.214844 55.466797 L 92.175781 55.326172 L 93.847656 52.783203 L 93.539062 51.832031 z M 120.34375 51.980469 L 120.80273 52.214844 L 120.7207 52.722656 L 120.21484 52.802734 L 119.98047 52.34375 L 120.34375 51.980469 z M 54.337891 52.632812 L 53.386719 52.941406 L 52.314453 55.789062 L 50.412109 53.412109 L 49.412109 53.412109 L 49.412109 54.412109 L 51.789062 56.314453 L 48.941406 57.386719 L 48.632812 58.337891 L 49.583984 58.648438 L 52.126953 56.974609 L 52.267578 60.015625 L 53.076172 60.603516 L 53.664062 59.794922 L 52.859375 56.859375 L 55.794922 57.664062 L 56.603516 57.076172 L 56.015625 56.267578 L 52.974609 56.126953 L 54.648438 53.583984 L 54.337891 52.632812 z M 81.144531 52.78125 L 81.601562 53.013672 L 81.521484 53.521484 L 81.013672 53.601562 L 80.78125 53.144531 L 81.144531 52.78125 z M 15.138672 53.431641 L 14.1875 53.740234 L 13.113281 56.589844 L 11.212891 54.212891 L 10.212891 54.212891 L 10.212891 55.212891 L 12.589844 57.113281 L 9.7402344 58.1875 L 9.4316406 59.138672 L 10.382812 59.447266 L 12.925781 57.775391 L 13.066406 60.814453 L 13.876953 61.402344 L 14.464844 60.59375 L 13.658203 57.658203 L 16.59375 58.464844 L 17.402344 57.876953 L 16.814453 57.066406 L 13.775391 56.925781 L 15.447266 54.382812 L 15.138672 53.431641 z M 41.945312 53.582031 L 42.402344 53.814453 L 42.322266 54.322266 L 41.814453 54.402344 L 41.582031 53.945312 L 41.945312 53.582031 z M 103.93945 54.232422 L 102.98828 54.541016 L 101.91406 57.390625 L 100.01367 55.013672 L 99.013672 55.013672 L 99.013672 56.013672 L 101.39062 57.914062 L 98.541016 58.988281 L 98.232422 59.939453 L 99.183594 60.248047 L 101.72656 58.576172 L 101.86719 61.615234 L 102.67773 62.203125 L 103.26562 61.394531 L 102.45898 58.458984 L 105.39453 59.265625 L 106.20312 58.677734 L 105.61523 57.867188 L 102.57617 57.726562 L 104.24805 55.183594 L 103.93945 54.232422 z M 2.7441406 54.380859 L 3.203125 54.615234 L 3.1210938 55.123047 L 2.6152344 55.203125 L 2.3808594 54.744141 L 2.7441406 54.380859 z M 64.738281 55.033203 L 63.787109 55.341797 L 62.714844 58.189453 L 60.8125 55.8125 L 59.8125 55.8125 L 59.8125 56.8125 L 62.189453 58.714844 L 59.341797 59.787109 L 59.033203 60.738281 L 59.984375 61.048828 L 62.527344 59.375 L 62.667969 62.416016 L 63.476562 63.003906 L 64.064453 62.195312 L 63.259766 59.259766 L 66.195312 60.064453 L 67.003906 59.476562 L 66.416016 58.667969 L 63.375 58.527344 L 65.048828 55.984375 L 64.738281 55.033203 z M 91.544922 55.181641 L 92.001953 55.414062 L 91.921875 55.921875 L 91.414062 56.001953 L 91.181641 55.544922 L 91.544922 55.181641 z M 128 55.539062 L 127.3418 55.787109 L 127.0332 56.738281 L 127.98438 57.048828 L 128 57.039062 L 128 55.539062 z M 25.539062 55.832031 L 24.587891 56.140625 L 23.513672 58.990234 L 21.613281 56.613281 L 20.613281 56.613281 L 20.613281 57.613281 L 22.990234 59.513672 L 20.140625 60.587891 L 19.832031 61.539062 L 20.783203 61.847656 L 23.326172 60.175781 L 23.466797 63.214844 L 24.277344 63.802734 L 24.865234 62.994141 L 24.058594 60.058594 L 26.994141 60.865234 L 27.802734 60.277344 L 27.214844 59.466797 L 24.175781 59.326172 L 25.847656 56.783203 L 25.539062 55.832031 z M 52.34375 55.980469 L 52.802734 56.214844 L 52.720703 56.722656 L 52.214844 56.802734 L 51.980469 56.34375 L 52.34375 55.980469 z M 114.33789 56.632812 L 113.38672 56.941406 L 112.31445 59.789062 L 110.41211 57.412109 L 109.41211 57.412109 L 109.41211 58.412109 L 111.78906 60.314453 L 108.94141 61.386719 L 108.63281 62.337891 L 109.58398 62.648438 L 112.12695 60.974609 L 112.26758 64.015625 L 113.07617 64.603516 L 113.66406 63.794922 L 112.85938 60.859375 L 115.79492 61.664062 L 116.60352 61.076172 L 116.01562 60.267578 L 112.97461 60.126953 L 114.64844 57.583984 L 114.33789 56.632812 z M 13.144531 56.78125 L 13.601562 57.013672 L 13.521484 57.521484 L 13.013672 57.601562 L 12.78125 57.144531 L 13.144531 56.78125 z M 75.138672 57.431641 L 74.1875 57.740234 L 73.113281 60.589844 L 71.212891 58.212891 L 70.212891 58.212891 L 70.212891 59.212891 L 72.589844 61.113281 L 69.740234 62.1875 L 69.431641 63.138672 L 70.382812 63.447266 L 72.925781 61.775391 L 73.066406 64.814453 L 73.876953 65.402344 L 74.464844 64.59375 L 73.658203 61.658203 L 76.59375 62.464844 L 77.402344 61.876953 L 76.814453 61.066406 L 73.775391 60.925781 L 75.447266 58.382812 L 75.138672 57.431641 z M 101.94531 57.582031 L 102.40234 57.814453 L 102.32227 58.322266 L 101.81445 58.402344 L 101.58203 57.945312 L 101.94531 57.582031 z M 35.939453 58.232422 L 34.988281 58.541016 L 33.914062 61.390625 L 32.013672 59.013672 L 31.013672 59.013672 L 31.013672 60.013672 L 33.390625 61.914062 L 30.541016 62.988281 L 30.232422 63.939453 L 31.183594 64.248047 L 33.726562 62.576172 L 33.867188 65.615234 L 34.677734 66.203125 L 35.265625 65.394531 L 34.458984 62.458984 L 37.394531 63.265625 L 38.203125 62.677734 L 37.615234 61.867188 L 34.576172 61.726562 L 36.248047 59.183594 L 35.939453 58.232422 z M 62.744141 58.380859 L 63.203125 58.615234 L 63.121094 59.123047 L 62.615234 59.203125 L 62.380859 58.744141 L 62.744141 58.380859 z M 124.73828 59.033203 L 123.78711 59.341797 L 122.71484 62.189453 L 120.8125 59.8125 L 119.8125 59.8125 L 119.8125 60.8125 L 122.18945 62.714844 L 119.3418 63.787109 L 119.0332 64.738281 L 119.98438 65.048828 L 122.52734 63.375 L 122.66797 66.416016 L 123.47656 67.003906 L 124.06445 66.195312 L 123.25977 63.259766 L 126.19531 64.064453 L 127.00391 63.476562 L 126.41602 62.667969 L 123.375 62.527344 L 125.04883 59.984375 L 124.73828 59.033203 z M 23.544922 59.181641 L 24.001953 59.414062 L 23.921875 59.921875 L 23.414062 60.001953 L 23.181641 59.544922 L 23.544922 59.181641 z M 85.539062 59.832031 L 84.587891 60.140625 L 83.513672 62.990234 L 81.613281 60.613281 L 80.613281 60.613281 L 80.613281 61.613281 L 82.990234 63.513672 L 80.140625 64.587891 L 79.832031 65.539062 L 80.783203 65.847656 L 83.326172 64.175781 L 83.466797 67.214844 L 84.277344 67.802734 L 84.865234 66.994141 L 84.058594 64.058594 L 86.994141 64.865234 L 87.802734 64.277344 L 87.214844 63.466797 L 84.175781 63.326172 L 85.847656 60.783203 L 85.539062 59.832031 z M 112.34375 59.980469 L 112.80273 60.214844 L 112.7207 60.722656 L 112.21484 60.802734 L 111.98047 60.34375 L 112.34375 59.980469 z M 46.337891 60.632812 L 45.386719 60.941406 L 44.314453 63.789062 L 42.412109 61.412109 L 41.412109 61.412109 L 41.412109 62.412109 L 43.789062 64.314453 L 40.941406 65.386719 L 40.632812 66.337891 L 41.583984 66.648438 L 44.126953 64.974609 L 44.267578 68.015625 L 45.076172 68.603516 L 45.664062 67.794922 L 44.859375 64.859375 L 47.794922 65.664062 L 48.603516 65.076172 L 48.015625 64.267578 L 44.974609 64.126953 L 46.648438 61.583984 L 46.337891 60.632812 z M 73.144531 60.78125 L 73.601562 61.013672 L 73.521484 61.521484 L 73.013672 61.601562 L 72.78125 61.144531 L 73.144531 60.78125 z M 7.1386719 61.431641 L 6.1875 61.740234 L 5.1132812 64.589844 L 3.2128906 62.212891 L 2.2128906 62.212891 L 2.2128906 63.212891 L 4.5898438 65.113281 L 1.7402344 66.1875 L 1.4316406 67.138672 L 2.3828125 67.447266 L 4.9257812 65.775391 L 5.0664062 68.814453 L 5.8769531 69.402344 L 6.4648438 68.59375 L 5.6582031 65.658203 L 8.59375 66.464844 L 9.4023438 65.876953 L 8.8144531 65.066406 L 5.7753906 64.925781 L 7.4472656 62.382812 L 7.1386719 61.431641 z M 33.945312 61.582031 L 34.402344 61.814453 L 34.322266 62.322266 L 33.814453 62.402344 L 33.582031 61.945312 L 33.945312 61.582031 z M 95.939453 62.232422 L 94.988281 62.541016 L 93.914062 65.390625 L 92.013672 63.013672 L 91.013672 63.013672 L 91.013672 64.013672 L 93.390625 65.914062 L 90.541016 66.988281 L 90.232422 67.939453 L 91.183594 68.248047 L 93.726562 66.576172 L 93.867188 69.615234 L 94.677734 70.203125 L 95.265625 69.394531 L 94.458984 66.458984 L 97.394531 67.265625 L 98.203125 66.677734 L 97.615234 65.867188 L 94.576172 65.726562 L 96.248047 63.183594 L 95.939453 62.232422 z M 122.74414 62.380859 L 123.20312 62.615234 L 123.12109 63.123047 L 122.61523 63.203125 L 122.38086 62.744141 L 122.74414 62.380859 z M 56.738281 63.033203 L 55.787109 63.341797 L 54.714844 66.189453 L 52.8125 63.8125 L 51.8125 63.8125 L 51.8125 64.8125 L 54.189453 66.714844 L 51.341797 67.787109 L 51.033203 68.738281 L 51.984375 69.048828 L 54.527344 67.375 L 54.667969 70.416016 L 55.476562 71.003906 L 56.064453 70.195312 L 55.259766 67.259766 L 58.195312 68.064453 L 59.003906 67.476562 L 58.416016 66.667969 L 55.375 66.527344 L 57.048828 63.984375 L 56.738281 63.033203 z M 83.544922 63.181641 L 84.001953 63.414062 L 83.921875 63.921875 L 83.414062 64.001953 L 83.181641 63.544922 L 83.544922 63.181641 z M 17.539062 63.832031 L 16.587891 64.140625 L 15.513672 66.990234 L 13.613281 64.613281 L 12.613281 64.613281 L 12.613281 65.613281 L 14.990234 67.513672 L 12.140625 68.587891 L 11.832031 69.539062 L 12.783203 69.847656 L 15.326172 68.175781 L 15.466797 71.214844 L 16.277344 71.802734 L 16.865234 70.994141 L 16.058594 68.058594 L 18.994141 68.865234 L 19.802734 68.277344 L 19.214844 67.466797 L 16.175781 67.326172 L 17.847656 64.783203 L 17.539062 63.832031 z M 44.34375 63.980469 L 44.802734 64.214844 L 44.720703 64.722656 L 44.214844 64.802734 L 43.980469 64.34375 L 44.34375 63.980469 z M 106.33789 64.632812 L 105.38672 64.941406 L 104.31445 67.789062 L 102.41211 65.412109 L 101.41211 65.412109 L 101.41211 66.412109 L 103.78906 68.314453 L 100.94141 69.386719 L 100.63281 70.337891 L 101.58398 70.648438 L 104.12695 68.974609 L 104.26758 72.015625 L 105.07617 72.603516 L 105.66406 71.794922 L 104.85938 68.859375 L 107.79492 69.664062 L 108.60352 69.076172 L 108.01562 68.267578 L 104.97461 68.126953 L 106.64844 65.583984 L 106.33789 64.632812 z M 5.1445312 64.78125 L 5.6015625 65.013672 L 5.5214844 65.521484 L 5.0136719 65.601562 L 4.78125 65.144531 L 5.1445312 64.78125 z M 67.138672 65.431641 L 66.1875 65.740234 L 65.113281 68.589844 L 63.212891 66.212891 L 62.212891 66.212891 L 62.212891 67.212891 L 64.589844 69.113281 L 61.740234 70.1875 L 61.431641 71.138672 L 62.382812 71.447266 L 64.925781 69.775391 L 65.066406 72.814453 L 65.876953 73.402344 L 66.464844 72.59375 L 65.658203 69.658203 L 68.59375 70.464844 L 69.402344 69.876953 L 68.814453 69.066406 L 65.775391 68.925781 L 67.447266 66.382812 L 67.138672 65.431641 z M 93.945312 65.582031 L 94.402344 65.814453 L 94.322266 66.322266 L 93.814453 66.402344 L 93.582031 65.945312 L 93.945312 65.582031 z M 27.939453 66.232422 L 26.988281 66.541016 L 25.914062 69.390625 L 24.013672 67.013672 L 23.013672 67.013672 L 23.013672 68.013672 L 25.390625 69.914062 L 22.541016 70.988281 L 22.232422 71.939453 L 23.183594 72.248047 L 25.726562 70.576172 L 25.867188 73.615234 L 26.677734 74.203125 L 27.265625 73.394531 L 26.458984 70.458984 L 29.394531 71.265625 L 30.203125 70.677734 L 29.615234 69.867188 L 26.576172 69.726562 L 28.248047 67.183594 L 27.939453 66.232422 z M 54.744141 66.380859 L 55.203125 66.615234 L 55.121094 67.123047 L 54.615234 67.203125 L 54.380859 66.744141 L 54.744141 66.380859 z M 116.73828 67.033203 L 115.78711 67.341797 L 114.71484 70.189453 L 112.8125 67.8125 L 111.8125 67.8125 L 111.8125 68.8125 L 114.18945 70.714844 L 111.3418 71.787109 L 111.0332 72.738281 L 111.98438 73.048828 L 114.52734 71.375 L 114.66797 74.416016 L 115.47656 75.003906 L 116.06445 74.195312 L 115.25977 71.259766 L 118.19531 72.064453 L 119.00391 71.476562 L 118.41602 70.667969 L 115.375 70.527344 L 117.04883 67.984375 L 116.73828 67.033203 z M 15.544922 67.181641 L 16.001953 67.414062 L 15.921875 67.921875 L 15.414062 68.001953 L 15.181641 67.544922 L 15.544922 67.181641 z M 77.539062 67.832031 L 76.587891 68.140625 L 75.513672 70.990234 L 73.613281 68.613281 L 72.613281 68.613281 L 72.613281 69.613281 L 74.990234 71.513672 L 72.140625 72.587891 L 71.832031 73.539062 L 72.783203 73.847656 L 75.326172 72.175781 L 75.466797 75.214844 L 76.277344 75.802734 L 76.865234 74.994141 L 76.058594 72.058594 L 78.994141 72.865234 L 79.802734 72.277344 L 79.214844 71.466797 L 76.175781 71.326172 L 77.847656 68.783203 L 77.539062 67.832031 z M 104.34375 67.980469 L 104.80273 68.214844 L 104.7207 68.722656 L 104.21484 68.802734 L 103.98047 68.34375 L 104.34375 67.980469 z M 38.337891 68.632812 L 37.386719 68.941406 L 36.314453 71.789062 L 34.412109 69.412109 L 33.412109 69.412109 L 33.412109 70.412109 L 35.789062 72.314453 L 32.941406 73.386719 L 32.632812 74.337891 L 33.583984 74.648438 L 36.126953 72.974609 L 36.267578 76.015625 L 37.076172 76.603516 L 37.664062 75.794922 L 36.859375 72.859375 L 39.794922 73.664062 L 40.603516 73.076172 L 40.015625 72.267578 L 36.974609 72.126953 L 38.648438 69.583984 L 38.337891 68.632812 z M 65.144531 68.78125 L 65.601562 69.013672 L 65.521484 69.521484 L 65.013672 69.601562 L 64.78125 69.144531 L 65.144531 68.78125 z M 127.13867 69.431641 L 126.1875 69.740234 L 125.11328 72.589844 L 123.21289 70.212891 L 122.21289 70.212891 L 122.21289 71.212891 L 124.58984 73.113281 L 121.74023 74.1875 L 121.43164 75.138672 L 122.38281 75.447266 L 124.92578 73.775391 L 125.06641 76.814453 L 125.87695 77.402344 L 126.46484 76.59375 L 125.6582 73.658203 L 128 74.300781 L 128 73.029297 L 125.77539 72.925781 L 127.44727 70.382812 L 127.13867 69.431641 z M 25.945312 69.582031 L 26.402344 69.814453 L 26.322266 70.322266 L 25.814453 70.402344 L 25.582031 69.945312 L 25.945312 69.582031 z M 87.939453 70.232422 L 86.988281 70.541016 L 85.914062 73.390625 L 84.013672 71.013672 L 83.013672 71.013672 L 83.013672 72.013672 L 85.390625 73.914062 L 82.541016 74.988281 L 82.232422 75.939453 L 83.183594 76.248047 L 85.726562 74.576172 L 85.867188 77.615234 L 86.677734 78.203125 L 87.265625 77.394531 L 86.458984 74.458984 L 89.394531 75.265625 L 90.203125 74.677734 L 89.615234 73.867188 L 86.576172 73.726562 L 88.248047 71.183594 L 87.939453 70.232422 z M 114.74414 70.380859 L 115.20312 70.615234 L 115.12109 71.123047 L 114.61523 71.203125 L 114.38086 70.744141 L 114.74414 70.380859 z M 48.738281 71.033203 L 47.787109 71.341797 L 46.714844 74.189453 L 44.8125 71.8125 L 43.8125 71.8125 L 43.8125 72.8125 L 46.189453 74.714844 L 43.341797 75.787109 L 43.033203 76.738281 L 43.984375 77.048828 L 46.527344 75.375 L 46.667969 78.416016 L 47.476562 79.003906 L 48.064453 78.195312 L 47.259766 75.259766 L 50.195312 76.064453 L 51.003906 75.476562 L 50.416016 74.667969 L 47.375 74.527344 L 49.048828 71.984375 L 48.738281 71.033203 z M 75.544922 71.181641 L 76.001953 71.414062 L 75.921875 71.921875 L 75.414062 72.001953 L 75.181641 71.544922 L 75.544922 71.181641 z M 9.5390625 71.832031 L 8.5878906 72.140625 L 7.5136719 74.990234 L 5.6132812 72.613281 L 4.6132812 72.613281 L 4.6132812 73.613281 L 6.9902344 75.513672 L 4.140625 76.587891 L 3.8320312 77.539062 L 4.7832031 77.847656 L 7.3261719 76.175781 L 7.4667969 79.214844 L 8.2773438 79.802734 L 8.8652344 78.994141 L 8.0585938 76.058594 L 10.994141 76.865234 L 11.802734 76.277344 L 11.214844 75.466797 L 8.1757812 75.326172 L 9.8476562 72.783203 L 9.5390625 71.832031 z M 36.34375 71.980469 L 36.802734 72.214844 L 36.720703 72.722656 L 36.214844 72.802734 L 35.980469 72.34375 L 36.34375 71.980469 z M 98.337891 72.632812 L 97.386719 72.941406 L 96.314453 75.789062 L 94.412109 73.412109 L 93.412109 73.412109 L 93.412109 74.412109 L 95.789062 76.314453 L 92.941406 77.386719 L 92.632812 78.337891 L 93.583984 78.648438 L 96.126953 76.974609 L 96.267578 80.015625 L 97.076172 80.603516 L 97.664062 79.794922 L 96.859375 76.859375 L 99.794922 77.664062 L 100.60352 77.076172 L 100.01562 76.267578 L 96.974609 76.126953 L 98.648438 73.583984 L 98.337891 72.632812 z M 125.14453 72.78125 L 125.60156 73.013672 L 125.52148 73.521484 L 125.01367 73.601562 L 124.78125 73.144531 L 125.14453 72.78125 z M 0 73.029297 L 0 74.300781 L 0.59375 74.464844 L 1.4023438 73.876953 L 0.81445312 73.066406 L 0 73.029297 z M 59.138672 73.431641 L 58.1875 73.740234 L 57.113281 76.589844 L 55.212891 74.212891 L 54.212891 74.212891 L 54.212891 75.212891 L 56.589844 77.113281 L 53.740234 78.1875 L 53.431641 79.138672 L 54.382812 79.447266 L 56.925781 77.775391 L 57.066406 80.814453 L 57.876953 81.402344 L 58.464844 80.59375 L 57.658203 77.658203 L 60.59375 78.464844 L 61.402344 77.876953 L 60.814453 77.066406 L 57.775391 76.925781 L 59.447266 74.382812 L 59.138672 73.431641 z M 85.945312 73.582031 L 86.402344 73.814453 L 86.322266 74.322266 L 85.814453 74.402344 L 85.582031 73.945312 L 85.945312 73.582031 z M 19.939453 74.232422 L 18.988281 74.541016 L 17.914062 77.390625 L 16.013672 75.013672 L 15.013672 75.013672 L 15.013672 76.013672 L 17.390625 77.914062 L 14.541016 78.988281 L 14.232422 79.939453 L 15.183594 80.248047 L 17.726562 78.576172 L 17.867188 81.615234 L 18.677734 82.203125 L 19.265625 81.394531 L 18.458984 78.458984 L 21.394531 79.265625 L 22.203125 78.677734 L 21.615234 77.867188 L 18.576172 77.726562 L 20.248047 75.183594 L 19.939453 74.232422 z M 46.744141 74.380859 L 47.203125 74.615234 L 47.121094 75.123047 L 46.615234 75.203125 L 46.380859 74.744141 L 46.744141 74.380859 z M 108.73828 75.033203 L 107.78711 75.341797 L 106.71484 78.189453 L 104.8125 75.8125 L 103.8125 75.8125 L 103.8125 76.8125 L 106.18945 78.714844 L 103.3418 79.787109 L 103.0332 80.738281 L 103.98438 81.048828 L 106.52734 79.375 L 106.66797 82.416016 L 107.47656 83.003906 L 108.06445 82.195312 L 107.25977 79.259766 L 110.19531 80.064453 L 111.00391 79.476562 L 110.41602 78.667969 L 107.375 78.527344 L 109.04883 75.984375 L 108.73828 75.033203 z M 7.5449219 75.181641 L 8.0019531 75.414062 L 7.921875 75.921875 L 7.4140625 76.001953 L 7.1816406 75.544922 L 7.5449219 75.181641 z M 69.539062 75.832031 L 68.587891 76.140625 L 67.513672 78.990234 L 65.613281 76.613281 L 64.613281 76.613281 L 64.613281 77.613281 L 66.990234 79.513672 L 64.140625 80.587891 L 63.832031 81.539062 L 64.783203 81.847656 L 67.326172 80.175781 L 67.466797 83.214844 L 68.277344 83.802734 L 68.865234 82.994141 L 68.058594 80.058594 L 70.994141 80.865234 L 71.802734 80.277344 L 71.214844 79.466797 L 68.175781 79.326172 L 69.847656 76.783203 L 69.539062 75.832031 z M 96.34375 75.980469 L 96.802734 76.214844 L 96.720703 76.722656 L 96.214844 76.802734 L 95.980469 76.34375 L 96.34375 75.980469 z M 30.337891 76.632812 L 29.386719 76.941406 L 28.314453 79.789062 L 26.412109 77.412109 L 25.412109 77.412109 L 25.412109 78.412109 L 27.789062 80.314453 L 24.941406 81.386719 L 24.632812 82.337891 L 25.583984 82.648438 L 28.126953 80.974609 L 28.267578 84.015625 L 29.076172 84.603516 L 29.664062 83.794922 L 28.859375 80.859375 L 31.794922 81.664062 L 32.603516 81.076172 L 32.015625 80.267578 L 28.974609 80.126953 L 30.648438 77.583984 L 30.337891 76.632812 z M 57.144531 76.78125 L 57.601562 77.013672 L 57.521484 77.521484 L 57.013672 77.601562 L 56.78125 77.144531 L 57.144531 76.78125 z M 119.13867 77.431641 L 118.1875 77.740234 L 117.11328 80.589844 L 115.21289 78.212891 L 114.21289 78.212891 L 114.21289 79.212891 L 116.58984 81.113281 L 113.74023 82.1875 L 113.43164 83.138672 L 114.38281 83.447266 L 116.92578 81.775391 L 117.06641 84.814453 L 117.87695 85.402344 L 118.46484 84.59375 L 117.6582 81.658203 L 120.59375 82.464844 L 121.40234 81.876953 L 120.81445 81.066406 L 117.77539 80.925781 L 119.44727 78.382812 L 119.13867 77.431641 z M 17.945312 77.582031 L 18.402344 77.814453 L 18.322266 78.322266 L 17.814453 78.402344 L 17.582031 77.945312 L 17.945312 77.582031 z M 79.939453 78.232422 L 78.988281 78.541016 L 77.914062 81.390625 L 76.013672 79.013672 L 75.013672 79.013672 L 75.013672 80.013672 L 77.390625 81.914062 L 74.541016 82.988281 L 74.232422 83.939453 L 75.183594 84.248047 L 77.726562 82.576172 L 77.867188 85.615234 L 78.677734 86.203125 L 79.265625 85.394531 L 78.458984 82.458984 L 81.394531 83.265625 L 82.203125 82.677734 L 81.615234 81.867188 L 78.576172 81.726562 L 80.248047 79.183594 L 79.939453 78.232422 z M 106.74414 78.380859 L 107.20312 78.615234 L 107.12109 79.123047 L 106.61523 79.203125 L 106.38086 78.744141 L 106.74414 78.380859 z M 40.738281 79.033203 L 39.787109 79.341797 L 38.714844 82.189453 L 36.8125 79.8125 L 35.8125 79.8125 L 35.8125 80.8125 L 38.189453 82.714844 L 35.341797 83.787109 L 35.033203 84.738281 L 35.984375 85.048828 L 38.527344 83.375 L 38.667969 86.416016 L 39.476562 87.003906 L 40.064453 86.195312 L 39.259766 83.259766 L 42.195312 84.064453 L 43.003906 83.476562 L 42.416016 82.667969 L 39.375 82.527344 L 41.048828 79.984375 L 40.738281 79.033203 z M 67.544922 79.181641 L 68.001953 79.414062 L 67.921875 79.921875 L 67.414062 80.001953 L 67.181641 79.544922 L 67.544922 79.181641 z M 1.5390625 79.832031 L 0.58789062 80.140625 L 0 81.699219 L 0 83.412109 L 0.001953125 83.414062 L 0 83.425781 L 0 87.601562 L 0.27734375 87.802734 L 0.86523438 86.994141 L 0.05859375 84.058594 L 2.9941406 84.865234 L 3.8027344 84.277344 L 3.2148438 83.466797 L 0.17578125 83.326172 L 1.8476562 80.783203 L 1.5390625 79.832031 z M 28.34375 79.980469 L 28.802734 80.214844 L 28.720703 80.722656 L 28.214844 80.802734 L 27.980469 80.34375 L 28.34375 79.980469 z M 124.61328 80.613281 L 124.61328 81.613281 L 126.99023 83.513672 L 124.14062 84.587891 L 123.83203 85.539062 L 124.7832 85.847656 L 127.32617 84.175781 L 127.4668 87.214844 L 128 87.601562 L 128 83.425781 L 127.92188 83.921875 L 127.41406 84.001953 L 127.18164 83.544922 L 127.54492 83.181641 L 128 83.412109 L 128 81.699219 L 127.51367 82.990234 L 125.61328 80.613281 L 124.61328 80.613281 z M 90.337891 80.632812 L 89.386719 80.941406 L 88.314453 83.789062 L 86.412109 81.412109 L 85.412109 81.412109 L 85.412109 82.412109 L 87.789062 84.314453 L 84.941406 85.386719 L 84.632812 86.337891 L 85.583984 86.648438 L 88.126953 84.974609 L 88.267578 88.015625 L 89.076172 88.603516 L 89.664062 87.794922 L 88.859375 84.859375 L 91.794922 85.664062 L 92.603516 85.076172 L 92.015625 84.267578 L 88.974609 84.126953 L 90.648438 81.583984 L 90.337891 80.632812 z M 117.14453 80.78125 L 117.60156 81.013672 L 117.52148 81.521484 L 117.01367 81.601562 L 116.78125 81.144531 L 117.14453 80.78125 z M 51.138672 81.431641 L 50.1875 81.740234 L 49.113281 84.589844 L 47.212891 82.212891 L 46.212891 82.212891 L 46.212891 83.212891 L 48.589844 85.113281 L 45.740234 86.1875 L 45.431641 87.138672 L 46.382812 87.447266 L 48.925781 85.775391 L 49.066406 88.814453 L 49.876953 89.402344 L 50.464844 88.59375 L 49.658203 85.658203 L 52.59375 86.464844 L 53.402344 85.876953 L 52.814453 85.066406 L 49.775391 84.925781 L 51.447266 82.382812 L 51.138672 81.431641 z M 77.945312 81.582031 L 78.402344 81.814453 L 78.322266 82.322266 L 77.814453 82.402344 L 77.582031 81.945312 L 77.945312 81.582031 z M 11.939453 82.232422 L 10.988281 82.541016 L 9.9140625 85.390625 L 8.0136719 83.013672 L 7.0136719 83.013672 L 7.0136719 84.013672 L 9.390625 85.914062 L 6.5410156 86.988281 L 6.2324219 87.939453 L 7.1835938 88.248047 L 9.7265625 86.576172 L 9.8671875 89.615234 L 10.677734 90.203125 L 11.265625 89.394531 L 10.458984 86.458984 L 13.394531 87.265625 L 14.203125 86.677734 L 13.615234 85.867188 L 10.576172 85.726562 L 12.248047 83.183594 L 11.939453 82.232422 z M 38.744141 82.380859 L 39.203125 82.615234 L 39.121094 83.123047 L 38.615234 83.203125 L 38.380859 82.744141 L 38.744141 82.380859 z M 100.73828 83.033203 L 99.787109 83.341797 L 98.714844 86.189453 L 96.8125 83.8125 L 95.8125 83.8125 L 95.8125 84.8125 L 98.189453 86.714844 L 95.341797 87.787109 L 95.033203 88.738281 L 95.984375 89.048828 L 98.527344 87.375 L 98.667969 90.416016 L 99.476562 91.003906 L 100.06445 90.195312 L 99.259766 87.259766 L 102.19531 88.064453 L 103.00391 87.476562 L 102.41602 86.667969 L 99.375 86.527344 L 101.04883 83.984375 L 100.73828 83.033203 z M 61.539062 83.832031 L 60.587891 84.140625 L 59.513672 86.990234 L 57.613281 84.613281 L 56.613281 84.613281 L 56.613281 85.613281 L 58.990234 87.513672 L 56.140625 88.587891 L 55.832031 89.539062 L 56.783203 89.847656 L 59.326172 88.175781 L 59.466797 91.214844 L 60.277344 91.802734 L 60.865234 90.994141 L 60.058594 88.058594 L 62.994141 88.865234 L 63.802734 88.277344 L 63.214844 87.466797 L 60.175781 87.326172 L 61.847656 84.783203 L 61.539062 83.832031 z M 88.34375 83.980469 L 88.802734 84.214844 L 88.720703 84.722656 L 88.214844 84.802734 L 87.980469 84.34375 L 88.34375 83.980469 z M 22.337891 84.632812 L 21.386719 84.941406 L 20.314453 87.789062 L 18.412109 85.412109 L 17.412109 85.412109 L 17.412109 86.412109 L 19.789062 88.314453 L 16.941406 89.386719 L 16.632812 90.337891 L 17.583984 90.648438 L 20.126953 88.974609 L 20.267578 92.015625 L 21.076172 92.603516 L 21.664062 91.794922 L 20.859375 88.859375 L 23.794922 89.664062 L 24.603516 89.076172 L 24.015625 88.267578 L 20.974609 88.126953 L 22.648438 85.583984 L 22.337891 84.632812 z M 49.144531 84.78125 L 49.601562 85.013672 L 49.521484 85.521484 L 49.013672 85.601562 L 48.78125 85.144531 L 49.144531 84.78125 z M 111.13867 85.431641 L 110.1875 85.740234 L 109.11328 88.589844 L 107.21289 86.212891 L 106.21289 86.212891 L 106.21289 87.212891 L 108.58984 89.113281 L 105.74023 90.1875 L 105.43164 91.138672 L 106.38281 91.447266 L 108.92578 89.775391 L 109.06641 92.814453 L 109.87695 93.402344 L 110.46484 92.59375 L 109.6582 89.658203 L 112.59375 90.464844 L 113.40234 89.876953 L 112.81445 89.066406 L 109.77539 88.925781 L 111.44727 86.382812 L 111.13867 85.431641 z M 9.9453125 85.582031 L 10.402344 85.814453 L 10.322266 86.322266 L 9.8144531 86.402344 L 9.5820312 85.945312 L 9.9453125 85.582031 z M 71.939453 86.232422 L 70.988281 86.541016 L 69.914062 89.390625 L 68.013672 87.013672 L 67.013672 87.013672 L 67.013672 88.013672 L 69.390625 89.914062 L 66.541016 90.988281 L 66.232422 91.939453 L 67.183594 92.248047 L 69.726562 90.576172 L 69.867188 93.615234 L 70.677734 94.203125 L 71.265625 93.394531 L 70.458984 90.458984 L 73.394531 91.265625 L 74.203125 90.677734 L 73.615234 89.867188 L 70.576172 89.726562 L 72.248047 87.183594 L 71.939453 86.232422 z M 98.744141 86.380859 L 99.203125 86.615234 L 99.121094 87.123047 L 98.615234 87.203125 L 98.380859 86.744141 L 98.744141 86.380859 z M 32.738281 87.033203 L 31.787109 87.341797 L 30.714844 90.189453 L 28.8125 87.8125 L 27.8125 87.8125 L 27.8125 88.8125 L 30.189453 90.714844 L 27.341797 91.787109 L 27.033203 92.738281 L 27.984375 93.048828 L 30.527344 91.375 L 30.667969 94.416016 L 31.476562 95.003906 L 32.064453 94.195312 L 31.259766 91.259766 L 34.195312 92.064453 L 35.003906 91.476562 L 34.416016 90.667969 L 31.375 90.527344 L 33.048828 87.984375 L 32.738281 87.033203 z M 59.544922 87.181641 L 60.001953 87.414062 L 59.921875 87.921875 L 59.414062 88.001953 L 59.181641 87.544922 L 59.544922 87.181641 z M 121.53906 87.832031 L 120.58789 88.140625 L 119.51367 90.990234 L 117.61328 88.613281 L 116.61328 88.613281 L 116.61328 89.613281 L 118.99023 91.513672 L 116.14062 92.587891 L 115.83203 93.539062 L 116.7832 93.847656 L 119.32617 92.175781 L 119.4668 95.214844 L 120.27734 95.802734 L 120.86523 94.994141 L 120.05859 92.058594 L 122.99414 92.865234 L 123.80273 92.277344 L 123.21484 91.466797 L 120.17578 91.326172 L 121.84766 88.783203 L 121.53906 87.832031 z M 20.34375 87.980469 L 20.802734 88.214844 L 20.720703 88.722656 L 20.214844 88.802734 L 19.980469 88.34375 L 20.34375 87.980469 z M 82.337891 88.632812 L 81.386719 88.941406 L 80.314453 91.789062 L 78.412109 89.412109 L 77.412109 89.412109 L 77.412109 90.412109 L 79.789062 92.314453 L 76.941406 93.386719 L 76.632812 94.337891 L 77.583984 94.648438 L 80.126953 92.974609 L 80.267578 96.015625 L 81.076172 96.603516 L 81.664062 95.794922 L 80.859375 92.859375 L 83.794922 93.664062 L 84.603516 93.076172 L 84.015625 92.267578 L 80.974609 92.126953 L 82.648438 89.583984 L 82.337891 88.632812 z M 109.14453 88.78125 L 109.60156 89.013672 L 109.52148 89.521484 L 109.01367 89.601562 L 108.78125 89.144531 L 109.14453 88.78125 z M 43.138672 89.431641 L 42.1875 89.740234 L 41.113281 92.589844 L 39.212891 90.212891 L 38.212891 90.212891 L 38.212891 91.212891 L 40.589844 93.113281 L 37.740234 94.1875 L 37.431641 95.138672 L 38.382812 95.447266 L 40.925781 93.775391 L 41.066406 96.814453 L 41.876953 97.402344 L 42.464844 96.59375 L 41.658203 93.658203 L 44.59375 94.464844 L 45.402344 93.876953 L 44.814453 93.066406 L 41.775391 92.925781 L 43.447266 90.382812 L 43.138672 89.431641 z M 69.945312 89.582031 L 70.402344 89.814453 L 70.322266 90.322266 L 69.814453 90.402344 L 69.582031 89.945312 L 69.945312 89.582031 z M 3.9394531 90.232422 L 2.9882812 90.541016 L 1.9140625 93.390625 L 0.013671875 91.013672 L 0 91.013672 L 0 92.802734 L 1.390625 93.914062 L 0 94.4375 L 0 95.710938 L 1.7265625 94.576172 L 1.8671875 97.615234 L 2.6777344 98.203125 L 3.265625 97.394531 L 2.4589844 94.458984 L 5.3945312 95.265625 L 6.203125 94.677734 L 5.6152344 93.867188 L 2.5761719 93.726562 L 4.2480469 91.183594 L 3.9394531 90.232422 z M 30.744141 90.380859 L 31.203125 90.615234 L 31.121094 91.123047 L 30.615234 91.203125 L 30.380859 90.744141 L 30.744141 90.380859 z M 127.01367 91.013672 L 127.01367 92.013672 L 128 92.802734 L 128 91.013672 L 127.01367 91.013672 z M 92.738281 91.033203 L 91.787109 91.341797 L 90.714844 94.189453 L 88.8125 91.8125 L 87.8125 91.8125 L 87.8125 92.8125 L 90.189453 94.714844 L 87.341797 95.787109 L 87.033203 96.738281 L 87.984375 97.048828 L 90.527344 95.375 L 90.667969 98.416016 L 91.476562 99.003906 L 92.064453 98.195312 L 91.259766 95.259766 L 94.195312 96.064453 L 95.003906 95.476562 L 94.416016 94.667969 L 91.375 94.527344 L 93.048828 91.984375 L 92.738281 91.033203 z M 119.54492 91.181641 L 120.00195 91.414062 L 119.92188 91.921875 L 119.41406 92.001953 L 119.18164 91.544922 L 119.54492 91.181641 z M 53.539062 91.832031 L 52.587891 92.140625 L 51.513672 94.990234 L 49.613281 92.613281 L 48.613281 92.613281 L 48.613281 93.613281 L 50.990234 95.513672 L 48.140625 96.587891 L 47.832031 97.539062 L 48.783203 97.847656 L 51.326172 96.175781 L 51.466797 99.214844 L 52.277344 99.802734 L 52.865234 98.994141 L 52.058594 96.058594 L 54.994141 96.865234 L 55.802734 96.277344 L 55.214844 95.466797 L 52.175781 95.326172 L 53.847656 92.783203 L 53.539062 91.832031 z M 80.34375 91.980469 L 80.802734 92.214844 L 80.720703 92.722656 L 80.214844 92.802734 L 79.980469 92.34375 L 80.34375 91.980469 z M 14.337891 92.632812 L 13.386719 92.941406 L 12.314453 95.789062 L 10.412109 93.412109 L 9.4121094 93.412109 L 9.4121094 94.412109 L 11.789062 96.314453 L 8.9414062 97.386719 L 8.6328125 98.337891 L 9.5839844 98.648438 L 12.126953 96.974609 L 12.267578 100.01562 L 13.076172 100.60352 L 13.664062 99.794922 L 12.859375 96.859375 L 15.794922 97.664062 L 16.603516 97.076172 L 16.015625 96.267578 L 12.974609 96.126953 L 14.648438 93.583984 L 14.337891 92.632812 z M 41.144531 92.78125 L 41.601562 93.013672 L 41.521484 93.521484 L 41.013672 93.601562 L 40.78125 93.144531 L 41.144531 92.78125 z M 103.13867 93.431641 L 102.1875 93.740234 L 101.11328 96.589844 L 99.212891 94.212891 L 98.212891 94.212891 L 98.212891 95.212891 L 100.58984 97.113281 L 97.740234 98.1875 L 97.431641 99.138672 L 98.382812 99.447266 L 100.92578 97.775391 L 101.06641 100.81445 L 101.87695 101.40234 L 102.46484 100.59375 L 101.6582 97.658203 L 104.59375 98.464844 L 105.40234 97.876953 L 104.81445 97.066406 L 101.77539 96.925781 L 103.44727 94.382812 L 103.13867 93.431641 z M 1.9453125 93.582031 L 2.4023438 93.814453 L 2.3222656 94.322266 L 1.8144531 94.402344 L 1.5820312 93.945312 L 1.9453125 93.582031 z M 63.939453 94.232422 L 62.988281 94.541016 L 61.914062 97.390625 L 60.013672 95.013672 L 59.013672 95.013672 L 59.013672 96.013672 L 61.390625 97.914062 L 58.541016 98.988281 L 58.232422 99.939453 L 59.183594 100.24805 L 61.726562 98.576172 L 61.867188 101.61523 L 62.677734 102.20312 L 63.265625 101.39453 L 62.458984 98.458984 L 65.394531 99.265625 L 66.203125 98.677734 L 65.615234 97.867188 L 62.576172 97.726562 L 64.248047 95.183594 L 63.939453 94.232422 z M 90.744141 94.380859 L 91.203125 94.615234 L 91.121094 95.123047 L 90.615234 95.203125 L 90.380859 94.744141 L 90.744141 94.380859 z M 128 94.4375 L 126.54102 94.988281 L 126.23242 95.939453 L 127.18359 96.248047 L 128 95.710938 L 128 94.4375 z M 24.738281 95.033203 L 23.787109 95.341797 L 22.714844 98.189453 L 20.8125 95.8125 L 19.8125 95.8125 L 19.8125 96.8125 L 22.189453 98.714844 L 19.341797 99.787109 L 19.033203 100.73828 L 19.984375 101.04883 L 22.527344 99.375 L 22.667969 102.41602 L 23.476562 103.00391 L 24.064453 102.19531 L 23.259766 99.259766 L 26.195312 100.06445 L 27.003906 99.476562 L 26.416016 98.667969 L 23.375 98.527344 L 25.048828 95.984375 L 24.738281 95.033203 z M 51.544922 95.181641 L 52.001953 95.414062 L 51.921875 95.921875 L 51.414062 96.001953 L 51.181641 95.544922 L 51.544922 95.181641 z M 113.53906 95.832031 L 112.58789 96.140625 L 111.51367 98.990234 L 109.61328 96.613281 L 108.61328 96.613281 L 108.61328 97.613281 L 110.99023 99.513672 L 108.14062 100.58789 L 107.83203 101.53906 L 108.7832 101.84766 L 111.32617 100.17578 L 111.4668 103.21484 L 112.27734 103.80273 L 112.86523 102.99414 L 112.05859 100.05859 L 114.99414 100.86523 L 115.80273 100.27734 L 115.21484 99.466797 L 112.17578 99.326172 L 113.84766 96.783203 L 113.53906 95.832031 z M 12.34375 95.980469 L 12.802734 96.214844 L 12.720703 96.722656 L 12.214844 96.802734 L 11.980469 96.34375 L 12.34375 95.980469 z M 74.337891 96.632812 L 73.386719 96.941406 L 72.314453 99.789062 L 70.412109 97.412109 L 69.412109 97.412109 L 69.412109 98.412109 L 71.789062 100.31445 L 68.941406 101.38672 L 68.632812 102.33789 L 69.583984 102.64844 L 72.126953 100.97461 L 72.267578 104.01562 L 73.076172 104.60352 L 73.664062 103.79492 L 72.859375 100.85938 L 75.794922 101.66406 L 76.603516 101.07617 L 76.015625 100.26758 L 72.974609 100.12695 L 74.648438 97.583984 L 74.337891 96.632812 z M 101.14453 96.78125 L 101.60156 97.013672 L 101.52148 97.521484 L 101.01367 97.601562 L 100.78125 97.144531 L 101.14453 96.78125 z M 35.138672 97.431641 L 34.1875 97.740234 L 33.113281 100.58984 L 31.212891 98.212891 L 30.212891 98.212891 L 30.212891 99.212891 L 32.589844 101.11328 L 29.740234 102.1875 L 29.431641 103.13867 L 30.382812 103.44727 L 32.925781 101.77539 L 33.066406 104.81445 L 33.876953 105.40234 L 34.464844 104.59375 L 33.658203 101.6582 L 36.59375 102.46484 L 37.402344 101.87695 L 36.814453 101.06641 L 33.775391 100.92578 L 35.447266 98.382812 L 35.138672 97.431641 z M 61.945312 97.582031 L 62.402344 97.814453 L 62.322266 98.322266 L 61.814453 98.402344 L 61.582031 97.945312 L 61.945312 97.582031 z M 123.93945 98.232422 L 122.98828 98.541016 L 121.91406 101.39062 L 120.01367 99.013672 L 119.01367 99.013672 L 119.01367 100.01367 L 121.39062 101.91406 L 118.54102 102.98828 L 118.23242 103.93945 L 119.18359 104.24805 L 121.72656 102.57617 L 121.86719 105.61523 L 122.67773 106.20312 L 123.26562 105.39453 L 122.45898 102.45898 L 125.39453 103.26562 L 126.20312 102.67773 L 125.61523 101.86719 L 122.57617 101.72656 L 124.24805 99.183594 L 123.93945 98.232422 z M 22.744141 98.380859 L 23.203125 98.615234 L 23.121094 99.123047 L 22.615234 99.203125 L 22.380859 98.744141 L 22.744141 98.380859 z M 84.738281 99.033203 L 83.787109 99.341797 L 82.714844 102.18945 L 80.8125 99.8125 L 79.8125 99.8125 L 79.8125 100.8125 L 82.189453 102.71484 L 79.341797 103.78711 L 79.033203 104.73828 L 79.984375 105.04883 L 82.527344 103.375 L 82.667969 106.41602 L 83.476562 107.00391 L 84.064453 106.19531 L 83.259766 103.25977 L 86.195312 104.06445 L 87.003906 103.47656 L 86.416016 102.66797 L 83.375 102.52734 L 85.048828 99.984375 L 84.738281 99.033203 z M 111.54492 99.181641 L 112.00195 99.414062 L 111.92188 99.921875 L 111.41406 100.00195 L 111.18164 99.544922 L 111.54492 99.181641 z M 45.539062 99.832031 L 44.587891 100.14062 L 43.513672 102.99023 L 41.613281 100.61328 L 40.613281 100.61328 L 40.613281 101.61328 L 42.990234 103.51367 L 40.140625 104.58789 L 39.832031 105.53906 L 40.783203 105.84766 L 43.326172 104.17578 L 43.466797 107.21484 L 44.277344 107.80273 L 44.865234 106.99414 L 44.058594 104.05859 L 46.994141 104.86523 L 47.802734 104.27734 L 47.214844 103.4668 L 44.175781 103.32617 L 45.847656 100.7832 L 45.539062 99.832031 z M 72.34375 99.980469 L 72.802734 100.21484 L 72.720703 100.72266 L 72.214844 100.80273 L 71.980469 100.34375 L 72.34375 99.980469 z M 6.3378906 100.63281 L 5.3867188 100.94141 L 4.3144531 103.78906 L 2.4121094 101.41211 L 1.4121094 101.41211 L 1.4121094 102.41211 L 3.7890625 104.31445 L 0.94140625 105.38672 L 0.6328125 106.33789 L 1.5839844 106.64844 L 4.1269531 104.97461 L 4.2675781 108.01562 L 5.0761719 108.60352 L 5.6640625 107.79492 L 4.859375 104.85938 L 7.7949219 105.66406 L 8.6035156 105.07617 L 8.015625 104.26758 L 4.9746094 104.12695 L 6.6484375 101.58398 L 6.3378906 100.63281 z M 33.144531 100.78125 L 33.601562 101.01367 L 33.521484 101.52148 L 33.013672 101.60156 L 32.78125 101.14453 L 33.144531 100.78125 z M 95.138672 101.43164 L 94.1875 101.74023 L 93.113281 104.58984 L 91.212891 102.21289 L 90.212891 102.21289 L 90.212891 103.21289 L 92.589844 105.11328 L 89.740234 106.1875 L 89.431641 107.13867 L 90.382812 107.44727 L 92.925781 105.77539 L 93.066406 108.81445 L 93.876953 109.40234 L 94.464844 108.59375 L 93.658203 105.6582 L 96.59375 106.46484 L 97.402344 105.87695 L 96.814453 105.06641 L 93.775391 104.92578 L 95.447266 102.38281 L 95.138672 101.43164 z M 121.94531 101.58203 L 122.40234 101.81445 L 122.32227 102.32227 L 121.81445 102.40234 L 121.58203 101.94531 L 121.94531 101.58203 z M 55.939453 102.23242 L 54.988281 102.54102 L 53.914062 105.39062 L 52.013672 103.01367 L 51.013672 103.01367 L 51.013672 104.01367 L 53.390625 105.91406 L 50.541016 106.98828 L 50.232422 107.93945 L 51.183594 108.24805 L 53.726562 106.57617 L 53.867188 109.61523 L 54.677734 110.20312 L 55.265625 109.39453 L 54.458984 106.45898 L 57.394531 107.26562 L 58.203125 106.67773 L 57.615234 105.86719 L 54.576172 105.72656 L 56.248047 103.18359 L 55.939453 102.23242 z M 82.744141 102.38086 L 83.203125 102.61523 L 83.121094 103.12305 L 82.615234 103.20312 L 82.380859 102.74414 L 82.744141 102.38086 z M 16.738281 103.0332 L 15.787109 103.3418 L 14.714844 106.18945 L 12.8125 103.8125 L 11.8125 103.8125 L 11.8125 104.8125 L 14.189453 106.71484 L 11.341797 107.78711 L 11.033203 108.73828 L 11.984375 109.04883 L 14.527344 107.375 L 14.667969 110.41602 L 15.476562 111.00391 L 16.064453 110.19531 L 15.259766 107.25977 L 18.195312 108.06445 L 19.003906 107.47656 L 18.416016 106.66797 L 15.375 106.52734 L 17.048828 103.98438 L 16.738281 103.0332 z M 43.544922 103.18164 L 44.001953 103.41406 L 43.921875 103.92188 L 43.414062 104.00195 L 43.181641 103.54492 L 43.544922 103.18164 z M 105.53906 103.83203 L 104.58789 104.14062 L 103.51367 106.99023 L 101.61328 104.61328 L 100.61328 104.61328 L 100.61328 105.61328 L 102.99023 107.51367 L 100.14062 108.58789 L 99.832031 109.53906 L 100.7832 109.84766 L 103.32617 108.17578 L 103.4668 111.21484 L 104.27734 111.80273 L 104.86523 110.99414 L 104.05859 108.05859 L 106.99414 108.86523 L 107.80273 108.27734 L 107.21484 107.4668 L 104.17578 107.32617 L 105.84766 104.7832 L 105.53906 103.83203 z M 4.34375 103.98047 L 4.8027344 104.21484 L 4.7207031 104.72266 L 4.2148438 104.80273 L 3.9804688 104.34375 L 4.34375 103.98047 z M 66.337891 104.63281 L 65.386719 104.94141 L 64.314453 107.78906 L 62.412109 105.41211 L 61.412109 105.41211 L 61.412109 106.41211 L 63.789062 108.31445 L 60.941406 109.38672 L 60.632812 110.33789 L 61.583984 110.64844 L 64.126953 108.97461 L 64.267578 112.01562 L 65.076172 112.60352 L 65.664062 111.79492 L 64.859375 108.85938 L 67.794922 109.66406 L 68.603516 109.07617 L 68.015625 108.26758 L 64.974609 108.12695 L 66.648438 105.58398 L 66.337891 104.63281 z M 93.144531 104.78125 L 93.601562 105.01367 L 93.521484 105.52148 L 93.013672 105.60156 L 92.78125 105.14453 L 93.144531 104.78125 z M 27.138672 105.43164 L 26.1875 105.74023 L 25.113281 108.58984 L 23.212891 106.21289 L 22.212891 106.21289 L 22.212891 107.21289 L 24.589844 109.11328 L 21.740234 110.1875 L 21.431641 111.13867 L 22.382812 111.44727 L 24.925781 109.77539 L 25.066406 112.81445 L 25.876953 113.40234 L 26.464844 112.59375 L 25.658203 109.6582 L 28.59375 110.46484 L 29.402344 109.87695 L 28.814453 109.06641 L 25.775391 108.92578 L 27.447266 106.38281 L 27.138672 105.43164 z M 53.945312 105.58203 L 54.402344 105.81445 L 54.322266 106.32227 L 53.814453 106.40234 L 53.582031 105.94531 L 53.945312 105.58203 z M 115.93945 106.23242 L 114.98828 106.54102 L 113.91406 109.39062 L 112.01367 107.01367 L 111.01367 107.01367 L 111.01367 108.01367 L 113.39062 109.91406 L 110.54102 110.98828 L 110.23242 111.93945 L 111.18359 112.24805 L 113.72656 110.57617 L 113.86719 113.61523 L 114.67773 114.20312 L 115.26562 113.39453 L 114.45898 110.45898 L 117.39453 111.26562 L 118.20312 110.67773 L 117.61523 109.86719 L 114.57617 109.72656 L 116.24805 107.18359 L 115.93945 106.23242 z M 14.744141 106.38086 L 15.203125 106.61523 L 15.121094 107.12305 L 14.615234 107.20312 L 14.380859 106.74414 L 14.744141 106.38086 z M 76.738281 107.0332 L 75.787109 107.3418 L 74.714844 110.18945 L 72.8125 107.8125 L 71.8125 107.8125 L 71.8125 108.8125 L 74.189453 110.71484 L 71.341797 111.78711 L 71.033203 112.73828 L 71.984375 113.04883 L 74.527344 111.375 L 74.667969 114.41602 L 75.476562 115.00391 L 76.064453 114.19531 L 75.259766 111.25977 L 78.195312 112.06445 L 79.003906 111.47656 L 78.416016 110.66797 L 75.375 110.52734 L 77.048828 107.98438 L 76.738281 107.0332 z M 103.54492 107.18164 L 104.00195 107.41406 L 103.92188 107.92188 L 103.41406 108.00195 L 103.18164 107.54492 L 103.54492 107.18164 z M 37.539062 107.83203 L 36.587891 108.14062 L 35.513672 110.99023 L 33.613281 108.61328 L 32.613281 108.61328 L 32.613281 109.61328 L 34.990234 111.51367 L 32.140625 112.58789 L 31.832031 113.53906 L 32.783203 113.84766 L 35.326172 112.17578 L 35.466797 115.21484 L 36.277344 115.80273 L 36.865234 114.99414 L 36.058594 112.05859 L 38.994141 112.86523 L 39.802734 112.27734 L 39.214844 111.4668 L 36.175781 111.32617 L 37.847656 108.7832 L 37.539062 107.83203 z M 64.34375 107.98047 L 64.802734 108.21484 L 64.720703 108.72266 L 64.214844 108.80273 L 63.980469 108.34375 L 64.34375 107.98047 z M 126.33789 108.63281 L 125.38672 108.94141 L 124.31445 111.78906 L 122.41211 109.41211 L 121.41211 109.41211 L 121.41211 110.41211 L 123.78906 112.31445 L 120.94141 113.38672 L 120.63281 114.33789 L 121.58398 114.64844 L 124.12695 112.97461 L 124.26758 116.01562 L 125.07617 116.60352 L 125.66406 115.79492 L 124.85938 112.85938 L 127.79492 113.66406 L 128 113.51562 L 128 112.26758 L 124.97461 112.12695 L 126.64844 109.58398 L 126.33789 108.63281 z M 25.144531 108.78125 L 25.601562 109.01367 L 25.521484 109.52148 L 25.013672 109.60156 L 24.78125 109.14453 L 25.144531 108.78125 z M 87.138672 109.43164 L 86.1875 109.74023 L 85.113281 112.58984 L 83.212891 110.21289 L 82.212891 110.21289 L 82.212891 111.21289 L 84.589844 113.11328 L 81.740234 114.1875 L 81.431641 115.13867 L 82.382812 115.44727 L 84.925781 113.77539 L 85.066406 116.81445 L 85.876953 117.40234 L 86.464844 116.59375 L 85.658203 113.6582 L 88.59375 114.46484 L 89.402344 113.87695 L 88.814453 113.06641 L 85.775391 112.92578 L 87.447266 110.38281 L 87.138672 109.43164 z M 113.94531 109.58203 L 114.40234 109.81445 L 114.32227 110.32227 L 113.81445 110.40234 L 113.58203 109.94531 L 113.94531 109.58203 z M 47.939453 110.23242 L 46.988281 110.54102 L 45.914062 113.39062 L 44.013672 111.01367 L 43.013672 111.01367 L 43.013672 112.01367 L 45.390625 113.91406 L 42.541016 114.98828 L 42.232422 115.93945 L 43.183594 116.24805 L 45.726562 114.57617 L 45.867188 117.61523 L 46.677734 118.20312 L 47.265625 117.39453 L 46.458984 114.45898 L 49.394531 115.26562 L 50.203125 114.67773 L 49.615234 113.86719 L 46.576172 113.72656 L 48.248047 111.18359 L 47.939453 110.23242 z M 74.744141 110.38086 L 75.203125 110.61523 L 75.121094 111.12305 L 74.615234 111.20312 L 74.380859 110.74414 L 74.744141 110.38086 z M 8.7382812 111.0332 L 7.7871094 111.3418 L 6.7148438 114.18945 L 4.8125 111.8125 L 3.8125 111.8125 L 3.8125 112.8125 L 6.1894531 114.71484 L 3.3417969 115.78711 L 3.0332031 116.73828 L 3.984375 117.04883 L 6.5273438 115.375 L 6.6679688 118.41602 L 7.4765625 119.00391 L 8.0644531 118.19531 L 7.2597656 115.25977 L 10.195312 116.06445 L 11.003906 115.47656 L 10.416016 114.66797 L 7.375 114.52734 L 9.0488281 111.98438 L 8.7382812 111.0332 z M 35.544922 111.18164 L 36.001953 111.41406 L 35.921875 111.92188 L 35.414062 112.00195 L 35.181641 111.54492 L 35.544922 111.18164 z M 97.539062 111.83203 L 96.587891 112.14062 L 95.513672 114.99023 L 93.613281 112.61328 L 92.613281 112.61328 L 92.613281 113.61328 L 94.990234 115.51367 L 92.140625 116.58789 L 91.832031 117.53906 L 92.783203 117.84766 L 95.326172 116.17578 L 95.466797 119.21484 L 96.277344 119.80273 L 96.865234 118.99414 L 96.058594 116.05859 L 98.994141 116.86523 L 99.802734 116.27734 L 99.214844 115.4668 L 96.175781 115.32617 L 97.847656 112.7832 L 97.539062 111.83203 z M 124.34375 111.98047 L 124.80273 112.21484 L 124.7207 112.72266 L 124.21484 112.80273 L 123.98047 112.34375 L 124.34375 111.98047 z M 0 112.26758 L 0 113.51562 L 0.60351562 113.07617 L 0.015625 112.26758 L 0 112.26758 z M 58.337891 112.63281 L 57.386719 112.94141 L 56.314453 115.78906 L 54.412109 113.41211 L 53.412109 113.41211 L 53.412109 114.41211 L 55.789062 116.31445 L 52.941406 117.38672 L 52.632812 118.33789 L 53.583984 118.64844 L 56.126953 116.97461 L 56.267578 120.01562 L 57.076172 120.60352 L 57.664062 119.79492 L 56.859375 116.85938 L 59.794922 117.66406 L 60.603516 117.07617 L 60.015625 116.26758 L 56.974609 116.12695 L 58.648438 113.58398 L 58.337891 112.63281 z M 85.144531 112.78125 L 85.601562 113.01367 L 85.521484 113.52148 L 85.013672 113.60156 L 84.78125 113.14453 L 85.144531 112.78125 z M 19.138672 113.43164 L 18.1875 113.74023 L 17.113281 116.58984 L 15.212891 114.21289 L 14.212891 114.21289 L 14.212891 115.21289 L 16.589844 117.11328 L 13.740234 118.1875 L 13.431641 119.13867 L 14.382812 119.44727 L 16.925781 117.77539 L 17.066406 120.81445 L 17.876953 121.40234 L 18.464844 120.59375 L 17.658203 117.6582 L 20.59375 118.46484 L 21.402344 117.87695 L 20.814453 117.06641 L 17.775391 116.92578 L 19.447266 114.38281 L 19.138672 113.43164 z M 45.945312 113.58203 L 46.402344 113.81445 L 46.322266 114.32227 L 45.814453 114.40234 L 45.582031 113.94531 L 45.945312 113.58203 z M 107.93945 114.23242 L 106.98828 114.54102 L 105.91406 117.39062 L 104.01367 115.01367 L 103.01367 115.01367 L 103.01367 116.01367 L 105.39062 117.91406 L 102.54102 118.98828 L 102.23242 119.93945 L 103.18359 120.24805 L 105.72656 118.57617 L 105.86719 121.61523 L 106.67773 122.20312 L 107.26562 121.39453 L 106.45898 118.45898 L 109.39453 119.26562 L 110.20312 118.67773 L 109.61523 117.86719 L 106.57617 117.72656 L 108.24805 115.18359 L 107.93945 114.23242 z M 6.7441406 114.38086 L 7.203125 114.61523 L 7.1210938 115.12305 L 6.6152344 115.20312 L 6.3808594 114.74414 L 6.7441406 114.38086 z M 68.738281 115.0332 L 67.787109 115.3418 L 66.714844 118.18945 L 64.8125 115.8125 L 63.8125 115.8125 L 63.8125 116.8125 L 66.189453 118.71484 L 63.341797 119.78711 L 63.033203 120.73828 L 63.984375 121.04883 L 66.527344 119.375 L 66.667969 122.41602 L 67.476562 123.00391 L 68.064453 122.19531 L 67.259766 119.25977 L 70.195312 120.06445 L 71.003906 119.47656 L 70.416016 118.66797 L 67.375 118.52734 L 69.048828 115.98438 L 68.738281 115.0332 z M 95.544922 115.18164 L 96.001953 115.41406 L 95.921875 115.92188 L 95.414062 116.00195 L 95.181641 115.54492 L 95.544922 115.18164 z M 29.539062 115.83203 L 28.587891 116.14062 L 27.513672 118.99023 L 25.613281 116.61328 L 24.613281 116.61328 L 24.613281 117.61328 L 26.990234 119.51367 L 24.140625 120.58789 L 23.832031 121.53906 L 24.783203 121.84766 L 27.326172 120.17578 L 27.466797 123.21484 L 28.277344 123.80273 L 28.865234 122.99414 L 28.058594 120.05859 L 30.994141 120.86523 L 31.802734 120.27734 L 31.214844 119.4668 L 28.175781 119.32617 L 29.847656 116.7832 L 29.539062 115.83203 z M 56.34375 115.98047 L 56.802734 116.21484 L 56.720703 116.72266 L 56.214844 116.80273 L 55.980469 116.34375 L 56.34375 115.98047 z M 118.33789 116.63281 L 117.38672 116.94141 L 116.31445 119.78906 L 114.41211 117.41211 L 113.41211 117.41211 L 113.41211 118.41211 L 115.78906 120.31445 L 112.94141 121.38672 L 112.63281 122.33789 L 113.58398 122.64844 L 116.12695 120.97461 L 116.26758 124.01562 L 117.07617 124.60352 L 117.66406 123.79492 L 116.85938 120.85938 L 119.79492 121.66406 L 120.60352 121.07617 L 120.01562 120.26758 L 116.97461 120.12695 L 118.64844 117.58398 L 118.33789 116.63281 z M 17.144531 116.78125 L 17.601562 117.01367 L 17.521484 117.52148 L 17.013672 117.60156 L 16.78125 117.14453 L 17.144531 116.78125 z M 79.138672 117.43164 L 78.1875 117.74023 L 77.113281 120.58984 L 75.212891 118.21289 L 74.212891 118.21289 L 74.212891 119.21289 L 76.589844 121.11328 L 73.740234 122.1875 L 73.431641 123.13867 L 74.382812 123.44727 L 76.925781 121.77539 L 77.066406 124.81445 L 77.876953 125.40234 L 78.464844 124.59375 L 77.658203 121.6582 L 80.59375 122.46484 L 81.402344 121.87695 L 80.814453 121.06641 L 77.775391 120.92578 L 79.447266 118.38281 L 79.138672 117.43164 z M 105.94531 117.58203 L 106.40234 117.81445 L 106.32227 118.32227 L 105.81445 118.40234 L 105.58203 117.94531 L 105.94531 117.58203 z M 39.939453 118.23242 L 38.988281 118.54102 L 37.914062 121.39062 L 36.013672 119.01367 L 35.013672 119.01367 L 35.013672 120.01367 L 37.390625 121.91406 L 34.541016 122.98828 L 34.232422 123.93945 L 35.183594 124.24805 L 37.726562 122.57617 L 37.867188 125.61523 L 38.677734 126.20312 L 39.265625 125.39453 L 38.458984 122.45898 L 41.394531 123.26562 L 42.203125 122.67773 L 41.615234 121.86719 L 38.576172 121.72656 L 40.248047 119.18359 L 39.939453 118.23242 z M 66.744141 118.38086 L 67.203125 118.61523 L 67.121094 119.12305 L 66.615234 119.20312 L 66.380859 118.74414 L 66.744141 118.38086 z M 0.73828125 119.0332 L 0 119.27344 L 0 121.57812 L 1.0488281 119.98438 L 0.73828125 119.0332 z M 27.544922 119.18164 L 28.001953 119.41406 L 27.921875 119.92188 L 27.414062 120.00195 L 27.181641 119.54492 L 27.544922 119.18164 z M 128 119.27344 L 127.78711 119.3418 L 126.71484 122.18945 L 124.8125 119.8125 L 123.8125 119.8125 L 123.8125 120.8125 L 126.18945 122.71484 L 123.3418 123.78711 L 123.0332 124.73828 L 123.98438 125.04883 L 126.52734 123.375 L 126.66797 126.41602 L 127.47656 127.00391 L 128 126.2832 L 128 125.96094 L 127.25977 123.25977 L 128 123.46289 L 128 122.55664 L 127.375 122.52734 L 128 121.57812 L 128 119.27344 z M 89.539062 119.83203 L 88.587891 120.14062 L 87.513672 122.99023 L 85.613281 120.61328 L 84.613281 120.61328 L 84.613281 121.61328 L 86.990234 123.51367 L 84.140625 124.58789 L 83.832031 125.53906 L 84.783203 125.84766 L 87.326172 124.17578 L 87.466797 127.21484 L 88.277344 127.80273 L 88.865234 126.99414 L 88.058594 124.05859 L 90.994141 124.86523 L 91.802734 124.27734 L 91.214844 123.4668 L 88.175781 123.32617 L 89.847656 120.7832 L 89.539062 119.83203 z M 116.34375 119.98047 L 116.80273 120.21484 L 116.7207 120.72266 L 116.21484 120.80273 L 115.98047 120.34375 L 116.34375 119.98047 z M 50.337891 120.63281 L 49.386719 120.94141 L 48.314453 123.78906 L 46.412109 121.41211 L 45.412109 121.41211 L 45.412109 122.41211 L 47.789062 124.31445 L 44.941406 125.38672 L 44.632812 126.33789 L 45.583984 126.64844 L 48.126953 124.97461 L 48.267578 128 L 49.515625 128 L 49.664062 127.79492 L 48.859375 124.85938 L 51.794922 125.66406 L 52.603516 125.07617 L 52.015625 124.26758 L 48.974609 124.12695 L 50.648438 121.58398 L 50.337891 120.63281 z M 77.144531 120.78125 L 77.601562 121.01367 L 77.521484 121.52148 L 77.013672 121.60156 L 76.78125 121.14453 L 77.144531 120.78125 z M 11.138672 121.43164 L 10.1875 121.74023 L 9.1132812 124.58984 L 7.2128906 122.21289 L 6.2128906 122.21289 L 6.2128906 123.21289 L 8.5898438 125.11328 L 5.7402344 126.1875 L 5.4316406 127.13867 L 6.3828125 127.44727 L 8.9257812 125.77539 L 9.0292969 128 L 10.300781 128 L 9.6582031 125.6582 L 12.59375 126.46484 L 13.402344 125.87695 L 12.814453 125.06641 L 9.7753906 124.92578 L 11.447266 122.38281 L 11.138672 121.43164 z M 37.945312 121.58203 L 38.402344 121.81445 L 38.322266 122.32227 L 37.814453 122.40234 L 37.582031 121.94531 L 37.945312 121.58203 z M 99.939453 122.23242 L 98.988281 122.54102 L 97.914062 125.39062 L 96.013672 123.01367 L 95.013672 123.01367 L 95.013672 124.01367 L 97.390625 125.91406 L 94.541016 126.98828 L 94.232422 127.93945 L 94.419922 128 L 95.560547 128 L 97.726562 126.57617 L 97.792969 128 L 98.882812 128 L 98.458984 126.45898 L 101.39453 127.26562 L 102.20312 126.67773 L 101.61523 125.86719 L 98.576172 125.72656 L 100.24805 123.18359 L 99.939453 122.23242 z M 126.74414 122.38086 L 127.20312 122.61523 L 127.12109 123.12305 L 126.61523 123.20312 L 126.38086 122.74414 L 126.74414 122.38086 z M 0 122.55664 L 0 123.46289 L 2.1953125 124.06445 L 3.0039062 123.47656 L 2.4160156 122.66797 L 0 122.55664 z M 60.738281 123.0332 L 59.787109 123.3418 L 58.714844 126.18945 L 56.8125 123.8125 L 55.8125 123.8125 L 55.8125 124.8125 L 58.189453 126.71484 L 55.341797 127.78711 L 55.273438 128 L 57.578125 128 L 58.527344 127.375 L 58.556641 128 L 59.462891 128 L 59.259766 127.25977 L 61.960938 128 L 62.283203 128 L 63.003906 127.47656 L 62.416016 126.66797 L 59.375 126.52734 L 61.048828 123.98438 L 60.738281 123.0332 z M 87.544922 123.18164 L 88.001953 123.41406 L 87.921875 123.92188 L 87.414062 124.00195 L 87.181641 123.54492 L 87.544922 123.18164 z M 21.539062 123.83203 L 20.587891 124.14062 L 19.513672 126.99023 L 17.613281 124.61328 L 16.613281 124.61328 L 16.613281 125.61328 L 18.990234 127.51367 L 17.699219 128 L 19.412109 128 L 19.181641 127.54492 L 19.544922 127.18164 L 20.001953 127.41406 L 19.921875 127.92188 L 19.425781 128 L 23.601562 128 L 23.214844 127.4668 L 20.175781 127.32617 L 21.847656 124.7832 L 21.539062 123.83203 z M 48.34375 123.98047 L 48.802734 124.21484 L 48.720703 124.72266 L 48.214844 124.80273 L 47.980469 124.34375 L 48.34375 123.98047 z M 110.33789 124.63281 L 109.38672 124.94141 L 108.31445 127.78906 L 106.41211 125.41211 L 105.41211 125.41211 L 105.41211 126.41211 L 107.39648 128 L 108.32422 128 L 108.34375 127.98047 L 108.38281 128 L 109.05859 128 L 110.64844 125.58398 L 110.33789 124.63281 z M 9.1445312 124.78125 L 9.6015625 125.01367 L 9.5214844 125.52148 L 9.0136719 125.60156 L 8.78125 125.14453 L 9.1445312 124.78125 z M 71.138672 125.43164 L 70.1875 125.74023 L 69.335938 128 L 70.384766 128 L 71.447266 126.38281 L 71.138672 125.43164 z M 97.945312 125.58203 L 98.402344 125.81445 L 98.322266 126.32227 L 97.814453 126.40234 L 97.582031 125.94531 L 97.945312 125.58203 z M 0 125.96094 L 0 126.2832 L 0.064453125 126.19531 L 0 125.96094 z M 66.212891 126.21289 L 66.212891 127.21289 L 67.197266 128 L 68.642578 128 L 67.212891 126.21289 L 66.212891 126.21289 z M 31.939453 126.23242 L 30.988281 126.54102 L 30.4375 128 L 31.710938 128 L 32.248047 127.18359 L 31.939453 126.23242 z M 58.744141 126.38086 L 59.203125 126.61523 L 59.121094 127.12305 L 58.615234 127.20312 L 58.380859 126.74414 L 58.744141 126.38086 z M 27.013672 127.01367 L 27.013672 128 L 28.802734 128 L 28.013672 127.01367 L 27.013672 127.01367 z M 120.73828 127.0332 L 119.78711 127.3418 L 119.53906 128 L 121.03906 128 L 121.04883 127.98438 L 120.73828 127.0332 z M 115.8125 127.8125 L 115.8125 128 L 116.96289 128 L 116.8125 127.8125 L 115.8125 127.8125 z M 81.539062 127.83203 L 81.021484 128 L 81.59375 128 L 81.539062 127.83203 z " />
+  <rect
+     width="128"
+     height="128"
+     rx="0"
+     x="0"
+     y="0"
+     id="rect8566"
+     style="fill:none;fill-opacity:1;stroke:none" />
+  <desc
+     id="desc400">Created with Snap</desc>
+</svg>


=====================================
symbols/flowerbed_mid_zoom.svg
=====================================
The diff for this file was not included because it is too large.

=====================================
symbols/generating_patterns/flowerbed.md
=====================================
@@ -0,0 +1,15 @@
+The rendering for the flowerbed is split into two patterns: one for mid-zoom levels, and one for high zoom levels.
+
+### Flowerbed mid zoom
+The pattern is generated using [jsdotpattern (command sequence is recorded)](https://imagico.de/map/jsdotpattern.php#x,128,jdp47459;gv,6,32,32;tr;ts;rd,0,0,0,dot,0.125,4,4,0,jdp75205,eef6c0,cdebb0;).
+
+Generated SVG image is sanitized for use with Mapnik by the script svg_pattern.sh from the jsdotpattern repository at http://github.com/imagico/jsdotpattern.
+
+The final file is `flowerbed_mid_zoom.svg`
+
+### Flowerbed high zoom
+The pattern is generated using [jsdotpattern (command sequence is recorded)](https://imagico.de/map/jsdotpattern.php#x,128,jdp62563;gv,15,32,32;tr;rd,0,0,0,flower1,1,5,5,0,jdp49618,eef6c0,cdebb0;).
+
+Generated SVG image is sanitized for use with Mapnik by the script svg_pattern.sh from the jsdotpattern repository at http://github.com/imagico/jsdotpattern.
+
+The final file is `flowerbed_high_zoom.svg`



View it on GitLab: https://salsa.debian.org/debian-gis-team/openstreetmap-carto/-/commit/b5ceb469e45d1772240a4a9052c945a484326665

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/openstreetmap-carto/-/commit/b5ceb469e45d1772240a4a9052c945a484326665
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240316/4de4f82e/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list