]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs build: move CSS files and pictures to dedicated directories
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 5 Aug 2009 09:44:35 +0000 (11:44 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 5 Aug 2009 16:27:22 +0000 (18:27 +0200)
Also delete texinfo.css.

38 files changed:
Documentation/GNUmakefile
Documentation/baer-flat-bw.png [deleted file]
Documentation/baer-flat-gray.png [deleted file]
Documentation/common-macros.itexi
Documentation/context-example.eps [deleted file]
Documentation/css/GNUmakefile [new file with mode: 0644]
Documentation/css/lilypond-blue.css [new file with mode: 0644]
Documentation/css/lilypond-ie-fixes.css [new file with mode: 0644]
Documentation/css/lilypond-mccarty.css [new file with mode: 0644]
Documentation/css/lilypond.css [new file with mode: 0644]
Documentation/de/learning/introduction.itely
Documentation/es/learning/introduction.itely
Documentation/essay/engraving.itely
Documentation/fr/learning/fundamental.itely
Documentation/fr/learning/introduction.itely
Documentation/henle-flat-bw.png [deleted file]
Documentation/henle-flat-gray.png [deleted file]
Documentation/lily-flat-bw.png [deleted file]
Documentation/lilypond-blue.css [deleted file]
Documentation/lilypond-ie-fixes.css [deleted file]
Documentation/lilypond-mccarty.css [deleted file]
Documentation/lilypond.css [deleted file]
Documentation/pictures/GNUmakefile
Documentation/pictures/baer-flat-bw.png [new file with mode: 0644]
Documentation/pictures/baer-flat-gray.png [new file with mode: 0644]
Documentation/pictures/context-example.eps [new file with mode: 0644]
Documentation/pictures/henle-flat-bw.png [new file with mode: 0644]
Documentation/pictures/henle-flat-gray.png [new file with mode: 0644]
Documentation/pictures/lily-flat-bw.png [new file with mode: 0644]
Documentation/texinfo.css [deleted file]
make/doc-i18n-root-rules.make
make/doc-i18n-root-vars.make
make/lysdoc-rules.make
make/lysdoc-vars.make
stepmake/stepmake/documentation-vars.make
stepmake/stepmake/generic-rules.make
stepmake/stepmake/generic-vars.make
stepmake/stepmake/texinfo-rules.make

index 07a93c3bcb7f75f6a4c91988b9d289ee096f0d45..72aef14ca9745ac686639e48690e729394d84ae6 100644 (file)
@@ -27,8 +27,6 @@ $(outdir)/snippets/index..html: TEXI2HTML_FLAGS += -D short_toc
 
 README_TOP_FILES= DEDICATION THANKS
 LATEX_FILES =$(call src-wildcard,*.latex)
-IMAGES=$(call src-wildcard,*.png)
-EPS_ILLUSTRATIONS=context-example.eps
 
 IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely)
 SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly)
@@ -38,10 +36,6 @@ SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly)
 # Dependencies
 GENERATED_ITELY_FILES = $(IN_ITELY_FILES:snippets/%-intro.itely=$(outdir)/%.itely)
 
-OUT_PDF_IMAGES = $(IMAGES:%.png=$(outdir)/%.pdf)
-OUT_PDF_IMAGES += $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf)
-OUT_PNG_IMAGES = $(OUT_PDF_IMAGES:%.pdf=%.png)
-
 XREF_MAPS_FILES += $(XREF_MAPS_DIR)/internals.xref-map
 OMF_FILES += $(outdir)/internals.html.omf $(outdir)/internals.pdf.omf
 
@@ -49,6 +43,7 @@ OMF_FILES += $(outdir)/internals.html.omf $(outdir)/internals.pdf.omf
 TEXINFO_MANUALS = internals\
  $(TELY_FILES:%.tely=%)\
  $(TEXI_FILES:%.texi=%)
+OUT_TEXINFO_MANUALS = $(TEXINFO_MANUALS:%=$(outdir)/%.texi)
 
 ## CHAIN_RULE hack: keep the following line *before* including
 # stepmake.make, so the Internals Reference is built before the
@@ -74,7 +69,6 @@ source-links = $(outdir)/source\
 
 HTML_PAGE_NAMES= index translations devel
 OUT_HTML_FILES += $(HTML_PAGE_NAMES:%=$(outdir)/%.html)
-OUT_CSS_FILES = $(CSS_FILES:%.css=$(outdir)/%.css)
 
 MAIN_INFO_DOC = lilypond-notation
 INFO_DOCS = lilypond-application lilypond-changes lilypond-contributor lilypond-internals \
@@ -131,7 +125,7 @@ local-clean:
 ### Web targets
 
 ifeq ($(out),www)
-local-WWW-1: $(TEXINFO_MANUALS:%=$(outdir)/%.texi) $(PDF_FILES) info
+local-WWW-1: $(OUT_TEXINFO_MANUALS) $(PDF_FILES) info
 
 local-WWW-2: txt-to-html $(OUT_HTML_FILES) $(DEEP_HTML_FILES) $(source-links) $(OMF_FILES)
 endif
@@ -145,15 +139,16 @@ txt-to-html:
        $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true
        $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES)
 
+ifeq ($(out),www)
+## Extra images dependencies
+$(OUT_TEXINFO_MANUALS): $(outdir)/pictures
 
-$(outdir)/%.css: %.css
-       ln -f $< $@
+$(outdir)/pictures: pictures-subdir
+       ln -sf ../pictures/$(outdir) $@
 
-## Extra images dependencies
-$(outdir)/learning/index.html: $(OUT_PNG_IMAGES) $(OUT_EPS_IMAGES)
-$(outdir)/notation/index.html: $(OUT_PNG_IMAGES) $(OUT_EPS_IMAGES)
-$(outdir)/learning-big-page.html: $(OUT_PNG_IMAGES)
-$(outdir)/notation-big-page.html: $(OUT_PNG_IMAGES)
+pictures-subdir:
+       $(MAKE) -C pictures WWW-1
+endif
 
 # Ugh, using '%' twice not possible
 $(outdir)/notation/notation.xml: $(outdir)/notation.texi
@@ -169,17 +164,6 @@ $(outdir)/learning.texi $(outdir)/notation.texi: $(OUT_PDF_IMAGES)
 $(foreach manual, $(MANUAL_SUBDIRS),\
 $(eval $(outdir)/(manual).texi: $(call src-wildcard,$(manual)/*.ite??)))
 
-$(outdir)/%.png: %.png
-       convert -depth 8 -geometry 50x50% $< $@
-
-$(outdir)/%.png: %.eps
-       gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -q -sOutputFile=$@ -sDEVICE=png16m -dEPSCrop -dNOPAUSE -f $< -c quit
-
-$(outdir)/%.pdf: %.png
-       convert -depth 8 $< $@
-
-$(outdir)/%.pdf: %.eps
-       gs -dAutoRotatePages=/None -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile=$@ -dEPSCrop -c .setpdfwrite -f $<
 
 
 $(outdir)/source:
diff --git a/Documentation/baer-flat-bw.png b/Documentation/baer-flat-bw.png
deleted file mode 100644 (file)
index bb25bd1..0000000
Binary files a/Documentation/baer-flat-bw.png and /dev/null differ
diff --git a/Documentation/baer-flat-gray.png b/Documentation/baer-flat-gray.png
deleted file mode 100644 (file)
index 08cd338..0000000
Binary files a/Documentation/baer-flat-gray.png and /dev/null differ
index 599d4f3e7c766bebfde056012ed881db7e0b603d..38fdd6f9ca2c9d90b15e83493e3192d5673fe96d 100644 (file)
@@ -1,7 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 
 
-
 @c Don't replace quotes with directed quotes.
 
 @set txicodequoteundirected
@@ -50,7 +49,7 @@
 @ifnotinfo
 
 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
-@image{\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
+@image{pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
 @end macro
 
 @end ifnotinfo
@@ -58,7 +57,7 @@
 @ifinfo
 
 @macro sourceimage{FILENAME,WIDTH,HEIGHT,ALTTEXT}
-@image{lilypond/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
+@image{lilypond/pictures/\FILENAME\,\WIDTH\,\HEIGHT\,\ALTTEXT\}
 @end macro
 
 @end ifinfo
diff --git a/Documentation/context-example.eps b/Documentation/context-example.eps
deleted file mode 100644 (file)
index 869417a..0000000
+++ /dev/null
@@ -1,3065 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Creator: inkscape 0.42
-%%Pages: 1
-%%Orientation: Portrait
-%%BoundingBox: -54 67 257 247
-%%HiResBoundingBox: -54.384930 67.324076 256.78175 246.86789
-%%EndComments
-%%Page: 1 1
-0 239 translate
-0.80000000 -0.80000000 scale
-gsave [1.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000] concat
-gsave
-0.68627453 0.68627453 0.68627453 setrgbcolor
-newpath
-20.007931 -1.7765938 moveto
-205.39661 -1.7765938 lineto
-207.64909 -1.7765938 209.46245 0.036769669 209.46245 2.2892436 curveto
-209.46245 131.07783 lineto
-209.46245 133.33030 207.64909 135.14366 205.39661 135.14366 curveto
-20.007931 135.14366 lineto
-17.755457 135.14366 15.942094 133.33030 15.942094 131.07783 curveto
-15.942094 2.2892436 lineto
-15.942094 0.036769669 17.755457 -1.7765938 20.007931 -1.7765938 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-20.007931 -1.7765938 moveto
-205.39661 -1.7765938 lineto
-207.64909 -1.7765938 209.46245 0.036769669 209.46245 2.2892436 curveto
-209.46245 131.07783 lineto
-209.46245 133.33030 207.64909 135.14366 205.39661 135.14366 curveto
-20.007931 135.14366 lineto
-17.755457 135.14366 15.942094 133.33030 15.942094 131.07783 curveto
-15.942094 2.2892436 lineto
-15.942094 0.036769669 17.755457 -1.7765938 20.007931 -1.7765938 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-30.771785 79.594475 moveto
-195.00948 79.594475 lineto
-197.26195 79.594475 199.07532 81.407838 199.07532 83.660312 curveto
-199.07532 115.56691 lineto
-199.07532 117.81938 197.26195 119.63275 195.00948 119.63275 curveto
-30.771785 119.63275 lineto
-28.519311 119.63275 26.705948 117.81938 26.705948 115.56691 curveto
-26.705948 83.660312 lineto
-26.705948 81.407838 28.519311 79.594475 30.771785 79.594475 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88509721 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-30.771785 79.594475 moveto
-195.00948 79.594475 lineto
-197.26195 79.594475 199.07532 81.407838 199.07532 83.660312 curveto
-199.07532 115.56691 lineto
-199.07532 117.81938 197.26195 119.63275 195.00948 119.63275 curveto
-30.771785 119.63275 lineto
-28.519311 119.63275 26.705948 117.81938 26.705948 115.56691 curveto
-26.705948 83.660312 lineto
-26.705948 81.407838 28.519311 79.594475 30.771785 79.594475 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-29.540218 15.862391 moveto
-195.60888 15.862391 lineto
-197.86135 15.862391 199.67471 17.675755 199.67471 19.928229 curveto
-199.67471 63.595695 lineto
-199.67471 65.848169 197.86135 67.661532 195.60888 67.661532 curveto
-29.540218 67.661532 lineto
-27.287744 67.661532 25.474380 65.848169 25.474380 63.595695 curveto
-25.474380 19.928229 lineto
-25.474380 17.675755 27.287744 15.862391 29.540218 15.862391 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88509721 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-29.540218 15.862391 moveto
-195.60888 15.862391 lineto
-197.86135 15.862391 199.67471 17.675755 199.67471 19.928229 curveto
-199.67471 63.595695 lineto
-199.67471 65.848169 197.86135 67.661532 195.60888 67.661532 curveto
-29.540218 67.661532 lineto
-27.287744 67.661532 25.474380 65.848169 25.474380 63.595695 curveto
-25.474380 19.928229 lineto
-25.474380 17.675755 27.287744 15.862391 29.540218 15.862391 curveto
-closepath
-stroke
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-117.71875 42.500000 moveto
-113.83588 42.578103 110.65477 45.607155 110.38673 49.481551 curveto
-110.11869 53.355946 112.85238 56.794197 116.68750 57.406250 curveto
-133.40625 60.281250 lineto
-149.31250 63.593750 lineto
-149.54010 63.635589 149.76951 63.666872 150.00000 63.687500 curveto
-174.11316 67.227299 lineto
-176.80789 67.585949 179.48575 66.458490 181.11244 64.280398 curveto
-182.73912 62.102307 183.05998 59.214546 181.95109 56.732501 curveto
-180.84220 54.250456 178.47714 52.562672 175.76941 52.321049 curveto
-151.90625 48.812500 lineto
-136.21875 45.531250 lineto
-136.12520 45.519066 136.03144 45.508647 135.93750 45.500000 curveto
-119.21875 42.625000 lineto
-118.72421 42.533144 118.22168 42.491266 117.71875 42.500000 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-117.71875 42.500000 moveto
-113.83588 42.578103 110.65477 45.607155 110.38673 49.481551 curveto
-110.11869 53.355946 112.85238 56.794197 116.68750 57.406250 curveto
-133.40625 60.281250 lineto
-149.31250 63.593750 lineto
-149.54010 63.635589 149.76951 63.666872 150.00000 63.687500 curveto
-174.11316 67.227299 lineto
-176.80789 67.585949 179.48575 66.458490 181.11244 64.280398 curveto
-182.73912 62.102307 183.05998 59.214546 181.95109 56.732501 curveto
-180.84220 54.250456 178.47714 52.562672 175.76941 52.321049 curveto
-151.90625 48.812500 lineto
-136.21875 45.531250 lineto
-136.12520 45.519066 136.03144 45.508647 135.93750 45.500000 curveto
-119.21875 42.625000 lineto
-118.72421 42.533144 118.22168 42.491266 117.71875 42.500000 curveto
-closepath
-stroke
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-94.581216 24.203616 moveto
-90.530643 24.092562 87.124140 27.218649 86.887678 31.263838 curveto
-86.651216 35.309028 89.670291 38.810723 93.706216 39.172366 curveto
-118.37500 42.156250 lineto
-118.91507 42.215098 119.45993 42.215098 120.00000 42.156250 curveto
-150.31250 38.937500 lineto
-174.15625 44.937500 lineto
-176.80294 45.740486 179.67677 45.021793 181.63391 43.067469 curveto
-183.59105 41.113145 184.31388 38.240355 183.51471 35.592507 curveto
-182.71553 32.944659 180.52405 30.951468 177.81250 30.406250 curveto
-152.68750 24.062500 lineto
-151.83039 23.845789 150.94171 23.782312 150.06250 23.875000 curveto
-119.21875 27.156250 lineto
-95.331216 24.266116 lineto
-95.082419 24.232746 94.832104 24.211886 94.581216 24.203616 curveto
-94.581216 24.203616 lineto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-94.581216 24.203616 moveto
-90.530643 24.092562 87.124140 27.218649 86.887678 31.263838 curveto
-86.651216 35.309028 89.670291 38.810723 93.706216 39.172366 curveto
-118.37500 42.156250 lineto
-118.91507 42.215098 119.45993 42.215098 120.00000 42.156250 curveto
-150.31250 38.937500 lineto
-174.15625 44.937500 lineto
-176.80294 45.740486 179.67677 45.021793 181.63391 43.067469 curveto
-183.59105 41.113145 184.31388 38.240355 183.51471 35.592507 curveto
-182.71553 32.944659 180.52405 30.951468 177.81250 30.406250 curveto
-152.68750 24.062500 lineto
-151.83039 23.845789 150.94171 23.782312 150.06250 23.875000 curveto
-119.21875 27.156250 lineto
-95.331216 24.266116 lineto
-95.082419 24.232746 94.832104 24.211886 94.581216 24.203616 curveto
-94.581216 24.203616 lineto
-closepath
-stroke
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-152.56250 87.812500 moveto
-152.36383 87.825445 152.16576 87.846295 151.96875 87.875000 curveto
-118.31250 91.906250 lineto
-94.289106 96.223025 lineto
-90.172859 96.714904 87.234727 100.45052 87.726606 104.56677 curveto
-88.218485 108.68302 91.954109 111.62115 96.070356 111.12927 curveto
-120.09375 106.78125 lineto
-151.12500 103.06250 lineto
-170.53125 115.28125 lineto
-172.79883 116.76854 175.69263 116.91604 178.09969 115.66704 curveto
-180.50675 114.41804 182.05221 111.96704 182.14168 109.25670 curveto
-182.23115 106.54636 180.85070 103.99878 178.53125 102.59375 curveto
-156.84375 88.968750 lineto
-155.56582 88.160636 154.07350 87.757600 152.56250 87.812500 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-152.56250 87.812500 moveto
-152.36383 87.825445 152.16576 87.846295 151.96875 87.875000 curveto
-118.31250 91.906250 lineto
-94.289106 96.223025 lineto
-90.172859 96.714904 87.234727 100.45052 87.726606 104.56677 curveto
-88.218485 108.68302 91.954109 111.62115 96.070356 111.12927 curveto
-120.09375 106.78125 lineto
-151.12500 103.06250 lineto
-170.53125 115.28125 lineto
-172.79883 116.76854 175.69263 116.91604 178.09969 115.66704 curveto
-180.50675 114.41804 182.05221 111.96704 182.14168 109.25670 curveto
-182.23115 106.54636 180.85070 103.99878 178.53125 102.59375 curveto
-156.84375 88.968750 lineto
-155.56582 88.160636 154.07350 87.757600 152.56250 87.812500 curveto
-closepath
-stroke
-gsave [3.5370080 0.0000000 0.0000000 3.5370080 -49.697970 -57.425720] concat
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 31.330290] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 29.572990] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 26.058390] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 24.301090] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 48.024630] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 46.267330] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 42.752730] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 40.995430] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 10.000000 33.087590] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-29.256904 -0.10000000 moveto
-31.174626 -0.10000000 lineto
-31.190289 -0.10000000 31.202899 -0.087390472 31.202899 -0.071727514 curveto
-31.202899 0.071727514 lineto
-31.202899 0.087390472 31.190289 0.10000000 31.174626 0.10000000 curveto
-29.256904 0.10000000 lineto
-29.241242 0.10000000 29.228632 0.087390472 29.228632 0.071727514 curveto
-29.228632 -0.071727514 lineto
-29.228632 -0.087390472 29.241242 -0.10000000 29.256904 -0.10000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.0000000 -2.0500000 moveto
-0.19000000 -2.0500000 lineto
-0.19000000 2.0500000 lineto
-0.0000000 2.0500000 lineto
-0.0000000 -2.0500000 lineto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.0000000 -2.0500000 moveto
-0.19000000 -2.0500000 lineto
-0.19000000 2.0500000 lineto
-0.0000000 2.0500000 lineto
-0.0000000 -2.0500000 lineto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.0000000 -2.0500000 moveto
-0.19000000 -2.0500000 lineto
-0.19000000 2.0500000 lineto
-0.0000000 2.0500000 lineto
-0.0000000 -2.0500000 lineto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.0000000 -2.0500000 moveto
-0.19000000 -2.0500000 lineto
-0.19000000 2.0500000 lineto
-0.0000000 2.0500000 lineto
-0.0000000 -2.0500000 lineto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 10.000000 33.087590] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-29.256904 -0.10000000 moveto
-31.174626 -0.10000000 lineto
-31.190289 -0.10000000 31.202899 -0.087390472 31.202899 -0.071727514 curveto
-31.202899 0.071727514 lineto
-31.202899 0.087390472 31.190289 0.10000000 31.174626 0.10000000 curveto
-29.256904 0.10000000 lineto
-29.241242 0.10000000 29.228632 0.087390472 29.228632 0.071727514 curveto
-29.228632 -0.071727514 lineto
-29.228632 -0.087390472 29.241242 -0.10000000 29.256904 -0.10000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 48.024630] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 46.267330] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 42.752730] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 40.995430] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 31.330290] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 29.572990] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 26.058390] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 24.301090] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.10000000 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-0.050000001 0.0000000 moveto
-24.783028 0.0000000 lineto
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 24.718840 36.162860] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.014136244 -6.8000002 moveto
-0.14586375 -6.8000002 lineto
-0.15369523 -6.8000002 0.16000000 -6.7936954 0.16000000 -6.7858639 curveto
-0.16000000 6.7858639 lineto
-0.16000000 6.7936954 0.15369523 6.8000002 0.14586375 6.8000002 curveto
-0.014136244 6.8000002 lineto
-0.0063047647 6.8000002 0.0000000 6.7936954 0.0000000 6.7858639 curveto
-0.0000000 -6.7858639 lineto
-0.0000000 -6.7936954 0.0063047647 -6.8000002 0.014136244 -6.8000002 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 35.178770] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-2.6061780 0.12601635 moveto
-2.6061780 0.52601635 lineto
-0.040000000 0.20000000 lineto
-0.040000000 -0.20000000 lineto
-2.6061780 0.12601635 lineto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.079999998 setlinewidth
-1 setlinejoin
-1 setlinecap
-newpath
-2.6061780 0.12601635 moveto
-2.6061780 0.52601635 lineto
-0.040000000 0.20000000 lineto
-0.040000000 -0.20000000 lineto
-2.6061780 0.12601635 lineto
-closepath
-stroke
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.91200000 -1.0760000 moveto
-0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
-0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
-0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
-8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
-0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
-0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
-0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
-0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
-1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
-1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
-1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
-1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
-1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
-1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
-0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
-0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
-0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
-0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
-0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
-1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
-1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
-1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
-1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
-1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
-1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
-1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
-1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
-1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
-1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
-1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
-1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 42.752730] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.84400000 -1.0720000 moveto
-0.71600013 -1.0600000 0.63999990 -1.0360000 0.54000000 -0.98800000 curveto
-0.30400024 -0.87600011 0.11999992 -0.64799974 0.044000000 -0.38400000 curveto
-0.0080000360 -0.26400012 -0.0079999880 -0.10799992 0.0040000000 -0.024000000 curveto
-0.035999968 0.19599978 0.24400023 0.35999999 0.47200000 0.34800000 curveto
-0.66399981 0.33600001 0.81600003 0.17999980 0.84400000 -0.024000000 curveto
-0.87599997 -0.25199977 0.70399977 -0.46000002 0.47200000 -0.47600000 curveto
-0.45200002 -0.47600000 0.43200000 -0.47600000 0.43200000 -0.48000000 curveto
-0.43200000 -0.48000000 0.44000001 -0.50000003 0.44800000 -0.52800000 curveto
-0.53599991 -0.77599975 0.68800020 -0.91200001 0.88800000 -0.92400000 curveto
-1.2239997 -0.93999998 1.4760001 -0.64799952 1.5360000 -0.17200000 curveto
-1.5440000 -0.10000007 1.5440000 0.084000064 1.5360000 0.14800000 curveto
-1.4960000 0.47599967 1.3639997 0.76000029 1.1120000 1.0520000 curveto
-1.0560001 1.1159999 0.91999992 1.2520001 0.84400000 1.3160000 curveto
-0.63200021 1.5039998 0.38399966 1.6800002 0.040000000 1.8920000 curveto
--0.051999908 1.9439999 -0.060000008 1.9520000 -0.068000000 1.9680000 curveto
--0.087999980 2.0080000 -0.071999956 2.0480000 -0.028000000 2.0680000 curveto
--0.0080000200 2.0800000 0.012000020 2.0760000 0.032000000 2.0680000 curveto
-0.063999968 2.0480000 0.10400008 2.0320000 0.18800000 1.9920000 curveto
-0.77199942 1.7280003 1.2040003 1.4639997 1.5120000 1.1760000 curveto
-1.8399997 0.86800031 2.0360000 0.52399963 2.0840000 0.15600000 curveto
-2.1479999 -0.31599953 1.9999997 -0.68000021 1.6560000 -0.89200000 curveto
-1.4880002 -0.99199990 1.2799998 -1.0560000 1.0360000 -1.0720000 curveto
-0.98000006 -1.0760000 0.86799998 -1.0760000 0.84400000 -1.0720000 curveto
-2.3920000 -0.69200000 moveto
-2.3440000 -0.68400001 2.2880000 -0.63999995 2.2640000 -0.59200000 curveto
-2.2320000 -0.53600006 2.2320000 -0.46799994 2.2640000 -0.41200000 curveto
-2.2760000 -0.38400003 2.3160000 -0.34399999 2.3440000 -0.33200000 curveto
-2.3999999 -0.30000003 2.4680001 -0.30000003 2.5240000 -0.33200000 curveto
-2.5520000 -0.34399999 2.5920000 -0.38400003 2.6040000 -0.41200000 curveto
-2.6639999 -0.51999989 2.6039999 -0.66000003 2.4800000 -0.68800000 curveto
-2.4560000 -0.69599999 2.4200000 -0.69600000 2.3920000 -0.69200000 curveto
-2.3920000 0.30800000 moveto
-2.3440000 0.31599999 2.2880000 0.36000005 2.2640000 0.40800000 curveto
-2.2320000 0.46399994 2.2320000 0.53200006 2.2640000 0.58800000 curveto
-2.2760000 0.61599997 2.3160000 0.65600001 2.3440000 0.66800000 curveto
-2.3999999 0.69999997 2.4680001 0.69999997 2.5240000 0.66800000 curveto
-2.5520000 0.65600001 2.5920000 0.61599997 2.6040000 0.58800000 curveto
-2.6639999 0.48000011 2.6039999 0.33999997 2.4800000 0.31200000 curveto
-2.4560000 0.30400001 2.4200000 0.30400000 2.3920000 0.30800000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.91200000 -1.0760000 moveto
-0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
-0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
-0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
-8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
-0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
-0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
-0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
-0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
-1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
-1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
-1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
-1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
-1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
-1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
-0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
-0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
-0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
-0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
-0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
-1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
-1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
-1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
-1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
-1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
-1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
-1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
-1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
-1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
-1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
-1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
-1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 29.572990] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-1.1800000 -4.9880000 moveto
-1.1560000 -4.9760000 1.1359999 -4.9640000 1.0840000 -4.9160000 curveto
-0.95600013 -4.7920001 0.83999992 -4.6359998 0.76000000 -4.4720000 curveto
-0.68800007 -4.3320001 0.63599998 -4.1599998 0.61200000 -4.0080000 curveto
-0.59200002 -3.8920001 0.58800000 -3.8639998 0.59200000 -3.7040000 curveto
-0.59200000 -3.2240005 0.65600021 -2.9119995 0.86800000 -2.3640000 curveto
-0.89199998 -2.3080001 0.90800000 -2.2600000 0.90400000 -2.2600000 curveto
-0.90400000 -2.2560000 0.87199996 -2.2119999 0.83200000 -2.1600000 curveto
-0.46000000 -1.6440000 lineto
-0.18400028 -1.2320004 0.051999956 -0.90399964 0.0080000000 -0.54800000 curveto
-8.0000000e-09 -0.46400008 8.0000000e-09 -0.27999992 0.0080000000 -0.20000000 curveto
-0.023999984 -0.084000116 0.056000040 0.044000108 0.096000000 0.15200000 curveto
-0.11999998 0.21999993 0.18400004 0.35200006 0.22400000 0.41200000 curveto
-0.48399974 0.82799958 0.92000048 1.0720000 1.4040000 1.0720000 curveto
-1.4759999 1.0720000 1.5680001 1.0640000 1.6320000 1.0560000 curveto
-1.6800000 1.0480000 lineto
-1.6800000 1.1600000 lineto
-1.6800000 1.3319998 1.6680000 1.5760001 1.6560000 1.6920000 curveto
-1.6240000 1.9719997 1.4999998 2.2120001 1.3200000 2.3360000 curveto
-1.1760001 2.4359999 0.99599982 2.4599999 0.81600000 2.3960000 curveto
-0.72400009 2.3640000 0.61999994 2.2959999 0.56400000 2.2280000 curveto
-0.54800000 2.2080000 lineto
-0.58800000 2.2120000 lineto
-0.81599977 2.2240000 0.99999999 2.0399998 0.98800000 1.8120000 curveto
-0.97600001 1.5960002 0.82399980 1.4320000 0.62400000 1.4200000 curveto
-0.46800016 1.4160000 0.30799992 1.4920001 0.22400000 1.6240000 curveto
-0.16000006 1.7239999 0.14400004 1.8440002 0.18000000 2.0000000 curveto
-0.25599992 2.3439997 0.55600038 2.6000000 0.93600000 2.6360000 curveto
-1.2519997 2.6680000 1.5320002 2.5119997 1.7080000 2.2000000 curveto
-1.7759999 2.0840001 1.8280000 1.9359999 1.8520000 1.7920000 curveto
-1.8720000 1.6680001 1.8880000 1.3959997 1.8880000 1.1360000 curveto
-1.8880000 0.99600000 lineto
-1.9080000 0.98800000 lineto
-2.1039998 0.91600007 2.2720001 0.77999981 2.4000000 0.59200000 curveto
-2.5879998 0.31200028 2.6279999 -0.044000328 2.5080000 -0.37200000 curveto
-2.4840000 -0.43599994 2.4360000 -0.53600006 2.3960000 -0.59600000 curveto
-2.3480000 -0.66799993 2.3119999 -0.71200006 2.2520000 -0.77600000 curveto
-2.1680001 -0.85599992 2.0839999 -0.91600005 1.9800000 -0.96800000 curveto
-1.8520001 -1.0279999 1.7559998 -1.0560000 1.5720000 -1.0760000 curveto
-1.5440000 -1.0800000 lineto
-1.5240000 -1.1400000 lineto
-1.4680001 -1.3239998 1.3679999 -1.6320002 1.2960000 -1.8360000 curveto
-1.2600000 -1.9360000 lineto
-1.2680000 -1.9480000 lineto
-1.3999999 -2.1239998 1.5320001 -2.3240002 1.6200000 -2.4800000 curveto
-1.8199998 -2.8319996 1.9240000 -3.1720003 1.9240000 -3.4960000 curveto
-1.9240000 -3.9039996 1.6959997 -4.4840004 1.4000000 -4.8440000 curveto
-1.3480001 -4.9039999 1.2880000 -4.9640000 1.2640000 -4.9760000 curveto
-1.2400000 -4.9920000 1.2000000 -4.9960000 1.1800000 -4.9880000 curveto
-1.4800000 -4.2960000 moveto
-1.5319999 -4.2160001 1.5720000 -4.1279999 1.5840000 -4.0560000 curveto
-1.6080000 -3.9400001 1.6040000 -3.7359998 1.5720000 -3.5680000 curveto
-1.5160001 -3.2440003 1.3639997 -2.9079996 1.0840000 -2.5080000 curveto
-1.0600000 -2.4720000 lineto
-1.0520000 -2.4840000 lineto
-1.0400000 -2.5160000 0.95599997 -2.7560001 0.92400000 -2.8480000 curveto
-0.83600009 -3.1119997 0.82000001 -3.2000001 0.83200000 -3.3480000 curveto
-0.85999997 -3.7159996 1.0400003 -4.0400002 1.3280000 -4.2560000 curveto
-1.3640000 -4.2840000 1.4480000 -4.3360000 1.4520000 -4.3360000 curveto
-1.4560000 -4.3360000 1.4680000 -4.3200000 1.4800000 -4.2960000 curveto
-1.1440000 -1.6520000 moveto
-1.2319999 -1.4040002 1.3360000 -1.0720000 1.3280000 -1.0640000 curveto
-1.3280000 -1.0640000 1.3080000 -1.0560000 1.2840000 -1.0520000 curveto
-1.1960001 -1.0360000 1.0919999 -0.99199996 1.0200000 -0.94800000 curveto
-0.81200021 -0.82000013 0.67999996 -0.61999976 0.63600000 -0.37600000 curveto
-0.62800001 -0.31200006 0.62800001 -0.17599994 0.64000000 -0.11200000 curveto
-0.68799995 0.15999973 0.85200026 0.37200013 1.1120000 0.50400000 curveto
-1.1799999 0.53599997 1.2040000 0.53999999 1.2360000 0.53200000 curveto
-1.2999999 0.51600002 1.3320000 0.43199994 1.2960000 0.37200000 curveto
-1.2840000 0.35600002 1.2760000 0.35199998 1.2440000 0.33600000 curveto
-1.1000001 0.25600008 0.99199996 0.13199986 0.95600000 -0.0040000000 curveto
-0.92000004 -0.13599987 0.94800008 -0.27600011 1.0280000 -0.38400000 curveto
-1.1119999 -0.49599989 1.2520002 -0.56800002 1.4200000 -0.58400000 curveto
-1.4400000 -0.58400000 1.4600000 -0.58800000 1.4600000 -0.58400000 curveto
-1.4640000 -0.58400000 1.5000000 -0.40399988 1.5240000 -0.28800000 curveto
-1.5879999 0.019999692 1.6320000 0.32800028 1.6560000 0.60800000 curveto
-1.6680000 0.73599987 1.6720000 0.84000000 1.6720000 0.84400000 curveto
-1.6640000 0.84800000 1.5959999 0.85600000 1.5240000 0.86000000 curveto
-1.2720003 0.87599998 1.0639998 0.83599989 0.85200000 0.72800000 curveto
-0.74000011 0.67200006 0.64799992 0.60799991 0.56400000 0.52000000 curveto
-0.44000012 0.39600012 0.36399997 0.26399985 0.33600000 0.11200000 curveto
-0.31600002 0.0080001040 0.32400003 -0.17600017 0.35600000 -0.34400000 curveto
-0.41999994 -0.64399970 0.55200024 -0.93600036 0.79600000 -1.3000000 curveto
-0.89599990 -1.4479999 1.1080000 -1.7360000 1.1120000 -1.7320000 curveto
-1.1160000 -1.7320000 1.1280000 -1.6960000 1.1440000 -1.6520000 curveto
-1.7520000 -0.54800000 moveto
-1.9199998 -0.49200006 2.0520001 -0.38799985 2.1480000 -0.24000000 curveto
-2.2719999 -0.056000184 2.3039999 0.17200020 2.2400000 0.37600000 curveto
-2.1880001 0.53999984 2.0639999 0.68800008 1.9200000 0.76400000 curveto
-1.8800000 0.78400000 lineto
-1.8760000 0.78400000 1.8760000 0.73599994 1.8720000 0.68000000 curveto
-1.8440000 0.31200037 1.7839999 -0.088000412 1.6920000 -0.50000000 curveto
-1.6920000 -0.50000000 1.6760000 -0.56800000 1.6760000 -0.56800000 curveto
-1.6760000 -0.56800000 1.6920000 -0.56800000 1.6920000 -0.56800000 curveto
-1.7000000 -0.56400000 1.7280000 -0.55599999 1.7520000 -0.54800000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 64.140360 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -2.0000000 moveto
-0.053691003 -2.0000000 lineto
-0.059956186 -2.0000000 0.064999998 -1.9949562 0.064999998 -1.9886910 curveto
-0.064999998 1.3008770 lineto
-0.064999998 1.3071422 0.059956186 1.3121860 0.053691003 1.3121860 curveto
--0.053691003 1.3121860 lineto
--0.059956186 1.3121860 -0.064999998 1.3071422 -0.064999998 1.3008770 curveto
--0.064999998 -1.9886910 lineto
--0.064999998 -1.9949562 -0.059956186 -2.0000000 -0.053691003 -2.0000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 62.055900 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 3.1878140 moveto
-0.053691003 3.1878140 lineto
-0.059956186 3.1878140 0.064999998 3.1928578 0.064999998 3.1991230 curveto
-0.064999998 5.4886910 lineto
-0.064999998 5.4949562 0.059956186 5.5000000 0.053691003 5.5000000 curveto
--0.053691003 5.5000000 lineto
--0.059956186 5.5000000 -0.064999998 5.4949562 -0.064999998 5.4886910 curveto
--0.064999998 3.1991230 lineto
--0.064999998 3.1928578 -0.059956186 3.1878140 -0.053691003 3.1878140 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 64.140360 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -3.5000000 moveto
-0.053691003 -3.5000000 lineto
-0.059956186 -3.5000000 0.064999998 -3.4949562 0.064999998 -3.4886910 curveto
-0.064999998 -0.69912299 lineto
-0.064999998 -0.69285781 0.059956186 -0.68781400 0.053691003 -0.68781400 curveto
--0.053691003 -0.68781400 lineto
--0.059956186 -0.68781400 -0.064999998 -0.69285781 -0.064999998 -0.69912299 curveto
--0.064999998 -3.4886910 lineto
--0.064999998 -3.4949562 -0.059956186 -3.5000000 -0.053691003 -3.5000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 47.145980] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 33.087590] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 26.937040] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.839270 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -0.31218600 moveto
-0.053691003 -0.31218600 lineto
-0.059956186 -0.31218600 0.064999998 -0.30714219 0.064999998 -0.30087701 curveto
-0.064999998 2.9886910 lineto
-0.064999998 2.9949562 0.059956186 3.0000000 0.053691003 3.0000000 curveto
--0.053691003 3.0000000 lineto
--0.059956186 3.0000000 -0.064999998 2.9949562 -0.064999998 2.9886910 curveto
--0.064999998 -0.30087701 lineto
--0.064999998 -0.30714219 -0.059956186 -0.31218600 -0.053691003 -0.31218600 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.839270 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 2.6878140 moveto
-0.053691003 2.6878140 lineto
-0.059956186 2.6878140 0.064999998 2.6928578 0.064999998 2.6991230 curveto
-0.064999998 4.9886910 lineto
-0.064999998 4.9949562 0.059956186 5.0000000 0.053691003 5.0000000 curveto
--0.053691003 5.0000000 lineto
--0.059956186 5.0000000 -0.064999998 4.9949562 -0.064999998 4.9886910 curveto
--0.064999998 2.6991230 lineto
--0.064999998 2.6928578 -0.059956186 2.6878140 -0.053691003 2.6878140 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 57.923740 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -4.0000000 moveto
-0.053691003 -4.0000000 lineto
-0.059956186 -4.0000000 0.064999998 -3.9949562 0.064999998 -3.9886910 curveto
-0.064999998 -1.6991230 lineto
-0.064999998 -1.6928578 0.059956186 -1.6878140 0.053691003 -1.6878140 curveto
--0.053691003 -1.6878140 lineto
--0.059956186 -1.6878140 -0.064999998 -1.6928578 -0.064999998 -1.6991230 curveto
--0.064999998 -3.9886910 lineto
--0.064999998 -3.9949562 -0.059956186 -4.0000000 -0.053691003 -4.0000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 43.631380] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 32.208940] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 25.179740] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 51.417580 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 2.1878140 moveto
-0.053691003 2.1878140 lineto
-0.059956186 2.1878140 0.064999998 2.1928578 0.064999998 2.1991230 curveto
-0.064999998 4.4886910 lineto
-0.064999998 4.4949562 0.059956186 4.5000000 0.053691003 4.5000000 curveto
--0.053691003 4.5000000 lineto
--0.059956186 4.5000000 -0.064999998 4.4949562 -0.064999998 4.4886910 curveto
--0.064999998 2.1991230 lineto
--0.064999998 2.1928578 -0.059956186 2.1878140 -0.053691003 2.1878140 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 51.303360 31.330290] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.995900 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 0.18781400 moveto
-0.053691003 0.18781400 lineto
-0.059956186 0.18781400 0.064999998 0.19285781 0.064999998 0.19912299 curveto
-0.064999998 2.9886910 lineto
-0.064999998 2.9949562 0.059956186 3.0000000 0.053691003 3.0000000 curveto
--0.053691003 3.0000000 lineto
--0.059956186 3.0000000 -0.064999998 2.9949562 -0.064999998 2.9886910 curveto
--0.064999998 0.19912299 lineto
--0.064999998 0.19285781 -0.059956186 0.18781400 -0.053691003 0.18781400 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.995900 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 1.6878140 moveto
-0.053691003 1.6878140 lineto
-0.059956186 1.6878140 0.064999998 1.6928578 0.064999998 1.6991230 curveto
-0.064999998 4.1786911 lineto
-0.064999998 4.1849562 0.059956186 4.1900001 0.053691003 4.1900001 curveto
--0.053691003 4.1900001 lineto
--0.059956186 4.1900001 -0.064999998 4.1849562 -0.064999998 4.1786911 curveto
--0.064999998 1.6991230 lineto
--0.064999998 1.6928578 -0.059956186 1.6878140 -0.053691003 1.6878140 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 49.080380 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -3.5000000 moveto
-0.053691003 -3.5000000 lineto
-0.059956186 -3.5000000 0.064999998 -3.4949562 0.064999998 -3.4886910 curveto
-0.064999998 -1.1991230 lineto
-0.064999998 -1.1928578 0.059956186 -1.1878140 0.053691003 -1.1878140 curveto
--0.053691003 -1.1878140 lineto
--0.059956186 -1.1878140 -0.064999998 -1.1928578 -0.064999998 -1.1991230 curveto
--0.064999998 -3.4886910 lineto
--0.064999998 -3.4949562 -0.059956186 -3.5000000 -0.053691003 -3.5000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 30.451640] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 26.058390] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 42.487180 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -3.0000000 moveto
-0.053691003 -3.0000000 lineto
-0.059956186 -3.0000000 0.064999998 -2.9949562 0.064999998 -2.9886910 curveto
-0.064999998 0.30087701 lineto
-0.064999998 0.30714219 0.059956186 0.31218600 0.053691003 0.31218600 curveto
--0.053691003 0.31218600 lineto
--0.059956186 0.31218600 -0.064999998 0.30714219 -0.064999998 0.30087701 curveto
--0.064999998 -2.9886910 lineto
--0.064999998 -2.9949562 -0.059956186 -3.0000000 -0.053691003 -3.0000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 42.487180 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--0.053691003 -4.0000000 moveto
-0.053691003 -4.0000000 lineto
-0.059956186 -4.0000000 0.064999998 -3.9949562 0.064999998 -3.9886910 curveto
-0.064999998 -1.6991230 lineto
-0.064999998 -1.6928578 0.059956186 -1.6878140 0.053691003 -1.6878140 curveto
--0.053691003 -1.6878140 lineto
--0.059956186 -1.6878140 -0.064999998 -1.6928578 -0.064999998 -1.6991230 curveto
--0.064999998 -3.9886910 lineto
--0.064999998 -3.9949562 -0.059956186 -4.0000000 -0.053691003 -4.0000000 curveto
-closepath
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 44.510030] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.91200000 -1.0760000 moveto
-0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
-0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
-0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
-8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
-0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
-0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
-0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
-0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
-1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
-1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
-1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
-1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
-1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
-1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
-0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
-0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
-0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
-0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
-0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
-1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
-1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
-1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
-1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
-1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
-1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
-1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
-1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
-1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
-1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
-1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
-1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 42.752730] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.84400000 -1.0720000 moveto
-0.71600013 -1.0600000 0.63999990 -1.0360000 0.54000000 -0.98800000 curveto
-0.30400024 -0.87600011 0.11999992 -0.64799974 0.044000000 -0.38400000 curveto
-0.0080000360 -0.26400012 -0.0079999880 -0.10799992 0.0040000000 -0.024000000 curveto
-0.035999968 0.19599978 0.24400023 0.35999999 0.47200000 0.34800000 curveto
-0.66399981 0.33600001 0.81600003 0.17999980 0.84400000 -0.024000000 curveto
-0.87599997 -0.25199977 0.70399977 -0.46000002 0.47200000 -0.47600000 curveto
-0.45200002 -0.47600000 0.43200000 -0.47600000 0.43200000 -0.48000000 curveto
-0.43200000 -0.48000000 0.44000001 -0.50000003 0.44800000 -0.52800000 curveto
-0.53599991 -0.77599975 0.68800020 -0.91200001 0.88800000 -0.92400000 curveto
-1.2239997 -0.93999998 1.4760001 -0.64799952 1.5360000 -0.17200000 curveto
-1.5440000 -0.10000007 1.5440000 0.084000064 1.5360000 0.14800000 curveto
-1.4960000 0.47599967 1.3639997 0.76000029 1.1120000 1.0520000 curveto
-1.0560001 1.1159999 0.91999992 1.2520001 0.84400000 1.3160000 curveto
-0.63200021 1.5039998 0.38399966 1.6800002 0.040000000 1.8920000 curveto
--0.051999908 1.9439999 -0.060000008 1.9520000 -0.068000000 1.9680000 curveto
--0.087999980 2.0080000 -0.071999956 2.0480000 -0.028000000 2.0680000 curveto
--0.0080000200 2.0800000 0.012000020 2.0760000 0.032000000 2.0680000 curveto
-0.063999968 2.0480000 0.10400008 2.0320000 0.18800000 1.9920000 curveto
-0.77199942 1.7280003 1.2040003 1.4639997 1.5120000 1.1760000 curveto
-1.8399997 0.86800031 2.0360000 0.52399963 2.0840000 0.15600000 curveto
-2.1479999 -0.31599953 1.9999997 -0.68000021 1.6560000 -0.89200000 curveto
-1.4880002 -0.99199990 1.2799998 -1.0560000 1.0360000 -1.0720000 curveto
-0.98000006 -1.0760000 0.86799998 -1.0760000 0.84400000 -1.0720000 curveto
-2.3920000 -0.69200000 moveto
-2.3440000 -0.68400001 2.2880000 -0.63999995 2.2640000 -0.59200000 curveto
-2.2320000 -0.53600006 2.2320000 -0.46799994 2.2640000 -0.41200000 curveto
-2.2760000 -0.38400003 2.3160000 -0.34399999 2.3440000 -0.33200000 curveto
-2.3999999 -0.30000003 2.4680001 -0.30000003 2.5240000 -0.33200000 curveto
-2.5520000 -0.34399999 2.5920000 -0.38400003 2.6040000 -0.41200000 curveto
-2.6639999 -0.51999989 2.6039999 -0.66000003 2.4800000 -0.68800000 curveto
-2.4560000 -0.69599999 2.4200000 -0.69600000 2.3920000 -0.69200000 curveto
-2.3920000 0.30800000 moveto
-2.3440000 0.31599999 2.2880000 0.36000005 2.2640000 0.40800000 curveto
-2.2320000 0.46399994 2.2320000 0.53200006 2.2640000 0.58800000 curveto
-2.2760000 0.61599997 2.3160000 0.65600001 2.3440000 0.66800000 curveto
-2.3999999 0.69999997 2.4680001 0.69999997 2.5240000 0.66800000 curveto
-2.5520000 0.65600001 2.5920000 0.61599997 2.6040000 0.58800000 curveto
-2.6639999 0.48000011 2.6039999 0.33999997 2.4800000 0.31200000 curveto
-2.4560000 0.30400001 2.4200000 0.30400000 2.3920000 0.30800000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 40.288490 45.388680] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 27.815690] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.91200000 -1.0760000 moveto
-0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
-0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
-0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
-8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
-0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
-0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
-0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
-0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
-1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
-1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
-1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
-1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
-1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
-1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
-0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
-0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
-0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
-0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
-0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
-1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
-1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
-1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
-1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
-1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
-1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
-1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
-1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
-1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
-1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
-1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
-1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 29.572990] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-1.1800000 -4.9880000 moveto
-1.1560000 -4.9760000 1.1359999 -4.9640000 1.0840000 -4.9160000 curveto
-0.95600013 -4.7920001 0.83999992 -4.6359998 0.76000000 -4.4720000 curveto
-0.68800007 -4.3320001 0.63599998 -4.1599998 0.61200000 -4.0080000 curveto
-0.59200002 -3.8920001 0.58800000 -3.8639998 0.59200000 -3.7040000 curveto
-0.59200000 -3.2240005 0.65600021 -2.9119995 0.86800000 -2.3640000 curveto
-0.89199998 -2.3080001 0.90800000 -2.2600000 0.90400000 -2.2600000 curveto
-0.90400000 -2.2560000 0.87199996 -2.2119999 0.83200000 -2.1600000 curveto
-0.46000000 -1.6440000 lineto
-0.18400028 -1.2320004 0.051999956 -0.90399964 0.0080000000 -0.54800000 curveto
-8.0000000e-09 -0.46400008 8.0000000e-09 -0.27999992 0.0080000000 -0.20000000 curveto
-0.023999984 -0.084000116 0.056000040 0.044000108 0.096000000 0.15200000 curveto
-0.11999998 0.21999993 0.18400004 0.35200006 0.22400000 0.41200000 curveto
-0.48399974 0.82799958 0.92000048 1.0720000 1.4040000 1.0720000 curveto
-1.4759999 1.0720000 1.5680001 1.0640000 1.6320000 1.0560000 curveto
-1.6800000 1.0480000 lineto
-1.6800000 1.1600000 lineto
-1.6800000 1.3319998 1.6680000 1.5760001 1.6560000 1.6920000 curveto
-1.6240000 1.9719997 1.4999998 2.2120001 1.3200000 2.3360000 curveto
-1.1760001 2.4359999 0.99599982 2.4599999 0.81600000 2.3960000 curveto
-0.72400009 2.3640000 0.61999994 2.2959999 0.56400000 2.2280000 curveto
-0.54800000 2.2080000 lineto
-0.58800000 2.2120000 lineto
-0.81599977 2.2240000 0.99999999 2.0399998 0.98800000 1.8120000 curveto
-0.97600001 1.5960002 0.82399980 1.4320000 0.62400000 1.4200000 curveto
-0.46800016 1.4160000 0.30799992 1.4920001 0.22400000 1.6240000 curveto
-0.16000006 1.7239999 0.14400004 1.8440002 0.18000000 2.0000000 curveto
-0.25599992 2.3439997 0.55600038 2.6000000 0.93600000 2.6360000 curveto
-1.2519997 2.6680000 1.5320002 2.5119997 1.7080000 2.2000000 curveto
-1.7759999 2.0840001 1.8280000 1.9359999 1.8520000 1.7920000 curveto
-1.8720000 1.6680001 1.8880000 1.3959997 1.8880000 1.1360000 curveto
-1.8880000 0.99600000 lineto
-1.9080000 0.98800000 lineto
-2.1039998 0.91600007 2.2720001 0.77999981 2.4000000 0.59200000 curveto
-2.5879998 0.31200028 2.6279999 -0.044000328 2.5080000 -0.37200000 curveto
-2.4840000 -0.43599994 2.4360000 -0.53600006 2.3960000 -0.59600000 curveto
-2.3480000 -0.66799993 2.3119999 -0.71200006 2.2520000 -0.77600000 curveto
-2.1680001 -0.85599992 2.0839999 -0.91600005 1.9800000 -0.96800000 curveto
-1.8520001 -1.0279999 1.7559998 -1.0560000 1.5720000 -1.0760000 curveto
-1.5440000 -1.0800000 lineto
-1.5240000 -1.1400000 lineto
-1.4680001 -1.3239998 1.3679999 -1.6320002 1.2960000 -1.8360000 curveto
-1.2600000 -1.9360000 lineto
-1.2680000 -1.9480000 lineto
-1.3999999 -2.1239998 1.5320001 -2.3240002 1.6200000 -2.4800000 curveto
-1.8199998 -2.8319996 1.9240000 -3.1720003 1.9240000 -3.4960000 curveto
-1.9240000 -3.9039996 1.6959997 -4.4840004 1.4000000 -4.8440000 curveto
-1.3480001 -4.9039999 1.2880000 -4.9640000 1.2640000 -4.9760000 curveto
-1.2400000 -4.9920000 1.2000000 -4.9960000 1.1800000 -4.9880000 curveto
-1.4800000 -4.2960000 moveto
-1.5319999 -4.2160001 1.5720000 -4.1279999 1.5840000 -4.0560000 curveto
-1.6080000 -3.9400001 1.6040000 -3.7359998 1.5720000 -3.5680000 curveto
-1.5160001 -3.2440003 1.3639997 -2.9079996 1.0840000 -2.5080000 curveto
-1.0600000 -2.4720000 lineto
-1.0520000 -2.4840000 lineto
-1.0400000 -2.5160000 0.95599997 -2.7560001 0.92400000 -2.8480000 curveto
-0.83600009 -3.1119997 0.82000001 -3.2000001 0.83200000 -3.3480000 curveto
-0.85999997 -3.7159996 1.0400003 -4.0400002 1.3280000 -4.2560000 curveto
-1.3640000 -4.2840000 1.4480000 -4.3360000 1.4520000 -4.3360000 curveto
-1.4560000 -4.3360000 1.4680000 -4.3200000 1.4800000 -4.2960000 curveto
-1.1440000 -1.6520000 moveto
-1.2319999 -1.4040002 1.3360000 -1.0720000 1.3280000 -1.0640000 curveto
-1.3280000 -1.0640000 1.3080000 -1.0560000 1.2840000 -1.0520000 curveto
-1.1960001 -1.0360000 1.0919999 -0.99199996 1.0200000 -0.94800000 curveto
-0.81200021 -0.82000013 0.67999996 -0.61999976 0.63600000 -0.37600000 curveto
-0.62800001 -0.31200006 0.62800001 -0.17599994 0.64000000 -0.11200000 curveto
-0.68799995 0.15999973 0.85200026 0.37200013 1.1120000 0.50400000 curveto
-1.1799999 0.53599997 1.2040000 0.53999999 1.2360000 0.53200000 curveto
-1.2999999 0.51600002 1.3320000 0.43199994 1.2960000 0.37200000 curveto
-1.2840000 0.35600002 1.2760000 0.35199998 1.2440000 0.33600000 curveto
-1.1000001 0.25600008 0.99199996 0.13199986 0.95600000 -0.0040000000 curveto
-0.92000004 -0.13599987 0.94800008 -0.27600011 1.0280000 -0.38400000 curveto
-1.1119999 -0.49599989 1.2520002 -0.56800002 1.4200000 -0.58400000 curveto
-1.4400000 -0.58400000 1.4600000 -0.58800000 1.4600000 -0.58400000 curveto
-1.4640000 -0.58400000 1.5000000 -0.40399988 1.5240000 -0.28800000 curveto
-1.5879999 0.019999692 1.6320000 0.32800028 1.6560000 0.60800000 curveto
-1.6680000 0.73599987 1.6720000 0.84000000 1.6720000 0.84400000 curveto
-1.6640000 0.84800000 1.5959999 0.85600000 1.5240000 0.86000000 curveto
-1.2720003 0.87599998 1.0639998 0.83599989 0.85200000 0.72800000 curveto
-0.74000011 0.67200006 0.64799992 0.60799991 0.56400000 0.52000000 curveto
-0.44000012 0.39600012 0.36399997 0.26399985 0.33600000 0.11200000 curveto
-0.31600002 0.0080001040 0.32400003 -0.17600017 0.35600000 -0.34400000 curveto
-0.41999994 -0.64399970 0.55200024 -0.93600036 0.79600000 -1.3000000 curveto
-0.89599990 -1.4479999 1.1080000 -1.7360000 1.1120000 -1.7320000 curveto
-1.1160000 -1.7320000 1.1280000 -1.6960000 1.1440000 -1.6520000 curveto
-1.7520000 -0.54800000 moveto
-1.9199998 -0.49200006 2.0520001 -0.38799985 2.1480000 -0.24000000 curveto
-2.2719999 -0.056000184 2.3039999 0.17200020 2.2400000 0.37600000 curveto
-2.1880001 0.53999984 2.0639999 0.68800008 1.9200000 0.76400000 curveto
-1.8800000 0.78400000 lineto
-1.8760000 0.78400000 1.8760000 0.73599994 1.8720000 0.68000000 curveto
-1.8440000 0.31200037 1.7839999 -0.088000412 1.6920000 -0.50000000 curveto
-1.6920000 -0.50000000 1.6760000 -0.56800000 1.6760000 -0.56800000 curveto
-1.6760000 -0.56800000 1.6920000 -0.56800000 1.6920000 -0.56800000 curveto
-1.7000000 -0.56400000 1.7280000 -0.55599999 1.7520000 -0.54800000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 40.288490 25.179740] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.71600000 -0.57200000 moveto
-0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
-0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
-0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
-0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
-0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
-1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
-1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
-1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
-1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
-0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
-fill
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 24.718840 36.162860] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-0.014136244 -6.8000002 moveto
-0.14586375 -6.8000002 lineto
-0.15369523 -6.8000002 0.16000000 -6.7936954 0.16000000 -6.7858639 curveto
-0.16000000 6.7858639 lineto
-0.16000000 6.7936954 0.15369523 6.8000002 0.14586375 6.8000002 curveto
-0.014136244 6.8000002 lineto
-0.0063047647 6.8000002 0.0000000 6.7936954 0.0000000 6.7858639 curveto
-0.0000000 -6.7858639 lineto
-0.0000000 -6.7936954 0.0063047647 -6.8000002 0.014136244 -6.8000002 curveto
-closepath
-fill
-grestore
-grestore
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 578.75540 111.50110] concat
-grestore
-gsave [1.7572990 0.0000000 0.0000000 1.7572990 675.79100 389.23080] concat
-grestore
-gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-268.55099 81.355152 moveto
-262.06179 98.465678 lineto
-261.94538 98.776073 261.80959 98.950670 261.65440 98.989470 curveto
-261.65440 98.989470 lineto
-261.57679 99.008869 261.47979 99.018569 261.36340 99.018570 curveto
-261.07240 99.018569 260.85900 98.882771 260.72322 98.611176 curveto
-260.70381 98.552977 260.67471 98.475378 260.63592 98.378380 curveto
-253.88482 80.511265 lineto
-253.67142 79.948693 253.32223 79.609199 252.83724 79.492782 curveto
-252.56564 79.434601 251.96425 79.405502 251.03307 79.405483 curveto
-251.03307 78.503397 lineto
-253.12823 78.561616 254.36011 78.590716 254.72871 78.590696 curveto
-256.80447 78.590716 258.19155 78.561616 258.88994 78.503397 curveto
-258.88994 79.405483 lineto
-257.29916 79.405502 256.50378 79.686797 256.50378 80.249370 curveto
-256.50378 80.326986 256.56198 80.501583 256.67838 80.773161 curveto
-262.23639 95.468426 lineto
-267.56161 81.442450 lineto
-267.65859 81.151472 267.70709 80.957476 267.70710 80.860460 curveto
-267.70709 80.239688 267.32879 79.803195 266.57222 79.550981 curveto
-266.54312 79.550981 lineto
-266.27151 79.454001 265.95142 79.405502 265.58284 79.405483 curveto
-265.58284 78.503397 lineto
-267.09600 78.561616 268.20178 78.590716 268.90018 78.590696 curveto
-269.88955 78.590716 270.83043 78.561616 271.72284 78.503397 curveto
-271.72284 79.405483 lineto
-270.09325 79.424902 269.03596 80.074791 268.55099 81.355152 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-286.01071 92.151079 moveto
-286.01071 92.151079 lineto
-286.01070 94.149252 285.27351 95.798224 283.79915 97.098000 curveto
-282.57696 98.164983 281.16078 98.698474 279.55061 98.698475 curveto
-277.68824 98.698474 276.11687 98.000086 274.83649 96.603308 curveto
-273.69191 95.342331 273.11962 93.858257 273.11962 92.151079 curveto
-273.11962 90.172319 273.82770 88.503947 275.24388 87.145959 curveto
-276.46606 85.943191 277.91134 85.341801 279.57971 85.341788 curveto
-281.46148 85.341801 283.04255 86.088689 284.32294 87.582452 curveto
-285.44811 88.882241 286.01070 90.405115 286.01071 92.151079 curveto
-279.57971 97.970986 moveto
-279.57971 97.970986 lineto
-280.87948 97.970987 281.90767 97.427796 282.66427 96.341412 curveto
-282.95526 95.817621 lineto
-283.38204 94.964038 283.59544 93.664260 283.59545 91.918283 curveto
-283.59544 90.055921 283.34324 88.707644 282.83886 87.873448 curveto
-282.00467 86.670679 280.90858 86.040189 279.55061 85.981978 curveto
-278.34783 85.981990 277.35844 86.466982 276.58246 87.436955 curveto
-276.44666 87.592163 276.33026 87.757060 276.23327 87.931647 curveto
-275.76767 88.785243 275.53488 90.114120 275.53488 91.918283 curveto
-275.53488 93.800058 275.77737 95.167734 276.26237 96.021317 curveto
-277.07715 97.282298 278.18293 97.932187 279.57971 97.970986 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-292.00522 85.516385 moveto
-292.00522 85.516385 lineto
-292.00522 96.195915 lineto
-292.00521 96.797307 292.12161 97.165900 292.35441 97.301697 curveto
-292.35441 97.301697 lineto
-292.58720 97.418096 293.14979 97.476295 294.04218 97.476294 curveto
-294.04218 98.378380 lineto
-292.06341 98.320181 291.05463 98.291081 291.01583 98.291081 curveto
-290.74423 98.291081 289.67725 98.320181 287.81488 98.378380 curveto
-287.81488 97.476294 lineto
-288.95946 97.476295 289.62875 97.388997 289.82275 97.214398 curveto
-289.88095 97.156199 lineto
-290.01675 97.001003 290.08464 96.671209 290.08465 96.166815 curveto
-290.08465 88.339040 lineto
-290.08464 87.563063 289.92945 87.097471 289.61905 86.942263 curveto
-289.58996 86.942263 lineto
-289.58996 86.942263 lineto
-289.56086 86.913163 lineto
-289.56086 86.913163 lineto
-289.30866 86.796776 288.76547 86.738577 287.93128 86.738566 curveto
-287.93128 85.836480 lineto
-292.00522 85.516385 lineto
-292.12161 80.453066 moveto
-292.12161 81.170872 291.80152 81.646164 291.16133 81.878943 curveto
-290.96733 81.956559 290.77333 81.995358 290.57934 81.995342 curveto
-289.90035 81.995358 289.42506 81.684963 289.15346 81.064157 curveto
-289.15346 81.035057 lineto
-289.07586 80.841078 289.03706 80.647081 289.03706 80.453066 curveto
-289.03706 79.851694 289.30866 79.405502 289.85185 79.114488 curveto
-290.06524 78.978709 290.30774 78.910810 290.57934 78.910791 curveto
-291.23892 78.910810 291.70452 79.201805 291.97612 79.783777 curveto
-292.07311 79.997192 292.12161 80.220288 292.12161 80.453066 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-305.37190 87.145959 moveto
-304.67351 86.428183 303.63562 86.069289 302.25825 86.069277 curveto
-301.03607 86.069289 300.05638 86.651279 299.31920 87.815249 curveto
-298.65961 88.862841 298.32981 90.269318 298.32982 92.034681 curveto
-298.32981 94.828240 299.16400 96.661509 300.83238 97.534493 curveto
-301.35616 97.825489 301.88965 97.970987 302.43285 97.970986 curveto
-304.33401 97.970987 305.60469 96.952504 306.24489 94.915535 curveto
-306.30308 94.721542 306.42918 94.624544 306.62318 94.624540 curveto
-306.87537 94.624544 307.00147 94.721542 307.00148 94.915535 curveto
-307.00147 95.284132 306.78807 95.807923 306.36129 96.486910 curveto
-305.41069 97.961287 304.01392 98.698474 302.17096 98.698475 curveto
-300.34738 98.698474 298.80511 97.980687 297.54413 96.545109 curveto
-296.45774 95.284132 295.91455 93.800058 295.91456 92.092880 curveto
-295.91455 90.094720 296.60324 88.426349 297.98062 87.087760 curveto
-299.16400 85.923791 300.58017 85.341801 302.22915 85.341788 curveto
-303.83932 85.341801 305.07120 85.778294 305.92480 86.651267 curveto
-306.42918 87.175070 306.68137 87.776460 306.68138 88.455438 curveto
-306.68137 89.192636 306.36128 89.638828 305.72110 89.794017 curveto
-305.60469 89.813425 305.47859 89.823125 305.34280 89.823117 curveto
-304.66381 89.823125 304.23701 89.512730 304.06242 88.891931 curveto
-304.02362 88.775543 304.00422 88.639745 304.00423 88.484538 curveto
-304.00422 87.786160 304.34371 87.359367 305.02271 87.204158 curveto
-305.13910 87.165370 305.25550 87.145971 305.37190 87.145959 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-319.17554 91.656387 moveto
-319.17554 91.656387 lineto
-311.05677 91.656387 lineto
-311.05677 93.635160 311.34776 95.090136 311.92976 96.021317 curveto
-312.86094 97.224099 313.95702 97.873988 315.21800 97.970986 curveto
-316.55657 97.970987 317.63325 97.427796 318.44805 96.341412 curveto
-318.73904 95.953421 318.97183 95.497529 319.14644 94.973734 curveto
-319.20463 94.702142 319.33073 94.566345 319.52473 94.566341 curveto
-319.77692 94.566345 319.90302 94.682743 319.90303 94.915535 curveto
-319.90302 95.342331 319.63142 95.924321 319.08824 96.661507 curveto
-318.29284 97.747891 317.24526 98.397779 315.94549 98.611176 curveto
-315.65449 98.669375 315.35379 98.698474 315.04341 98.698475 curveto
-313.21983 98.698474 311.66786 98.000086 310.38748 96.603308 curveto
-309.22350 95.322932 308.64151 93.780658 308.64151 91.976482 curveto
-308.64151 89.958923 309.33990 88.290551 310.73667 86.971362 curveto
-311.86185 85.884992 313.18103 85.341801 314.69421 85.341788 curveto
-316.88637 85.341801 318.41894 86.272985 319.29194 88.135344 curveto
-319.69932 89.008339 319.90302 89.978322 319.90303 91.045297 curveto
-319.90302 91.375099 319.83512 91.569095 319.69933 91.627288 curveto
-319.64112 91.646694 319.46652 91.656394 319.17554 91.656387 curveto
-311.08587 91.045297 moveto
-311.08587 91.045297 lineto
-317.98246 91.045297 lineto
-317.98245 89.202336 317.57506 87.815259 316.76028 86.884064 curveto
-316.21708 86.282685 315.52839 85.981990 314.69421 85.981978 curveto
-313.70482 85.981990 312.87064 86.437883 312.19165 87.349656 curveto
-311.51266 88.222652 311.14406 89.454531 311.08587 91.045297 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-326.78097 92.733070 moveto
-326.78097 92.733070 lineto
-325.11260 92.403281 324.01652 92.083187 323.49273 91.772785 curveto
-323.29873 91.675794 323.11443 91.549696 322.93984 91.394491 curveto
-322.10565 90.715510 321.68856 89.891024 321.68856 88.921031 curveto
-321.68856 87.563063 322.28994 86.573680 323.49273 85.952878 curveto
-324.24931 85.545498 325.19990 85.341801 326.34448 85.341788 curveto
-327.43086 85.341801 328.34264 85.613397 329.07984 86.156575 curveto
-329.29323 85.981990 329.45812 85.826793 329.57453 85.690983 curveto
-329.82672 85.458199 330.02071 85.341801 330.15652 85.341788 curveto
-330.35051 85.516398 330.45721 85.749194 330.47662 86.040177 curveto
-330.47662 88.979230 lineto
-330.47661 89.386633 330.41841 89.609729 330.30202 89.648519 curveto
-330.27292 89.648519 lineto
-330.24382 89.677619 lineto
-330.09832 89.677619 lineto
-329.88492 89.677628 329.76852 89.590329 329.74913 89.415723 curveto
-329.61332 87.456365 328.80823 86.311785 327.33387 85.981978 curveto
-327.02346 85.923791 326.69367 85.894692 326.34448 85.894679 curveto
-324.52091 85.894692 323.45393 86.457282 323.14353 87.582452 curveto
-323.10473 87.757060 323.08533 87.931657 323.08533 88.106244 curveto
-323.08533 89.095637 323.83222 89.794026 325.32600 90.201410 curveto
-325.61699 90.279017 326.06318 90.376016 326.66458 90.492406 curveto
-328.06135 90.764009 329.06043 91.142303 329.66183 91.627288 curveto
-329.77822 91.704893 329.88492 91.792192 329.98192 91.889184 curveto
-330.79670 92.703976 331.20409 93.625461 331.20410 94.653639 curveto
-331.20409 96.302615 330.52511 97.466595 329.16714 98.145584 curveto
-328.42994 98.514178 327.54726 98.698474 326.51908 98.698475 curveto
-325.25809 98.698474 324.19111 98.281381 323.31813 97.447195 curveto
-322.73614 98.116484 lineto
-322.34814 98.504478 322.10565 98.698474 322.00865 98.698475 curveto
-321.81465 98.523877 321.70795 98.291081 321.68856 98.000086 curveto
-321.68856 94.158947 lineto
-321.68856 93.732159 321.75645 93.499363 321.89225 93.460558 curveto
-321.89225 93.460558 lineto
-321.92135 93.431459 lineto
-322.06685 93.431459 lineto
-322.26085 93.431464 322.38694 93.538162 322.44514 93.751554 curveto
-322.44514 93.790358 322.45484 93.848557 322.47424 93.926151 curveto
-322.97863 96.176517 323.93892 97.505395 325.35510 97.912787 curveto
-325.70429 98.009786 326.09228 98.058285 326.51908 98.058285 curveto
-328.26504 98.058285 329.32233 97.447196 329.69093 96.225014 curveto
-329.76852 95.972821 329.80732 95.701225 329.80733 95.410227 curveto
-329.80732 93.994054 328.79853 93.101669 326.78097 92.733070 curveto
-fill
-grestore
-grestore
-gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-262.24407 16.217230 moveto
-262.24407 16.217230 lineto
-263.77664 16.585835 264.96002 17.497620 265.79422 18.952587 curveto
-266.33739 19.922579 266.60899 20.970162 266.60900 22.095338 curveto
-266.60899 23.938312 265.96880 25.461187 264.68844 26.663966 curveto
-263.62144 27.653350 262.35076 28.148042 260.87640 28.148042 curveto
-258.78122 28.148042 257.09345 27.566052 255.81307 26.402070 curveto
-255.81307 26.402070 lineto
-255.52208 26.111075 lineto
-254.82369 27.236257 254.47449 27.789148 254.47450 27.769748 curveto
-254.31930 28.021944 254.17380 28.148042 254.03800 28.148042 curveto
-253.84400 27.973445 253.73731 27.740649 253.71791 27.449653 curveto
-253.71791 21.629745 lineto
-253.71791 21.202958 253.78580 20.970162 253.92160 20.931356 curveto
-253.92160 20.931356 lineto
-253.95070 20.902256 lineto
-254.09620 20.902256 lineto
-254.30960 20.902263 254.42599 20.999261 254.44540 21.193252 curveto
-254.50359 23.055627 255.06618 24.510603 256.13317 25.558183 curveto
-256.24957 25.674581 lineto
-257.37474 26.722166 258.90732 27.245957 260.84730 27.245957 curveto
-262.30226 27.245957 263.39834 26.605768 264.13554 25.325387 curveto
-264.54292 24.627001 264.74662 23.880113 264.74663 23.084722 curveto
-264.74662 22.037144 264.44593 21.144759 263.84455 20.407564 curveto
-263.32075 19.709183 262.56416 19.233891 261.57478 18.981687 curveto
-261.54568 18.952587 lineto
-261.54568 18.971995 261.48748 18.962295 261.37109 18.923487 curveto
-258.96552 18.341506 257.68514 18.021411 257.52995 17.963203 curveto
-255.99737 17.439421 254.89159 16.440338 254.21260 14.965950 curveto
-253.88280 14.228775 253.71791 13.452788 253.71791 12.637986 curveto
-253.71791 10.872631 254.38719 9.4273548 255.72578 8.3021544 curveto
-256.77335 7.4291882 257.99553 6.9926955 259.39232 6.9926750 curveto
-261.04128 6.9926955 262.46716 7.5455863 263.66995 8.6513489 curveto
-264.04825 9.0296430 lineto
-265.06673 7.3709691 lineto
-265.20251 7.1187934 265.34801 6.9926955 265.50322 6.9926750 curveto
-265.69721 7.1672926 265.80390 7.4000887 265.82332 7.6910640 curveto
-265.82332 13.540072 lineto
-265.82330 13.947479 265.76510 14.170576 265.64872 14.209362 curveto
-265.61962 14.209362 lineto
-265.59052 14.238461 lineto
-265.44502 14.238461 lineto
-265.25101 14.238474 265.13462 14.122076 265.09583 13.889267 curveto
-264.55262 9.8735474 262.66116 7.8462813 259.42142 7.8074622 curveto
-258.02463 7.8074819 256.95765 8.3700725 256.22047 9.4952357 curveto
-256.19137 9.5243352 lineto
-255.78397 10.164542 255.58027 10.862931 255.58028 11.619502 curveto
-255.58027 12.899897 256.09437 13.918380 257.12255 14.674954 curveto
-257.52994 14.985362 257.99553 15.198758 258.51933 15.315144 curveto
-262.24407 16.217230 lineto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-278.67622 16.275429 moveto
-277.97782 15.557652 276.93994 15.198758 275.56257 15.198746 curveto
-274.34038 15.198758 273.36070 15.780749 272.62352 16.944719 curveto
-271.96392 17.992312 271.63413 19.398788 271.63413 21.164152 curveto
-271.63413 23.957712 272.46832 25.790981 274.13669 26.663966 curveto
-274.66048 26.954962 275.19397 27.100459 275.73717 27.100459 curveto
-277.63833 27.100459 278.90901 26.081976 279.54921 24.045007 curveto
-279.60740 23.851014 279.73349 23.754015 279.92750 23.754012 curveto
-280.17969 23.754015 280.30578 23.851014 280.30580 24.045007 curveto
-280.30578 24.413604 280.09239 24.937396 279.66561 25.616382 curveto
-278.71501 27.090760 277.31823 27.827947 275.47527 27.827948 curveto
-273.65170 27.827947 272.10942 27.110159 270.84845 25.674581 curveto
-269.76206 24.413604 269.21887 22.929529 269.21887 21.222351 curveto
-269.21887 19.224191 269.90756 17.555819 271.28494 16.217230 curveto
-272.46832 15.053261 273.88449 14.471270 275.53347 14.471257 curveto
-277.14364 14.471270 278.37552 14.907763 279.22911 15.780737 curveto
-279.73349 16.304540 279.98569 16.905930 279.98570 17.584909 curveto
-279.98569 18.322106 279.66560 18.768299 279.02542 18.923487 curveto
-278.90901 18.942896 278.78291 18.952596 278.64712 18.952587 curveto
-277.96812 18.952596 277.54133 18.642201 277.36674 18.021402 curveto
-277.32793 17.905013 277.30853 17.769215 277.30854 17.614008 curveto
-277.30853 16.915630 277.64803 16.488837 278.32703 16.333628 curveto
-278.44342 16.294840 278.55981 16.275440 278.67622 16.275429 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-294.83693 21.280550 moveto
-294.83693 21.280550 lineto
-294.83691 23.278723 294.09973 24.927696 292.62536 26.227473 curveto
-291.40317 27.294456 289.98699 27.827947 288.37683 27.827948 curveto
-286.51445 27.827947 284.94308 27.129559 283.66270 25.732780 curveto
-282.51812 24.471803 281.94583 22.987728 281.94583 21.280550 curveto
-281.94583 19.301790 282.65392 17.633418 284.07010 16.275429 curveto
-285.29227 15.072660 286.73755 14.471270 288.40593 14.471257 curveto
-290.28769 14.471270 291.86876 15.218158 293.14915 16.711922 curveto
-294.27432 18.011711 294.83691 19.534586 294.83693 21.280550 curveto
-288.40593 27.100459 moveto
-288.40593 27.100459 lineto
-289.70570 27.100459 290.73388 26.557268 291.49048 25.470885 curveto
-291.78148 24.947093 lineto
-292.20826 24.093510 292.42165 22.793731 292.42167 21.047754 curveto
-292.42165 19.185392 292.16946 17.837114 291.66508 17.002918 curveto
-290.83088 15.800148 289.73480 15.169659 288.37683 15.111447 curveto
-287.17404 15.111460 286.18466 15.596452 285.40868 16.566425 curveto
-285.27287 16.721633 285.15648 16.886530 285.05948 17.061117 curveto
-284.59388 17.914713 284.36109 19.243591 284.36109 21.047754 curveto
-284.36109 22.929529 284.60358 24.297206 285.08858 25.150790 curveto
-285.90336 26.411771 287.00914 27.061660 288.40593 27.100459 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-300.68593 25.238088 moveto
-300.68593 25.839480 300.80233 26.208074 301.03513 26.343871 curveto
-301.03513 26.343871 lineto
-301.06423 26.372970 lineto
-301.33582 26.528169 301.94691 26.605768 302.89750 26.605767 curveto
-303.50859 26.605767 lineto
-303.50859 27.507853 lineto
-302.73259 27.449654 301.50072 27.420554 299.81295 27.420554 curveto
-299.87114 27.420554 298.76536 27.449654 296.49560 27.507853 curveto
-296.49560 26.605767 lineto
-297.64018 26.605768 298.30947 26.518469 298.50347 26.343871 curveto
-298.56167 26.285672 lineto
-298.69746 26.130476 298.76536 25.800681 298.76536 25.296287 curveto
-298.76536 17.497610 lineto
-298.76536 16.741033 298.61986 16.275440 298.32887 16.100832 curveto
-298.09607 15.965046 297.67898 15.887447 297.07759 15.868036 curveto
-296.49560 15.868036 lineto
-296.49560 14.965950 lineto
-300.54044 14.645855 lineto
-300.54044 17.846804 lineto
-301.06422 16.217241 301.92751 15.198758 303.13030 14.791352 curveto
-303.44068 14.694367 303.77048 14.645868 304.11968 14.645855 curveto
-305.03146 14.645868 305.68135 14.985362 306.06935 15.664339 curveto
-306.20514 15.897147 306.27304 16.149342 306.27305 16.420927 curveto
-306.27304 17.099927 305.95294 17.517020 305.31276 17.672207 curveto
-305.21575 17.691617 305.11876 17.701316 305.02177 17.701307 curveto
-304.42037 17.701316 304.03237 17.439421 303.85778 16.915619 curveto
-303.79958 16.779832 303.77048 16.624634 303.77049 16.450026 curveto
-303.77048 15.926246 303.99357 15.547952 304.43978 15.315144 curveto
-304.40097 15.295757 304.29427 15.286057 304.11968 15.286045 curveto
-302.81989 15.286057 301.85961 16.081444 301.23883 17.672207 curveto
-300.87023 18.584002 300.68593 19.612185 300.68593 20.756759 curveto
-300.68593 25.238088 lineto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-318.39664 20.785858 moveto
-318.39664 20.785858 lineto
-310.27787 20.785858 lineto
-310.27787 22.764632 310.56886 24.219608 311.15086 25.150790 curveto
-312.08204 26.353572 313.17812 27.003461 314.43910 27.100459 curveto
-315.77768 27.100459 316.85436 26.557268 317.66915 25.470885 curveto
-317.96014 25.082893 318.19293 24.627001 318.36754 24.103206 curveto
-318.42573 23.831614 318.55183 23.695816 318.74584 23.695812 curveto
-318.99802 23.695816 319.12412 23.812214 319.12413 24.045007 curveto
-319.12412 24.471803 318.85252 25.053794 318.30934 25.790980 curveto
-317.51395 26.877363 316.46636 27.527252 315.16659 27.740649 curveto
-314.87559 27.798848 314.57490 27.827947 314.26451 27.827948 curveto
-312.44093 27.827947 310.88896 27.129559 309.60858 25.732780 curveto
-308.44460 24.452404 307.86261 22.910129 307.86261 21.105953 curveto
-307.86261 19.088393 308.56100 17.420021 309.95778 16.100832 curveto
-311.08295 15.014461 312.40213 14.471270 313.91531 14.471257 curveto
-316.10747 14.471270 317.64004 15.402455 318.51304 17.264814 curveto
-318.92042 18.137809 319.12412 19.107793 319.12413 20.174768 curveto
-319.12412 20.504570 319.05622 20.698566 318.92043 20.756759 curveto
-318.86222 20.776165 318.68763 20.785865 318.39664 20.785858 curveto
-310.30697 20.174768 moveto
-310.30697 20.174768 lineto
-317.20356 20.174768 lineto
-317.20355 18.331806 316.79616 16.944729 315.98138 16.013533 curveto
-315.43818 15.412155 314.74949 15.111460 313.91531 15.111447 curveto
-312.92592 15.111460 312.09174 15.567352 311.41275 16.479126 curveto
-310.73376 17.352122 310.36517 18.584002 310.30697 20.174768 curveto
-fill
-grestore
-grestore
-gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--61.621001 60.450596 moveto
--61.621001 60.450596 lineto
--60.088436 60.819201 -58.905056 61.730986 -58.070856 63.185953 curveto
--57.527679 64.155945 -57.256084 65.203528 -57.256069 66.328704 curveto
--57.256084 68.171678 -57.896273 69.694553 -59.176639 70.897332 curveto
--60.243634 71.886716 -61.514313 72.381408 -62.988679 72.381409 curveto
--65.083853 72.381408 -66.771625 71.799418 -68.052000 70.635436 curveto
--68.052000 70.635436 lineto
--68.342995 70.344441 lineto
--69.041387 71.469623 -69.390581 72.022514 -69.390579 72.003114 curveto
--69.545778 72.255310 -69.691276 72.381408 -69.827072 72.381409 curveto
--70.021070 72.206811 -70.127769 71.974015 -70.147167 71.683019 curveto
--70.147167 65.863111 lineto
--70.147168 65.436324 -70.079269 65.203528 -69.943470 65.164722 curveto
--69.943470 65.164722 lineto
--69.914370 65.135622 lineto
--69.768873 65.135622 lineto
--69.555478 65.135629 -69.439080 65.232627 -69.419678 65.426618 curveto
--69.361481 67.288993 -68.798891 68.743969 -67.731905 69.791549 curveto
--67.615506 69.907947 lineto
--66.490329 70.955532 -64.957755 71.479323 -63.017779 71.479323 curveto
--61.562812 71.479323 -60.466730 70.839134 -59.729530 69.558753 curveto
--59.322149 68.860367 -59.118453 68.113479 -59.118440 67.318088 curveto
--59.118453 66.270510 -59.419148 65.378125 -60.020526 64.640930 curveto
--60.544329 63.942549 -61.300916 63.467257 -62.290290 63.215053 curveto
--62.319390 63.185953 lineto
--62.319399 63.205361 -62.377598 63.195661 -62.493987 63.156853 curveto
--64.899556 62.574872 -66.179935 62.254777 -66.335127 62.196569 curveto
--67.867706 61.672787 -68.973488 60.673704 -69.652474 59.199316 curveto
--69.982271 58.462141 -70.147168 57.686154 -70.147167 56.871352 curveto
--70.147168 55.105997 -69.477879 53.660721 -68.139298 52.535520 curveto
--67.091719 51.662554 -65.869540 51.226062 -64.472756 51.226041 curveto
--62.823791 51.226062 -61.397915 51.778952 -60.195123 52.884715 curveto
--59.816829 53.263009 lineto
--58.798345 51.604335 lineto
--58.662560 51.352159 -58.517063 51.226062 -58.361852 51.226041 curveto
--58.167869 51.400659 -58.061170 51.633455 -58.041757 51.924430 curveto
--58.041757 57.773438 lineto
--58.041771 58.180845 -58.099970 58.403942 -58.216354 58.442728 curveto
--58.245454 58.442728 lineto
--58.274553 58.471827 lineto
--58.420051 58.471827 lineto
--58.614061 58.471840 -58.730459 58.355442 -58.769245 58.122633 curveto
--59.312449 54.106913 -61.203918 52.079647 -64.443656 52.040828 curveto
--65.840440 52.040848 -66.907422 52.603439 -67.644606 53.728602 curveto
--67.673706 53.757701 lineto
--68.081103 54.397909 -68.284799 55.096297 -68.284796 55.852868 curveto
--68.284799 57.133263 -67.770708 58.151746 -66.742520 58.908320 curveto
--66.335132 59.218728 -65.869540 59.432124 -65.345742 59.548510 curveto
--61.621001 60.450596 lineto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--50.601367 60.101402 moveto
--50.601367 60.101402 lineto
--50.601367 68.191074 lineto
--50.601372 70.131045 -50.038781 71.168928 -48.913593 71.304725 curveto
--48.836001 71.324126 -48.748703 71.333825 -48.651697 71.333825 curveto
--47.817518 71.333825 -47.235528 70.790634 -46.905725 69.704251 curveto
--46.769936 69.238660 -46.702037 68.695469 -46.702028 68.074676 curveto
--46.702028 66.474201 lineto
--45.974540 66.474201 lineto
--45.974540 68.132875 lineto
--45.974549 69.723652 -46.420742 70.868233 -47.313119 71.566621 curveto
--47.739920 71.896416 -48.254011 72.061313 -48.855394 72.061314 curveto
--50.484974 72.061313 -51.600455 71.450223 -52.201842 70.228042 curveto
--52.473441 69.646054 -52.609238 68.947665 -52.609235 68.132875 curveto
--52.609235 60.101402 lineto
--55.082696 60.101402 lineto
--55.082696 59.461212 lineto
--53.356126 59.383625 -52.211545 58.297243 -51.648950 56.202063 curveto
--51.454958 55.464891 -51.348259 54.679204 -51.328855 53.845000 curveto
--50.601367 53.845000 lineto
--50.601367 59.199316 lineto
--46.440132 59.199316 lineto
--46.440132 60.101402 lineto
--50.601367 60.101402 lineto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--34.635265 69.529653 moveto
--35.120267 70.732435 -35.973852 71.518122 -37.196025 71.886716 curveto
--37.584025 72.003114 -38.001118 72.061313 -38.447305 72.061314 curveto
--40.096283 72.061313 -41.366962 71.663620 -42.259345 70.868232 curveto
--42.821938 70.363842 -43.103233 69.733352 -43.103232 68.976762 curveto
--43.103233 67.482990 -42.278747 66.289910 -40.629771 65.397518 curveto
--40.493977 65.319926 -40.348479 65.252027 -40.193278 65.193821 curveto
--39.009902 64.631237 -37.273631 64.282043 -34.984460 64.146238 curveto
--34.838962 64.146238 lineto
--34.838962 63.069555 lineto
--34.838971 61.420591 -35.430661 60.285710 -36.614034 59.664908 curveto
--37.021435 59.451524 -37.457928 59.344826 -37.923513 59.344813 curveto
--39.203898 59.344826 -40.193282 59.723119 -40.891667 60.479696 curveto
--40.949869 60.557306 -41.008068 60.625204 -41.066264 60.683392 curveto
--40.154482 60.799801 -39.659791 61.245994 -39.582187 62.021971 curveto
--39.582192 62.681570 -39.882887 63.108363 -40.484273 63.302351 curveto
--40.620075 63.341159 -40.765572 63.360559 -40.920766 63.360550 curveto
--41.619158 63.360559 -42.045951 63.040464 -42.201146 62.400265 curveto
--42.239948 62.303276 -42.259347 62.167479 -42.259345 61.992872 curveto
--42.259347 60.828901 -41.648258 59.936516 -40.426074 59.315714 curveto
--39.669491 58.908333 -38.815905 58.704637 -37.865314 58.704623 curveto
--36.274547 58.704637 -34.945670 59.238128 -33.878677 60.305098 curveto
--33.199699 61.003498 -32.850505 61.973482 -32.831093 63.215053 curveto
--32.831093 63.244152 lineto
--32.831093 63.738844 lineto
--32.831093 69.558753 lineto
--32.831105 70.121346 -32.656508 70.538439 -32.307302 70.810033 curveto
--32.152116 70.945832 -31.967819 71.013731 -31.754410 71.013730 curveto
--31.075434 71.013731 -30.726240 70.392941 -30.706827 69.151359 curveto
--30.706827 67.521785 lineto
--29.979338 67.521785 lineto
--29.979338 69.151359 lineto
--29.979353 70.567538 -30.561343 71.450223 -31.725311 71.799418 curveto
--31.958120 71.877016 -32.171516 71.915816 -32.365501 71.915816 curveto
--33.316097 71.915816 -33.995085 71.411424 -34.402469 70.402640 curveto
--34.518877 70.131045 -34.596475 69.840050 -34.635265 69.529653 curveto
--34.838962 64.757328 moveto
--37.826521 64.873733 -39.727690 65.785518 -40.542472 67.492685 curveto
--40.755872 67.958282 -40.862571 68.443274 -40.862567 68.947662 curveto
--40.862571 69.937049 -40.416378 70.664537 -39.523988 71.130128 curveto
--39.136000 71.324126 -38.709207 71.421124 -38.243608 71.421124 curveto
--37.234831 71.421124 -36.390945 71.023431 -35.711948 70.228042 curveto
--35.129966 69.568455 -34.838971 68.714869 -34.838962 67.667283 curveto
--34.838962 64.757328 lineto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--17.670233 62.051071 moveto
--21.482273 71.508422 lineto
--21.637478 71.877016 -21.841175 72.061313 -22.093363 72.061314 curveto
--22.326167 72.061313 -22.500764 71.944915 -22.617155 71.712119 curveto
--22.636562 71.673320 -22.665661 71.605421 -22.704454 71.508422 curveto
--26.894788 61.178085 lineto
--27.108187 60.673704 -27.340983 60.373009 -27.593177 60.275999 curveto
--27.593177 60.246899 lineto
--27.864774 60.149912 -28.407965 60.101413 -29.222751 60.101402 curveto
--29.222751 59.199316 lineto
--28.349766 59.257527 -27.408882 59.286627 -26.400095 59.286614 curveto
--26.031505 59.286627 -24.974223 59.257527 -23.228245 59.199316 curveto
--23.228245 60.101402 lineto
--24.334033 60.101413 -24.886924 60.353609 -24.886919 60.857990 curveto
--24.886924 60.935599 -24.828725 61.100496 -24.712322 61.352682 curveto
--21.453173 69.471454 lineto
--18.485020 62.051071 lineto
--18.368633 61.721286 -18.310434 61.488490 -18.310423 61.352682 curveto
--18.310434 60.673704 -18.649928 60.266310 -19.328907 60.130501 curveto
--19.445315 60.111113 -19.571413 60.101413 -19.707201 60.101402 curveto
--19.707201 59.199316 lineto
--18.717827 59.257527 -17.873941 59.286627 -17.175540 59.286614 curveto
--16.380166 59.286627 -15.652679 59.257527 -14.993075 59.199316 curveto
--14.993075 60.101402 lineto
--16.254068 60.120813 -17.127054 60.712503 -17.612034 61.876474 curveto
--17.612034 61.905573 lineto
--17.631445 61.944382 -17.650845 61.992882 -17.670233 62.051071 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
--3.0813580 65.019224 moveto
--3.0813580 65.019224 lineto
--11.200130 65.019224 lineto
--11.200134 66.997998 -10.909138 68.452974 -10.327144 69.384156 curveto
--9.3959638 70.586938 -8.2998821 71.236827 -7.0388958 71.333825 curveto
--5.7003255 71.333825 -4.6236435 70.790634 -3.8088465 69.704251 curveto
--3.5178620 69.316259 -3.2850659 68.860367 -3.1104575 68.336572 curveto
--3.0522698 68.064980 -2.9261719 67.929182 -2.7321635 67.929178 curveto
--2.4799794 67.929182 -2.3538815 68.045580 -2.3538694 68.278373 curveto
--2.3538815 68.705169 -2.6254769 69.287160 -3.1686566 70.024346 curveto
--3.9640546 71.110729 -5.0116371 71.760618 -6.3114072 71.974015 curveto
--6.6024105 72.032214 -6.9031054 72.061313 -7.2134930 72.061314 curveto
--9.0370698 72.061313 -10.589044 71.362925 -11.869420 69.966146 curveto
--13.033403 68.685770 -13.615393 67.143495 -13.615392 65.339319 curveto
--13.615393 63.321759 -12.917005 61.653387 -11.520225 60.334198 curveto
--10.395047 59.247827 -9.0758691 58.704637 -7.5626875 58.704623 curveto
--5.3705311 58.704637 -3.8379567 59.635821 -2.9649598 61.498180 curveto
--2.5575781 62.371175 -2.3538815 63.341159 -2.3538694 64.408134 curveto
--2.3538815 64.737936 -2.4217804 64.931932 -2.5575662 64.990125 curveto
--2.6157771 65.009531 -2.7903742 65.019231 -3.0813580 65.019224 curveto
--11.171031 64.408134 moveto
--11.171031 64.408134 lineto
--4.2744392 64.408134 lineto
--4.2744494 62.565172 -4.6818426 61.178095 -5.4966200 60.246899 curveto
--6.0398199 59.645521 -6.7285084 59.344826 -7.5626875 59.344813 curveto
--8.5520779 59.344826 -9.3862639 59.800718 -10.065248 60.712492 curveto
--10.744241 61.585488 -11.112835 62.817368 -11.171031 64.408134 curveto
-fill
-grestore
-gsave
-0.0000000 0.0000000 0.0000000 setrgbcolor
-newpath
-4.5240794 66.095907 moveto
-4.5240794 66.095907 lineto
-2.8557012 65.766118 1.7596195 65.446024 1.2358311 65.135622 curveto
-1.0418315 65.038631 0.85753462 64.912533 0.68293975 64.757328 curveto
--0.15124852 64.078347 -0.56834154 63.253860 -0.56834058 62.283867 curveto
--0.56834154 60.925899 0.033048404 59.936516 1.2358311 59.315714 curveto
-1.9924156 58.908333 2.9429998 58.704637 4.0875862 58.704623 curveto
-5.1739625 58.704637 6.0857472 58.976232 6.8229432 59.519411 curveto
-7.0363313 59.344826 7.2012286 59.189628 7.3176355 59.053818 curveto
-7.5698224 58.821035 7.7638192 58.704637 7.8996263 58.704623 curveto
-8.0936136 58.879234 8.2003119 59.112030 8.2197213 59.403012 curveto
-8.2197213 62.342066 lineto
-8.2197115 62.749469 8.1615125 62.972565 8.0451240 63.011356 curveto
-8.0160245 63.011356 lineto
-7.9869249 63.040455 lineto
-7.8414272 63.040455 lineto
-7.6280214 63.040464 7.5116234 62.953165 7.4922327 62.778559 curveto
-7.3564260 60.819201 6.5513394 59.674620 5.0769707 59.344813 curveto
-4.7665693 59.286627 4.4367748 59.257527 4.0875862 59.257515 curveto
-2.2640111 59.257527 1.1970289 59.820118 0.88663655 60.945288 curveto
-0.84783478 61.119896 0.82843511 61.294493 0.82843746 61.469080 curveto
-0.82843511 62.458474 1.5753226 63.156862 3.0691022 63.564247 curveto
-3.3600928 63.641854 3.8062853 63.738852 4.4076812 63.855243 curveto
-5.8044519 64.126846 6.8035352 64.505140 7.4049341 64.990125 curveto
-7.5213232 65.067730 7.6280214 65.155029 7.7250291 65.252021 curveto
-8.5398062 66.066813 8.9471994 66.988298 8.9472099 68.016477 curveto
-8.9471994 69.665453 8.2682107 70.829434 6.9102419 71.508422 curveto
-6.1730458 71.877016 5.2903605 72.061313 4.2621835 72.061314 curveto
-3.0011988 72.061313 1.9342166 71.644220 1.0612338 70.810033 curveto
-0.47924295 71.479323 lineto
-0.091247431 71.867316 -0.15124852 72.061313 -0.24824561 72.061314 curveto
--0.44224365 71.886716 -0.54894187 71.653920 -0.56834058 71.362925 curveto
--0.56834058 67.521785 lineto
--0.56834154 67.094996 -0.50044268 66.862200 -0.36464378 66.823396 curveto
--0.36464378 66.823396 lineto
--0.33554424 66.794296 lineto
--0.19004653 66.794296 lineto
-0.0039488903 66.794301 0.13004678 66.900999 0.18824753 67.114391 curveto
-0.18824581 67.153195 0.19794565 67.211394 0.21734707 67.288989 curveto
-0.72173689 69.539355 1.6820208 70.868233 3.0982018 71.275626 curveto
-3.4473913 71.372625 3.8353848 71.421124 4.2621835 71.421124 curveto
-6.0081485 71.421124 7.0654308 70.810034 7.4340336 69.587852 curveto
-7.5116234 69.335659 7.5504227 69.064063 7.5504318 68.773065 curveto
-7.5504227 67.356892 6.5416396 66.464507 4.5240794 66.095907 curveto
-fill
-grestore
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-1.1063715 setlinewidth
-0 setlinejoin
-1 setlinecap
-newpath
-182.68874 61.446269 moveto
-239.20838 80.359267 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-1.1210915 setlinewidth
-0 setlinejoin
-1 setlinecap
-newpath
-183.89135 40.065168 moveto
-244.83751 74.101277 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-1.1424956 setlinewidth
-0 setlinejoin
-1 setlinecap
-newpath
-25.379291 39.857977 moveto
-4.3453306 54.751570 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-1.1676413 setlinewidth
-0 setlinejoin
-1 setlinecap
-newpath
-26.401801 100.36701 moveto
-0.58382064 77.858297 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-1.1063715 setlinewidth
-0 setlinejoin
-1 setlinecap
-newpath
-209.76401 30.965176 moveto
-240.46132 21.586553 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[1.2744309 3.8232932] 0.0000000 setdash
-1.2744310 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-151.69419 -9.7574803 moveto
-151.29749 197.75887 lineto
-stroke
-gsave
-0.68627453 0.68627453 0.68627453 setrgbcolor
-newpath
-146.02685 142.84831 moveto
-156.68525 142.84831 lineto
-160.98282 142.84831 164.44260 146.30809 164.44260 150.60566 curveto
-164.44260 205.64506 lineto
-164.44260 209.94263 160.98282 213.40240 156.68525 213.40240 curveto
-146.02685 213.40240 lineto
-141.72928 213.40240 138.26950 209.94263 138.26950 205.64506 curveto
-138.26950 150.60566 lineto
-138.26950 146.30809 141.72928 142.84831 146.02685 142.84831 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-146.02685 142.84831 moveto
-156.68525 142.84831 lineto
-160.98282 142.84831 164.44260 146.30809 164.44260 150.60566 curveto
-164.44260 205.64506 lineto
-164.44260 209.94263 160.98282 213.40240 156.68525 213.40240 curveto
-146.02685 213.40240 lineto
-141.72928 213.40240 138.26950 209.94263 138.26950 205.64506 curveto
-138.26950 150.60566 lineto
-138.26950 146.30809 141.72928 142.84831 146.02685 142.84831 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-149.01595 148.13576 moveto
-153.82477 148.13576 lineto
-157.62352 148.13576 160.68172 151.19396 160.68172 154.99271 curveto
-160.68172 176.06715 lineto
-160.68172 179.86591 157.62352 182.92411 153.82477 182.92411 curveto
-149.01595 182.92411 lineto
-145.21720 182.92411 142.15900 179.86591 142.15900 176.06715 curveto
-142.15900 154.99271 lineto
-142.15900 151.19396 145.21720 148.13576 149.01595 148.13576 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-149.01595 148.13576 moveto
-153.82477 148.13576 lineto
-157.62352 148.13576 160.68172 151.19396 160.68172 154.99271 curveto
-160.68172 176.06715 lineto
-160.68172 179.86591 157.62352 182.92411 153.82477 182.92411 curveto
-149.01595 182.92411 lineto
-145.21720 182.92411 142.15900 179.86591 142.15900 176.06715 curveto
-142.15900 154.99271 lineto
-142.15900 151.19396 145.21720 148.13576 149.01595 148.13576 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-148.76260 185.27272 moveto
-153.91584 185.27272 lineto
-157.71459 185.27272 160.77279 188.33092 160.77279 192.12968 curveto
-160.77279 202.34002 lineto
-160.77279 206.13878 157.71459 209.19698 153.91584 209.19698 curveto
-148.76260 209.19698 lineto
-144.96384 209.19698 141.90564 206.13878 141.90564 202.34002 curveto
-141.90564 192.12968 lineto
-141.90564 188.33092 144.96384 185.27272 148.76260 185.27272 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-148.76260 185.27272 moveto
-153.91584 185.27272 lineto
-157.71459 185.27272 160.77279 188.33092 160.77279 192.12968 curveto
-160.77279 202.34002 lineto
-160.77279 206.13878 157.71459 209.19698 153.91584 209.19698 curveto
-148.76260 209.19698 lineto
-144.96384 209.19698 141.90564 206.13878 141.90564 202.34002 curveto
-141.90564 192.12968 lineto
-141.90564 188.33092 144.96384 185.27272 148.76260 185.27272 curveto
-closepath
-stroke
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.215340 -79.974730] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.44125390 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.479480 -64.209730] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.44125390 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.363720 -39.930040] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.44125390 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave [1.0000000 0.0000000 0.0000000 1.0000000 8.6949600 0.0000000] concat
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[1.2750270 3.8250812] 0.0000000 setdash
-1.2750272 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-88.417813 -9.9473490 moveto
-88.021113 197.76321 lineto
-stroke
-gsave
-0.68627453 0.68627453 0.68627453 setrgbcolor
-newpath
-84.307164 147.07874 moveto
-91.525266 147.07874 lineto
-96.252967 147.07874 100.05902 150.88479 100.05902 155.61249 curveto
-100.05902 200.00992 lineto
-100.05902 204.73763 96.252967 208.54368 91.525266 208.54368 curveto
-84.307164 208.54368 lineto
-79.579463 208.54368 75.773407 204.73763 75.773407 200.00992 curveto
-75.773407 155.61249 lineto
-75.773407 150.88479 79.579463 147.07874 84.307164 147.07874 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-84.307164 147.07874 moveto
-91.525266 147.07874 lineto
-96.252967 147.07874 100.05902 150.88479 100.05902 155.61249 curveto
-100.05902 200.00992 lineto
-100.05902 204.73763 96.252967 208.54368 91.525266 208.54368 curveto
-84.307164 208.54368 lineto
-79.579463 208.54368 75.773407 204.73763 75.773407 200.00992 curveto
-75.773407 155.61249 lineto
-75.773407 150.88479 79.579463 147.07874 84.307164 147.07874 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-86.170554 180.34737 moveto
-90.023439 180.34737 lineto
-94.286667 180.34737 97.718796 183.77950 97.718796 188.04272 curveto
-97.718796 196.57627 lineto
-97.718796 200.83950 94.286667 204.27163 90.023439 204.27163 curveto
-86.170554 204.27163 lineto
-81.907326 204.27163 78.475197 200.83950 78.475197 196.57627 curveto
-78.475197 188.04272 lineto
-78.475197 183.77950 81.907326 180.34737 86.170554 180.34737 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-86.170554 180.34737 moveto
-90.023439 180.34737 lineto
-94.286667 180.34737 97.718796 183.77950 97.718796 188.04272 curveto
-97.718796 196.57627 lineto
-97.718796 200.83950 94.286667 204.27163 90.023439 204.27163 curveto
-86.170554 204.27163 lineto
-81.907326 204.27163 78.475197 200.83950 78.475197 196.57627 curveto
-78.475197 188.04272 lineto
-78.475197 183.77950 81.907326 180.34737 86.170554 180.34737 curveto
-closepath
-stroke
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -83.803540 -44.855390] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.44125390 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-85.116835 152.57442 moveto
-91.062910 152.57442 lineto
-94.706839 152.57442 97.640400 155.50798 97.640400 159.15191 curveto
-97.640400 169.92119 lineto
-97.640400 173.56512 94.706839 176.49868 91.062910 176.49868 curveto
-85.116835 176.49868 lineto
-81.472905 176.49868 78.539345 173.56512 78.539345 169.92119 curveto
-78.539345 159.15191 lineto
-78.539345 155.50798 81.472905 152.57442 85.116835 152.57442 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.88499999 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-85.116835 152.57442 moveto
-91.062910 152.57442 lineto
-94.706839 152.57442 97.640400 155.50798 97.640400 159.15191 curveto
-97.640400 169.92119 lineto
-97.640400 173.56512 94.706839 176.49868 91.062910 176.49868 curveto
-85.116835 176.49868 lineto
-81.472905 176.49868 78.539345 173.56512 78.539345 169.92119 curveto
-78.539345 159.15191 lineto
-78.539345 155.50798 81.472905 152.57442 85.116835 152.57442 curveto
-closepath
-stroke
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -83.885510 -72.628350] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.44125390 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-1.1210915 setlinewidth
-0 setlinejoin
-1 setlinecap
-newpath
-182.46352 108.96177 moveto
-241.48733 90.475112 lineto
-stroke
-gsave
-0.68627453 0.68627453 0.68627453 setrgbcolor
-newpath
-241.48908 165.42336 moveto
-252.14749 165.42336 lineto
-256.44506 165.42336 259.90483 168.88313 259.90483 173.18070 curveto
-259.90483 184.89355 lineto
-259.90483 189.19112 256.44506 192.65090 252.14749 192.65090 curveto
-241.48908 192.65090 lineto
-237.19151 192.65090 233.73174 189.19112 233.73174 184.89355 curveto
-233.73174 173.18070 lineto
-233.73174 168.88313 237.19151 165.42336 241.48908 165.42336 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-241.48908 165.42336 moveto
-252.14749 165.42336 lineto
-256.44506 165.42336 259.90483 168.88313 259.90483 173.18070 curveto
-259.90483 184.89355 lineto
-259.90483 189.19112 256.44506 192.65090 252.14749 192.65090 curveto
-241.48908 192.65090 lineto
-237.19151 192.65090 233.73174 189.19112 233.73174 184.89355 curveto
-233.73174 173.18070 lineto
-233.73174 168.88313 237.19151 165.42336 241.48908 165.42336 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-207.46888 185.39404 moveto
-212.62212 185.39404 lineto
-216.42087 185.39404 219.47908 188.45225 219.47908 192.25100 curveto
-219.47908 202.46135 lineto
-219.47908 206.26010 216.42087 209.31830 212.62212 209.31830 curveto
-207.46888 209.31830 lineto
-203.67013 209.31830 200.61192 206.26010 200.61192 202.46135 curveto
-200.61192 192.25100 lineto
-200.61192 188.45225 203.67013 185.39404 207.46888 185.39404 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-207.46888 185.39404 moveto
-212.62212 185.39404 lineto
-216.42087 185.39404 219.47908 188.45225 219.47908 192.25100 curveto
-219.47908 202.46135 lineto
-219.47908 206.26010 216.42087 209.31830 212.62212 209.31830 curveto
-207.46888 209.31830 lineto
-203.67013 209.31830 200.61192 206.26010 200.61192 202.46135 curveto
-200.61192 192.25100 lineto
-200.61192 188.45225 203.67013 185.39404 207.46888 185.39404 curveto
-closepath
-stroke
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.220390 -81.039070] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.39575738 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.153860 -64.681230] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.39575738 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.269620 -40.401540] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.39575738 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-207.48570 151.66121 moveto
-212.63893 151.66121 lineto
-216.43769 151.66121 219.49589 154.71941 219.49589 158.51817 curveto
-219.49589 168.72851 lineto
-219.49589 172.52727 216.43769 175.58547 212.63893 175.58547 curveto
-207.48570 175.58547 lineto
-203.68694 175.58547 200.62874 172.52727 200.62874 168.72851 curveto
-200.62874 158.51817 lineto
-200.62874 154.71941 203.68694 151.66121 207.48570 151.66121 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-207.48570 151.66121 moveto
-212.63893 151.66121 lineto
-216.43769 151.66121 219.49589 154.71941 219.49589 158.51817 curveto
-219.49589 168.72851 lineto
-219.49589 172.52727 216.43769 175.58547 212.63893 175.58547 curveto
-207.48570 175.58547 lineto
-203.68694 175.58547 200.62874 172.52727 200.62874 168.72851 curveto
-200.62874 158.51817 lineto
-200.62874 154.71941 203.68694 151.66121 207.48570 151.66121 curveto
-closepath
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-189.69623 157.84667 moveto
-200.46117 161.51947 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-189.76611 171.64361 moveto
-200.37931 166.19231 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-190.10344 196.62466 moveto
-200.39129 196.69454 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-219.64158 195.42700 moveto
-233.59024 183.97744 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-219.54774 163.42573 moveto
-233.57825 176.07294 lineto
-stroke
-gsave [1.0000000 0.0000000 0.0000000 1.0000000 10.947320 0.0000000] concat
-gsave
-0.68627453 0.68627453 0.68627453 setrgbcolor
-newpath
--1.4353113 163.23927 moveto
-5.7827902 163.23927 lineto
-10.510492 163.23927 14.316547 167.04533 14.316547 171.77303 curveto
-14.316547 180.37286 lineto
-14.316547 185.10056 10.510492 188.90662 5.7827902 188.90662 curveto
--1.4353113 188.90662 lineto
--6.1630128 188.90662 -9.9690685 185.10056 -9.9690685 180.37286 curveto
--9.9690685 171.77303 lineto
--9.9690685 167.04533 -6.1630128 163.23927 -1.4353113 163.23927 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
--1.4353113 163.23927 moveto
-5.7827902 163.23927 lineto
-10.510492 163.23927 14.316547 167.04533 14.316547 171.77303 curveto
-14.316547 180.37286 lineto
-14.316547 185.10056 10.510492 188.90662 5.7827902 188.90662 curveto
--1.4353113 188.90662 lineto
--6.1630128 188.90662 -9.9690685 185.10056 -9.9690685 180.37286 curveto
--9.9690685 171.77303 lineto
--9.9690685 167.04533 -6.1630128 163.23927 -1.4353113 163.23927 curveto
-closepath
-stroke
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-30.267600 179.29735 moveto
-34.120485 179.29735 lineto
-38.383713 179.29735 41.815842 182.72948 41.815842 186.99270 curveto
-41.815842 189.99991 lineto
-41.815842 194.26314 38.383713 197.69527 34.120485 197.69527 curveto
-30.267600 197.69527 lineto
-26.004372 197.69527 22.572243 194.26314 22.572243 189.99991 curveto
-22.572243 186.99270 lineto
-22.572243 182.72948 26.004372 179.29735 30.267600 179.29735 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-30.267600 179.29735 moveto
-34.120485 179.29735 lineto
-38.383713 179.29735 41.815842 182.72948 41.815842 186.99270 curveto
-41.815842 189.99991 lineto
-41.815842 194.26314 38.383713 197.69527 34.120485 197.69527 curveto
-30.267600 197.69527 lineto
-26.004372 197.69527 22.572243 194.26314 22.572243 189.99991 curveto
-22.572243 186.99270 lineto
-22.572243 182.72948 26.004372 179.29735 30.267600 179.29735 curveto
-closepath
-stroke
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -117.17870 -47.779320] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.39575738 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-gsave
-0.84313726 0.84313726 0.84313726 setrgbcolor
-newpath
-29.411494 155.28255 moveto
-35.357568 155.28255 lineto
-39.001498 155.28255 41.935059 158.21611 41.935059 161.86004 curveto
-41.935059 167.29354 lineto
-41.935059 170.93747 39.001498 173.87103 35.357568 173.87103 curveto
-29.411494 173.87103 lineto
-25.767564 173.87103 22.834003 170.93747 22.834003 167.29354 curveto
-22.834003 161.86004 lineto
-22.834003 158.21611 25.767564 155.28255 29.411494 155.28255 curveto
-closepath
-fill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-1 setlinejoin
-0 setlinecap
-newpath
-29.411494 155.28255 moveto
-35.357568 155.28255 lineto
-39.001498 155.28255 41.935059 158.21611 41.935059 161.86004 curveto
-41.935059 167.29354 lineto
-41.935059 170.93747 39.001498 173.87103 35.357568 173.87103 curveto
-29.411494 173.87103 lineto
-25.767564 173.87103 22.834003 170.93747 22.834003 167.29354 curveto
-22.834003 161.86004 lineto
-22.834003 158.21611 25.767564 155.28255 29.411494 155.28255 curveto
-closepath
-stroke
-gsave [1.4162090 0.0000000 0.0000000 1.4162090 -117.85340 -72.983320] concat
-gsave
-1.0000000 1.0000000 1.0000000 setrgbcolor
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-eofill
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.39575738 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-126.07693 167.57559 moveto
-126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
-118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
-116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
-123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
-closepath
-stroke
-grestore
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-41.896572 189.25354 moveto
-47.691864 189.50020 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-42.289125 164.21618 moveto
-47.031830 164.21619 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-14.366305 180.77152 moveto
-22.447541 185.61447 lineto
-stroke
-0.0000000 0.0000000 0.0000000 setrgbcolor
-[] 0 setdash
-0.79382217 setlinewidth
-0 setlinejoin
-0 setlinecap
-newpath
-14.446518 172.14067 moveto
-22.786530 166.35797 lineto
-stroke
-grestore
-grestore
-showpage
diff --git a/Documentation/css/GNUmakefile b/Documentation/css/GNUmakefile
new file mode 100644 (file)
index 0000000..277b76a
--- /dev/null
@@ -0,0 +1,5 @@
+depth = ../..
+
+STEPMAKE_TEMPLATES=documentation
+
+include $(depth)/make/stepmake.make
diff --git a/Documentation/css/lilypond-blue.css b/Documentation/css/lilypond-blue.css
new file mode 100644 (file)
index 0000000..47ac507
--- /dev/null
@@ -0,0 +1,355 @@
+/**********************************************************/
+/*                  PAGE-WIDE SETTINGS                    */
+/**********************************************************/
+
+html {
+  height: 100%;
+}
+
+body {
+  background-color: white;
+  color: black;
+  font-size: 87.5%;
+  height: 100%;
+  line-height: 1.125;
+  margin: 0 auto;
+  padding: 0;
+}
+
+
+/***********************************************************/
+/*                      HEADERS                            */
+/***********************************************************/
+
+.chapter, .section, .subsection,
+.appendix, .appendixsec, .appendixsubsec,
+.unnumberedsubsubsec, .subsubheading,
+.unnumbered, .subheading {
+  border-bottom: 1px dashed #bbb;
+  color: #204a87;
+  margin: 1em 0;
+  padding-bottom: 0.4em;
+}
+
+.settitle {
+  background-color: #eef;
+  border-bottom: 1px solid #3465A4;
+  font-size: 2em;
+  margin: 0.5em 0 0 0;
+  padding: 0.5em;
+}
+
+.chapter {
+  font-size: 1.8em;
+  padding: 0.5em;
+}
+
+.section {
+  font-size: 1.6em;
+  padding: 0.5em;
+}
+
+.subsection {
+  font-size: 1.4em;
+  padding: 0.5em;
+}
+
+.unnumberedsubsubsec {
+  font-size: 1.25em;
+  padding: 0.5em;
+}
+
+.subsubheading {
+  font-size: 1em;
+  font-weight: bold;
+  padding: 0.5em 1em;
+}
+
+/***********************************************************/
+/*                       LINKS                             */
+/***********************************************************/
+
+a:link {
+  /* color: #4169e1; */
+  /* color: #3555b6; */
+  color: #3465a4;
+}
+
+a:visited {
+  color: #8f5902;
+}
+
+a:hover {
+  color: #ce5c00;
+}
+
+a:active {
+  color: #4487D7;
+}
+
+/***********************************************************/
+/*                  BLOCK FORMATTING                       */
+/***********************************************************/
+
+blockquote, .smallexample {
+  border: thin solid #3465a4;
+  border-width: 0 0 0 2px;
+  margin: 1em 0 1em 3em;
+  padding: 0;
+}
+
+blockquote p, pre.smallexample {
+  margin: 0;
+  padding: 1em;
+}
+
+blockquote blockquote {
+  border: none;
+  /* border: thick red dashed; */
+}
+
+.verbatim, .example, .lisp {
+  font-size: 1.25em;
+  margin: 0;
+  padding: 1em;
+}
+
+hr {
+  display: none;
+}
+
+table.cartouche {
+  background: #eee;
+  border: 1px solid #3465a4;
+  border-width: 0 0 0 2px;
+  width: 85%;
+  padding: 0 0.5em;
+  margin: 1em 0 1em 3em;
+}
+
+table.cartouche p {
+  padding: 1em;
+  margin: 0;
+}
+
+table.cartouche td {
+  border: none;
+}
+
+/***********************************************************/
+/*                    MAIN CONTENT                         */
+/***********************************************************/
+
+div#main {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 25%;
+  padding: 0;
+  margin: 0;
+  overflow: auto;
+}
+
+div#main li {
+  padding: 0 1em 0.5em 0;
+}
+
+div#main ul {
+  margin: 0;
+}
+
+h1, h2, h3, h4, p, table, address, dt {
+  padding-left: 1em;
+  padding-right: 1em;
+}
+
+p {
+  margin: 1em 0;
+}
+
+th {
+  text-align: left;
+}
+
+#languages {
+  margin: 0;
+  padding: 1em;
+}
+
+pre.menu-comment {
+  font-size: 1em;
+  padding-top: 1em;
+  padding-bottom: 0;
+  margin: 0;
+}
+
+/***********************************************************/
+/*                    TOC SIDEBAR                          */
+/***********************************************************/
+
+div#tocframe {
+  background-color: #F9FCFF;
+  font-size: 0.83em;
+  line-height: 1.4;
+  list-style-type: none;
+  margin: 0;
+  padding: 0;
+  position: absolute;
+    bottom: 0;
+    left: 0;
+    right: 75%;
+    top: 0;
+  overflow: auto;
+  z-index: 100;
+}
+
+/* position: fixed for savvy browsers */
+
+@media screen {
+  body > div#tocframe {
+    position: fixed;
+  }
+}
+
+div#tocframe h4 {
+  background-color: #eef;
+  border: 1px solid #3465A4;
+  border-width: 0 0 1px 0;
+  color: #344;
+  font-size: 1.2em;
+  font-weight: normal;
+  height: 26px;
+  margin: 0;
+  padding: 8px 0 0 6px;
+}
+
+#tocframe .contents {
+  background-color: transparent;
+  border: none;
+  list-style-type: none;
+  margin: 0;
+  padding: 0;
+}
+
+#tocframe ul.toc {
+  list-style-type: none;
+  margin: 0;
+  padding: 1em 0.5em;
+}
+
+#tocframe ul.toc ul.toc {
+  margin: 0;
+  padding: 0;
+}
+
+#tocframe ul.toc li {
+  margin: 0;
+  padding: 0;
+}
+
+#tocframe ul.toc > li {
+  font-size: 1em;
+}
+
+#tocframe ul.toc li li {
+  padding-left: 1em;
+}
+
+li.toc_current {
+  font-style: italic;
+  font-weight: bold;
+}
+
+li.toc_current ul {
+  background: transparent;
+  font-style: normal;
+  font-weight: normal;
+}
+
+
+/***********************************************************/
+/*                     NAVIGATION                          */
+/***********************************************************/
+
+.nav_table {
+  background-color: #eef;
+  border: 1px solid #3465A4;
+  border-width: 0 0 1px 0;
+  font-size: 0.8em;
+  margin: 0;
+  padding: 0;
+  width: 100%;
+}
+
+div.header {
+  background-color: #dde;
+  margin: 0.75em 0 0 0;
+}
+
+div.header h1 {
+  margin: 0;
+  padding: 0.5em 0 0.5em 1em;
+}
+
+div.subheader {
+  background-color: #eef;
+  margin: 0;
+}
+
+div.subheader p {
+  margin: 0;
+  padding: 1em 0 1em 2em;
+}
+
+table#navigation {
+  line-height: 1.5;
+  margin: 1em 0 1em 3em;
+  padding: 0;
+}
+
+table#navigation td {
+  padding: 0.5em 0.75em;
+}
+
+table#navigation ul {
+  margin-bottom: 1em;
+  padding-left: 0.5em;
+}
+
+table .title {
+  font-weight: bold;
+}
+
+.footer {
+  background-color: #eef;
+  border: 1px solid #3465A4;
+  border-width: 0 0 1px 0;
+  font-size: 0.8em;
+  text-indent: 1em;
+  padding: 1.5em 0;
+  margin: 1em 0 0 0;
+}
+
+.footer p {
+  line-height: 1.5;
+  padding: 0;
+  margin: 0 0.25em;
+}
+
+table.menu {
+  margin: 0 0 1em;
+}
+
+/***********************************************************/
+/*               OVERRIDES FOR PRINTING                    */
+/***********************************************************/
+
+@media print {
+  body { padding-left: 0; font: 10pt Georgia, Garamond, serif;}
+  /* Hide the sidebar: */
+  #tocframe { display: none; }
+  .nav_table { display: none; }
+  /* Let #main expand to fill the new space */
+  div#main { position: static; left: 0; }
+}
\ No newline at end of file
diff --git a/Documentation/css/lilypond-ie-fixes.css b/Documentation/css/lilypond-ie-fixes.css
new file mode 100644 (file)
index 0000000..274f7fd
--- /dev/null
@@ -0,0 +1,71 @@
+/***********************************************************/
+/*                    BASE STYLES                          */
+/***********************************************************/
+
+body {
+  height: 100%;
+  font-size: 100%;
+  min-height: 0;
+  text-align: center;
+}
+
+/***********************************************************/
+/*                    MAIN CONTENT                         */
+/***********************************************************/
+
+div#main {
+  min-height: 0;
+  height: 100%;
+  width: 73%;
+  overflow-x: auto;
+}
+
+table.menu {
+  margin-left: 1em;
+}
+
+.nav_table {
+  width: 100%;
+}
+
+blockquote {
+  width: 100%;
+  margin: 1em 1%;
+}
+
+table.cartouche {
+  width: 85%;
+  margin: 1em 7.5%;
+}
+
+/***********************************************************/
+/*                    TOC SIDEBAR                          */
+/***********************************************************/
+
+div#tocframe {
+  height: 100%;
+  width: 27%;
+}
+
+/***********************************************************/
+/*                    NAVIGATION                           */
+/***********************************************************/
+
+table#navigation {
+  margin: 1em auto;
+}
+
+
+/***********************************************************/
+/*                IE CENTERING FIXES                       */
+/***********************************************************/
+
+table#navigation, div#tocframe, div#main,
+p, h1, h2, ul, .footer, #languages {
+  text-align: left;
+}
+
+div.header h1, div.subheader p {
+  text-align: center;
+}
+
diff --git a/Documentation/css/lilypond-mccarty.css b/Documentation/css/lilypond-mccarty.css
new file mode 100644 (file)
index 0000000..ee91744
--- /dev/null
@@ -0,0 +1,415 @@
+/**********************************************************/
+/*                  PAGE-WIDE SETTINGS                    */
+/**********************************************************/
+
+html {
+  height: 100%;
+}
+
+body {
+  margin: 0 auto;
+  padding: 0;
+  height: 100%;
+  font-size: 100%;
+  line-height: 1.125;
+  color: #000;
+  background-color: #fff;
+}
+
+/***********************************************************/
+/*                      HEADERS                            */
+/***********************************************************/
+
+.chapter, .section, .subsection, .subsubsection,
+.appendix, .appendixsec, .appendixsubsec,
+.unnumbered, .unnumberedsec, .unnumberedsubsec, .unnumberedsubsubsec,
+.subheading, .subsubheading {
+  color: #204a87;
+  border-bottom: 1px dashed black;
+  padding-bottom: 0.15em;
+  margin-top: 0.6em;
+  margin-bottom: 1em;
+}
+
+.settitle {
+  background: #b1d281;
+  font-size: 2em;
+  text-align: center;
+  padding: 0.4em 0.5em;
+  border: solid #7b925a;
+  border-width: 1px 0;
+  margin: 0;
+}
+
+.chapter, .appendix, .unnumbered {
+  font-size: 1.8em;
+}
+
+.section, .appendixsec, .unnumberedsec {
+  font-size: 1.6em;
+}
+
+.subsection, .appendixsubsec, .unnumberedsubsec {
+  font-size: 1.4em;
+}
+
+.subheading, .subsubsection, .unnumberedsubsubsec {
+  font-size: 1.25em;
+}
+
+.subsubheading {
+  font-size: 1em;
+  font-weight: bold;
+}
+
+.chapheading {
+  position: absolute;
+  height: 0;
+  overflow: hidden;
+  text-indent: -999em;
+}
+
+/***********************************************************/
+/*                       LINKS                             */
+/***********************************************************/
+
+a:link {
+  color: #0c51ab;
+}
+
+a:visited {
+  color: #804f01;
+}
+
+a:active {
+  color: #278800;
+}
+
+a:hover {
+  color: #0105ad;
+}
+
+/***********************************************************/
+/*                  BLOCK FORMATTING                       */
+/***********************************************************/
+
+blockquote, .smallexample {
+  width: 96%;
+  padding: 0;
+  border: solid #b1d281;
+  border-width: 1px 1px 1px 5px;
+  margin: 1em auto;
+}
+
+blockquote p, pre.smallexample {
+  padding: 1em;
+  margin: 0;
+}
+
+blockquote blockquote {
+  border: none;
+}
+
+.verbatim, .example, .lisp {
+  font-size: 1em;
+  padding: 1em;
+  margin: 0;
+}
+
+#main hr {
+  height: 0;
+  padding: 0;
+  border: 0;
+  margin: 0;
+  text-indent: -999em;
+}
+
+table.cartouche {
+  background: #f5f5dc;
+  width: 85%;
+  border-collapse: collapse;
+  padding: 0 0.5em;
+  border: 2px solid #8f5902;
+  margin: 0 auto 1em;
+}
+
+table.cartouche p {
+  padding: 1em;
+  margin: 0;
+}
+
+table.cartouche td {
+  border: none;
+}
+
+/***********************************************************/
+/*                    MAIN CONTENT                         */
+/***********************************************************/
+
+div#main {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 27%;
+  padding: 0;
+  margin: 0;
+  overflow: auto;
+}
+
+div#main li {
+  padding: 0 1em 0.5em 0;
+}
+
+div#main ul {
+  margin: 0;
+  padding-left: 3em;
+}
+
+h1, h2, h3, h4, p, table, address, dt {
+  padding-left: 1em;
+  padding-right: 1em;
+}
+
+p {
+  margin: 1em 0;
+}
+
+#languages {
+  padding: 0.5em 1em;
+  margin: 0;
+}
+
+pre.menu-comment {
+  font-size: 1em;
+  padding-top: 1em;
+  padding-bottom: 0;
+  margin: 0;
+}
+
+#main .contents li {
+  padding-bottom: 0;
+}
+
+#main .contents > ul {
+  margin-bottom: 1em;
+}
+
+/***********************************************************/
+/*                    TOC SIDEBAR                          */
+/***********************************************************/
+
+div#tocframe {
+  position: absolute;
+  top: 0;
+  right: 73%;
+  bottom: 0;
+  left: 0;
+  padding: 0;
+  margin: 0;
+  overflow: auto;
+  background: #f5f5dc;
+  z-index: 100;
+  list-style-type: none;
+  font-size: 0.83em;
+  line-height: 1.3;
+}
+
+@media screen {
+  body > div#tocframe {
+    position: fixed
+  }
+}
+
+div#tocframe a:link, div#tocframe a:visited {
+  color: #454532;
+  text-decoration: none;
+}
+
+div#tocframe a:hover {
+  color: #232b16;
+  text-decoration: underline;
+}
+
+div#tocframe p.toc_uplink {
+  font-size: 1em;
+  line-height: 1.125;
+  background: #c9ccc4;
+  padding: 0.25em 1em 0.25em 0.5em;
+  border-bottom: 1px solid #a0a087;
+  margin: 0;
+}
+
+div#tocframe p.toc_uplink a:link,
+div#tocframe p.toc_uplink a:visited {
+  color: #1c1c1b;
+}
+
+div#tocframe p.toc_uplink a:hover {
+  color: #000;
+}
+
+div#tocframe h4 {
+  font-size: 1em;
+  line-height: 1.125;
+  font-weight: bold;
+  font-style: italic;
+  padding: 0.75em 0.5em 0 0.5em;
+  margin: 0;
+}
+
+#tocframe .contents {
+  background-color: transparent;
+  list-style-type: none;
+  padding: 0;
+  border: 0;
+  margin: 0;
+}
+
+#tocframe ul.toc {
+  padding: 0.25em 0.5em 1em 0.5em;
+  list-style-type: none;
+  margin: 0;
+}
+
+#tocframe ul.toc ul.toc {
+  padding: 0;
+  margin: 0;
+}
+
+#tocframe ul.toc li {
+  padding: 0;
+  margin: 0;
+}
+
+#tocframe ul.toc > li {
+  font-size: 1em;
+}
+
+#tocframe ul.toc li li {
+  padding-left: 1em;
+}
+
+li.toc_current {
+  font-weight: bold;
+  font-style: italic;
+}
+
+li.toc_current ul {
+  font-weight: normal;
+  font-style: normal;
+  background: transparent;
+}
+
+/***********************************************************/
+/*                     NAVIGATION                          */
+/***********************************************************/
+
+.nav_table {
+  width: 100%;
+  background: #c9ccc4;
+  font-size: 0.83em;
+  border-collapse: collapse;
+  padding: 0;
+  border: none;
+  margin: 0;
+}
+
+.nav_table a:link, .nav_table a:visited {
+  color: #1c1c1b;
+  text-decoration: none;
+}
+
+.nav_table a:hover {
+  color: #000;
+  text-decoration: underline;
+}
+
+.nav_table tr, .nav_table a {
+  padding: 0;
+  margin: 0;
+}
+
+.nav_table td {
+  padding: 0.25em;
+  margin: 0;
+}
+
+div.header {
+  background: #b1d281;
+  text-align: center;
+  padding: 0.5em;
+  border-bottom: 1px solid #7b925a;
+  margin: 0;
+  height: auto;
+}
+
+div.header h1 {
+  font-size: 2em;
+  padding: 0.25em;
+  margin: 0;
+}
+
+div.subheader {
+  background: #ddd;
+  padding: 0;
+  margin: 0;
+  text-align: center;
+}
+
+div.subheader p {
+  padding: 0.5em;
+  margin: 0;
+}
+
+table#navigation {
+  line-height: 1.5;
+  padding: 0;
+  margin: 1em auto;
+}
+
+table#navigation td {
+  padding: 0.5em 0.75em;
+}
+
+table#navigation ul {
+  padding-left: 0.5em;
+  margin: 0;
+}
+
+table .title {
+  font-weight: bold;
+}
+
+.footer {
+  background: #e5f5ce;
+  font-size: 0.8em;
+  padding: 0.2em 0;
+  border: solid #b1d281;
+  border-width: 0 0 5px 0;
+  margin: 0;
+}
+
+.footer a:link {
+  color: #0308fc;
+}
+
+.footer p {
+  padding: 0 1.25em;
+  margin: 0.4em 0;
+}
+
+table.menu {
+  margin: 0 0 1em;
+}
+
+/***********************************************************/
+/*               OVERRIDES FOR PRINTING                    */
+/***********************************************************/
+
+@media print {
+  /* Hide the sidebar: */
+  body { padding-left: 0; }
+  #tocframe { display: none; }
+  .nav_table { display: none; }
+}
diff --git a/Documentation/css/lilypond.css b/Documentation/css/lilypond.css
new file mode 100644 (file)
index 0000000..82ab472
--- /dev/null
@@ -0,0 +1,216 @@
+/***********************************************************/
+/*                  PAGE-WIDE SETTINGS                     */
+/**********************************************************/
+
+html {
+  height:100%;
+}
+
+body {
+  margin: 0;
+  padding: 0;
+  height: 100%;
+  font-size: 100%;
+  margin-right: auto;
+  margin-left: auto;
+  color: black;
+  background-color: white;
+}
+
+/***********************************************************/
+/*                      HEADERS                            */
+/***********************************************************/
+h4, h3, h2, .unnumberedsubsubsec, .subsubheading {
+  color: #151959;
+}
+
+h2 {
+  font-size: x-large;
+}
+.unnumberedsubsubsec, .subsubheading {
+  font-size: large;
+}
+
+/***********************************************************/
+/*                       LINKS                             */
+/***********************************************************/
+a:link, a:visited, a:hover, a:active {color:#2E5479; text-decoration: none;}
+a:hover {text-decoration: underline;}
+a:active {color:#CCCCFF;}
+
+/***********************************************************/
+/*                  BLOCK FORMATTING                       */
+/***********************************************************/
+blockquote {
+  border: 1px solid #CCCCCC;
+  padding: 3px;
+  width: 40em;
+}
+.verbatim, .example, .smallexample {
+  font-family: "Courier New",Courier,monospace;
+}
+hr {
+  border:  none;
+  height: 1px;
+  color: #666666;
+  background-color: #666666;
+}
+table.cartouche {
+  border: 2px dotted #CCCCCC;
+  margin-left: auto;
+  margin-right: auto;
+  width: 85%;
+}
+table.cartouche td {
+  border: none;
+}
+
+/***********************************************************/
+/*                    MAIN CONTENT                         */
+/***********************************************************/
+
+div#main {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 27%;
+  padding: 0 1em;
+  margin: 0;
+  overflow: auto;
+}
+
+#languages {
+  padding-bottom: 1em;
+}
+
+/***********************************************************/
+/*                    TOC SIDEBAR                          */
+/***********************************************************/
+
+div#tocframe {
+  position:      absolute;
+  top:           0;
+  right: 73%;
+  bottom: 0;
+  left:          0;
+  padding:       5px;
+  padding-bottom: 0;
+  margin: 0;
+  overflow:      auto;
+  background-color: #E7EFE3;
+  z-index:100;
+  list-style-type: none;
+}
+
+@media screen {
+  body>div#tocframe {
+    position: fixed
+    }
+  }
+
+#tocframe .contents {
+  width: 100%;
+  padding-bottom: 0.25em;
+  border: none;
+  margin: 0em;
+  background-color: transparent;
+  list-style-type: none;
+}
+
+#tocframe a, #tocframe a:visited, #tocframe a:active {
+  color: #1B3313;
+  text-decoration: none;
+}
+
+#tocframe a:hover {
+  color: #2E5479;
+  text-decoration:underline;
+}
+
+#tocframe ul.toc {
+  padding-left: 0px;
+  margin-left: 0px;
+}
+#tocframe ul.toc li {
+ padding-left: 0px;
+  margin-left: 0px;
+  list-style-type: none;
+}
+#tocframe ul.toc > li {
+  font-size: 12px;
+}
+#tocframe ul.toc li li {
+  padding-left: 15px;
+}
+li.toc_current {
+  font-weight: bold;
+  font-style: italic;
+}
+
+li.toc_current ul {
+  font-weight: normal;
+  font-style: normal;
+  background: transparent;
+}
+
+
+
+
+/***********************************************************/
+/*                     NAVIGATION                          */
+/***********************************************************/
+
+div.header {
+  background-color: #E7EFE3;
+  padding: 2px;
+  border: #CCD3CC 1px solid;
+  text-align: center;
+}
+
+h1.header {
+  font-weight: bold;
+  font-family: avantgarde, sans-serif;
+  font-size: 220%;
+}
+
+div.subheader {
+  text-align: center;
+}
+
+#navigation {
+  margin: 0 auto;
+}
+
+.nav_table {
+  width: 100%;
+  background-color: #CCD3CC;
+  border: 0;
+  margin-top: 4px;
+  left: auto;
+  right: auto;
+  font-size: 0.8em;
+}
+
+.title {
+  font-weight: bold;
+}
+
+.footer {
+  background-color: #E7EFE3;
+  padding: 5px;
+  border: #CCD3CC 1px solid;
+  font-size: 80%;
+}
+
+
+
+/***********************************************************/
+/*               OVERRIDES FOR PRINTING                    */
+/***********************************************************/
+@media print {
+  /* Hide the sidebar: */
+  body { padding-left: 0; }
+  #tocframe { display: none; }
+  .nav_table { display: none; }
+}
index 5d548801dc0c3cd93f367956fc23c610d8a67003..2fab8c29d8e7aa5ab942eb28cdbad535438e5671 100644 (file)
@@ -88,32 +88,32 @@ Computer-Ausgabe.
 @item @tab
 @ifnotinfo
 @iftex
-@image{henle-flat-gray,,4cm}
+@image{pictures/henle-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{henle-flat-gray,,,png}
+@image{pictures/henle-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{baer-flat-gray,,4cm}
+@image{pictures/baer-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{baer-flat-gray,,,png}
+@image{pictures/baer-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{lily-flat-bw,,4cm}
+@image{pictures/lily-flat-bw,,4cm}
 @end iftex
 @ifnottex
-@image{lily-flat-bw,,,png}
+@image{pictures/lily-flat-bw,,,png}
 @end ifnottex
 @end ifnotinfo
 @ifinfo
-@image{henle-flat-bw,,,png}
-@image{baer-flat-bw,,,,png}
-@image{lily-flat-bw,,,png}
+@image{pictures/henle-flat-bw,,,png}
+@image{pictures/baer-flat-bw,,,,png}
+@image{pictures/lily-flat-bw,,,png}
 @end ifinfo
 
 @item @tab
index b5fedde33f22a296c646d20982be2059d6e7857a..84e431092e6ae6086d626a884443094053c6c271 100644 (file)
@@ -94,31 +94,31 @@ ordenador.
 @item @tab
 @ifnotinfo
 @iftex
-@image{henle-flat-gray,,4cm}
+@image{pictures/henle-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{henle-flat-gray,,,png}
+@image{pictures/henle-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{baer-flat-gray,,4cm}
+@image{pictures/baer-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{baer-flat-gray,,,png}
+@image{pictures/baer-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{lily-flat-bw,,4cm}
+@image{pictures/lily-flat-bw,,4cm}
 @end iftex
 @ifnottex
-@image{lily-flat-bw,,,png}
+@image{pictures/lily-flat-bw,,,png}
 @end ifnottex
 @end ifnotinfo
 @ifinfo
-@image{lilypond/henle-flat-bw,,,,png} @image{lilypond/baer-flat-bw,,,,png}
-@image{lilypond/lily-flat-bw,,,,png}
+@image{lilypond/pictures/henle-flat-bw,,,,png} @image{lilypond/pictures/baer-flat-bw,,,,png}
+@image{lilypond/pictures/lily-flat-bw,,,,png}
 @end ifinfo
 
 @item @tab
index f169326f44e570568d1986533266e6532c058ad5..1b4831a4eeb39c12f58e52b16591ec7549a336c4 100644 (file)
@@ -74,31 +74,31 @@ much thicker than lines in the computer edition.
 @item @tab
 @ifnotinfo
 @iftex
-@image{henle-flat-gray,,4cm}
+@image{pictures/henle-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{henle-flat-gray,,,png}
+@image{pictures/henle-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{baer-flat-gray,,4cm}
+@image{pictures/baer-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{baer-flat-gray,,,png}
+@image{pictures/baer-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{lily-flat-bw,,4cm}
+@image{pictures/lily-flat-bw,,4cm}
 @end iftex
 @ifnottex
-@image{lily-flat-bw,,,png}
+@image{pitcures/lily-flat-bw,,,png}
 @end ifnottex
 @end ifnotinfo
 @ifinfo
-@image{lilypond/henle-flat-bw,,,,png} @image{lilypond/baer-flat-bw,,,,png}
-@image{lilypond/lily-flat-bw,,,,png}
+@image{lilypond/pictures/henle-flat-bw,,,,png} @image{lilypond/pictures/baer-flat-bw,,,,png}
+@image{lilypond/pictures/lily-flat-bw,,,,png}
 @end ifinfo
 
 @item @tab
index b66f41462d7a5c3e3d73a2ab34aced64caab575a..c4819afbb2583894c62bb459975d158b9c9ab090 100644 (file)
@@ -1590,7 +1590,7 @@ contexte @code{Staff} peut contenir plusieurs contextes
 contextes @code{Staff}.
 
 @quotation
-@image{context-example,5cm,,}
+@sourceimage{context-example,5cm,,}
 @end quotation
 
 Chaque contexte est chargé de faire appliquer certaines règles de gravure,
index d68e231d49f2b14120a4ba0231ddc10992d95f2f..80ab58f598468bf6ba3ae90b29220c4ac668ae01 100644 (file)
@@ -94,31 +94,31 @@ s'harmonise avec nos lignes de portée, lesquelles sont Ã©galement plus
 @item @tab
 @ifnotinfo
 @iftex
-@image{henle-flat-gray,,4cm}
+@image{pictures/henle-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{henle-flat-gray,,,png}
+@image{pictures/henle-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{baer-flat-gray,,4cm}
+@image{pictures/baer-flat-gray,,4cm}
 @end iftex
 @ifnottex
-@image{baer-flat-gray,,,png}
+@image{pictures/baer-flat-gray,,,png}
 @end ifnottex
 
 @tab
 @iftex
-@image{lily-flat-bw,,4cm}
+@image{pictures/lily-flat-bw,,4cm}
 @end iftex
 @ifnottex
-@image{lily-flat-bw,,,png}
+@image{pictures/lily-flat-bw,,,png}
 @end ifnottex
 @end ifnotinfo
 @ifinfo
-@image{lilypond/henle-flat-bw,,,png} @image{lilypond/baer-flat-bw,,,png}
-@image{lilypond/lily-flat-bw,,,png}
+@image{lilypond/pictures/henle-flat-bw,,,png} @image{lilypond/pictures/baer-flat-bw,,,png}
+@image{lilypond/pictures/lily-flat-bw,,,png}
 @end ifinfo
 
 @item @tab
diff --git a/Documentation/henle-flat-bw.png b/Documentation/henle-flat-bw.png
deleted file mode 100644 (file)
index b47660f..0000000
Binary files a/Documentation/henle-flat-bw.png and /dev/null differ
diff --git a/Documentation/henle-flat-gray.png b/Documentation/henle-flat-gray.png
deleted file mode 100644 (file)
index 20326b9..0000000
Binary files a/Documentation/henle-flat-gray.png and /dev/null differ
diff --git a/Documentation/lily-flat-bw.png b/Documentation/lily-flat-bw.png
deleted file mode 100644 (file)
index 09ce34e..0000000
Binary files a/Documentation/lily-flat-bw.png and /dev/null differ
diff --git a/Documentation/lilypond-blue.css b/Documentation/lilypond-blue.css
deleted file mode 100644 (file)
index 47ac507..0000000
+++ /dev/null
@@ -1,355 +0,0 @@
-/**********************************************************/
-/*                  PAGE-WIDE SETTINGS                    */
-/**********************************************************/
-
-html {
-  height: 100%;
-}
-
-body {
-  background-color: white;
-  color: black;
-  font-size: 87.5%;
-  height: 100%;
-  line-height: 1.125;
-  margin: 0 auto;
-  padding: 0;
-}
-
-
-/***********************************************************/
-/*                      HEADERS                            */
-/***********************************************************/
-
-.chapter, .section, .subsection,
-.appendix, .appendixsec, .appendixsubsec,
-.unnumberedsubsubsec, .subsubheading,
-.unnumbered, .subheading {
-  border-bottom: 1px dashed #bbb;
-  color: #204a87;
-  margin: 1em 0;
-  padding-bottom: 0.4em;
-}
-
-.settitle {
-  background-color: #eef;
-  border-bottom: 1px solid #3465A4;
-  font-size: 2em;
-  margin: 0.5em 0 0 0;
-  padding: 0.5em;
-}
-
-.chapter {
-  font-size: 1.8em;
-  padding: 0.5em;
-}
-
-.section {
-  font-size: 1.6em;
-  padding: 0.5em;
-}
-
-.subsection {
-  font-size: 1.4em;
-  padding: 0.5em;
-}
-
-.unnumberedsubsubsec {
-  font-size: 1.25em;
-  padding: 0.5em;
-}
-
-.subsubheading {
-  font-size: 1em;
-  font-weight: bold;
-  padding: 0.5em 1em;
-}
-
-/***********************************************************/
-/*                       LINKS                             */
-/***********************************************************/
-
-a:link {
-  /* color: #4169e1; */
-  /* color: #3555b6; */
-  color: #3465a4;
-}
-
-a:visited {
-  color: #8f5902;
-}
-
-a:hover {
-  color: #ce5c00;
-}
-
-a:active {
-  color: #4487D7;
-}
-
-/***********************************************************/
-/*                  BLOCK FORMATTING                       */
-/***********************************************************/
-
-blockquote, .smallexample {
-  border: thin solid #3465a4;
-  border-width: 0 0 0 2px;
-  margin: 1em 0 1em 3em;
-  padding: 0;
-}
-
-blockquote p, pre.smallexample {
-  margin: 0;
-  padding: 1em;
-}
-
-blockquote blockquote {
-  border: none;
-  /* border: thick red dashed; */
-}
-
-.verbatim, .example, .lisp {
-  font-size: 1.25em;
-  margin: 0;
-  padding: 1em;
-}
-
-hr {
-  display: none;
-}
-
-table.cartouche {
-  background: #eee;
-  border: 1px solid #3465a4;
-  border-width: 0 0 0 2px;
-  width: 85%;
-  padding: 0 0.5em;
-  margin: 1em 0 1em 3em;
-}
-
-table.cartouche p {
-  padding: 1em;
-  margin: 0;
-}
-
-table.cartouche td {
-  border: none;
-}
-
-/***********************************************************/
-/*                    MAIN CONTENT                         */
-/***********************************************************/
-
-div#main {
-  position: absolute;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 25%;
-  padding: 0;
-  margin: 0;
-  overflow: auto;
-}
-
-div#main li {
-  padding: 0 1em 0.5em 0;
-}
-
-div#main ul {
-  margin: 0;
-}
-
-h1, h2, h3, h4, p, table, address, dt {
-  padding-left: 1em;
-  padding-right: 1em;
-}
-
-p {
-  margin: 1em 0;
-}
-
-th {
-  text-align: left;
-}
-
-#languages {
-  margin: 0;
-  padding: 1em;
-}
-
-pre.menu-comment {
-  font-size: 1em;
-  padding-top: 1em;
-  padding-bottom: 0;
-  margin: 0;
-}
-
-/***********************************************************/
-/*                    TOC SIDEBAR                          */
-/***********************************************************/
-
-div#tocframe {
-  background-color: #F9FCFF;
-  font-size: 0.83em;
-  line-height: 1.4;
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
-  position: absolute;
-    bottom: 0;
-    left: 0;
-    right: 75%;
-    top: 0;
-  overflow: auto;
-  z-index: 100;
-}
-
-/* position: fixed for savvy browsers */
-
-@media screen {
-  body > div#tocframe {
-    position: fixed;
-  }
-}
-
-div#tocframe h4 {
-  background-color: #eef;
-  border: 1px solid #3465A4;
-  border-width: 0 0 1px 0;
-  color: #344;
-  font-size: 1.2em;
-  font-weight: normal;
-  height: 26px;
-  margin: 0;
-  padding: 8px 0 0 6px;
-}
-
-#tocframe .contents {
-  background-color: transparent;
-  border: none;
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
-}
-
-#tocframe ul.toc {
-  list-style-type: none;
-  margin: 0;
-  padding: 1em 0.5em;
-}
-
-#tocframe ul.toc ul.toc {
-  margin: 0;
-  padding: 0;
-}
-
-#tocframe ul.toc li {
-  margin: 0;
-  padding: 0;
-}
-
-#tocframe ul.toc > li {
-  font-size: 1em;
-}
-
-#tocframe ul.toc li li {
-  padding-left: 1em;
-}
-
-li.toc_current {
-  font-style: italic;
-  font-weight: bold;
-}
-
-li.toc_current ul {
-  background: transparent;
-  font-style: normal;
-  font-weight: normal;
-}
-
-
-/***********************************************************/
-/*                     NAVIGATION                          */
-/***********************************************************/
-
-.nav_table {
-  background-color: #eef;
-  border: 1px solid #3465A4;
-  border-width: 0 0 1px 0;
-  font-size: 0.8em;
-  margin: 0;
-  padding: 0;
-  width: 100%;
-}
-
-div.header {
-  background-color: #dde;
-  margin: 0.75em 0 0 0;
-}
-
-div.header h1 {
-  margin: 0;
-  padding: 0.5em 0 0.5em 1em;
-}
-
-div.subheader {
-  background-color: #eef;
-  margin: 0;
-}
-
-div.subheader p {
-  margin: 0;
-  padding: 1em 0 1em 2em;
-}
-
-table#navigation {
-  line-height: 1.5;
-  margin: 1em 0 1em 3em;
-  padding: 0;
-}
-
-table#navigation td {
-  padding: 0.5em 0.75em;
-}
-
-table#navigation ul {
-  margin-bottom: 1em;
-  padding-left: 0.5em;
-}
-
-table .title {
-  font-weight: bold;
-}
-
-.footer {
-  background-color: #eef;
-  border: 1px solid #3465A4;
-  border-width: 0 0 1px 0;
-  font-size: 0.8em;
-  text-indent: 1em;
-  padding: 1.5em 0;
-  margin: 1em 0 0 0;
-}
-
-.footer p {
-  line-height: 1.5;
-  padding: 0;
-  margin: 0 0.25em;
-}
-
-table.menu {
-  margin: 0 0 1em;
-}
-
-/***********************************************************/
-/*               OVERRIDES FOR PRINTING                    */
-/***********************************************************/
-
-@media print {
-  body { padding-left: 0; font: 10pt Georgia, Garamond, serif;}
-  /* Hide the sidebar: */
-  #tocframe { display: none; }
-  .nav_table { display: none; }
-  /* Let #main expand to fill the new space */
-  div#main { position: static; left: 0; }
-}
\ No newline at end of file
diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css
deleted file mode 100644 (file)
index 274f7fd..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-/***********************************************************/
-/*                    BASE STYLES                          */
-/***********************************************************/
-
-body {
-  height: 100%;
-  font-size: 100%;
-  min-height: 0;
-  text-align: center;
-}
-
-/***********************************************************/
-/*                    MAIN CONTENT                         */
-/***********************************************************/
-
-div#main {
-  min-height: 0;
-  height: 100%;
-  width: 73%;
-  overflow-x: auto;
-}
-
-table.menu {
-  margin-left: 1em;
-}
-
-.nav_table {
-  width: 100%;
-}
-
-blockquote {
-  width: 100%;
-  margin: 1em 1%;
-}
-
-table.cartouche {
-  width: 85%;
-  margin: 1em 7.5%;
-}
-
-/***********************************************************/
-/*                    TOC SIDEBAR                          */
-/***********************************************************/
-
-div#tocframe {
-  height: 100%;
-  width: 27%;
-}
-
-/***********************************************************/
-/*                    NAVIGATION                           */
-/***********************************************************/
-
-table#navigation {
-  margin: 1em auto;
-}
-
-
-/***********************************************************/
-/*                IE CENTERING FIXES                       */
-/***********************************************************/
-
-table#navigation, div#tocframe, div#main,
-p, h1, h2, ul, .footer, #languages {
-  text-align: left;
-}
-
-div.header h1, div.subheader p {
-  text-align: center;
-}
-
diff --git a/Documentation/lilypond-mccarty.css b/Documentation/lilypond-mccarty.css
deleted file mode 100644 (file)
index ee91744..0000000
+++ /dev/null
@@ -1,415 +0,0 @@
-/**********************************************************/
-/*                  PAGE-WIDE SETTINGS                    */
-/**********************************************************/
-
-html {
-  height: 100%;
-}
-
-body {
-  margin: 0 auto;
-  padding: 0;
-  height: 100%;
-  font-size: 100%;
-  line-height: 1.125;
-  color: #000;
-  background-color: #fff;
-}
-
-/***********************************************************/
-/*                      HEADERS                            */
-/***********************************************************/
-
-.chapter, .section, .subsection, .subsubsection,
-.appendix, .appendixsec, .appendixsubsec,
-.unnumbered, .unnumberedsec, .unnumberedsubsec, .unnumberedsubsubsec,
-.subheading, .subsubheading {
-  color: #204a87;
-  border-bottom: 1px dashed black;
-  padding-bottom: 0.15em;
-  margin-top: 0.6em;
-  margin-bottom: 1em;
-}
-
-.settitle {
-  background: #b1d281;
-  font-size: 2em;
-  text-align: center;
-  padding: 0.4em 0.5em;
-  border: solid #7b925a;
-  border-width: 1px 0;
-  margin: 0;
-}
-
-.chapter, .appendix, .unnumbered {
-  font-size: 1.8em;
-}
-
-.section, .appendixsec, .unnumberedsec {
-  font-size: 1.6em;
-}
-
-.subsection, .appendixsubsec, .unnumberedsubsec {
-  font-size: 1.4em;
-}
-
-.subheading, .subsubsection, .unnumberedsubsubsec {
-  font-size: 1.25em;
-}
-
-.subsubheading {
-  font-size: 1em;
-  font-weight: bold;
-}
-
-.chapheading {
-  position: absolute;
-  height: 0;
-  overflow: hidden;
-  text-indent: -999em;
-}
-
-/***********************************************************/
-/*                       LINKS                             */
-/***********************************************************/
-
-a:link {
-  color: #0c51ab;
-}
-
-a:visited {
-  color: #804f01;
-}
-
-a:active {
-  color: #278800;
-}
-
-a:hover {
-  color: #0105ad;
-}
-
-/***********************************************************/
-/*                  BLOCK FORMATTING                       */
-/***********************************************************/
-
-blockquote, .smallexample {
-  width: 96%;
-  padding: 0;
-  border: solid #b1d281;
-  border-width: 1px 1px 1px 5px;
-  margin: 1em auto;
-}
-
-blockquote p, pre.smallexample {
-  padding: 1em;
-  margin: 0;
-}
-
-blockquote blockquote {
-  border: none;
-}
-
-.verbatim, .example, .lisp {
-  font-size: 1em;
-  padding: 1em;
-  margin: 0;
-}
-
-#main hr {
-  height: 0;
-  padding: 0;
-  border: 0;
-  margin: 0;
-  text-indent: -999em;
-}
-
-table.cartouche {
-  background: #f5f5dc;
-  width: 85%;
-  border-collapse: collapse;
-  padding: 0 0.5em;
-  border: 2px solid #8f5902;
-  margin: 0 auto 1em;
-}
-
-table.cartouche p {
-  padding: 1em;
-  margin: 0;
-}
-
-table.cartouche td {
-  border: none;
-}
-
-/***********************************************************/
-/*                    MAIN CONTENT                         */
-/***********************************************************/
-
-div#main {
-  position: absolute;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 27%;
-  padding: 0;
-  margin: 0;
-  overflow: auto;
-}
-
-div#main li {
-  padding: 0 1em 0.5em 0;
-}
-
-div#main ul {
-  margin: 0;
-  padding-left: 3em;
-}
-
-h1, h2, h3, h4, p, table, address, dt {
-  padding-left: 1em;
-  padding-right: 1em;
-}
-
-p {
-  margin: 1em 0;
-}
-
-#languages {
-  padding: 0.5em 1em;
-  margin: 0;
-}
-
-pre.menu-comment {
-  font-size: 1em;
-  padding-top: 1em;
-  padding-bottom: 0;
-  margin: 0;
-}
-
-#main .contents li {
-  padding-bottom: 0;
-}
-
-#main .contents > ul {
-  margin-bottom: 1em;
-}
-
-/***********************************************************/
-/*                    TOC SIDEBAR                          */
-/***********************************************************/
-
-div#tocframe {
-  position: absolute;
-  top: 0;
-  right: 73%;
-  bottom: 0;
-  left: 0;
-  padding: 0;
-  margin: 0;
-  overflow: auto;
-  background: #f5f5dc;
-  z-index: 100;
-  list-style-type: none;
-  font-size: 0.83em;
-  line-height: 1.3;
-}
-
-@media screen {
-  body > div#tocframe {
-    position: fixed
-  }
-}
-
-div#tocframe a:link, div#tocframe a:visited {
-  color: #454532;
-  text-decoration: none;
-}
-
-div#tocframe a:hover {
-  color: #232b16;
-  text-decoration: underline;
-}
-
-div#tocframe p.toc_uplink {
-  font-size: 1em;
-  line-height: 1.125;
-  background: #c9ccc4;
-  padding: 0.25em 1em 0.25em 0.5em;
-  border-bottom: 1px solid #a0a087;
-  margin: 0;
-}
-
-div#tocframe p.toc_uplink a:link,
-div#tocframe p.toc_uplink a:visited {
-  color: #1c1c1b;
-}
-
-div#tocframe p.toc_uplink a:hover {
-  color: #000;
-}
-
-div#tocframe h4 {
-  font-size: 1em;
-  line-height: 1.125;
-  font-weight: bold;
-  font-style: italic;
-  padding: 0.75em 0.5em 0 0.5em;
-  margin: 0;
-}
-
-#tocframe .contents {
-  background-color: transparent;
-  list-style-type: none;
-  padding: 0;
-  border: 0;
-  margin: 0;
-}
-
-#tocframe ul.toc {
-  padding: 0.25em 0.5em 1em 0.5em;
-  list-style-type: none;
-  margin: 0;
-}
-
-#tocframe ul.toc ul.toc {
-  padding: 0;
-  margin: 0;
-}
-
-#tocframe ul.toc li {
-  padding: 0;
-  margin: 0;
-}
-
-#tocframe ul.toc > li {
-  font-size: 1em;
-}
-
-#tocframe ul.toc li li {
-  padding-left: 1em;
-}
-
-li.toc_current {
-  font-weight: bold;
-  font-style: italic;
-}
-
-li.toc_current ul {
-  font-weight: normal;
-  font-style: normal;
-  background: transparent;
-}
-
-/***********************************************************/
-/*                     NAVIGATION                          */
-/***********************************************************/
-
-.nav_table {
-  width: 100%;
-  background: #c9ccc4;
-  font-size: 0.83em;
-  border-collapse: collapse;
-  padding: 0;
-  border: none;
-  margin: 0;
-}
-
-.nav_table a:link, .nav_table a:visited {
-  color: #1c1c1b;
-  text-decoration: none;
-}
-
-.nav_table a:hover {
-  color: #000;
-  text-decoration: underline;
-}
-
-.nav_table tr, .nav_table a {
-  padding: 0;
-  margin: 0;
-}
-
-.nav_table td {
-  padding: 0.25em;
-  margin: 0;
-}
-
-div.header {
-  background: #b1d281;
-  text-align: center;
-  padding: 0.5em;
-  border-bottom: 1px solid #7b925a;
-  margin: 0;
-  height: auto;
-}
-
-div.header h1 {
-  font-size: 2em;
-  padding: 0.25em;
-  margin: 0;
-}
-
-div.subheader {
-  background: #ddd;
-  padding: 0;
-  margin: 0;
-  text-align: center;
-}
-
-div.subheader p {
-  padding: 0.5em;
-  margin: 0;
-}
-
-table#navigation {
-  line-height: 1.5;
-  padding: 0;
-  margin: 1em auto;
-}
-
-table#navigation td {
-  padding: 0.5em 0.75em;
-}
-
-table#navigation ul {
-  padding-left: 0.5em;
-  margin: 0;
-}
-
-table .title {
-  font-weight: bold;
-}
-
-.footer {
-  background: #e5f5ce;
-  font-size: 0.8em;
-  padding: 0.2em 0;
-  border: solid #b1d281;
-  border-width: 0 0 5px 0;
-  margin: 0;
-}
-
-.footer a:link {
-  color: #0308fc;
-}
-
-.footer p {
-  padding: 0 1.25em;
-  margin: 0.4em 0;
-}
-
-table.menu {
-  margin: 0 0 1em;
-}
-
-/***********************************************************/
-/*               OVERRIDES FOR PRINTING                    */
-/***********************************************************/
-
-@media print {
-  /* Hide the sidebar: */
-  body { padding-left: 0; }
-  #tocframe { display: none; }
-  .nav_table { display: none; }
-}
diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css
deleted file mode 100644 (file)
index 82ab472..0000000
+++ /dev/null
@@ -1,216 +0,0 @@
-/***********************************************************/
-/*                  PAGE-WIDE SETTINGS                     */
-/**********************************************************/
-
-html {
-  height:100%;
-}
-
-body {
-  margin: 0;
-  padding: 0;
-  height: 100%;
-  font-size: 100%;
-  margin-right: auto;
-  margin-left: auto;
-  color: black;
-  background-color: white;
-}
-
-/***********************************************************/
-/*                      HEADERS                            */
-/***********************************************************/
-h4, h3, h2, .unnumberedsubsubsec, .subsubheading {
-  color: #151959;
-}
-
-h2 {
-  font-size: x-large;
-}
-.unnumberedsubsubsec, .subsubheading {
-  font-size: large;
-}
-
-/***********************************************************/
-/*                       LINKS                             */
-/***********************************************************/
-a:link, a:visited, a:hover, a:active {color:#2E5479; text-decoration: none;}
-a:hover {text-decoration: underline;}
-a:active {color:#CCCCFF;}
-
-/***********************************************************/
-/*                  BLOCK FORMATTING                       */
-/***********************************************************/
-blockquote {
-  border: 1px solid #CCCCCC;
-  padding: 3px;
-  width: 40em;
-}
-.verbatim, .example, .smallexample {
-  font-family: "Courier New",Courier,monospace;
-}
-hr {
-  border:  none;
-  height: 1px;
-  color: #666666;
-  background-color: #666666;
-}
-table.cartouche {
-  border: 2px dotted #CCCCCC;
-  margin-left: auto;
-  margin-right: auto;
-  width: 85%;
-}
-table.cartouche td {
-  border: none;
-}
-
-/***********************************************************/
-/*                    MAIN CONTENT                         */
-/***********************************************************/
-
-div#main {
-  position: absolute;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 27%;
-  padding: 0 1em;
-  margin: 0;
-  overflow: auto;
-}
-
-#languages {
-  padding-bottom: 1em;
-}
-
-/***********************************************************/
-/*                    TOC SIDEBAR                          */
-/***********************************************************/
-
-div#tocframe {
-  position:      absolute;
-  top:           0;
-  right: 73%;
-  bottom: 0;
-  left:          0;
-  padding:       5px;
-  padding-bottom: 0;
-  margin: 0;
-  overflow:      auto;
-  background-color: #E7EFE3;
-  z-index:100;
-  list-style-type: none;
-}
-
-@media screen {
-  body>div#tocframe {
-    position: fixed
-    }
-  }
-
-#tocframe .contents {
-  width: 100%;
-  padding-bottom: 0.25em;
-  border: none;
-  margin: 0em;
-  background-color: transparent;
-  list-style-type: none;
-}
-
-#tocframe a, #tocframe a:visited, #tocframe a:active {
-  color: #1B3313;
-  text-decoration: none;
-}
-
-#tocframe a:hover {
-  color: #2E5479;
-  text-decoration:underline;
-}
-
-#tocframe ul.toc {
-  padding-left: 0px;
-  margin-left: 0px;
-}
-#tocframe ul.toc li {
- padding-left: 0px;
-  margin-left: 0px;
-  list-style-type: none;
-}
-#tocframe ul.toc > li {
-  font-size: 12px;
-}
-#tocframe ul.toc li li {
-  padding-left: 15px;
-}
-li.toc_current {
-  font-weight: bold;
-  font-style: italic;
-}
-
-li.toc_current ul {
-  font-weight: normal;
-  font-style: normal;
-  background: transparent;
-}
-
-
-
-
-/***********************************************************/
-/*                     NAVIGATION                          */
-/***********************************************************/
-
-div.header {
-  background-color: #E7EFE3;
-  padding: 2px;
-  border: #CCD3CC 1px solid;
-  text-align: center;
-}
-
-h1.header {
-  font-weight: bold;
-  font-family: avantgarde, sans-serif;
-  font-size: 220%;
-}
-
-div.subheader {
-  text-align: center;
-}
-
-#navigation {
-  margin: 0 auto;
-}
-
-.nav_table {
-  width: 100%;
-  background-color: #CCD3CC;
-  border: 0;
-  margin-top: 4px;
-  left: auto;
-  right: auto;
-  font-size: 0.8em;
-}
-
-.title {
-  font-weight: bold;
-}
-
-.footer {
-  background-color: #E7EFE3;
-  padding: 5px;
-  border: #CCD3CC 1px solid;
-  font-size: 80%;
-}
-
-
-
-/***********************************************************/
-/*               OVERRIDES FOR PRINTING                    */
-/***********************************************************/
-@media print {
-  /* Hide the sidebar: */
-  body { padding-left: 0; }
-  #tocframe { display: none; }
-  .nav_table { display: none; }
-}
index 385043d56141bcabb879e14770563c56b1a17d15..a360164335a2d9398ef6cb037010ca7fcf71276c 100644 (file)
@@ -1,6 +1,47 @@
 depth = ../..
 
-STEPMAKE_TEMPLATES=documentation
+
+BITMAP_IMAGES = $(call src-wildcard,*.png) $(call src-wildcard,*.jpg)
+EPS_ILLUSTRATIONS = $(call src-wildcard,*.eps)
+SVG_FILES = $(call src-wildcard,*.svg)
+
+EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES)
+
+OUT_PDF_IMAGES = $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf)
+OUT_BITMAP_IMAGES = $(BITMAP_IMAGES:%=$(outdir)/%)
+OUT_BITMAP_IMAGES += $(EPS_ILLUSTRATIONS:%.pdf=$(outdir)/%.png)
+
+STEPMAKE_TEMPLATES = documentation
 
 include $(depth)/make/stepmake.make
 
+###########
+### Targets
+
+default:
+
+ifeq ($(out),www)
+local-WWW-1: $(OUT_BITMAP_IMAGES) $(OUT_PDF_IMAGES)
+endif
+
+#########
+### Rules
+
+$(outdir)/%-flat-gray.png: %-flat-gray.png
+       convert -depth 8 -geometry 50x50% $< $@
+
+$(outdir)/%-flat-bw.png: %-flat-bw.png
+       convert -depth 8 -geometry 50x50% $< $@
+
+$(outdir)/%.png: %.png
+       ln -f $< $@
+
+$(outdir)/%.jpg: %.jpg
+       ln -f $< $@
+
+$(outdir)/%.png: %.eps
+       gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -q -sOutputFile=$@ -sDEVICE=png16m -dEPSCrop -dNOPAUSE -f $< -c quit
+
+$(outdir)/%.pdf: %.eps
+       gs -dAutoRotatePages=/None -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile=$@ -dEPSCrop -c .setpdfwrite -f $<
+
diff --git a/Documentation/pictures/baer-flat-bw.png b/Documentation/pictures/baer-flat-bw.png
new file mode 100644 (file)
index 0000000..bb25bd1
Binary files /dev/null and b/Documentation/pictures/baer-flat-bw.png differ
diff --git a/Documentation/pictures/baer-flat-gray.png b/Documentation/pictures/baer-flat-gray.png
new file mode 100644 (file)
index 0000000..08cd338
Binary files /dev/null and b/Documentation/pictures/baer-flat-gray.png differ
diff --git a/Documentation/pictures/context-example.eps b/Documentation/pictures/context-example.eps
new file mode 100644 (file)
index 0000000..869417a
--- /dev/null
@@ -0,0 +1,3065 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: inkscape 0.42
+%%Pages: 1
+%%Orientation: Portrait
+%%BoundingBox: -54 67 257 247
+%%HiResBoundingBox: -54.384930 67.324076 256.78175 246.86789
+%%EndComments
+%%Page: 1 1
+0 239 translate
+0.80000000 -0.80000000 scale
+gsave [1.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000] concat
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+20.007931 -1.7765938 moveto
+205.39661 -1.7765938 lineto
+207.64909 -1.7765938 209.46245 0.036769669 209.46245 2.2892436 curveto
+209.46245 131.07783 lineto
+209.46245 133.33030 207.64909 135.14366 205.39661 135.14366 curveto
+20.007931 135.14366 lineto
+17.755457 135.14366 15.942094 133.33030 15.942094 131.07783 curveto
+15.942094 2.2892436 lineto
+15.942094 0.036769669 17.755457 -1.7765938 20.007931 -1.7765938 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+20.007931 -1.7765938 moveto
+205.39661 -1.7765938 lineto
+207.64909 -1.7765938 209.46245 0.036769669 209.46245 2.2892436 curveto
+209.46245 131.07783 lineto
+209.46245 133.33030 207.64909 135.14366 205.39661 135.14366 curveto
+20.007931 135.14366 lineto
+17.755457 135.14366 15.942094 133.33030 15.942094 131.07783 curveto
+15.942094 2.2892436 lineto
+15.942094 0.036769669 17.755457 -1.7765938 20.007931 -1.7765938 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+30.771785 79.594475 moveto
+195.00948 79.594475 lineto
+197.26195 79.594475 199.07532 81.407838 199.07532 83.660312 curveto
+199.07532 115.56691 lineto
+199.07532 117.81938 197.26195 119.63275 195.00948 119.63275 curveto
+30.771785 119.63275 lineto
+28.519311 119.63275 26.705948 117.81938 26.705948 115.56691 curveto
+26.705948 83.660312 lineto
+26.705948 81.407838 28.519311 79.594475 30.771785 79.594475 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88509721 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+30.771785 79.594475 moveto
+195.00948 79.594475 lineto
+197.26195 79.594475 199.07532 81.407838 199.07532 83.660312 curveto
+199.07532 115.56691 lineto
+199.07532 117.81938 197.26195 119.63275 195.00948 119.63275 curveto
+30.771785 119.63275 lineto
+28.519311 119.63275 26.705948 117.81938 26.705948 115.56691 curveto
+26.705948 83.660312 lineto
+26.705948 81.407838 28.519311 79.594475 30.771785 79.594475 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+29.540218 15.862391 moveto
+195.60888 15.862391 lineto
+197.86135 15.862391 199.67471 17.675755 199.67471 19.928229 curveto
+199.67471 63.595695 lineto
+199.67471 65.848169 197.86135 67.661532 195.60888 67.661532 curveto
+29.540218 67.661532 lineto
+27.287744 67.661532 25.474380 65.848169 25.474380 63.595695 curveto
+25.474380 19.928229 lineto
+25.474380 17.675755 27.287744 15.862391 29.540218 15.862391 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88509721 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+29.540218 15.862391 moveto
+195.60888 15.862391 lineto
+197.86135 15.862391 199.67471 17.675755 199.67471 19.928229 curveto
+199.67471 63.595695 lineto
+199.67471 65.848169 197.86135 67.661532 195.60888 67.661532 curveto
+29.540218 67.661532 lineto
+27.287744 67.661532 25.474380 65.848169 25.474380 63.595695 curveto
+25.474380 19.928229 lineto
+25.474380 17.675755 27.287744 15.862391 29.540218 15.862391 curveto
+closepath
+stroke
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+117.71875 42.500000 moveto
+113.83588 42.578103 110.65477 45.607155 110.38673 49.481551 curveto
+110.11869 53.355946 112.85238 56.794197 116.68750 57.406250 curveto
+133.40625 60.281250 lineto
+149.31250 63.593750 lineto
+149.54010 63.635589 149.76951 63.666872 150.00000 63.687500 curveto
+174.11316 67.227299 lineto
+176.80789 67.585949 179.48575 66.458490 181.11244 64.280398 curveto
+182.73912 62.102307 183.05998 59.214546 181.95109 56.732501 curveto
+180.84220 54.250456 178.47714 52.562672 175.76941 52.321049 curveto
+151.90625 48.812500 lineto
+136.21875 45.531250 lineto
+136.12520 45.519066 136.03144 45.508647 135.93750 45.500000 curveto
+119.21875 42.625000 lineto
+118.72421 42.533144 118.22168 42.491266 117.71875 42.500000 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+117.71875 42.500000 moveto
+113.83588 42.578103 110.65477 45.607155 110.38673 49.481551 curveto
+110.11869 53.355946 112.85238 56.794197 116.68750 57.406250 curveto
+133.40625 60.281250 lineto
+149.31250 63.593750 lineto
+149.54010 63.635589 149.76951 63.666872 150.00000 63.687500 curveto
+174.11316 67.227299 lineto
+176.80789 67.585949 179.48575 66.458490 181.11244 64.280398 curveto
+182.73912 62.102307 183.05998 59.214546 181.95109 56.732501 curveto
+180.84220 54.250456 178.47714 52.562672 175.76941 52.321049 curveto
+151.90625 48.812500 lineto
+136.21875 45.531250 lineto
+136.12520 45.519066 136.03144 45.508647 135.93750 45.500000 curveto
+119.21875 42.625000 lineto
+118.72421 42.533144 118.22168 42.491266 117.71875 42.500000 curveto
+closepath
+stroke
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+94.581216 24.203616 moveto
+90.530643 24.092562 87.124140 27.218649 86.887678 31.263838 curveto
+86.651216 35.309028 89.670291 38.810723 93.706216 39.172366 curveto
+118.37500 42.156250 lineto
+118.91507 42.215098 119.45993 42.215098 120.00000 42.156250 curveto
+150.31250 38.937500 lineto
+174.15625 44.937500 lineto
+176.80294 45.740486 179.67677 45.021793 181.63391 43.067469 curveto
+183.59105 41.113145 184.31388 38.240355 183.51471 35.592507 curveto
+182.71553 32.944659 180.52405 30.951468 177.81250 30.406250 curveto
+152.68750 24.062500 lineto
+151.83039 23.845789 150.94171 23.782312 150.06250 23.875000 curveto
+119.21875 27.156250 lineto
+95.331216 24.266116 lineto
+95.082419 24.232746 94.832104 24.211886 94.581216 24.203616 curveto
+94.581216 24.203616 lineto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+94.581216 24.203616 moveto
+90.530643 24.092562 87.124140 27.218649 86.887678 31.263838 curveto
+86.651216 35.309028 89.670291 38.810723 93.706216 39.172366 curveto
+118.37500 42.156250 lineto
+118.91507 42.215098 119.45993 42.215098 120.00000 42.156250 curveto
+150.31250 38.937500 lineto
+174.15625 44.937500 lineto
+176.80294 45.740486 179.67677 45.021793 181.63391 43.067469 curveto
+183.59105 41.113145 184.31388 38.240355 183.51471 35.592507 curveto
+182.71553 32.944659 180.52405 30.951468 177.81250 30.406250 curveto
+152.68750 24.062500 lineto
+151.83039 23.845789 150.94171 23.782312 150.06250 23.875000 curveto
+119.21875 27.156250 lineto
+95.331216 24.266116 lineto
+95.082419 24.232746 94.832104 24.211886 94.581216 24.203616 curveto
+94.581216 24.203616 lineto
+closepath
+stroke
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+152.56250 87.812500 moveto
+152.36383 87.825445 152.16576 87.846295 151.96875 87.875000 curveto
+118.31250 91.906250 lineto
+94.289106 96.223025 lineto
+90.172859 96.714904 87.234727 100.45052 87.726606 104.56677 curveto
+88.218485 108.68302 91.954109 111.62115 96.070356 111.12927 curveto
+120.09375 106.78125 lineto
+151.12500 103.06250 lineto
+170.53125 115.28125 lineto
+172.79883 116.76854 175.69263 116.91604 178.09969 115.66704 curveto
+180.50675 114.41804 182.05221 111.96704 182.14168 109.25670 curveto
+182.23115 106.54636 180.85070 103.99878 178.53125 102.59375 curveto
+156.84375 88.968750 lineto
+155.56582 88.160636 154.07350 87.757600 152.56250 87.812500 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+152.56250 87.812500 moveto
+152.36383 87.825445 152.16576 87.846295 151.96875 87.875000 curveto
+118.31250 91.906250 lineto
+94.289106 96.223025 lineto
+90.172859 96.714904 87.234727 100.45052 87.726606 104.56677 curveto
+88.218485 108.68302 91.954109 111.62115 96.070356 111.12927 curveto
+120.09375 106.78125 lineto
+151.12500 103.06250 lineto
+170.53125 115.28125 lineto
+172.79883 116.76854 175.69263 116.91604 178.09969 115.66704 curveto
+180.50675 114.41804 182.05221 111.96704 182.14168 109.25670 curveto
+182.23115 106.54636 180.85070 103.99878 178.53125 102.59375 curveto
+156.84375 88.968750 lineto
+155.56582 88.160636 154.07350 87.757600 152.56250 87.812500 curveto
+closepath
+stroke
+gsave [3.5370080 0.0000000 0.0000000 3.5370080 -49.697970 -57.425720] concat
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 31.330290] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 26.058390] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 24.301090] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 48.024630] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 46.267330] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 40.995430] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 10.000000 33.087590] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+29.256904 -0.10000000 moveto
+31.174626 -0.10000000 lineto
+31.190289 -0.10000000 31.202899 -0.087390472 31.202899 -0.071727514 curveto
+31.202899 0.071727514 lineto
+31.202899 0.087390472 31.190289 0.10000000 31.174626 0.10000000 curveto
+29.256904 0.10000000 lineto
+29.241242 0.10000000 29.228632 0.087390472 29.228632 0.071727514 curveto
+29.228632 -0.071727514 lineto
+29.228632 -0.087390472 29.241242 -0.10000000 29.256904 -0.10000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 10.000000 33.087590] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+29.256904 -0.10000000 moveto
+31.174626 -0.10000000 lineto
+31.190289 -0.10000000 31.202899 -0.087390472 31.202899 -0.071727514 curveto
+31.202899 0.071727514 lineto
+31.202899 0.087390472 31.190289 0.10000000 31.174626 0.10000000 curveto
+29.256904 0.10000000 lineto
+29.241242 0.10000000 29.228632 0.087390472 29.228632 0.071727514 curveto
+29.228632 -0.071727514 lineto
+29.228632 -0.087390472 29.241242 -0.10000000 29.256904 -0.10000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 48.024630] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 46.267330] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 40.995430] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 31.330290] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 26.058390] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 24.301090] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 24.718840 36.162860] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.014136244 -6.8000002 moveto
+0.14586375 -6.8000002 lineto
+0.15369523 -6.8000002 0.16000000 -6.7936954 0.16000000 -6.7858639 curveto
+0.16000000 6.7858639 lineto
+0.16000000 6.7936954 0.15369523 6.8000002 0.14586375 6.8000002 curveto
+0.014136244 6.8000002 lineto
+0.0063047647 6.8000002 0.0000000 6.7936954 0.0000000 6.7858639 curveto
+0.0000000 -6.7858639 lineto
+0.0000000 -6.7936954 0.0063047647 -6.8000002 0.014136244 -6.8000002 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 35.178770] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+2.6061780 0.12601635 moveto
+2.6061780 0.52601635 lineto
+0.040000000 0.20000000 lineto
+0.040000000 -0.20000000 lineto
+2.6061780 0.12601635 lineto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.079999998 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+2.6061780 0.12601635 moveto
+2.6061780 0.52601635 lineto
+0.040000000 0.20000000 lineto
+0.040000000 -0.20000000 lineto
+2.6061780 0.12601635 lineto
+closepath
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.84400000 -1.0720000 moveto
+0.71600013 -1.0600000 0.63999990 -1.0360000 0.54000000 -0.98800000 curveto
+0.30400024 -0.87600011 0.11999992 -0.64799974 0.044000000 -0.38400000 curveto
+0.0080000360 -0.26400012 -0.0079999880 -0.10799992 0.0040000000 -0.024000000 curveto
+0.035999968 0.19599978 0.24400023 0.35999999 0.47200000 0.34800000 curveto
+0.66399981 0.33600001 0.81600003 0.17999980 0.84400000 -0.024000000 curveto
+0.87599997 -0.25199977 0.70399977 -0.46000002 0.47200000 -0.47600000 curveto
+0.45200002 -0.47600000 0.43200000 -0.47600000 0.43200000 -0.48000000 curveto
+0.43200000 -0.48000000 0.44000001 -0.50000003 0.44800000 -0.52800000 curveto
+0.53599991 -0.77599975 0.68800020 -0.91200001 0.88800000 -0.92400000 curveto
+1.2239997 -0.93999998 1.4760001 -0.64799952 1.5360000 -0.17200000 curveto
+1.5440000 -0.10000007 1.5440000 0.084000064 1.5360000 0.14800000 curveto
+1.4960000 0.47599967 1.3639997 0.76000029 1.1120000 1.0520000 curveto
+1.0560001 1.1159999 0.91999992 1.2520001 0.84400000 1.3160000 curveto
+0.63200021 1.5039998 0.38399966 1.6800002 0.040000000 1.8920000 curveto
+-0.051999908 1.9439999 -0.060000008 1.9520000 -0.068000000 1.9680000 curveto
+-0.087999980 2.0080000 -0.071999956 2.0480000 -0.028000000 2.0680000 curveto
+-0.0080000200 2.0800000 0.012000020 2.0760000 0.032000000 2.0680000 curveto
+0.063999968 2.0480000 0.10400008 2.0320000 0.18800000 1.9920000 curveto
+0.77199942 1.7280003 1.2040003 1.4639997 1.5120000 1.1760000 curveto
+1.8399997 0.86800031 2.0360000 0.52399963 2.0840000 0.15600000 curveto
+2.1479999 -0.31599953 1.9999997 -0.68000021 1.6560000 -0.89200000 curveto
+1.4880002 -0.99199990 1.2799998 -1.0560000 1.0360000 -1.0720000 curveto
+0.98000006 -1.0760000 0.86799998 -1.0760000 0.84400000 -1.0720000 curveto
+2.3920000 -0.69200000 moveto
+2.3440000 -0.68400001 2.2880000 -0.63999995 2.2640000 -0.59200000 curveto
+2.2320000 -0.53600006 2.2320000 -0.46799994 2.2640000 -0.41200000 curveto
+2.2760000 -0.38400003 2.3160000 -0.34399999 2.3440000 -0.33200000 curveto
+2.3999999 -0.30000003 2.4680001 -0.30000003 2.5240000 -0.33200000 curveto
+2.5520000 -0.34399999 2.5920000 -0.38400003 2.6040000 -0.41200000 curveto
+2.6639999 -0.51999989 2.6039999 -0.66000003 2.4800000 -0.68800000 curveto
+2.4560000 -0.69599999 2.4200000 -0.69600000 2.3920000 -0.69200000 curveto
+2.3920000 0.30800000 moveto
+2.3440000 0.31599999 2.2880000 0.36000005 2.2640000 0.40800000 curveto
+2.2320000 0.46399994 2.2320000 0.53200006 2.2640000 0.58800000 curveto
+2.2760000 0.61599997 2.3160000 0.65600001 2.3440000 0.66800000 curveto
+2.3999999 0.69999997 2.4680001 0.69999997 2.5240000 0.66800000 curveto
+2.5520000 0.65600001 2.5920000 0.61599997 2.6040000 0.58800000 curveto
+2.6639999 0.48000011 2.6039999 0.33999997 2.4800000 0.31200000 curveto
+2.4560000 0.30400001 2.4200000 0.30400000 2.3920000 0.30800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+1.1800000 -4.9880000 moveto
+1.1560000 -4.9760000 1.1359999 -4.9640000 1.0840000 -4.9160000 curveto
+0.95600013 -4.7920001 0.83999992 -4.6359998 0.76000000 -4.4720000 curveto
+0.68800007 -4.3320001 0.63599998 -4.1599998 0.61200000 -4.0080000 curveto
+0.59200002 -3.8920001 0.58800000 -3.8639998 0.59200000 -3.7040000 curveto
+0.59200000 -3.2240005 0.65600021 -2.9119995 0.86800000 -2.3640000 curveto
+0.89199998 -2.3080001 0.90800000 -2.2600000 0.90400000 -2.2600000 curveto
+0.90400000 -2.2560000 0.87199996 -2.2119999 0.83200000 -2.1600000 curveto
+0.46000000 -1.6440000 lineto
+0.18400028 -1.2320004 0.051999956 -0.90399964 0.0080000000 -0.54800000 curveto
+8.0000000e-09 -0.46400008 8.0000000e-09 -0.27999992 0.0080000000 -0.20000000 curveto
+0.023999984 -0.084000116 0.056000040 0.044000108 0.096000000 0.15200000 curveto
+0.11999998 0.21999993 0.18400004 0.35200006 0.22400000 0.41200000 curveto
+0.48399974 0.82799958 0.92000048 1.0720000 1.4040000 1.0720000 curveto
+1.4759999 1.0720000 1.5680001 1.0640000 1.6320000 1.0560000 curveto
+1.6800000 1.0480000 lineto
+1.6800000 1.1600000 lineto
+1.6800000 1.3319998 1.6680000 1.5760001 1.6560000 1.6920000 curveto
+1.6240000 1.9719997 1.4999998 2.2120001 1.3200000 2.3360000 curveto
+1.1760001 2.4359999 0.99599982 2.4599999 0.81600000 2.3960000 curveto
+0.72400009 2.3640000 0.61999994 2.2959999 0.56400000 2.2280000 curveto
+0.54800000 2.2080000 lineto
+0.58800000 2.2120000 lineto
+0.81599977 2.2240000 0.99999999 2.0399998 0.98800000 1.8120000 curveto
+0.97600001 1.5960002 0.82399980 1.4320000 0.62400000 1.4200000 curveto
+0.46800016 1.4160000 0.30799992 1.4920001 0.22400000 1.6240000 curveto
+0.16000006 1.7239999 0.14400004 1.8440002 0.18000000 2.0000000 curveto
+0.25599992 2.3439997 0.55600038 2.6000000 0.93600000 2.6360000 curveto
+1.2519997 2.6680000 1.5320002 2.5119997 1.7080000 2.2000000 curveto
+1.7759999 2.0840001 1.8280000 1.9359999 1.8520000 1.7920000 curveto
+1.8720000 1.6680001 1.8880000 1.3959997 1.8880000 1.1360000 curveto
+1.8880000 0.99600000 lineto
+1.9080000 0.98800000 lineto
+2.1039998 0.91600007 2.2720001 0.77999981 2.4000000 0.59200000 curveto
+2.5879998 0.31200028 2.6279999 -0.044000328 2.5080000 -0.37200000 curveto
+2.4840000 -0.43599994 2.4360000 -0.53600006 2.3960000 -0.59600000 curveto
+2.3480000 -0.66799993 2.3119999 -0.71200006 2.2520000 -0.77600000 curveto
+2.1680001 -0.85599992 2.0839999 -0.91600005 1.9800000 -0.96800000 curveto
+1.8520001 -1.0279999 1.7559998 -1.0560000 1.5720000 -1.0760000 curveto
+1.5440000 -1.0800000 lineto
+1.5240000 -1.1400000 lineto
+1.4680001 -1.3239998 1.3679999 -1.6320002 1.2960000 -1.8360000 curveto
+1.2600000 -1.9360000 lineto
+1.2680000 -1.9480000 lineto
+1.3999999 -2.1239998 1.5320001 -2.3240002 1.6200000 -2.4800000 curveto
+1.8199998 -2.8319996 1.9240000 -3.1720003 1.9240000 -3.4960000 curveto
+1.9240000 -3.9039996 1.6959997 -4.4840004 1.4000000 -4.8440000 curveto
+1.3480001 -4.9039999 1.2880000 -4.9640000 1.2640000 -4.9760000 curveto
+1.2400000 -4.9920000 1.2000000 -4.9960000 1.1800000 -4.9880000 curveto
+1.4800000 -4.2960000 moveto
+1.5319999 -4.2160001 1.5720000 -4.1279999 1.5840000 -4.0560000 curveto
+1.6080000 -3.9400001 1.6040000 -3.7359998 1.5720000 -3.5680000 curveto
+1.5160001 -3.2440003 1.3639997 -2.9079996 1.0840000 -2.5080000 curveto
+1.0600000 -2.4720000 lineto
+1.0520000 -2.4840000 lineto
+1.0400000 -2.5160000 0.95599997 -2.7560001 0.92400000 -2.8480000 curveto
+0.83600009 -3.1119997 0.82000001 -3.2000001 0.83200000 -3.3480000 curveto
+0.85999997 -3.7159996 1.0400003 -4.0400002 1.3280000 -4.2560000 curveto
+1.3640000 -4.2840000 1.4480000 -4.3360000 1.4520000 -4.3360000 curveto
+1.4560000 -4.3360000 1.4680000 -4.3200000 1.4800000 -4.2960000 curveto
+1.1440000 -1.6520000 moveto
+1.2319999 -1.4040002 1.3360000 -1.0720000 1.3280000 -1.0640000 curveto
+1.3280000 -1.0640000 1.3080000 -1.0560000 1.2840000 -1.0520000 curveto
+1.1960001 -1.0360000 1.0919999 -0.99199996 1.0200000 -0.94800000 curveto
+0.81200021 -0.82000013 0.67999996 -0.61999976 0.63600000 -0.37600000 curveto
+0.62800001 -0.31200006 0.62800001 -0.17599994 0.64000000 -0.11200000 curveto
+0.68799995 0.15999973 0.85200026 0.37200013 1.1120000 0.50400000 curveto
+1.1799999 0.53599997 1.2040000 0.53999999 1.2360000 0.53200000 curveto
+1.2999999 0.51600002 1.3320000 0.43199994 1.2960000 0.37200000 curveto
+1.2840000 0.35600002 1.2760000 0.35199998 1.2440000 0.33600000 curveto
+1.1000001 0.25600008 0.99199996 0.13199986 0.95600000 -0.0040000000 curveto
+0.92000004 -0.13599987 0.94800008 -0.27600011 1.0280000 -0.38400000 curveto
+1.1119999 -0.49599989 1.2520002 -0.56800002 1.4200000 -0.58400000 curveto
+1.4400000 -0.58400000 1.4600000 -0.58800000 1.4600000 -0.58400000 curveto
+1.4640000 -0.58400000 1.5000000 -0.40399988 1.5240000 -0.28800000 curveto
+1.5879999 0.019999692 1.6320000 0.32800028 1.6560000 0.60800000 curveto
+1.6680000 0.73599987 1.6720000 0.84000000 1.6720000 0.84400000 curveto
+1.6640000 0.84800000 1.5959999 0.85600000 1.5240000 0.86000000 curveto
+1.2720003 0.87599998 1.0639998 0.83599989 0.85200000 0.72800000 curveto
+0.74000011 0.67200006 0.64799992 0.60799991 0.56400000 0.52000000 curveto
+0.44000012 0.39600012 0.36399997 0.26399985 0.33600000 0.11200000 curveto
+0.31600002 0.0080001040 0.32400003 -0.17600017 0.35600000 -0.34400000 curveto
+0.41999994 -0.64399970 0.55200024 -0.93600036 0.79600000 -1.3000000 curveto
+0.89599990 -1.4479999 1.1080000 -1.7360000 1.1120000 -1.7320000 curveto
+1.1160000 -1.7320000 1.1280000 -1.6960000 1.1440000 -1.6520000 curveto
+1.7520000 -0.54800000 moveto
+1.9199998 -0.49200006 2.0520001 -0.38799985 2.1480000 -0.24000000 curveto
+2.2719999 -0.056000184 2.3039999 0.17200020 2.2400000 0.37600000 curveto
+2.1880001 0.53999984 2.0639999 0.68800008 1.9200000 0.76400000 curveto
+1.8800000 0.78400000 lineto
+1.8760000 0.78400000 1.8760000 0.73599994 1.8720000 0.68000000 curveto
+1.8440000 0.31200037 1.7839999 -0.088000412 1.6920000 -0.50000000 curveto
+1.6920000 -0.50000000 1.6760000 -0.56800000 1.6760000 -0.56800000 curveto
+1.6760000 -0.56800000 1.6920000 -0.56800000 1.6920000 -0.56800000 curveto
+1.7000000 -0.56400000 1.7280000 -0.55599999 1.7520000 -0.54800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 64.140360 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -2.0000000 moveto
+0.053691003 -2.0000000 lineto
+0.059956186 -2.0000000 0.064999998 -1.9949562 0.064999998 -1.9886910 curveto
+0.064999998 1.3008770 lineto
+0.064999998 1.3071422 0.059956186 1.3121860 0.053691003 1.3121860 curveto
+-0.053691003 1.3121860 lineto
+-0.059956186 1.3121860 -0.064999998 1.3071422 -0.064999998 1.3008770 curveto
+-0.064999998 -1.9886910 lineto
+-0.064999998 -1.9949562 -0.059956186 -2.0000000 -0.053691003 -2.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 62.055900 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 3.1878140 moveto
+0.053691003 3.1878140 lineto
+0.059956186 3.1878140 0.064999998 3.1928578 0.064999998 3.1991230 curveto
+0.064999998 5.4886910 lineto
+0.064999998 5.4949562 0.059956186 5.5000000 0.053691003 5.5000000 curveto
+-0.053691003 5.5000000 lineto
+-0.059956186 5.5000000 -0.064999998 5.4949562 -0.064999998 5.4886910 curveto
+-0.064999998 3.1991230 lineto
+-0.064999998 3.1928578 -0.059956186 3.1878140 -0.053691003 3.1878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 64.140360 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -3.5000000 moveto
+0.053691003 -3.5000000 lineto
+0.059956186 -3.5000000 0.064999998 -3.4949562 0.064999998 -3.4886910 curveto
+0.064999998 -0.69912299 lineto
+0.064999998 -0.69285781 0.059956186 -0.68781400 0.053691003 -0.68781400 curveto
+-0.053691003 -0.68781400 lineto
+-0.059956186 -0.68781400 -0.064999998 -0.69285781 -0.064999998 -0.69912299 curveto
+-0.064999998 -3.4886910 lineto
+-0.064999998 -3.4949562 -0.059956186 -3.5000000 -0.053691003 -3.5000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 47.145980] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 33.087590] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 26.937040] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.839270 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -0.31218600 moveto
+0.053691003 -0.31218600 lineto
+0.059956186 -0.31218600 0.064999998 -0.30714219 0.064999998 -0.30087701 curveto
+0.064999998 2.9886910 lineto
+0.064999998 2.9949562 0.059956186 3.0000000 0.053691003 3.0000000 curveto
+-0.053691003 3.0000000 lineto
+-0.059956186 3.0000000 -0.064999998 2.9949562 -0.064999998 2.9886910 curveto
+-0.064999998 -0.30087701 lineto
+-0.064999998 -0.30714219 -0.059956186 -0.31218600 -0.053691003 -0.31218600 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.839270 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 2.6878140 moveto
+0.053691003 2.6878140 lineto
+0.059956186 2.6878140 0.064999998 2.6928578 0.064999998 2.6991230 curveto
+0.064999998 4.9886910 lineto
+0.064999998 4.9949562 0.059956186 5.0000000 0.053691003 5.0000000 curveto
+-0.053691003 5.0000000 lineto
+-0.059956186 5.0000000 -0.064999998 4.9949562 -0.064999998 4.9886910 curveto
+-0.064999998 2.6991230 lineto
+-0.064999998 2.6928578 -0.059956186 2.6878140 -0.053691003 2.6878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 57.923740 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -4.0000000 moveto
+0.053691003 -4.0000000 lineto
+0.059956186 -4.0000000 0.064999998 -3.9949562 0.064999998 -3.9886910 curveto
+0.064999998 -1.6991230 lineto
+0.064999998 -1.6928578 0.059956186 -1.6878140 0.053691003 -1.6878140 curveto
+-0.053691003 -1.6878140 lineto
+-0.059956186 -1.6878140 -0.064999998 -1.6928578 -0.064999998 -1.6991230 curveto
+-0.064999998 -3.9886910 lineto
+-0.064999998 -3.9949562 -0.059956186 -4.0000000 -0.053691003 -4.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 43.631380] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 32.208940] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 25.179740] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 51.417580 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 2.1878140 moveto
+0.053691003 2.1878140 lineto
+0.059956186 2.1878140 0.064999998 2.1928578 0.064999998 2.1991230 curveto
+0.064999998 4.4886910 lineto
+0.064999998 4.4949562 0.059956186 4.5000000 0.053691003 4.5000000 curveto
+-0.053691003 4.5000000 lineto
+-0.059956186 4.5000000 -0.064999998 4.4949562 -0.064999998 4.4886910 curveto
+-0.064999998 2.1991230 lineto
+-0.064999998 2.1928578 -0.059956186 2.1878140 -0.053691003 2.1878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 51.303360 31.330290] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.995900 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 0.18781400 moveto
+0.053691003 0.18781400 lineto
+0.059956186 0.18781400 0.064999998 0.19285781 0.064999998 0.19912299 curveto
+0.064999998 2.9886910 lineto
+0.064999998 2.9949562 0.059956186 3.0000000 0.053691003 3.0000000 curveto
+-0.053691003 3.0000000 lineto
+-0.059956186 3.0000000 -0.064999998 2.9949562 -0.064999998 2.9886910 curveto
+-0.064999998 0.19912299 lineto
+-0.064999998 0.19285781 -0.059956186 0.18781400 -0.053691003 0.18781400 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.995900 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 1.6878140 moveto
+0.053691003 1.6878140 lineto
+0.059956186 1.6878140 0.064999998 1.6928578 0.064999998 1.6991230 curveto
+0.064999998 4.1786911 lineto
+0.064999998 4.1849562 0.059956186 4.1900001 0.053691003 4.1900001 curveto
+-0.053691003 4.1900001 lineto
+-0.059956186 4.1900001 -0.064999998 4.1849562 -0.064999998 4.1786911 curveto
+-0.064999998 1.6991230 lineto
+-0.064999998 1.6928578 -0.059956186 1.6878140 -0.053691003 1.6878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 49.080380 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -3.5000000 moveto
+0.053691003 -3.5000000 lineto
+0.059956186 -3.5000000 0.064999998 -3.4949562 0.064999998 -3.4886910 curveto
+0.064999998 -1.1991230 lineto
+0.064999998 -1.1928578 0.059956186 -1.1878140 0.053691003 -1.1878140 curveto
+-0.053691003 -1.1878140 lineto
+-0.059956186 -1.1878140 -0.064999998 -1.1928578 -0.064999998 -1.1991230 curveto
+-0.064999998 -3.4886910 lineto
+-0.064999998 -3.4949562 -0.059956186 -3.5000000 -0.053691003 -3.5000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 30.451640] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 26.058390] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 42.487180 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -3.0000000 moveto
+0.053691003 -3.0000000 lineto
+0.059956186 -3.0000000 0.064999998 -2.9949562 0.064999998 -2.9886910 curveto
+0.064999998 0.30087701 lineto
+0.064999998 0.30714219 0.059956186 0.31218600 0.053691003 0.31218600 curveto
+-0.053691003 0.31218600 lineto
+-0.059956186 0.31218600 -0.064999998 0.30714219 -0.064999998 0.30087701 curveto
+-0.064999998 -2.9886910 lineto
+-0.064999998 -2.9949562 -0.059956186 -3.0000000 -0.053691003 -3.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 42.487180 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -4.0000000 moveto
+0.053691003 -4.0000000 lineto
+0.059956186 -4.0000000 0.064999998 -3.9949562 0.064999998 -3.9886910 curveto
+0.064999998 -1.6991230 lineto
+0.064999998 -1.6928578 0.059956186 -1.6878140 0.053691003 -1.6878140 curveto
+-0.053691003 -1.6878140 lineto
+-0.059956186 -1.6878140 -0.064999998 -1.6928578 -0.064999998 -1.6991230 curveto
+-0.064999998 -3.9886910 lineto
+-0.064999998 -3.9949562 -0.059956186 -4.0000000 -0.053691003 -4.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.84400000 -1.0720000 moveto
+0.71600013 -1.0600000 0.63999990 -1.0360000 0.54000000 -0.98800000 curveto
+0.30400024 -0.87600011 0.11999992 -0.64799974 0.044000000 -0.38400000 curveto
+0.0080000360 -0.26400012 -0.0079999880 -0.10799992 0.0040000000 -0.024000000 curveto
+0.035999968 0.19599978 0.24400023 0.35999999 0.47200000 0.34800000 curveto
+0.66399981 0.33600001 0.81600003 0.17999980 0.84400000 -0.024000000 curveto
+0.87599997 -0.25199977 0.70399977 -0.46000002 0.47200000 -0.47600000 curveto
+0.45200002 -0.47600000 0.43200000 -0.47600000 0.43200000 -0.48000000 curveto
+0.43200000 -0.48000000 0.44000001 -0.50000003 0.44800000 -0.52800000 curveto
+0.53599991 -0.77599975 0.68800020 -0.91200001 0.88800000 -0.92400000 curveto
+1.2239997 -0.93999998 1.4760001 -0.64799952 1.5360000 -0.17200000 curveto
+1.5440000 -0.10000007 1.5440000 0.084000064 1.5360000 0.14800000 curveto
+1.4960000 0.47599967 1.3639997 0.76000029 1.1120000 1.0520000 curveto
+1.0560001 1.1159999 0.91999992 1.2520001 0.84400000 1.3160000 curveto
+0.63200021 1.5039998 0.38399966 1.6800002 0.040000000 1.8920000 curveto
+-0.051999908 1.9439999 -0.060000008 1.9520000 -0.068000000 1.9680000 curveto
+-0.087999980 2.0080000 -0.071999956 2.0480000 -0.028000000 2.0680000 curveto
+-0.0080000200 2.0800000 0.012000020 2.0760000 0.032000000 2.0680000 curveto
+0.063999968 2.0480000 0.10400008 2.0320000 0.18800000 1.9920000 curveto
+0.77199942 1.7280003 1.2040003 1.4639997 1.5120000 1.1760000 curveto
+1.8399997 0.86800031 2.0360000 0.52399963 2.0840000 0.15600000 curveto
+2.1479999 -0.31599953 1.9999997 -0.68000021 1.6560000 -0.89200000 curveto
+1.4880002 -0.99199990 1.2799998 -1.0560000 1.0360000 -1.0720000 curveto
+0.98000006 -1.0760000 0.86799998 -1.0760000 0.84400000 -1.0720000 curveto
+2.3920000 -0.69200000 moveto
+2.3440000 -0.68400001 2.2880000 -0.63999995 2.2640000 -0.59200000 curveto
+2.2320000 -0.53600006 2.2320000 -0.46799994 2.2640000 -0.41200000 curveto
+2.2760000 -0.38400003 2.3160000 -0.34399999 2.3440000 -0.33200000 curveto
+2.3999999 -0.30000003 2.4680001 -0.30000003 2.5240000 -0.33200000 curveto
+2.5520000 -0.34399999 2.5920000 -0.38400003 2.6040000 -0.41200000 curveto
+2.6639999 -0.51999989 2.6039999 -0.66000003 2.4800000 -0.68800000 curveto
+2.4560000 -0.69599999 2.4200000 -0.69600000 2.3920000 -0.69200000 curveto
+2.3920000 0.30800000 moveto
+2.3440000 0.31599999 2.2880000 0.36000005 2.2640000 0.40800000 curveto
+2.2320000 0.46399994 2.2320000 0.53200006 2.2640000 0.58800000 curveto
+2.2760000 0.61599997 2.3160000 0.65600001 2.3440000 0.66800000 curveto
+2.3999999 0.69999997 2.4680001 0.69999997 2.5240000 0.66800000 curveto
+2.5520000 0.65600001 2.5920000 0.61599997 2.6040000 0.58800000 curveto
+2.6639999 0.48000011 2.6039999 0.33999997 2.4800000 0.31200000 curveto
+2.4560000 0.30400001 2.4200000 0.30400000 2.3920000 0.30800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 40.288490 45.388680] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+1.1800000 -4.9880000 moveto
+1.1560000 -4.9760000 1.1359999 -4.9640000 1.0840000 -4.9160000 curveto
+0.95600013 -4.7920001 0.83999992 -4.6359998 0.76000000 -4.4720000 curveto
+0.68800007 -4.3320001 0.63599998 -4.1599998 0.61200000 -4.0080000 curveto
+0.59200002 -3.8920001 0.58800000 -3.8639998 0.59200000 -3.7040000 curveto
+0.59200000 -3.2240005 0.65600021 -2.9119995 0.86800000 -2.3640000 curveto
+0.89199998 -2.3080001 0.90800000 -2.2600000 0.90400000 -2.2600000 curveto
+0.90400000 -2.2560000 0.87199996 -2.2119999 0.83200000 -2.1600000 curveto
+0.46000000 -1.6440000 lineto
+0.18400028 -1.2320004 0.051999956 -0.90399964 0.0080000000 -0.54800000 curveto
+8.0000000e-09 -0.46400008 8.0000000e-09 -0.27999992 0.0080000000 -0.20000000 curveto
+0.023999984 -0.084000116 0.056000040 0.044000108 0.096000000 0.15200000 curveto
+0.11999998 0.21999993 0.18400004 0.35200006 0.22400000 0.41200000 curveto
+0.48399974 0.82799958 0.92000048 1.0720000 1.4040000 1.0720000 curveto
+1.4759999 1.0720000 1.5680001 1.0640000 1.6320000 1.0560000 curveto
+1.6800000 1.0480000 lineto
+1.6800000 1.1600000 lineto
+1.6800000 1.3319998 1.6680000 1.5760001 1.6560000 1.6920000 curveto
+1.6240000 1.9719997 1.4999998 2.2120001 1.3200000 2.3360000 curveto
+1.1760001 2.4359999 0.99599982 2.4599999 0.81600000 2.3960000 curveto
+0.72400009 2.3640000 0.61999994 2.2959999 0.56400000 2.2280000 curveto
+0.54800000 2.2080000 lineto
+0.58800000 2.2120000 lineto
+0.81599977 2.2240000 0.99999999 2.0399998 0.98800000 1.8120000 curveto
+0.97600001 1.5960002 0.82399980 1.4320000 0.62400000 1.4200000 curveto
+0.46800016 1.4160000 0.30799992 1.4920001 0.22400000 1.6240000 curveto
+0.16000006 1.7239999 0.14400004 1.8440002 0.18000000 2.0000000 curveto
+0.25599992 2.3439997 0.55600038 2.6000000 0.93600000 2.6360000 curveto
+1.2519997 2.6680000 1.5320002 2.5119997 1.7080000 2.2000000 curveto
+1.7759999 2.0840001 1.8280000 1.9359999 1.8520000 1.7920000 curveto
+1.8720000 1.6680001 1.8880000 1.3959997 1.8880000 1.1360000 curveto
+1.8880000 0.99600000 lineto
+1.9080000 0.98800000 lineto
+2.1039998 0.91600007 2.2720001 0.77999981 2.4000000 0.59200000 curveto
+2.5879998 0.31200028 2.6279999 -0.044000328 2.5080000 -0.37200000 curveto
+2.4840000 -0.43599994 2.4360000 -0.53600006 2.3960000 -0.59600000 curveto
+2.3480000 -0.66799993 2.3119999 -0.71200006 2.2520000 -0.77600000 curveto
+2.1680001 -0.85599992 2.0839999 -0.91600005 1.9800000 -0.96800000 curveto
+1.8520001 -1.0279999 1.7559998 -1.0560000 1.5720000 -1.0760000 curveto
+1.5440000 -1.0800000 lineto
+1.5240000 -1.1400000 lineto
+1.4680001 -1.3239998 1.3679999 -1.6320002 1.2960000 -1.8360000 curveto
+1.2600000 -1.9360000 lineto
+1.2680000 -1.9480000 lineto
+1.3999999 -2.1239998 1.5320001 -2.3240002 1.6200000 -2.4800000 curveto
+1.8199998 -2.8319996 1.9240000 -3.1720003 1.9240000 -3.4960000 curveto
+1.9240000 -3.9039996 1.6959997 -4.4840004 1.4000000 -4.8440000 curveto
+1.3480001 -4.9039999 1.2880000 -4.9640000 1.2640000 -4.9760000 curveto
+1.2400000 -4.9920000 1.2000000 -4.9960000 1.1800000 -4.9880000 curveto
+1.4800000 -4.2960000 moveto
+1.5319999 -4.2160001 1.5720000 -4.1279999 1.5840000 -4.0560000 curveto
+1.6080000 -3.9400001 1.6040000 -3.7359998 1.5720000 -3.5680000 curveto
+1.5160001 -3.2440003 1.3639997 -2.9079996 1.0840000 -2.5080000 curveto
+1.0600000 -2.4720000 lineto
+1.0520000 -2.4840000 lineto
+1.0400000 -2.5160000 0.95599997 -2.7560001 0.92400000 -2.8480000 curveto
+0.83600009 -3.1119997 0.82000001 -3.2000001 0.83200000 -3.3480000 curveto
+0.85999997 -3.7159996 1.0400003 -4.0400002 1.3280000 -4.2560000 curveto
+1.3640000 -4.2840000 1.4480000 -4.3360000 1.4520000 -4.3360000 curveto
+1.4560000 -4.3360000 1.4680000 -4.3200000 1.4800000 -4.2960000 curveto
+1.1440000 -1.6520000 moveto
+1.2319999 -1.4040002 1.3360000 -1.0720000 1.3280000 -1.0640000 curveto
+1.3280000 -1.0640000 1.3080000 -1.0560000 1.2840000 -1.0520000 curveto
+1.1960001 -1.0360000 1.0919999 -0.99199996 1.0200000 -0.94800000 curveto
+0.81200021 -0.82000013 0.67999996 -0.61999976 0.63600000 -0.37600000 curveto
+0.62800001 -0.31200006 0.62800001 -0.17599994 0.64000000 -0.11200000 curveto
+0.68799995 0.15999973 0.85200026 0.37200013 1.1120000 0.50400000 curveto
+1.1799999 0.53599997 1.2040000 0.53999999 1.2360000 0.53200000 curveto
+1.2999999 0.51600002 1.3320000 0.43199994 1.2960000 0.37200000 curveto
+1.2840000 0.35600002 1.2760000 0.35199998 1.2440000 0.33600000 curveto
+1.1000001 0.25600008 0.99199996 0.13199986 0.95600000 -0.0040000000 curveto
+0.92000004 -0.13599987 0.94800008 -0.27600011 1.0280000 -0.38400000 curveto
+1.1119999 -0.49599989 1.2520002 -0.56800002 1.4200000 -0.58400000 curveto
+1.4400000 -0.58400000 1.4600000 -0.58800000 1.4600000 -0.58400000 curveto
+1.4640000 -0.58400000 1.5000000 -0.40399988 1.5240000 -0.28800000 curveto
+1.5879999 0.019999692 1.6320000 0.32800028 1.6560000 0.60800000 curveto
+1.6680000 0.73599987 1.6720000 0.84000000 1.6720000 0.84400000 curveto
+1.6640000 0.84800000 1.5959999 0.85600000 1.5240000 0.86000000 curveto
+1.2720003 0.87599998 1.0639998 0.83599989 0.85200000 0.72800000 curveto
+0.74000011 0.67200006 0.64799992 0.60799991 0.56400000 0.52000000 curveto
+0.44000012 0.39600012 0.36399997 0.26399985 0.33600000 0.11200000 curveto
+0.31600002 0.0080001040 0.32400003 -0.17600017 0.35600000 -0.34400000 curveto
+0.41999994 -0.64399970 0.55200024 -0.93600036 0.79600000 -1.3000000 curveto
+0.89599990 -1.4479999 1.1080000 -1.7360000 1.1120000 -1.7320000 curveto
+1.1160000 -1.7320000 1.1280000 -1.6960000 1.1440000 -1.6520000 curveto
+1.7520000 -0.54800000 moveto
+1.9199998 -0.49200006 2.0520001 -0.38799985 2.1480000 -0.24000000 curveto
+2.2719999 -0.056000184 2.3039999 0.17200020 2.2400000 0.37600000 curveto
+2.1880001 0.53999984 2.0639999 0.68800008 1.9200000 0.76400000 curveto
+1.8800000 0.78400000 lineto
+1.8760000 0.78400000 1.8760000 0.73599994 1.8720000 0.68000000 curveto
+1.8440000 0.31200037 1.7839999 -0.088000412 1.6920000 -0.50000000 curveto
+1.6920000 -0.50000000 1.6760000 -0.56800000 1.6760000 -0.56800000 curveto
+1.6760000 -0.56800000 1.6920000 -0.56800000 1.6920000 -0.56800000 curveto
+1.7000000 -0.56400000 1.7280000 -0.55599999 1.7520000 -0.54800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 40.288490 25.179740] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 24.718840 36.162860] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.014136244 -6.8000002 moveto
+0.14586375 -6.8000002 lineto
+0.15369523 -6.8000002 0.16000000 -6.7936954 0.16000000 -6.7858639 curveto
+0.16000000 6.7858639 lineto
+0.16000000 6.7936954 0.15369523 6.8000002 0.14586375 6.8000002 curveto
+0.014136244 6.8000002 lineto
+0.0063047647 6.8000002 0.0000000 6.7936954 0.0000000 6.7858639 curveto
+0.0000000 -6.7858639 lineto
+0.0000000 -6.7936954 0.0063047647 -6.8000002 0.014136244 -6.8000002 curveto
+closepath
+fill
+grestore
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 578.75540 111.50110] concat
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 675.79100 389.23080] concat
+grestore
+gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+268.55099 81.355152 moveto
+262.06179 98.465678 lineto
+261.94538 98.776073 261.80959 98.950670 261.65440 98.989470 curveto
+261.65440 98.989470 lineto
+261.57679 99.008869 261.47979 99.018569 261.36340 99.018570 curveto
+261.07240 99.018569 260.85900 98.882771 260.72322 98.611176 curveto
+260.70381 98.552977 260.67471 98.475378 260.63592 98.378380 curveto
+253.88482 80.511265 lineto
+253.67142 79.948693 253.32223 79.609199 252.83724 79.492782 curveto
+252.56564 79.434601 251.96425 79.405502 251.03307 79.405483 curveto
+251.03307 78.503397 lineto
+253.12823 78.561616 254.36011 78.590716 254.72871 78.590696 curveto
+256.80447 78.590716 258.19155 78.561616 258.88994 78.503397 curveto
+258.88994 79.405483 lineto
+257.29916 79.405502 256.50378 79.686797 256.50378 80.249370 curveto
+256.50378 80.326986 256.56198 80.501583 256.67838 80.773161 curveto
+262.23639 95.468426 lineto
+267.56161 81.442450 lineto
+267.65859 81.151472 267.70709 80.957476 267.70710 80.860460 curveto
+267.70709 80.239688 267.32879 79.803195 266.57222 79.550981 curveto
+266.54312 79.550981 lineto
+266.27151 79.454001 265.95142 79.405502 265.58284 79.405483 curveto
+265.58284 78.503397 lineto
+267.09600 78.561616 268.20178 78.590716 268.90018 78.590696 curveto
+269.88955 78.590716 270.83043 78.561616 271.72284 78.503397 curveto
+271.72284 79.405483 lineto
+270.09325 79.424902 269.03596 80.074791 268.55099 81.355152 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+286.01071 92.151079 moveto
+286.01071 92.151079 lineto
+286.01070 94.149252 285.27351 95.798224 283.79915 97.098000 curveto
+282.57696 98.164983 281.16078 98.698474 279.55061 98.698475 curveto
+277.68824 98.698474 276.11687 98.000086 274.83649 96.603308 curveto
+273.69191 95.342331 273.11962 93.858257 273.11962 92.151079 curveto
+273.11962 90.172319 273.82770 88.503947 275.24388 87.145959 curveto
+276.46606 85.943191 277.91134 85.341801 279.57971 85.341788 curveto
+281.46148 85.341801 283.04255 86.088689 284.32294 87.582452 curveto
+285.44811 88.882241 286.01070 90.405115 286.01071 92.151079 curveto
+279.57971 97.970986 moveto
+279.57971 97.970986 lineto
+280.87948 97.970987 281.90767 97.427796 282.66427 96.341412 curveto
+282.95526 95.817621 lineto
+283.38204 94.964038 283.59544 93.664260 283.59545 91.918283 curveto
+283.59544 90.055921 283.34324 88.707644 282.83886 87.873448 curveto
+282.00467 86.670679 280.90858 86.040189 279.55061 85.981978 curveto
+278.34783 85.981990 277.35844 86.466982 276.58246 87.436955 curveto
+276.44666 87.592163 276.33026 87.757060 276.23327 87.931647 curveto
+275.76767 88.785243 275.53488 90.114120 275.53488 91.918283 curveto
+275.53488 93.800058 275.77737 95.167734 276.26237 96.021317 curveto
+277.07715 97.282298 278.18293 97.932187 279.57971 97.970986 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+292.00522 85.516385 moveto
+292.00522 85.516385 lineto
+292.00522 96.195915 lineto
+292.00521 96.797307 292.12161 97.165900 292.35441 97.301697 curveto
+292.35441 97.301697 lineto
+292.58720 97.418096 293.14979 97.476295 294.04218 97.476294 curveto
+294.04218 98.378380 lineto
+292.06341 98.320181 291.05463 98.291081 291.01583 98.291081 curveto
+290.74423 98.291081 289.67725 98.320181 287.81488 98.378380 curveto
+287.81488 97.476294 lineto
+288.95946 97.476295 289.62875 97.388997 289.82275 97.214398 curveto
+289.88095 97.156199 lineto
+290.01675 97.001003 290.08464 96.671209 290.08465 96.166815 curveto
+290.08465 88.339040 lineto
+290.08464 87.563063 289.92945 87.097471 289.61905 86.942263 curveto
+289.58996 86.942263 lineto
+289.58996 86.942263 lineto
+289.56086 86.913163 lineto
+289.56086 86.913163 lineto
+289.30866 86.796776 288.76547 86.738577 287.93128 86.738566 curveto
+287.93128 85.836480 lineto
+292.00522 85.516385 lineto
+292.12161 80.453066 moveto
+292.12161 81.170872 291.80152 81.646164 291.16133 81.878943 curveto
+290.96733 81.956559 290.77333 81.995358 290.57934 81.995342 curveto
+289.90035 81.995358 289.42506 81.684963 289.15346 81.064157 curveto
+289.15346 81.035057 lineto
+289.07586 80.841078 289.03706 80.647081 289.03706 80.453066 curveto
+289.03706 79.851694 289.30866 79.405502 289.85185 79.114488 curveto
+290.06524 78.978709 290.30774 78.910810 290.57934 78.910791 curveto
+291.23892 78.910810 291.70452 79.201805 291.97612 79.783777 curveto
+292.07311 79.997192 292.12161 80.220288 292.12161 80.453066 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+305.37190 87.145959 moveto
+304.67351 86.428183 303.63562 86.069289 302.25825 86.069277 curveto
+301.03607 86.069289 300.05638 86.651279 299.31920 87.815249 curveto
+298.65961 88.862841 298.32981 90.269318 298.32982 92.034681 curveto
+298.32981 94.828240 299.16400 96.661509 300.83238 97.534493 curveto
+301.35616 97.825489 301.88965 97.970987 302.43285 97.970986 curveto
+304.33401 97.970987 305.60469 96.952504 306.24489 94.915535 curveto
+306.30308 94.721542 306.42918 94.624544 306.62318 94.624540 curveto
+306.87537 94.624544 307.00147 94.721542 307.00148 94.915535 curveto
+307.00147 95.284132 306.78807 95.807923 306.36129 96.486910 curveto
+305.41069 97.961287 304.01392 98.698474 302.17096 98.698475 curveto
+300.34738 98.698474 298.80511 97.980687 297.54413 96.545109 curveto
+296.45774 95.284132 295.91455 93.800058 295.91456 92.092880 curveto
+295.91455 90.094720 296.60324 88.426349 297.98062 87.087760 curveto
+299.16400 85.923791 300.58017 85.341801 302.22915 85.341788 curveto
+303.83932 85.341801 305.07120 85.778294 305.92480 86.651267 curveto
+306.42918 87.175070 306.68137 87.776460 306.68138 88.455438 curveto
+306.68137 89.192636 306.36128 89.638828 305.72110 89.794017 curveto
+305.60469 89.813425 305.47859 89.823125 305.34280 89.823117 curveto
+304.66381 89.823125 304.23701 89.512730 304.06242 88.891931 curveto
+304.02362 88.775543 304.00422 88.639745 304.00423 88.484538 curveto
+304.00422 87.786160 304.34371 87.359367 305.02271 87.204158 curveto
+305.13910 87.165370 305.25550 87.145971 305.37190 87.145959 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+319.17554 91.656387 moveto
+319.17554 91.656387 lineto
+311.05677 91.656387 lineto
+311.05677 93.635160 311.34776 95.090136 311.92976 96.021317 curveto
+312.86094 97.224099 313.95702 97.873988 315.21800 97.970986 curveto
+316.55657 97.970987 317.63325 97.427796 318.44805 96.341412 curveto
+318.73904 95.953421 318.97183 95.497529 319.14644 94.973734 curveto
+319.20463 94.702142 319.33073 94.566345 319.52473 94.566341 curveto
+319.77692 94.566345 319.90302 94.682743 319.90303 94.915535 curveto
+319.90302 95.342331 319.63142 95.924321 319.08824 96.661507 curveto
+318.29284 97.747891 317.24526 98.397779 315.94549 98.611176 curveto
+315.65449 98.669375 315.35379 98.698474 315.04341 98.698475 curveto
+313.21983 98.698474 311.66786 98.000086 310.38748 96.603308 curveto
+309.22350 95.322932 308.64151 93.780658 308.64151 91.976482 curveto
+308.64151 89.958923 309.33990 88.290551 310.73667 86.971362 curveto
+311.86185 85.884992 313.18103 85.341801 314.69421 85.341788 curveto
+316.88637 85.341801 318.41894 86.272985 319.29194 88.135344 curveto
+319.69932 89.008339 319.90302 89.978322 319.90303 91.045297 curveto
+319.90302 91.375099 319.83512 91.569095 319.69933 91.627288 curveto
+319.64112 91.646694 319.46652 91.656394 319.17554 91.656387 curveto
+311.08587 91.045297 moveto
+311.08587 91.045297 lineto
+317.98246 91.045297 lineto
+317.98245 89.202336 317.57506 87.815259 316.76028 86.884064 curveto
+316.21708 86.282685 315.52839 85.981990 314.69421 85.981978 curveto
+313.70482 85.981990 312.87064 86.437883 312.19165 87.349656 curveto
+311.51266 88.222652 311.14406 89.454531 311.08587 91.045297 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+326.78097 92.733070 moveto
+326.78097 92.733070 lineto
+325.11260 92.403281 324.01652 92.083187 323.49273 91.772785 curveto
+323.29873 91.675794 323.11443 91.549696 322.93984 91.394491 curveto
+322.10565 90.715510 321.68856 89.891024 321.68856 88.921031 curveto
+321.68856 87.563063 322.28994 86.573680 323.49273 85.952878 curveto
+324.24931 85.545498 325.19990 85.341801 326.34448 85.341788 curveto
+327.43086 85.341801 328.34264 85.613397 329.07984 86.156575 curveto
+329.29323 85.981990 329.45812 85.826793 329.57453 85.690983 curveto
+329.82672 85.458199 330.02071 85.341801 330.15652 85.341788 curveto
+330.35051 85.516398 330.45721 85.749194 330.47662 86.040177 curveto
+330.47662 88.979230 lineto
+330.47661 89.386633 330.41841 89.609729 330.30202 89.648519 curveto
+330.27292 89.648519 lineto
+330.24382 89.677619 lineto
+330.09832 89.677619 lineto
+329.88492 89.677628 329.76852 89.590329 329.74913 89.415723 curveto
+329.61332 87.456365 328.80823 86.311785 327.33387 85.981978 curveto
+327.02346 85.923791 326.69367 85.894692 326.34448 85.894679 curveto
+324.52091 85.894692 323.45393 86.457282 323.14353 87.582452 curveto
+323.10473 87.757060 323.08533 87.931657 323.08533 88.106244 curveto
+323.08533 89.095637 323.83222 89.794026 325.32600 90.201410 curveto
+325.61699 90.279017 326.06318 90.376016 326.66458 90.492406 curveto
+328.06135 90.764009 329.06043 91.142303 329.66183 91.627288 curveto
+329.77822 91.704893 329.88492 91.792192 329.98192 91.889184 curveto
+330.79670 92.703976 331.20409 93.625461 331.20410 94.653639 curveto
+331.20409 96.302615 330.52511 97.466595 329.16714 98.145584 curveto
+328.42994 98.514178 327.54726 98.698474 326.51908 98.698475 curveto
+325.25809 98.698474 324.19111 98.281381 323.31813 97.447195 curveto
+322.73614 98.116484 lineto
+322.34814 98.504478 322.10565 98.698474 322.00865 98.698475 curveto
+321.81465 98.523877 321.70795 98.291081 321.68856 98.000086 curveto
+321.68856 94.158947 lineto
+321.68856 93.732159 321.75645 93.499363 321.89225 93.460558 curveto
+321.89225 93.460558 lineto
+321.92135 93.431459 lineto
+322.06685 93.431459 lineto
+322.26085 93.431464 322.38694 93.538162 322.44514 93.751554 curveto
+322.44514 93.790358 322.45484 93.848557 322.47424 93.926151 curveto
+322.97863 96.176517 323.93892 97.505395 325.35510 97.912787 curveto
+325.70429 98.009786 326.09228 98.058285 326.51908 98.058285 curveto
+328.26504 98.058285 329.32233 97.447196 329.69093 96.225014 curveto
+329.76852 95.972821 329.80732 95.701225 329.80733 95.410227 curveto
+329.80732 93.994054 328.79853 93.101669 326.78097 92.733070 curveto
+fill
+grestore
+grestore
+gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+262.24407 16.217230 moveto
+262.24407 16.217230 lineto
+263.77664 16.585835 264.96002 17.497620 265.79422 18.952587 curveto
+266.33739 19.922579 266.60899 20.970162 266.60900 22.095338 curveto
+266.60899 23.938312 265.96880 25.461187 264.68844 26.663966 curveto
+263.62144 27.653350 262.35076 28.148042 260.87640 28.148042 curveto
+258.78122 28.148042 257.09345 27.566052 255.81307 26.402070 curveto
+255.81307 26.402070 lineto
+255.52208 26.111075 lineto
+254.82369 27.236257 254.47449 27.789148 254.47450 27.769748 curveto
+254.31930 28.021944 254.17380 28.148042 254.03800 28.148042 curveto
+253.84400 27.973445 253.73731 27.740649 253.71791 27.449653 curveto
+253.71791 21.629745 lineto
+253.71791 21.202958 253.78580 20.970162 253.92160 20.931356 curveto
+253.92160 20.931356 lineto
+253.95070 20.902256 lineto
+254.09620 20.902256 lineto
+254.30960 20.902263 254.42599 20.999261 254.44540 21.193252 curveto
+254.50359 23.055627 255.06618 24.510603 256.13317 25.558183 curveto
+256.24957 25.674581 lineto
+257.37474 26.722166 258.90732 27.245957 260.84730 27.245957 curveto
+262.30226 27.245957 263.39834 26.605768 264.13554 25.325387 curveto
+264.54292 24.627001 264.74662 23.880113 264.74663 23.084722 curveto
+264.74662 22.037144 264.44593 21.144759 263.84455 20.407564 curveto
+263.32075 19.709183 262.56416 19.233891 261.57478 18.981687 curveto
+261.54568 18.952587 lineto
+261.54568 18.971995 261.48748 18.962295 261.37109 18.923487 curveto
+258.96552 18.341506 257.68514 18.021411 257.52995 17.963203 curveto
+255.99737 17.439421 254.89159 16.440338 254.21260 14.965950 curveto
+253.88280 14.228775 253.71791 13.452788 253.71791 12.637986 curveto
+253.71791 10.872631 254.38719 9.4273548 255.72578 8.3021544 curveto
+256.77335 7.4291882 257.99553 6.9926955 259.39232 6.9926750 curveto
+261.04128 6.9926955 262.46716 7.5455863 263.66995 8.6513489 curveto
+264.04825 9.0296430 lineto
+265.06673 7.3709691 lineto
+265.20251 7.1187934 265.34801 6.9926955 265.50322 6.9926750 curveto
+265.69721 7.1672926 265.80390 7.4000887 265.82332 7.6910640 curveto
+265.82332 13.540072 lineto
+265.82330 13.947479 265.76510 14.170576 265.64872 14.209362 curveto
+265.61962 14.209362 lineto
+265.59052 14.238461 lineto
+265.44502 14.238461 lineto
+265.25101 14.238474 265.13462 14.122076 265.09583 13.889267 curveto
+264.55262 9.8735474 262.66116 7.8462813 259.42142 7.8074622 curveto
+258.02463 7.8074819 256.95765 8.3700725 256.22047 9.4952357 curveto
+256.19137 9.5243352 lineto
+255.78397 10.164542 255.58027 10.862931 255.58028 11.619502 curveto
+255.58027 12.899897 256.09437 13.918380 257.12255 14.674954 curveto
+257.52994 14.985362 257.99553 15.198758 258.51933 15.315144 curveto
+262.24407 16.217230 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+278.67622 16.275429 moveto
+277.97782 15.557652 276.93994 15.198758 275.56257 15.198746 curveto
+274.34038 15.198758 273.36070 15.780749 272.62352 16.944719 curveto
+271.96392 17.992312 271.63413 19.398788 271.63413 21.164152 curveto
+271.63413 23.957712 272.46832 25.790981 274.13669 26.663966 curveto
+274.66048 26.954962 275.19397 27.100459 275.73717 27.100459 curveto
+277.63833 27.100459 278.90901 26.081976 279.54921 24.045007 curveto
+279.60740 23.851014 279.73349 23.754015 279.92750 23.754012 curveto
+280.17969 23.754015 280.30578 23.851014 280.30580 24.045007 curveto
+280.30578 24.413604 280.09239 24.937396 279.66561 25.616382 curveto
+278.71501 27.090760 277.31823 27.827947 275.47527 27.827948 curveto
+273.65170 27.827947 272.10942 27.110159 270.84845 25.674581 curveto
+269.76206 24.413604 269.21887 22.929529 269.21887 21.222351 curveto
+269.21887 19.224191 269.90756 17.555819 271.28494 16.217230 curveto
+272.46832 15.053261 273.88449 14.471270 275.53347 14.471257 curveto
+277.14364 14.471270 278.37552 14.907763 279.22911 15.780737 curveto
+279.73349 16.304540 279.98569 16.905930 279.98570 17.584909 curveto
+279.98569 18.322106 279.66560 18.768299 279.02542 18.923487 curveto
+278.90901 18.942896 278.78291 18.952596 278.64712 18.952587 curveto
+277.96812 18.952596 277.54133 18.642201 277.36674 18.021402 curveto
+277.32793 17.905013 277.30853 17.769215 277.30854 17.614008 curveto
+277.30853 16.915630 277.64803 16.488837 278.32703 16.333628 curveto
+278.44342 16.294840 278.55981 16.275440 278.67622 16.275429 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+294.83693 21.280550 moveto
+294.83693 21.280550 lineto
+294.83691 23.278723 294.09973 24.927696 292.62536 26.227473 curveto
+291.40317 27.294456 289.98699 27.827947 288.37683 27.827948 curveto
+286.51445 27.827947 284.94308 27.129559 283.66270 25.732780 curveto
+282.51812 24.471803 281.94583 22.987728 281.94583 21.280550 curveto
+281.94583 19.301790 282.65392 17.633418 284.07010 16.275429 curveto
+285.29227 15.072660 286.73755 14.471270 288.40593 14.471257 curveto
+290.28769 14.471270 291.86876 15.218158 293.14915 16.711922 curveto
+294.27432 18.011711 294.83691 19.534586 294.83693 21.280550 curveto
+288.40593 27.100459 moveto
+288.40593 27.100459 lineto
+289.70570 27.100459 290.73388 26.557268 291.49048 25.470885 curveto
+291.78148 24.947093 lineto
+292.20826 24.093510 292.42165 22.793731 292.42167 21.047754 curveto
+292.42165 19.185392 292.16946 17.837114 291.66508 17.002918 curveto
+290.83088 15.800148 289.73480 15.169659 288.37683 15.111447 curveto
+287.17404 15.111460 286.18466 15.596452 285.40868 16.566425 curveto
+285.27287 16.721633 285.15648 16.886530 285.05948 17.061117 curveto
+284.59388 17.914713 284.36109 19.243591 284.36109 21.047754 curveto
+284.36109 22.929529 284.60358 24.297206 285.08858 25.150790 curveto
+285.90336 26.411771 287.00914 27.061660 288.40593 27.100459 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+300.68593 25.238088 moveto
+300.68593 25.839480 300.80233 26.208074 301.03513 26.343871 curveto
+301.03513 26.343871 lineto
+301.06423 26.372970 lineto
+301.33582 26.528169 301.94691 26.605768 302.89750 26.605767 curveto
+303.50859 26.605767 lineto
+303.50859 27.507853 lineto
+302.73259 27.449654 301.50072 27.420554 299.81295 27.420554 curveto
+299.87114 27.420554 298.76536 27.449654 296.49560 27.507853 curveto
+296.49560 26.605767 lineto
+297.64018 26.605768 298.30947 26.518469 298.50347 26.343871 curveto
+298.56167 26.285672 lineto
+298.69746 26.130476 298.76536 25.800681 298.76536 25.296287 curveto
+298.76536 17.497610 lineto
+298.76536 16.741033 298.61986 16.275440 298.32887 16.100832 curveto
+298.09607 15.965046 297.67898 15.887447 297.07759 15.868036 curveto
+296.49560 15.868036 lineto
+296.49560 14.965950 lineto
+300.54044 14.645855 lineto
+300.54044 17.846804 lineto
+301.06422 16.217241 301.92751 15.198758 303.13030 14.791352 curveto
+303.44068 14.694367 303.77048 14.645868 304.11968 14.645855 curveto
+305.03146 14.645868 305.68135 14.985362 306.06935 15.664339 curveto
+306.20514 15.897147 306.27304 16.149342 306.27305 16.420927 curveto
+306.27304 17.099927 305.95294 17.517020 305.31276 17.672207 curveto
+305.21575 17.691617 305.11876 17.701316 305.02177 17.701307 curveto
+304.42037 17.701316 304.03237 17.439421 303.85778 16.915619 curveto
+303.79958 16.779832 303.77048 16.624634 303.77049 16.450026 curveto
+303.77048 15.926246 303.99357 15.547952 304.43978 15.315144 curveto
+304.40097 15.295757 304.29427 15.286057 304.11968 15.286045 curveto
+302.81989 15.286057 301.85961 16.081444 301.23883 17.672207 curveto
+300.87023 18.584002 300.68593 19.612185 300.68593 20.756759 curveto
+300.68593 25.238088 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+318.39664 20.785858 moveto
+318.39664 20.785858 lineto
+310.27787 20.785858 lineto
+310.27787 22.764632 310.56886 24.219608 311.15086 25.150790 curveto
+312.08204 26.353572 313.17812 27.003461 314.43910 27.100459 curveto
+315.77768 27.100459 316.85436 26.557268 317.66915 25.470885 curveto
+317.96014 25.082893 318.19293 24.627001 318.36754 24.103206 curveto
+318.42573 23.831614 318.55183 23.695816 318.74584 23.695812 curveto
+318.99802 23.695816 319.12412 23.812214 319.12413 24.045007 curveto
+319.12412 24.471803 318.85252 25.053794 318.30934 25.790980 curveto
+317.51395 26.877363 316.46636 27.527252 315.16659 27.740649 curveto
+314.87559 27.798848 314.57490 27.827947 314.26451 27.827948 curveto
+312.44093 27.827947 310.88896 27.129559 309.60858 25.732780 curveto
+308.44460 24.452404 307.86261 22.910129 307.86261 21.105953 curveto
+307.86261 19.088393 308.56100 17.420021 309.95778 16.100832 curveto
+311.08295 15.014461 312.40213 14.471270 313.91531 14.471257 curveto
+316.10747 14.471270 317.64004 15.402455 318.51304 17.264814 curveto
+318.92042 18.137809 319.12412 19.107793 319.12413 20.174768 curveto
+319.12412 20.504570 319.05622 20.698566 318.92043 20.756759 curveto
+318.86222 20.776165 318.68763 20.785865 318.39664 20.785858 curveto
+310.30697 20.174768 moveto
+310.30697 20.174768 lineto
+317.20356 20.174768 lineto
+317.20355 18.331806 316.79616 16.944729 315.98138 16.013533 curveto
+315.43818 15.412155 314.74949 15.111460 313.91531 15.111447 curveto
+312.92592 15.111460 312.09174 15.567352 311.41275 16.479126 curveto
+310.73376 17.352122 310.36517 18.584002 310.30697 20.174768 curveto
+fill
+grestore
+grestore
+gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-61.621001 60.450596 moveto
+-61.621001 60.450596 lineto
+-60.088436 60.819201 -58.905056 61.730986 -58.070856 63.185953 curveto
+-57.527679 64.155945 -57.256084 65.203528 -57.256069 66.328704 curveto
+-57.256084 68.171678 -57.896273 69.694553 -59.176639 70.897332 curveto
+-60.243634 71.886716 -61.514313 72.381408 -62.988679 72.381409 curveto
+-65.083853 72.381408 -66.771625 71.799418 -68.052000 70.635436 curveto
+-68.052000 70.635436 lineto
+-68.342995 70.344441 lineto
+-69.041387 71.469623 -69.390581 72.022514 -69.390579 72.003114 curveto
+-69.545778 72.255310 -69.691276 72.381408 -69.827072 72.381409 curveto
+-70.021070 72.206811 -70.127769 71.974015 -70.147167 71.683019 curveto
+-70.147167 65.863111 lineto
+-70.147168 65.436324 -70.079269 65.203528 -69.943470 65.164722 curveto
+-69.943470 65.164722 lineto
+-69.914370 65.135622 lineto
+-69.768873 65.135622 lineto
+-69.555478 65.135629 -69.439080 65.232627 -69.419678 65.426618 curveto
+-69.361481 67.288993 -68.798891 68.743969 -67.731905 69.791549 curveto
+-67.615506 69.907947 lineto
+-66.490329 70.955532 -64.957755 71.479323 -63.017779 71.479323 curveto
+-61.562812 71.479323 -60.466730 70.839134 -59.729530 69.558753 curveto
+-59.322149 68.860367 -59.118453 68.113479 -59.118440 67.318088 curveto
+-59.118453 66.270510 -59.419148 65.378125 -60.020526 64.640930 curveto
+-60.544329 63.942549 -61.300916 63.467257 -62.290290 63.215053 curveto
+-62.319390 63.185953 lineto
+-62.319399 63.205361 -62.377598 63.195661 -62.493987 63.156853 curveto
+-64.899556 62.574872 -66.179935 62.254777 -66.335127 62.196569 curveto
+-67.867706 61.672787 -68.973488 60.673704 -69.652474 59.199316 curveto
+-69.982271 58.462141 -70.147168 57.686154 -70.147167 56.871352 curveto
+-70.147168 55.105997 -69.477879 53.660721 -68.139298 52.535520 curveto
+-67.091719 51.662554 -65.869540 51.226062 -64.472756 51.226041 curveto
+-62.823791 51.226062 -61.397915 51.778952 -60.195123 52.884715 curveto
+-59.816829 53.263009 lineto
+-58.798345 51.604335 lineto
+-58.662560 51.352159 -58.517063 51.226062 -58.361852 51.226041 curveto
+-58.167869 51.400659 -58.061170 51.633455 -58.041757 51.924430 curveto
+-58.041757 57.773438 lineto
+-58.041771 58.180845 -58.099970 58.403942 -58.216354 58.442728 curveto
+-58.245454 58.442728 lineto
+-58.274553 58.471827 lineto
+-58.420051 58.471827 lineto
+-58.614061 58.471840 -58.730459 58.355442 -58.769245 58.122633 curveto
+-59.312449 54.106913 -61.203918 52.079647 -64.443656 52.040828 curveto
+-65.840440 52.040848 -66.907422 52.603439 -67.644606 53.728602 curveto
+-67.673706 53.757701 lineto
+-68.081103 54.397909 -68.284799 55.096297 -68.284796 55.852868 curveto
+-68.284799 57.133263 -67.770708 58.151746 -66.742520 58.908320 curveto
+-66.335132 59.218728 -65.869540 59.432124 -65.345742 59.548510 curveto
+-61.621001 60.450596 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-50.601367 60.101402 moveto
+-50.601367 60.101402 lineto
+-50.601367 68.191074 lineto
+-50.601372 70.131045 -50.038781 71.168928 -48.913593 71.304725 curveto
+-48.836001 71.324126 -48.748703 71.333825 -48.651697 71.333825 curveto
+-47.817518 71.333825 -47.235528 70.790634 -46.905725 69.704251 curveto
+-46.769936 69.238660 -46.702037 68.695469 -46.702028 68.074676 curveto
+-46.702028 66.474201 lineto
+-45.974540 66.474201 lineto
+-45.974540 68.132875 lineto
+-45.974549 69.723652 -46.420742 70.868233 -47.313119 71.566621 curveto
+-47.739920 71.896416 -48.254011 72.061313 -48.855394 72.061314 curveto
+-50.484974 72.061313 -51.600455 71.450223 -52.201842 70.228042 curveto
+-52.473441 69.646054 -52.609238 68.947665 -52.609235 68.132875 curveto
+-52.609235 60.101402 lineto
+-55.082696 60.101402 lineto
+-55.082696 59.461212 lineto
+-53.356126 59.383625 -52.211545 58.297243 -51.648950 56.202063 curveto
+-51.454958 55.464891 -51.348259 54.679204 -51.328855 53.845000 curveto
+-50.601367 53.845000 lineto
+-50.601367 59.199316 lineto
+-46.440132 59.199316 lineto
+-46.440132 60.101402 lineto
+-50.601367 60.101402 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-34.635265 69.529653 moveto
+-35.120267 70.732435 -35.973852 71.518122 -37.196025 71.886716 curveto
+-37.584025 72.003114 -38.001118 72.061313 -38.447305 72.061314 curveto
+-40.096283 72.061313 -41.366962 71.663620 -42.259345 70.868232 curveto
+-42.821938 70.363842 -43.103233 69.733352 -43.103232 68.976762 curveto
+-43.103233 67.482990 -42.278747 66.289910 -40.629771 65.397518 curveto
+-40.493977 65.319926 -40.348479 65.252027 -40.193278 65.193821 curveto
+-39.009902 64.631237 -37.273631 64.282043 -34.984460 64.146238 curveto
+-34.838962 64.146238 lineto
+-34.838962 63.069555 lineto
+-34.838971 61.420591 -35.430661 60.285710 -36.614034 59.664908 curveto
+-37.021435 59.451524 -37.457928 59.344826 -37.923513 59.344813 curveto
+-39.203898 59.344826 -40.193282 59.723119 -40.891667 60.479696 curveto
+-40.949869 60.557306 -41.008068 60.625204 -41.066264 60.683392 curveto
+-40.154482 60.799801 -39.659791 61.245994 -39.582187 62.021971 curveto
+-39.582192 62.681570 -39.882887 63.108363 -40.484273 63.302351 curveto
+-40.620075 63.341159 -40.765572 63.360559 -40.920766 63.360550 curveto
+-41.619158 63.360559 -42.045951 63.040464 -42.201146 62.400265 curveto
+-42.239948 62.303276 -42.259347 62.167479 -42.259345 61.992872 curveto
+-42.259347 60.828901 -41.648258 59.936516 -40.426074 59.315714 curveto
+-39.669491 58.908333 -38.815905 58.704637 -37.865314 58.704623 curveto
+-36.274547 58.704637 -34.945670 59.238128 -33.878677 60.305098 curveto
+-33.199699 61.003498 -32.850505 61.973482 -32.831093 63.215053 curveto
+-32.831093 63.244152 lineto
+-32.831093 63.738844 lineto
+-32.831093 69.558753 lineto
+-32.831105 70.121346 -32.656508 70.538439 -32.307302 70.810033 curveto
+-32.152116 70.945832 -31.967819 71.013731 -31.754410 71.013730 curveto
+-31.075434 71.013731 -30.726240 70.392941 -30.706827 69.151359 curveto
+-30.706827 67.521785 lineto
+-29.979338 67.521785 lineto
+-29.979338 69.151359 lineto
+-29.979353 70.567538 -30.561343 71.450223 -31.725311 71.799418 curveto
+-31.958120 71.877016 -32.171516 71.915816 -32.365501 71.915816 curveto
+-33.316097 71.915816 -33.995085 71.411424 -34.402469 70.402640 curveto
+-34.518877 70.131045 -34.596475 69.840050 -34.635265 69.529653 curveto
+-34.838962 64.757328 moveto
+-37.826521 64.873733 -39.727690 65.785518 -40.542472 67.492685 curveto
+-40.755872 67.958282 -40.862571 68.443274 -40.862567 68.947662 curveto
+-40.862571 69.937049 -40.416378 70.664537 -39.523988 71.130128 curveto
+-39.136000 71.324126 -38.709207 71.421124 -38.243608 71.421124 curveto
+-37.234831 71.421124 -36.390945 71.023431 -35.711948 70.228042 curveto
+-35.129966 69.568455 -34.838971 68.714869 -34.838962 67.667283 curveto
+-34.838962 64.757328 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-17.670233 62.051071 moveto
+-21.482273 71.508422 lineto
+-21.637478 71.877016 -21.841175 72.061313 -22.093363 72.061314 curveto
+-22.326167 72.061313 -22.500764 71.944915 -22.617155 71.712119 curveto
+-22.636562 71.673320 -22.665661 71.605421 -22.704454 71.508422 curveto
+-26.894788 61.178085 lineto
+-27.108187 60.673704 -27.340983 60.373009 -27.593177 60.275999 curveto
+-27.593177 60.246899 lineto
+-27.864774 60.149912 -28.407965 60.101413 -29.222751 60.101402 curveto
+-29.222751 59.199316 lineto
+-28.349766 59.257527 -27.408882 59.286627 -26.400095 59.286614 curveto
+-26.031505 59.286627 -24.974223 59.257527 -23.228245 59.199316 curveto
+-23.228245 60.101402 lineto
+-24.334033 60.101413 -24.886924 60.353609 -24.886919 60.857990 curveto
+-24.886924 60.935599 -24.828725 61.100496 -24.712322 61.352682 curveto
+-21.453173 69.471454 lineto
+-18.485020 62.051071 lineto
+-18.368633 61.721286 -18.310434 61.488490 -18.310423 61.352682 curveto
+-18.310434 60.673704 -18.649928 60.266310 -19.328907 60.130501 curveto
+-19.445315 60.111113 -19.571413 60.101413 -19.707201 60.101402 curveto
+-19.707201 59.199316 lineto
+-18.717827 59.257527 -17.873941 59.286627 -17.175540 59.286614 curveto
+-16.380166 59.286627 -15.652679 59.257527 -14.993075 59.199316 curveto
+-14.993075 60.101402 lineto
+-16.254068 60.120813 -17.127054 60.712503 -17.612034 61.876474 curveto
+-17.612034 61.905573 lineto
+-17.631445 61.944382 -17.650845 61.992882 -17.670233 62.051071 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-3.0813580 65.019224 moveto
+-3.0813580 65.019224 lineto
+-11.200130 65.019224 lineto
+-11.200134 66.997998 -10.909138 68.452974 -10.327144 69.384156 curveto
+-9.3959638 70.586938 -8.2998821 71.236827 -7.0388958 71.333825 curveto
+-5.7003255 71.333825 -4.6236435 70.790634 -3.8088465 69.704251 curveto
+-3.5178620 69.316259 -3.2850659 68.860367 -3.1104575 68.336572 curveto
+-3.0522698 68.064980 -2.9261719 67.929182 -2.7321635 67.929178 curveto
+-2.4799794 67.929182 -2.3538815 68.045580 -2.3538694 68.278373 curveto
+-2.3538815 68.705169 -2.6254769 69.287160 -3.1686566 70.024346 curveto
+-3.9640546 71.110729 -5.0116371 71.760618 -6.3114072 71.974015 curveto
+-6.6024105 72.032214 -6.9031054 72.061313 -7.2134930 72.061314 curveto
+-9.0370698 72.061313 -10.589044 71.362925 -11.869420 69.966146 curveto
+-13.033403 68.685770 -13.615393 67.143495 -13.615392 65.339319 curveto
+-13.615393 63.321759 -12.917005 61.653387 -11.520225 60.334198 curveto
+-10.395047 59.247827 -9.0758691 58.704637 -7.5626875 58.704623 curveto
+-5.3705311 58.704637 -3.8379567 59.635821 -2.9649598 61.498180 curveto
+-2.5575781 62.371175 -2.3538815 63.341159 -2.3538694 64.408134 curveto
+-2.3538815 64.737936 -2.4217804 64.931932 -2.5575662 64.990125 curveto
+-2.6157771 65.009531 -2.7903742 65.019231 -3.0813580 65.019224 curveto
+-11.171031 64.408134 moveto
+-11.171031 64.408134 lineto
+-4.2744392 64.408134 lineto
+-4.2744494 62.565172 -4.6818426 61.178095 -5.4966200 60.246899 curveto
+-6.0398199 59.645521 -6.7285084 59.344826 -7.5626875 59.344813 curveto
+-8.5520779 59.344826 -9.3862639 59.800718 -10.065248 60.712492 curveto
+-10.744241 61.585488 -11.112835 62.817368 -11.171031 64.408134 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+4.5240794 66.095907 moveto
+4.5240794 66.095907 lineto
+2.8557012 65.766118 1.7596195 65.446024 1.2358311 65.135622 curveto
+1.0418315 65.038631 0.85753462 64.912533 0.68293975 64.757328 curveto
+-0.15124852 64.078347 -0.56834154 63.253860 -0.56834058 62.283867 curveto
+-0.56834154 60.925899 0.033048404 59.936516 1.2358311 59.315714 curveto
+1.9924156 58.908333 2.9429998 58.704637 4.0875862 58.704623 curveto
+5.1739625 58.704637 6.0857472 58.976232 6.8229432 59.519411 curveto
+7.0363313 59.344826 7.2012286 59.189628 7.3176355 59.053818 curveto
+7.5698224 58.821035 7.7638192 58.704637 7.8996263 58.704623 curveto
+8.0936136 58.879234 8.2003119 59.112030 8.2197213 59.403012 curveto
+8.2197213 62.342066 lineto
+8.2197115 62.749469 8.1615125 62.972565 8.0451240 63.011356 curveto
+8.0160245 63.011356 lineto
+7.9869249 63.040455 lineto
+7.8414272 63.040455 lineto
+7.6280214 63.040464 7.5116234 62.953165 7.4922327 62.778559 curveto
+7.3564260 60.819201 6.5513394 59.674620 5.0769707 59.344813 curveto
+4.7665693 59.286627 4.4367748 59.257527 4.0875862 59.257515 curveto
+2.2640111 59.257527 1.1970289 59.820118 0.88663655 60.945288 curveto
+0.84783478 61.119896 0.82843511 61.294493 0.82843746 61.469080 curveto
+0.82843511 62.458474 1.5753226 63.156862 3.0691022 63.564247 curveto
+3.3600928 63.641854 3.8062853 63.738852 4.4076812 63.855243 curveto
+5.8044519 64.126846 6.8035352 64.505140 7.4049341 64.990125 curveto
+7.5213232 65.067730 7.6280214 65.155029 7.7250291 65.252021 curveto
+8.5398062 66.066813 8.9471994 66.988298 8.9472099 68.016477 curveto
+8.9471994 69.665453 8.2682107 70.829434 6.9102419 71.508422 curveto
+6.1730458 71.877016 5.2903605 72.061313 4.2621835 72.061314 curveto
+3.0011988 72.061313 1.9342166 71.644220 1.0612338 70.810033 curveto
+0.47924295 71.479323 lineto
+0.091247431 71.867316 -0.15124852 72.061313 -0.24824561 72.061314 curveto
+-0.44224365 71.886716 -0.54894187 71.653920 -0.56834058 71.362925 curveto
+-0.56834058 67.521785 lineto
+-0.56834154 67.094996 -0.50044268 66.862200 -0.36464378 66.823396 curveto
+-0.36464378 66.823396 lineto
+-0.33554424 66.794296 lineto
+-0.19004653 66.794296 lineto
+0.0039488903 66.794301 0.13004678 66.900999 0.18824753 67.114391 curveto
+0.18824581 67.153195 0.19794565 67.211394 0.21734707 67.288989 curveto
+0.72173689 69.539355 1.6820208 70.868233 3.0982018 71.275626 curveto
+3.4473913 71.372625 3.8353848 71.421124 4.2621835 71.421124 curveto
+6.0081485 71.421124 7.0654308 70.810034 7.4340336 69.587852 curveto
+7.5116234 69.335659 7.5504227 69.064063 7.5504318 68.773065 curveto
+7.5504227 67.356892 6.5416396 66.464507 4.5240794 66.095907 curveto
+fill
+grestore
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1063715 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+182.68874 61.446269 moveto
+239.20838 80.359267 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1210915 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+183.89135 40.065168 moveto
+244.83751 74.101277 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1424956 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+25.379291 39.857977 moveto
+4.3453306 54.751570 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1676413 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+26.401801 100.36701 moveto
+0.58382064 77.858297 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1063715 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+209.76401 30.965176 moveto
+240.46132 21.586553 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[1.2744309 3.8232932] 0.0000000 setdash
+1.2744310 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+151.69419 -9.7574803 moveto
+151.29749 197.75887 lineto
+stroke
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+146.02685 142.84831 moveto
+156.68525 142.84831 lineto
+160.98282 142.84831 164.44260 146.30809 164.44260 150.60566 curveto
+164.44260 205.64506 lineto
+164.44260 209.94263 160.98282 213.40240 156.68525 213.40240 curveto
+146.02685 213.40240 lineto
+141.72928 213.40240 138.26950 209.94263 138.26950 205.64506 curveto
+138.26950 150.60566 lineto
+138.26950 146.30809 141.72928 142.84831 146.02685 142.84831 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+146.02685 142.84831 moveto
+156.68525 142.84831 lineto
+160.98282 142.84831 164.44260 146.30809 164.44260 150.60566 curveto
+164.44260 205.64506 lineto
+164.44260 209.94263 160.98282 213.40240 156.68525 213.40240 curveto
+146.02685 213.40240 lineto
+141.72928 213.40240 138.26950 209.94263 138.26950 205.64506 curveto
+138.26950 150.60566 lineto
+138.26950 146.30809 141.72928 142.84831 146.02685 142.84831 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+149.01595 148.13576 moveto
+153.82477 148.13576 lineto
+157.62352 148.13576 160.68172 151.19396 160.68172 154.99271 curveto
+160.68172 176.06715 lineto
+160.68172 179.86591 157.62352 182.92411 153.82477 182.92411 curveto
+149.01595 182.92411 lineto
+145.21720 182.92411 142.15900 179.86591 142.15900 176.06715 curveto
+142.15900 154.99271 lineto
+142.15900 151.19396 145.21720 148.13576 149.01595 148.13576 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+149.01595 148.13576 moveto
+153.82477 148.13576 lineto
+157.62352 148.13576 160.68172 151.19396 160.68172 154.99271 curveto
+160.68172 176.06715 lineto
+160.68172 179.86591 157.62352 182.92411 153.82477 182.92411 curveto
+149.01595 182.92411 lineto
+145.21720 182.92411 142.15900 179.86591 142.15900 176.06715 curveto
+142.15900 154.99271 lineto
+142.15900 151.19396 145.21720 148.13576 149.01595 148.13576 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+148.76260 185.27272 moveto
+153.91584 185.27272 lineto
+157.71459 185.27272 160.77279 188.33092 160.77279 192.12968 curveto
+160.77279 202.34002 lineto
+160.77279 206.13878 157.71459 209.19698 153.91584 209.19698 curveto
+148.76260 209.19698 lineto
+144.96384 209.19698 141.90564 206.13878 141.90564 202.34002 curveto
+141.90564 192.12968 lineto
+141.90564 188.33092 144.96384 185.27272 148.76260 185.27272 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+148.76260 185.27272 moveto
+153.91584 185.27272 lineto
+157.71459 185.27272 160.77279 188.33092 160.77279 192.12968 curveto
+160.77279 202.34002 lineto
+160.77279 206.13878 157.71459 209.19698 153.91584 209.19698 curveto
+148.76260 209.19698 lineto
+144.96384 209.19698 141.90564 206.13878 141.90564 202.34002 curveto
+141.90564 192.12968 lineto
+141.90564 188.33092 144.96384 185.27272 148.76260 185.27272 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.215340 -79.974730] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.479480 -64.209730] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.363720 -39.930040] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.0000000 0.0000000 0.0000000 1.0000000 8.6949600 0.0000000] concat
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[1.2750270 3.8250812] 0.0000000 setdash
+1.2750272 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+88.417813 -9.9473490 moveto
+88.021113 197.76321 lineto
+stroke
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+84.307164 147.07874 moveto
+91.525266 147.07874 lineto
+96.252967 147.07874 100.05902 150.88479 100.05902 155.61249 curveto
+100.05902 200.00992 lineto
+100.05902 204.73763 96.252967 208.54368 91.525266 208.54368 curveto
+84.307164 208.54368 lineto
+79.579463 208.54368 75.773407 204.73763 75.773407 200.00992 curveto
+75.773407 155.61249 lineto
+75.773407 150.88479 79.579463 147.07874 84.307164 147.07874 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+84.307164 147.07874 moveto
+91.525266 147.07874 lineto
+96.252967 147.07874 100.05902 150.88479 100.05902 155.61249 curveto
+100.05902 200.00992 lineto
+100.05902 204.73763 96.252967 208.54368 91.525266 208.54368 curveto
+84.307164 208.54368 lineto
+79.579463 208.54368 75.773407 204.73763 75.773407 200.00992 curveto
+75.773407 155.61249 lineto
+75.773407 150.88479 79.579463 147.07874 84.307164 147.07874 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+86.170554 180.34737 moveto
+90.023439 180.34737 lineto
+94.286667 180.34737 97.718796 183.77950 97.718796 188.04272 curveto
+97.718796 196.57627 lineto
+97.718796 200.83950 94.286667 204.27163 90.023439 204.27163 curveto
+86.170554 204.27163 lineto
+81.907326 204.27163 78.475197 200.83950 78.475197 196.57627 curveto
+78.475197 188.04272 lineto
+78.475197 183.77950 81.907326 180.34737 86.170554 180.34737 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+86.170554 180.34737 moveto
+90.023439 180.34737 lineto
+94.286667 180.34737 97.718796 183.77950 97.718796 188.04272 curveto
+97.718796 196.57627 lineto
+97.718796 200.83950 94.286667 204.27163 90.023439 204.27163 curveto
+86.170554 204.27163 lineto
+81.907326 204.27163 78.475197 200.83950 78.475197 196.57627 curveto
+78.475197 188.04272 lineto
+78.475197 183.77950 81.907326 180.34737 86.170554 180.34737 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -83.803540 -44.855390] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+85.116835 152.57442 moveto
+91.062910 152.57442 lineto
+94.706839 152.57442 97.640400 155.50798 97.640400 159.15191 curveto
+97.640400 169.92119 lineto
+97.640400 173.56512 94.706839 176.49868 91.062910 176.49868 curveto
+85.116835 176.49868 lineto
+81.472905 176.49868 78.539345 173.56512 78.539345 169.92119 curveto
+78.539345 159.15191 lineto
+78.539345 155.50798 81.472905 152.57442 85.116835 152.57442 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+85.116835 152.57442 moveto
+91.062910 152.57442 lineto
+94.706839 152.57442 97.640400 155.50798 97.640400 159.15191 curveto
+97.640400 169.92119 lineto
+97.640400 173.56512 94.706839 176.49868 91.062910 176.49868 curveto
+85.116835 176.49868 lineto
+81.472905 176.49868 78.539345 173.56512 78.539345 169.92119 curveto
+78.539345 159.15191 lineto
+78.539345 155.50798 81.472905 152.57442 85.116835 152.57442 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -83.885510 -72.628350] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1210915 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+182.46352 108.96177 moveto
+241.48733 90.475112 lineto
+stroke
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+241.48908 165.42336 moveto
+252.14749 165.42336 lineto
+256.44506 165.42336 259.90483 168.88313 259.90483 173.18070 curveto
+259.90483 184.89355 lineto
+259.90483 189.19112 256.44506 192.65090 252.14749 192.65090 curveto
+241.48908 192.65090 lineto
+237.19151 192.65090 233.73174 189.19112 233.73174 184.89355 curveto
+233.73174 173.18070 lineto
+233.73174 168.88313 237.19151 165.42336 241.48908 165.42336 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+241.48908 165.42336 moveto
+252.14749 165.42336 lineto
+256.44506 165.42336 259.90483 168.88313 259.90483 173.18070 curveto
+259.90483 184.89355 lineto
+259.90483 189.19112 256.44506 192.65090 252.14749 192.65090 curveto
+241.48908 192.65090 lineto
+237.19151 192.65090 233.73174 189.19112 233.73174 184.89355 curveto
+233.73174 173.18070 lineto
+233.73174 168.88313 237.19151 165.42336 241.48908 165.42336 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+207.46888 185.39404 moveto
+212.62212 185.39404 lineto
+216.42087 185.39404 219.47908 188.45225 219.47908 192.25100 curveto
+219.47908 202.46135 lineto
+219.47908 206.26010 216.42087 209.31830 212.62212 209.31830 curveto
+207.46888 209.31830 lineto
+203.67013 209.31830 200.61192 206.26010 200.61192 202.46135 curveto
+200.61192 192.25100 lineto
+200.61192 188.45225 203.67013 185.39404 207.46888 185.39404 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+207.46888 185.39404 moveto
+212.62212 185.39404 lineto
+216.42087 185.39404 219.47908 188.45225 219.47908 192.25100 curveto
+219.47908 202.46135 lineto
+219.47908 206.26010 216.42087 209.31830 212.62212 209.31830 curveto
+207.46888 209.31830 lineto
+203.67013 209.31830 200.61192 206.26010 200.61192 202.46135 curveto
+200.61192 192.25100 lineto
+200.61192 188.45225 203.67013 185.39404 207.46888 185.39404 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.220390 -81.039070] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.153860 -64.681230] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.269620 -40.401540] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+207.48570 151.66121 moveto
+212.63893 151.66121 lineto
+216.43769 151.66121 219.49589 154.71941 219.49589 158.51817 curveto
+219.49589 168.72851 lineto
+219.49589 172.52727 216.43769 175.58547 212.63893 175.58547 curveto
+207.48570 175.58547 lineto
+203.68694 175.58547 200.62874 172.52727 200.62874 168.72851 curveto
+200.62874 158.51817 lineto
+200.62874 154.71941 203.68694 151.66121 207.48570 151.66121 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+207.48570 151.66121 moveto
+212.63893 151.66121 lineto
+216.43769 151.66121 219.49589 154.71941 219.49589 158.51817 curveto
+219.49589 168.72851 lineto
+219.49589 172.52727 216.43769 175.58547 212.63893 175.58547 curveto
+207.48570 175.58547 lineto
+203.68694 175.58547 200.62874 172.52727 200.62874 168.72851 curveto
+200.62874 158.51817 lineto
+200.62874 154.71941 203.68694 151.66121 207.48570 151.66121 curveto
+closepath
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+189.69623 157.84667 moveto
+200.46117 161.51947 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+189.76611 171.64361 moveto
+200.37931 166.19231 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+190.10344 196.62466 moveto
+200.39129 196.69454 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+219.64158 195.42700 moveto
+233.59024 183.97744 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+219.54774 163.42573 moveto
+233.57825 176.07294 lineto
+stroke
+gsave [1.0000000 0.0000000 0.0000000 1.0000000 10.947320 0.0000000] concat
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+-1.4353113 163.23927 moveto
+5.7827902 163.23927 lineto
+10.510492 163.23927 14.316547 167.04533 14.316547 171.77303 curveto
+14.316547 180.37286 lineto
+14.316547 185.10056 10.510492 188.90662 5.7827902 188.90662 curveto
+-1.4353113 188.90662 lineto
+-6.1630128 188.90662 -9.9690685 185.10056 -9.9690685 180.37286 curveto
+-9.9690685 171.77303 lineto
+-9.9690685 167.04533 -6.1630128 163.23927 -1.4353113 163.23927 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+-1.4353113 163.23927 moveto
+5.7827902 163.23927 lineto
+10.510492 163.23927 14.316547 167.04533 14.316547 171.77303 curveto
+14.316547 180.37286 lineto
+14.316547 185.10056 10.510492 188.90662 5.7827902 188.90662 curveto
+-1.4353113 188.90662 lineto
+-6.1630128 188.90662 -9.9690685 185.10056 -9.9690685 180.37286 curveto
+-9.9690685 171.77303 lineto
+-9.9690685 167.04533 -6.1630128 163.23927 -1.4353113 163.23927 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+30.267600 179.29735 moveto
+34.120485 179.29735 lineto
+38.383713 179.29735 41.815842 182.72948 41.815842 186.99270 curveto
+41.815842 189.99991 lineto
+41.815842 194.26314 38.383713 197.69527 34.120485 197.69527 curveto
+30.267600 197.69527 lineto
+26.004372 197.69527 22.572243 194.26314 22.572243 189.99991 curveto
+22.572243 186.99270 lineto
+22.572243 182.72948 26.004372 179.29735 30.267600 179.29735 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+30.267600 179.29735 moveto
+34.120485 179.29735 lineto
+38.383713 179.29735 41.815842 182.72948 41.815842 186.99270 curveto
+41.815842 189.99991 lineto
+41.815842 194.26314 38.383713 197.69527 34.120485 197.69527 curveto
+30.267600 197.69527 lineto
+26.004372 197.69527 22.572243 194.26314 22.572243 189.99991 curveto
+22.572243 186.99270 lineto
+22.572243 182.72948 26.004372 179.29735 30.267600 179.29735 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -117.17870 -47.779320] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+29.411494 155.28255 moveto
+35.357568 155.28255 lineto
+39.001498 155.28255 41.935059 158.21611 41.935059 161.86004 curveto
+41.935059 167.29354 lineto
+41.935059 170.93747 39.001498 173.87103 35.357568 173.87103 curveto
+29.411494 173.87103 lineto
+25.767564 173.87103 22.834003 170.93747 22.834003 167.29354 curveto
+22.834003 161.86004 lineto
+22.834003 158.21611 25.767564 155.28255 29.411494 155.28255 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+29.411494 155.28255 moveto
+35.357568 155.28255 lineto
+39.001498 155.28255 41.935059 158.21611 41.935059 161.86004 curveto
+41.935059 167.29354 lineto
+41.935059 170.93747 39.001498 173.87103 35.357568 173.87103 curveto
+29.411494 173.87103 lineto
+25.767564 173.87103 22.834003 170.93747 22.834003 167.29354 curveto
+22.834003 161.86004 lineto
+22.834003 158.21611 25.767564 155.28255 29.411494 155.28255 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -117.85340 -72.983320] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+41.896572 189.25354 moveto
+47.691864 189.50020 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+42.289125 164.21618 moveto
+47.031830 164.21619 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+14.366305 180.77152 moveto
+22.447541 185.61447 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+14.446518 172.14067 moveto
+22.786530 166.35797 lineto
+stroke
+grestore
+grestore
+showpage
diff --git a/Documentation/pictures/henle-flat-bw.png b/Documentation/pictures/henle-flat-bw.png
new file mode 100644 (file)
index 0000000..b47660f
Binary files /dev/null and b/Documentation/pictures/henle-flat-bw.png differ
diff --git a/Documentation/pictures/henle-flat-gray.png b/Documentation/pictures/henle-flat-gray.png
new file mode 100644 (file)
index 0000000..20326b9
Binary files /dev/null and b/Documentation/pictures/henle-flat-gray.png differ
diff --git a/Documentation/pictures/lily-flat-bw.png b/Documentation/pictures/lily-flat-bw.png
new file mode 100644 (file)
index 0000000..09ce34e
Binary files /dev/null and b/Documentation/pictures/lily-flat-bw.png differ
diff --git a/Documentation/texinfo.css b/Documentation/texinfo.css
deleted file mode 100644 (file)
index af84899..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-  hr { border:0; height:1; color: #000000; background-color: #000000; }
-/* hr {
-  border:  none;
-  height: 1px;
-  color: #666666;
-  background-color: #666666;
-}
-body {
-  border-left: 1px solid #666666;
-  border-right: 1px solid #666666;
-  color: #332d28;
-  margin-right: auto;
-  margin-left: auto;
-  width: 60em;
-  list-style-type: square;
-  font-family: Arial,Helvetica,sans-serif;
-  padding-right: 1em;
-  padding-left: 1em;
-}
-a {
-  border-bottom: 1px dashed #344242;
-  text-decoration: none;
-  color: #344242;
-}
-a:link {
-  text-decoration: none;
-}
-a:visited {
-  border-bottom: 1px dashed #666666;
-  color: #666666;
-}
-a:active {
-  border-bottom: 1px solid #00cccc;
-  color: #00cccc;
-}
-a:hover {
-  border-bottom: 1px solid #1d7b85;
-  color: #1d7b85;
-}
-blockquote {
-  border: 1px solid #cccccc;
-  padding: 3px;
-  width: 40em;
-}
-.node {
-  border-left: 1px solid #666666;
-  margin: -0.5em 0px 1em;
-  padding: 2px 1px 0px;
-  font-style: italic;
-}
-.node a {
-  border:  none;
-  text-decoration: underline;
-  font-style: normal;
-  font-weight: bold;
-}
-.verbatim {
-  font-family: "Courier New",Courier,monospace;
-}
-.unnumberedsubsubsec {
-  font-size: large;
-  color: #1d7b85;
-}
-.subsubheading {
-  font-size: large;
-  color: #3b220d;
-}
-.contents {
-  border: 1px dashed #339999;
-  margin: 3px 2em;
-  list-style-type: square;
-  padding-right: 1em;
-  width: 40em;
-  background-color: #fcfff9;
-}
-.contents a {
-  border-bottom: 1px dashed #423d34;
-  text-decoration: none;
-  color: #423d34;
-}
-.contents a:visited {
-  border-bottom: 1px dashed #666666;
-  color: #666666;
-}
-.contents a:active {
-  border-bottom: 1px solid #f0d86d;
-  color: #f0d86d;
-}
-.contents a:hover {
-  border-bottom: 1px solid #3b220d;
-  color: #3b220d;
-}
-.menu {
-  border-left: 1px dashed #339999;
-  margin: 3px 2em 1em;
-  list-style-type: square;
-  padding-left: 1.4em;
-  width: 40em;
-}
-.unnumbered {
-}
-h2 {
-  font-size: x-large;
-  color: #1d7b85;
-}
-*/
index 1a24bc6796c5d810df1b13435064b8ae61ae944c..6026c9e98629b5ebcbd942263253a31016681c96 100644 (file)
@@ -27,7 +27,13 @@ $(outdir)/%.png: $(top-build-dir)/Documentation/$(outdir)/%.png
 $(XREF_MAPS_DIR)/%.$(ISOLANG).xref-map: $(outdir)/%.texi $(XREF_MAPS_DIR)/%.xref-map
        $(buildscript-dir)/extract_texi_filenames -o $(XREF_MAPS_DIR) $(XREF_MAP_FLAGS) --master-map-file=$(XREF_MAPS_DIR)/$*.xref-map $<
 
-$(MASTER_TEXI_FILES): $(ITELY_FILES) $(ITEXI_FILES)
+$(MASTER_TEXI_FILES): $(ITELY_FILES) $(ITEXI_FILES) $(outdir)/pictures
+
+$(outdir)/pictures: pictures-subdir
+       ln -sf $(top-build-dir)/Documentation/pictures/$(outdir) $@
+
+pictures-subdir:
+       $(MAKE) -C $(top-build-dir)/Documentation/pictures WWW-1
 
 $(TRANSLATION_LILY_IMAGES): $(MASTER_TEXI_FILES)
        find $(outdir) \( -name 'lily-*.png' -o -name 'lily-*.ly' \) | sed 's!$(outdir)/!!g' | xargs $(buildscript-dir)/mass-link hard $(outdir) $(top-build-dir)/Documentation/$(outdir)
index e838f36cba76be2509299cdf15fecbd819c8dcc2..ed68660f74a9966a7aeeeb875b4591209ee3352a 100644 (file)
@@ -7,10 +7,6 @@ OUT_HTML_FILES = $(HTML_PAGE_NAMES:%=$(outdir)/%.html)
 LANGS = $(shell $(PYTHON) $(buildscript-dir)/langdefs.py)
 
 CSS_SOURCE_FILES = $(shell ls $(top-src-dir)/Documentation/lilypond*.css)
-SOURCE_PNG_IMAGES = $(shell ls $(top-src-dir)/Documentation/*.png)
-OUT_PNG_IMAGES = \
-  $(SOURCE_PNG_IMAGES:$(top-src-dir)/Documentation/%.png=$(outdir)/%.png) \
-  $(outdir)/context-example.png
 
 TELY_FILES := $(call src-wildcard,*.tely)
 MASTER_TEXI_FILES := $(TELY_FILES:%.tely=$(outdir)/%.texi)
index 68c4aba79ef94dd3e77938360e63c27bfccf078d..cfaabe3355f1d6b05d2bddcb4a2fcaca9da18d6a 100644 (file)
@@ -1,5 +1,2 @@
 $(outdir)/collated-files.tely: $(COLLATED_FILES)
        $(LYS_TO_TELY) --name=$(outdir)/collated-files.tely --title="$(TITLE)" $^
-
-$(outdir)/%.css: $(top-src-dir)/Documentation/%.css
-       ln -f $< $@
index 116da06f4190c7dae84dd0ee5bf598224e3d0a57..a2874b271b80bb99b9fc56aa8e64cdcf71a21c96 100644 (file)
@@ -4,6 +4,3 @@ TITLE=LYs Doc
 ifeq ($(COLLATED_FILES),)
 COLLATED_FILES = $(sort $(TEXINFO_SOURCES) $(LY_FILES) $(OUT_LY_FILES) )
 endif
-
-CSS_FILES = $(shell ls $(top-src-dir)/Documentation/lilypond*.css)
-OUT_CSS_FILES = $(foreach f, $(CSS_FILES), $(outdir)/$(notdir $(f)))
index 9f6b5148a1cfc7838bcfd8a2661b85311b4d9201..502a0a99d6160af3cd837e5cd6b34dbb4c90564f 100644 (file)
@@ -1,5 +1,4 @@
 at-dir = $(doc-dir)/
 at-ext = .in
 
-CSS_FILES := $(call src-wildcard,*.css)
-EXTRA_DIST_FILES += $(CSS_FILES)
+EXTRA_DIST_FILES += $(call src-wildcard, *.css)
index 2500d80d41c05b2dbc8b44b39dd769d410ffc534..0b04186db4b8bde4c9293a4ef0f2e2281e127390 100644 (file)
@@ -4,3 +4,5 @@ $(outdir)/%: %.m4
 %.gz: %
        gzip -c9 $< > $@
 
+$(outdir)/%.css: $(CSS_DIRECTORY)/%.css
+       ln -f $< $@
index 06fa0a9ab2dec95b8ba62faf1370325ddc81e7d8..6a8729df5f670e847b0307cf3b1fc7b65bc80d49 100644 (file)
@@ -103,6 +103,11 @@ SOURCE_FILES += $(IN_FILES)
 # Preprocessed .in documentation _FILES:
 OUTIN_FILES = $(addprefix $(outdir)/, $(IN_FILES:%.in=%))
 
+# CSS source files are in a unique directory
+CSS_DIRECTORY = $(top-src-dir)/Documentation/css
+CSS_FILES := $(shell ls $(CSS_DIRECTORY)/*.css)
+OUT_CSS_FILES = $(CSS_FILES:$(CSS_DIRECTORY)/%.css=$(outdir)/%.css)
+
 ALL_SOURCES = $(SOURCE_FILES)
 
 ifeq (cygwin,$(findstring cygwin,$(HOST_ARCH)))
index c07a86e6c7db2b89bdd426a7c35c28d77593ef51..a403626e07b4bc4de0ce3259fd753444cb119041 100644 (file)
@@ -38,7 +38,7 @@ $(outdir)/%.html: $(outdir)/%.texi $(XREF_MAPS_DIR)/%.xref-map $(outdir)/version
 $(outdir)/%/index.html: $(outdir)/%.texi $(XREF_MAPS_DIR)/%.xref-map $(outdir)/version.itexi $(outdir)/%.html.omf
        mkdir -p $(dir $@)
        $(TEXI2HTML) --I=$(src-dir) --I=$(outdir) --output=$(dir $@) --prefix=index --split=section $(TEXI2HTML_INIT) $<
-       cp $(top-src-dir)/Documentation/lilypond*.css $(dir $@)
+       cp $(top-src-dir)/Documentation/css/*.css $(dir $@)
 
 
 $(outdir)/%.html.omf: %.texi