diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-15 12:24:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-13 11:26:55 +0200 |
commit | e088156d5b620e5e639580dacf85c6dc13823c74 (patch) | |
tree | 57f5c025e203279944da512166c20bc0521d8ccd /examples | |
download | ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.gz ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.bz2 ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.zip |
Import Ghostscript 9.50ghostscript-9.50
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'examples')
27 files changed, 14709 insertions, 0 deletions
diff --git a/examples/alphabet.ps b/examples/alphabet.ps new file mode 100644 index 00000000..33069fe5 --- /dev/null +++ b/examples/alphabet.ps @@ -0,0 +1,74 @@ +%! +% Check for command line parameters: +% Name, FirstSize, Ratio, NumSizes, UseOutline. + +/alphabetsave save def % prevent left over effects + +/FontName where { pop } { /FontName (Palatino-Italic) def } ifelse +/FirstSize where { pop } { /FirstSize 15 def } ifelse +/CurrentSize FirstSize def +/Ratio where { pop } { /Ratio 1.6 def } ifelse +/NumSizes where { pop } { /NumSizes 3 def } ifelse +/UseOutline where { pop } { /UseOutline false def } ifelse + +/Strings FirstSize 20 gt + { [ + (ABCDEFGHIJ) (KLMNOPQR) (STUVWXYZ) + (abcdefghijklm) (nopqrstuvwxyz) + (0123456789<=>) (:;?@ !"#$%&') + (\(\)*+,-./[\\]^_) (`{|}~) + ] } + { [ + (ABCDEFGHIJKLMNOPQRSTUVWXYZ) + (abcdefghijklmnopqrstuvwxyz) + (0123456789<=>:;?@ !"#$%&') + (\(\)*+,-./ [\\]^_ `{|}~) + ] } +ifelse def + +/sshow + { gsave UseOutline + { { gsave ( ) dup 0 4 -1 roll put + false charpath pathbbox 0 setlinewidth stroke grestore + pop 8 add currentpoint exch pop moveto pop + } forall + } + { 2 0 3 -1 roll ashow } + ifelse grestore + } def + +FontName findfont FirstSize scalefont setfont + +clippath pathbbox /top exch def pop pop pop newpath +10 10 moveto +NumSizes + { + gsave + CurrentSize 50 lt { + FontName findfont 50 scalefont setfont + (Q) false charpath pathbbox + exch pop exch sub exch pop 1.25 mul CurrentSize 50 div mul /height exch def + }{ + (Q) false charpath pathbbox + exch pop exch sub exch pop 1.25 mul /height exch def + } ifelse + grestore + Strings + { currentpoint exch pop top height 3 mul sub gt + { showpage 10 10 height sub moveto + } + if + dup sshow + UseOutline not + { 0 height rmoveto gsave 0.01 rotate sshow grestore } + if + 0 height rmoveto + } forall + /CurrentSize FirstSize Ratio mul def + FontName findfont CurrentSize scalefont setfont + /Ratio Ratio dup mul def + } repeat +showpage + +clear cleardictstack +alphabetsave restore diff --git a/examples/annots.pdf b/examples/annots.pdf Binary files differnew file mode 100644 index 00000000..0a22851b --- /dev/null +++ b/examples/annots.pdf diff --git a/examples/cjk/all_ac1.ps b/examples/cjk/all_ac1.ps new file mode 100644 index 00000000..2adb0407 --- /dev/null +++ b/examples/cjk/all_ac1.ps @@ -0,0 +1,221 @@ +%!PS-Adobe-3.0 +%%Title: Adobe-CNS1 CID-Keyed Fonts Character List +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%Version: 1.0 +% +% Usage: +% gs [-sF=MOESung-Regular] [-daffix [-sAF=MSung-Light]] \ +% [-dglyphshow- [-sI=Identity-H]] [-ddescent=200] all_ac1.ps +% +%%DocumentMedia: A4 595 842 0 white () +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/*CIDFont*findresource { + dup /CIDFont resourcestatus { pop pop /CIDFont findresource } { + notice*page begin + *open + (Error in /CIDFont findresource: ) *echo-n dup *echo + *close + end + /CIDFont findresource + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/title (Adobe-CNS1 CID-Keyed Fonts Character List) def +/PW 595 def +/PH 842 def +/LM 78 def +/TM 130 def +/RM 47 def +/BM 76 def +/NH 10 def +/NV 12 def +/RW PW LM RM add sub NH div def +/RH PH TM BM add sub NV div def +/FS RW 3 mul 4 div def +/AFS RW 1 mul 4 div def +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def +/F (MKai-Medium) unknowndef +/affix false unknowndef +%/AF (MOESung-Regular) unknowndef +%/AF (MOEKai-Regular) unknowndef +/AF (MSung-Light) unknowndef +%/AF (MHei-Medium) unknowndef +/descent 130 unknowndef +/glyphshow- false unknowndef +/fss { exch /CIDFont findresource exch scalefont setfont } bind def +/concats { % [str ...] concats str + () exch dup length 1 sub -1 0 { + 1 index exch get dup type /stringtype ne { dup length string cvs } if + 3 -1 roll exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval exch + } for pop +} bind def +/composefontname { % font cmap composefontname font--cmap + [ 2 index (--) 3 index ] concats dup 3 -1 roll [ 5 -1 roll ] composefont pop +} bind def +glyphshow- { + /I (Identity-H) unknowndef + /F F I composefontname def + affix { /AF AF I composefontname def } if + /fss { exch findfont exch scalefont setfont } bind def + /s 2 string def +} if +/glyphframe { % h oldx glyphframe - + gsave 0 setlinewidth + currentpoint pop sub exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/box { % llx lly urx ury box - + 3 index 3 index moveto exch 4 -1 roll sub 3 1 roll exch sub + currentpoint 4 -2 roll rectstroke +} bind def +/charframe { % h string charframe - + gsave 0 setlinewidth + stringwidth pop exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/pathframe { % string pathframe - + gsave 0 setlinewidth + true charpath flattenpath pathbbox box grestore +} bind def +/np { + /Helvetica findfont 11 scalefont setfont + LM BM 11 2 mul sub moveto title show ( - ) show F show + affix { + gsave /Helvetica findfont 5 scalefont setfont ( and ) show AF show grestore + } if + PW RM sub BM 11 2 mul sub moveto p 3 string cvs show + /p p 1 add def + showpage + /x LM def + /y PH TM sub def +} bind def +/nb { + /x x RW add def + x PW RM sub ge { + /x LM def + /y y RH sub def + y BM le { + np + /y PH TM sub def + } if + } if +} bind def +%%EndProlog +/x LM def +/y PH TM sub def +/p 1 def +[ + %[0 14098] % Adobe-CNS1-0 + %[0 17407] % Adobe-CNS1-0,1 + %[0 17600] % Adobe-CNS1-0,1,2 + %[0 18845] % Adobe-CNS1-0,1,2,3 + [0 18961] % Adobe-CNS1-0,1,2,3,4 +] { + cvx exec 1 exch { + /id exch def + F FS fss + x y FS sub moveto + glyphshow- not { + id glyphshow + FS x glyphframe + } { + s 0 id 256 idiv put s 1 id 256 mod put + FS s charframe + s pathframe + s show + } ifelse + affix { + AF AFS fss + x FS add y FS sub moveto + glyphshow- not { + id glyphshow + AFS x FS add glyphframe + } { + AFS s charframe + s pathframe + s show + } ifelse + } if + % + /Times-Roman findfont 7 scalefont setfont + x y FS sub FS descent mul 1000 div sub 7 sub moveto + id 5 string cvs show + nb + } for + np +} forall +%%Trailer +%%EOF diff --git a/examples/cjk/all_ag1.ps b/examples/cjk/all_ag1.ps new file mode 100644 index 00000000..8f125f84 --- /dev/null +++ b/examples/cjk/all_ag1.ps @@ -0,0 +1,218 @@ +%!PS-Adobe-3.0 +%%Title: Adobe-GB1 CID-Keyed Fonts Character List +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%Version: 1.0 +% +% Usage: +% gs [-sF=BousungEG-Light-GB] [-daffix [-sAF=STSong-Light]] \ +% [-dglyphshow- [-sI=Identity-H]] [-ddescent=200] all_ag1.ps +% +%%DocumentMedia: A4 595 842 0 white () +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/*CIDFont*findresource { + dup /CIDFont resourcestatus { pop pop /CIDFont findresource } { + notice*page begin + *open + (Error in /CIDFont findresource: ) *echo-n dup *echo + *close + end + /CIDFont findresource + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/title (Adobe-GB1 CID-Keyed Fonts Character List) def +/PW 595 def +/PH 842 def +/LM 78 def +/TM 130 def +/RM 47 def +/BM 76 def +/NH 10 def +/NV 12 def +/RW PW LM RM add sub NH div def +/RH PH TM BM add sub NV div def +/FS RW 3 mul 4 div def +/AFS RW 1 mul 4 div def +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def +/F (STHeiti-Regular) unknowndef +/affix false unknowndef +/AF (STSong-Light) unknowndef +/descent 130 unknowndef +/glyphshow- false unknowndef +/fss { exch *CIDFont*findresource exch scalefont setfont } bind def +/concats { % [str ...] concats str + () exch dup length 1 sub -1 0 { + 1 index exch get dup type /stringtype ne { dup length string cvs } if + 3 -1 roll exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval exch + } for pop +} bind def +/composefontname { % font cmap composefontname font--cmap + [ 2 index (--) 3 index ] concats dup 3 -1 roll [ 5 -1 roll ] composefont pop +} bind def +glyphshow- { + /I (Identity-H) unknowndef + /F F I composefontname def + affix { /AF AF I composefontname def } if + /fss { exch *findfont exch scalefont setfont } bind def + /s 2 string def +} if +/glyphframe { % h oldx glyphframe - + gsave 0 setlinewidth + currentpoint pop sub exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/box { % llx lly urx ury box - + 3 index 3 index moveto exch 4 -1 roll sub 3 1 roll exch sub + currentpoint 4 -2 roll rectstroke +} bind def +/charframe { % h string charframe - + gsave 0 setlinewidth + stringwidth pop exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/pathframe { % string pathframe - + gsave 0 setlinewidth + true charpath flattenpath pathbbox box grestore +} bind def +/np { + /Helvetica findfont 11 scalefont setfont + LM BM 11 2 mul sub moveto title show ( - ) show F show + affix { + gsave /Helvetica findfont 5 scalefont setfont ( and ) show AF show grestore + } if + PW RM sub BM 11 2 mul sub moveto p 3 string cvs show + /p p 1 add def + showpage + /x LM def + /y PH TM sub def +} bind def +/nb { + /x x RW add def + x PW RM sub ge { + /x LM def + /y y RH sub def + y BM le { + np + /y PH TM sub def + } if + } if +} bind def +%%EndProlog +/x LM def +/y PH TM sub def +/p 1 def +[ + %[0 7716] % Adobe-GB1-0 + %[0 9896] % Adobe-GB1-0,1 + %[0 22126] % Adobe-GB1-0,1,2 + %[0 22352] % Adobe-GB1-0,1,2,3 + [0 29063] % Adobe-GB1-0,1,2,3,4 +] { + cvx exec 1 exch { + /id exch def + F FS fss + x y FS sub moveto + glyphshow- not { + id glyphshow + FS x glyphframe + } { + s 0 id 256 idiv put s 1 id 256 mod put + FS s charframe + s pathframe + s show + } ifelse + affix { + AF AFS fss + x FS add y FS sub moveto + glyphshow- not { + id glyphshow + AFS x FS add glyphframe + } { + AFS s charframe + s pathframe + s show + } ifelse + } if + % + /Times-Roman findfont 7 scalefont setfont + x y FS sub FS descent mul 1000 div sub 7 sub moveto + id 5 string cvs show + nb + } for + np +} forall +%%Trailer +%%EOF diff --git a/examples/cjk/all_aj1.ps b/examples/cjk/all_aj1.ps new file mode 100644 index 00000000..11113636 --- /dev/null +++ b/examples/cjk/all_aj1.ps @@ -0,0 +1,218 @@ +%!PS-Adobe-3.0 +%%Title: Adobe-Japan1 CID-Keyed Fonts Character List +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%Version: 1.0 +% +% Usage: +% gs [-sF=WadaMin-Regular] [-daffix [-sAF=HeiseiMin-W3]] \ +% [-dglyphshow- [-sI=Identity-H]] [-ddescent=200] all_aj1.ps +% +%%DocumentMedia: A4 595 842 0 white () +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/*CIDFont*findresource { + dup /CIDFont resourcestatus { pop pop /CIDFont findresource } { + notice*page begin + *open + (Error in /CIDFont findresource: ) *echo-n dup *echo + *close + end + /CIDFont findresource + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/title (Adobe-Japan1 CID-Keyed Fonts Character List) def +/PW 595 def +/PH 842 def +/LM 78 def +/TM 130 def +/RM 47 def +/BM 76 def +/NH 10 def +/NV 12 def +/RW PW LM RM add sub NH div def +/RH PH TM BM add sub NV div def +/FS RW 3 mul 4 div def +/AFS RW 1 mul 4 div def +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def +/F (HeiseiKakuGo-W5) unknowndef +/affix false unknowndef +/AF (HeiseiMin-W3) unknowndef +/descent 130 unknowndef +/glyphshow- false unknowndef +/fss { exch *CIDFont*findresource exch scalefont setfont } bind def +/concats { % [str ...] concats str + () exch dup length 1 sub -1 0 { + 1 index exch get dup type /stringtype ne { dup length string cvs } if + 3 -1 roll exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval exch + } for pop +} bind def +/composefontname { % font cmap composefontname font--cmap + [ 2 index (--) 3 index ] concats dup 3 -1 roll [ 5 -1 roll ] composefont pop +} bind def +glyphshow- { + /I (Identity-H) unknowndef + /F F I composefontname def + affix { /AF AF I composefontname def } if + /fss { exch *findfont exch scalefont setfont } bind def + /s 2 string def +} if +/glyphframe { % h oldx glyphframe - + gsave 0 setlinewidth + currentpoint pop sub exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/box { % llx lly urx ury box - + 3 index 3 index moveto exch 4 -1 roll sub 3 1 roll exch sub + currentpoint 4 -2 roll rectstroke +} bind def +/charframe { % h string charframe - + gsave 0 setlinewidth + stringwidth pop exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/pathframe { % string pathframe - + gsave 0 setlinewidth + true charpath flattenpath pathbbox box grestore +} bind def +/np { + /Helvetica findfont 11 scalefont setfont + LM BM 11 2 mul sub moveto title show ( - ) show F show + affix { + gsave /Helvetica findfont 5 scalefont setfont ( and ) show AF show grestore + } if + PW RM sub BM 11 2 mul sub moveto p 3 string cvs show + /p p 1 add def + showpage + /x LM def + /y PH TM sub def +} bind def +/nb { + /x x RW add def + x PW RM sub ge { + /x LM def + /y y RH sub def + y BM le { + np + /y PH TM sub def + } if + } if +} bind def +%%EndProlog +/x LM def +/y PH TM sub def +/p 1 def +[ + [0 8283] % Adobe-Japan1-0 + [8284 8358] % Adobe-Japan1-1 + [8359 8719] % Adobe-Japan1-2 + [8720 9353] % Adobe-Japan1-3 + [9354 15443] % Adobe-Japan1-4 +] { + cvx exec 1 exch { + /id exch def + F FS fss + x y FS sub moveto + glyphshow- not { + id glyphshow + FS x glyphframe + } { + s 0 id 256 idiv put s 1 id 256 mod put + FS s charframe + s pathframe + s show + } ifelse + affix { + AF AFS fss + x FS add y FS sub moveto + glyphshow- not { + id glyphshow + AFS x FS add glyphframe + } { + AFS s charframe + s pathframe + s show + } ifelse + } if + % + /Times-Roman findfont 7 scalefont setfont + x y FS sub FS descent mul 1000 div sub 7 sub moveto + id 5 string cvs show + nb + } for + np +} forall +%%Trailer +%%EOF diff --git a/examples/cjk/all_aj2.ps b/examples/cjk/all_aj2.ps new file mode 100644 index 00000000..2a5f0bc9 --- /dev/null +++ b/examples/cjk/all_aj2.ps @@ -0,0 +1,214 @@ +%!PS-Adobe-3.0 +%%Title: Adobe-Japan2 CID-Keyed Fonts Character List +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%Version: 1.0 +% +% Usage: +% gs [-sF=HeiseiMin-W3H] [-daffix [-sAF=WadaMin-RegularH]] \ +% [-dglyphshow- [-sI=Identity-H]] [-ddescent=200] all_aj2.ps +% +%%DocumentMedia: A4 595 842 0 white () +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/*CIDFont*findresource { + dup /CIDFont resourcestatus { pop pop /CIDFont findresource } { + notice*page begin + *open + (Error in /CIDFont findresource: ) *echo-n dup *echo + *close + end + /CIDFont findresource + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/title (Adobe-Japan2 CID-Keyed Fonts Character List) def +/PW 595 def +/PH 842 def +/LM 78 def +/TM 130 def +/RM 47 def +/BM 76 def +/NH 10 def +/NV 12 def +/RW PW LM RM add sub NH div def +/RH PH TM BM add sub NV div def +/FS RW 3 mul 4 div def +/AFS RW 1 mul 4 div def +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def +/F (WadaMin-RegularH) unknowndef +/affix false unknowndef +/AF (HeiseiMin-W3H) unknowndef +/descent 130 unknowndef +/glyphshow- false unknowndef +/fss { exch *CIDFont*findresource exch scalefont setfont } bind def +/concats { % [str ...] concats str + () exch dup length 1 sub -1 0 { + 1 index exch get dup type /stringtype ne { dup length string cvs } if + 3 -1 roll exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval exch + } for pop +} bind def +/composefontname { % font cmap composefontname font--cmap + [ 2 index (--) 3 index ] concats dup 3 -1 roll [ 5 -1 roll ] composefont pop +} bind def +glyphshow- { + /I (Identity-H) unknowndef + /F F I composefontname def + affix { /AF AF I composefontname def } if + /fss { exch *findfont exch scalefont setfont } bind def + /s 2 string def +} if +/glyphframe { % h oldx glyphframe - + gsave 0 setlinewidth + currentpoint pop sub exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/box { % llx lly urx ury box - + 3 index 3 index moveto exch 4 -1 roll sub 3 1 roll exch sub + currentpoint 4 -2 roll rectstroke +} bind def +/charframe { % h string charframe - + gsave 0 setlinewidth + stringwidth pop exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/pathframe { % string pathframe - + gsave 0 setlinewidth + true charpath flattenpath pathbbox box grestore +} bind def +/np { + /Helvetica findfont 11 scalefont setfont + LM BM 11 2 mul sub moveto title show ( - ) show F show + affix { + gsave /Helvetica findfont 5 scalefont setfont ( and ) show AF show grestore + } if + PW RM sub BM 11 2 mul sub moveto p 3 string cvs show + /p p 1 add def + showpage + /x LM def + /y PH TM sub def +} bind def +/nb { + /x x RW add def + x PW RM sub ge { + /x LM def + /y y RH sub def + y BM le { + np + /y PH TM sub def + } if + } if +} bind def +%%EndProlog +/x LM def +/y PH TM sub def +/p 1 def +[ + [0 6067] % Adobe-Japan2-0 +] { + cvx exec 1 exch { + /id exch def + F FS fss + x y FS sub moveto + glyphshow- not { + id glyphshow + FS x glyphframe + } { + s 0 id 256 idiv put s 1 id 256 mod put + FS s charframe + s pathframe + s show + } ifelse + affix { + AF AFS fss + x FS add y FS sub moveto + glyphshow- not { + id glyphshow + AFS x FS add glyphframe + } { + AFS s charframe + s pathframe + s show + } ifelse + } if + % + /Times-Roman findfont 7 scalefont setfont + x y FS sub FS descent mul 1000 div sub 7 sub moveto + id 5 string cvs show + nb + } for + np +} forall +%%Trailer +%%EOF diff --git a/examples/cjk/all_ak1.ps b/examples/cjk/all_ak1.ps new file mode 100644 index 00000000..5d7572b8 --- /dev/null +++ b/examples/cjk/all_ak1.ps @@ -0,0 +1,215 @@ +%!PS-Adobe-3.0 +%%Title: Adobe-Korea1 CID-Keyed Fonts Character List +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%Version: 1.0 +% +% Usage: +% gs [-sF=MunhwaGothic-Regular] [-daffix [-sAF=HYGoThic-Medium]] \ +% [-dglyphshow- [-sI=Identity-H]] [-ddescent=200] all_ak1.ps +% +%%DocumentMedia: A4 595 842 0 white () +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/*CIDFont*findresource { + dup /CIDFont resourcestatus { pop pop /CIDFont findresource } { + notice*page begin + *open + (Error in /CIDFont findresource: ) *echo-n dup *echo + *close + end + /CIDFont findresource + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/title (Adobe-Korea1 CID-Keyed Fonts Character List) def +/PW 595 def +/PH 842 def +/LM 78 def +/TM 130 def +/RM 47 def +/BM 76 def +/NH 10 def +/NV 12 def +/RW PW LM RM add sub NH div def +/RH PH TM BM add sub NV div def +/FS RW 3 mul 4 div def +/AFS RW 1 mul 4 div def +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def +/F (HYGoThic-Medium) unknowndef +/affix false unknowndef +/AF (HYSMyeongJo-Medium) unknowndef +/descent 130 unknowndef +/glyphshow- false unknowndef +/fss { exch *CIDFont*findresource exch scalefont setfont } bind def +/concats { % [str ...] concats str + () exch dup length 1 sub -1 0 { + 1 index exch get dup type /stringtype ne { dup length string cvs } if + 3 -1 roll exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval exch + } for pop +} bind def +/composefontname { % font cmap composefontname font--cmap + [ 2 index (--) 3 index ] concats dup 3 -1 roll [ 5 -1 roll ] composefont pop +} bind def +glyphshow- { + /I (Identity-H) unknowndef + /F F I composefontname def + affix { /AF AF I composefontname def } if + /fss { exch *findfont exch scalefont setfont } bind def + /s 2 string def +} if +/glyphframe { % h oldx glyphframe - + gsave 0 setlinewidth + currentpoint pop sub exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/box { % llx lly urx ury box - + 3 index 3 index moveto exch 4 -1 roll sub 3 1 roll exch sub + currentpoint 4 -2 roll rectstroke +} bind def +/charframe { % h string charframe - + gsave 0 setlinewidth + stringwidth pop exch dup 0 exch descent mul 1000 div neg rmoveto + currentpoint 4 -2 roll rectstroke grestore +} bind def +/pathframe { % string pathframe - + gsave 0 setlinewidth + true charpath flattenpath pathbbox box grestore +} bind def +/np { + /Helvetica findfont 11 scalefont setfont + LM BM 11 2 mul sub moveto title show ( - ) show F show + affix { + gsave /Helvetica findfont 5 scalefont setfont ( and ) show AF show grestore + } if + PW RM sub BM 11 2 mul sub moveto p 3 string cvs show + /p p 1 add def + showpage + /x LM def + /y PH TM sub def +} bind def +/nb { + /x x RW add def + x PW RM sub ge { + /x LM def + /y y RH sub def + y BM le { + np + /y PH TM sub def + } if + } if +} bind def +%%EndProlog +/x LM def +/y PH TM sub def +/p 1 def +[ + [0 9332] % Adobe-Korea1-0 + [9333 18351] % Adobe-Korea1-1,2 +] { + cvx exec 1 exch { + /id exch def + F FS fss + x y FS sub moveto + glyphshow- not { + id glyphshow + FS x glyphframe + } { + s 0 id 256 idiv put s 1 id 256 mod put + FS s charframe + s pathframe + s show + } ifelse + affix { + AF AFS fss + x FS add y FS sub moveto + glyphshow- not { + id glyphshow + AFS x FS add glyphframe + } { + AFS s charframe + s pathframe + s show + } ifelse + } if + % + /Times-Roman findfont 7 scalefont setfont + x y FS sub FS descent mul 1000 div sub 7 sub moveto + id 5 string cvs show + nb + } for + np +} forall +%%Trailer +%%EOF diff --git a/examples/cjk/article9.ps b/examples/cjk/article9.ps new file mode 100644 index 00000000..979d95e5 --- /dev/null +++ b/examples/cjk/article9.ps @@ -0,0 +1,103 @@ +%!PS-Adobe-2.0 +% +% Article 9 of the Constitution of Japan +% written in vertical direction using ... +% Fonts: +% Ryumin-Light-V, GothicBBB-Medium-V +% Operators for characters: +% show, widthshow, ashow, stringwidth, charpath, cshow + +% (lib/cjkv/cjk_ttf.ps) runlibfile +% (lib/cjkv/cjkfnmap.ps) runlibfile +% /Ryumin-Light (Resource/FreeTT/sazanami-mincho.ttf) .openttcidfont /CIDFont defineresource pop +% /GothicBBB-Medium (Resource/FreeTT/sazanami-gothic.ttf) .openttcidfont /CIDFont defineresource pop + + +% constants + +/RIGHT 550 def +/WIDTH 500 def +/TOP 750 def +/HEIGHT 700 def +/SIZE 20 def +/MARGIN 40 def + +% utility operators + +/GOTHIC { /GothicBBB-Medium-V findfont exch dup + /FONTSIZE exch def scalefont setfont } def +/RYUMIN { /Ryumin-Light-V findfont exch dup + /FONTSIZE exch def scalefont setfont } def +/NEXTLINE { currentpoint pop FONTSIZE 1.8 mul sub TOP MARGIN sub moveto } def + +/MARU { dup gsave false charpath flattenpath pathbbox grestore + /ury exch def /urx exch def /lly exch def /llx exch def + gsave llx urx add 2 div lly ury add 2 div translate + urx llx sub ury lly sub 2 copy gt { pop }{ exch pop }ifelse + 1.2 mul dup scale 0 setlinewidth + 0.5 0 moveto 0 0 0.5 0 360 arc stroke grestore show } def +/STRLEN { 0 exch { pop pop pop 1 add } exch cshow } def +/JUSTIFY { dup STRLEN 1 sub 1 index stringwidth exch pop + currentpoint exch pop add TOP HEIGHT MARGIN sub sub sub + exch div neg 0 exch 3 -1 roll ashow } def + +% initialize + +RIGHT TOP moveto 0 HEIGHT neg rlineto WIDTH neg 0 rlineto 0 HEIGHT rlineto +closepath stroke + +RIGHT MARGIN sub TOP MARGIN sub moveto + +% title + +SIZE 2 mul GOTHIC +<2121467C4B5C3971377B4B21> show +NEXTLINE + +% chapter + +SIZE 1.5 mul GOTHIC +<21212121426846733E4F2121> show + +SIZE 1.5 mul RYUMIN +<406F4168244E4A7C347E> show +NEXTLINE + +% abstract + +SIZE GOTHIC +0 SIZE 2 div 16#2122 <2121214C406F4168244E4A7C347E2122406F4E4F244E49544A5D3B7D +21223872406F3822244E485D4727214D> widthshow +NEXTLINE + +% sentence + +SIZE GOTHIC +<426836653E72> show +SIZE RYUMIN +<2331> MARU +<2121467C4B5C39714C31244F212240353541244843613D7824723470443424482439246B39713A +5D> JUSTIFY +NEXTLINE + +<4A3F4F422472403F3C42244B347535612437212239713822244E482F4630243F246B406F416824 +48212249704E4F244B2468246B> JUSTIFY +NEXTLINE + +<305233454B74244F49704E4F244E39543B48244F212239713A5D4A364168247232723768243924 +6B3C6A434A244824372446> JUSTIFY +NEXTLINE + +<244F2122314A3557244B2433246C24724A7C347E2439246B2123> show +NEXTLINE + +<2332> MARU +<212141303960244E4C5C452A247243232439246B243F246121224E26332436753733243D244E42 +3E244E406F4E4F> JUSTIFY +NEXTLINE + +<244F21222433246C24724A5D3B7D2437244A242421233971244E3872406F3822244F2122243324 +6C247247272461244A24242123> show +NEXTLINE + +showpage diff --git a/examples/cjk/gscjk_ac.ps b/examples/cjk/gscjk_ac.ps new file mode 100644 index 00000000..1ecbb036 --- /dev/null +++ b/examples/cjk/gscjk_ac.ps @@ -0,0 +1,120 @@ +%!PS-Adobe-3.0 +%%Title: chinese-big5 encoding +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%BoundingBox: 30 150 530 650 +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end +%%EndProlog +/MSung-Light--B5-V *findfont 25 scalefont setfont +500 625 moveto +(FcrgL) show +/MSung-Light--B5-H *findfont 25 scalefont setfont +50 600 moveto +(F Ghostscript) show +50 550 moveto +(cr Traditional Chinese) show +50 500 moveto +(g horizontal writing) show +50 450 moveto +(L Print) show +% +/MSung-Light--B5-V *findfont [ 1 .3 0 1 0 0 ] makefont 20 scalefont setfont +100 275 moveto 20 2 div 0 rmoveto +() dup stringwidth neg rmoveto show +/MSung-Light--B5-H *findfont [ 1 0 .3 1 0 0 ] makefont 20 scalefont setfont +100 250 moveto +( Italic transformation) show +% +/MSung-Light--B5-H *findfont 20 scalefont setfont +150 400 moveto +(Sung Typeface ) show +/MSung-Medium--B5-H *findfont 20 scalefont setfont +150 375 moveto +(Sung Medium Typeface ) show +/MHei-Medium--B5-H *findfont 20 scalefont setfont +150 350 moveto +(Hei Typeface ) show +/MKai-Medium--B5-H *findfont 20 scalefont setfont +150 325 moveto +(Kai Typeface {) show +% +/Times-Roman findfont 13 scalefont setfont +50 200 moveto +(* Chinese translation of "Ghostscript" is merely associative \ +characters of these meanings.) show +50 200 13 sub moveto +(In Traditional Chinese articles, customarily we use just \ +"Ghostscript" as it is.) show +showpage +%%Trailer +%%EOF diff --git a/examples/cjk/gscjk_ag.ps b/examples/cjk/gscjk_ag.ps new file mode 100644 index 00000000..f4176508 --- /dev/null +++ b/examples/cjk/gscjk_ag.ps @@ -0,0 +1,120 @@ +%!PS-Adobe-3.0 +%%Title: euc-china encoding +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%BoundingBox: 30 150 530 650 +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end +%%EndProlog +/STSong-Light--GB-EUC-V *findfont 25 scalefont setfont +500 625 moveto +(ļֱдӡˢ) show +/STSong-Light--GB-EUC-H *findfont 25 scalefont setfont +50 600 moveto +( Ghostscript) show +50 550 moveto +(ļ Simplified Chinese) show +50 500 moveto +(д horizontal writing) show +50 450 moveto +(ӡˢ Print) show +% +/STSong-Light--GB-EUC-V *findfont [ 1 .3 0 1 0 0 ] makefont 20 scalefont setfont +100 275 moveto 20 2 div 0 rmoveto +(б) dup stringwidth neg rmoveto show +/STSong-Light--GB-EUC-H *findfont [ 1 0 .3 1 0 0 ] makefont 20 scalefont setfont +100 250 moveto +(б Italic transformation) show +% +/STSong-Light--GB-EUC-H *findfont 20 scalefont setfont +150 400 moveto +(Song Typeface ) show +/STFangsong-Light--GB-EUC-H *findfont 20 scalefont setfont +150 375 moveto +(Fangsong Typeface ) show +/STHeiti-Regular--GB-EUC-H *findfont 20 scalefont setfont +150 350 moveto +(Hei Typeface ) show +/STKaiti-Regular--GB-EUC-H *findfont 20 scalefont setfont +150 325 moveto +(Kai Typeface ) show +% +/Times-Roman findfont 13 scalefont setfont +50 200 moveto +(* Chinese translation of "Ghostscript" is merely associative \ +characters of these meanings.) show +50 200 13 sub moveto +(In Simplified Chinese articles, customarily we use just "Ghostscript" \ +as it is.) show +showpage +%%Trailer +%%EOF diff --git a/examples/cjk/gscjk_aj.ps b/examples/cjk/gscjk_aj.ps new file mode 100644 index 00000000..1eae120f --- /dev/null +++ b/examples/cjk/gscjk_aj.ps @@ -0,0 +1,114 @@ +%!PS-Adobe-3.0 +%%Title: japanese-shift-jis encoding +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%BoundingBox: 30 150 530 650 +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end +%%EndProlog +/Ryumin-Light-RKSJ-V *findfont 25 scalefont setfont +500 625 moveto +(M { c ) show +/Ryumin-Light-RKSJ-H *findfont 25 scalefont setfont +50 600 moveto +(M Ghostscript) show +50 550 moveto +({ Japanese) show +50 500 moveto +( horizontal writing) show +50 450 moveto +( Print) show +% +/Ryumin-Light-RKSJ-V *findfont [ 1 .3 0 1 0 0 ] makefont 20 scalefont setfont +100 275 moveto 20 2 div 0 rmoveto +(Α) dup stringwidth neg rmoveto show +/Ryumin-Light-RKSJ-H *findfont [ 1 0 .3 1 0 0 ] makefont 20 scalefont setfont +100 250 moveto +(Α Italic transformation) show +% +/Ryumin-Light-RKSJ-H *findfont 20 scalefont setfont +150 400 moveto +(Mincho Typeface ) show +/GothicBBB-Medium-RKSJ-H *findfont 20 scalefont setfont +150 375 moveto +(Gothic Typeface SVbN) show +% +/Times-Roman findfont 13 scalefont setfont +50 200 moveto +(* Japanese translation of "Ghostscript" is merely associative \ +characters of these meanings.) show +50 200 13 sub moveto +(In Japanese articles, customarily we use just "Ghostscript" as it \ +is.) show +showpage +%%Trailer +%%EOF diff --git a/examples/cjk/gscjk_ak.ps b/examples/cjk/gscjk_ak.ps new file mode 100644 index 00000000..17886475 --- /dev/null +++ b/examples/cjk/gscjk_ak.ps @@ -0,0 +1,116 @@ +%!PS-Adobe-3.0 +%%Title: euc-korea encoding +%%Creator: Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%Copyright: (C) 2001 Taiji Yamada and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero General Public License. See the file COPYING +%%+ for more information. +%%BoundingBox: 30 150 530 650 +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end +%%EndProlog +/HYSMyeongJo-Medium--KSC-EUC-V *findfont 25 scalefont setfont +500 625 moveto +( ѱ ξ μ) show +/HYSMyeongJo-Medium--KSC-EUC-H *findfont 25 scalefont setfont +50 600 moveto +( Ghostscript) show +50 550 moveto +(ѱ Korean) show +50 500 moveto +(ξ horizontal writing) show +50 450 moveto +(μ Print) show +% +/HYSMyeongJo-Medium--KSC-EUC-V *findfont [ 1 .3 0 1 0 0 ] makefont 20 scalefont setfont +100 275 moveto 20 2 div 0 rmoveto +(Ӳ) dup stringwidth neg rmoveto show +/HYSMyeongJo-Medium--KSC-EUC-H *findfont [ 1 0 .3 1 0 0 ] makefont 20 scalefont setfont +100 250 moveto +(Ӳ Italic transformation) show +% +/HYSMyeongJo-Medium--KSC-EUC-H *findfont 20 scalefont setfont +150 400 moveto +(MyeongJo Typeface ) show +/HYGoThic-Medium--KSC-EUC-H *findfont 20 scalefont setfont +150 375 moveto +(Gothic Typeface ) show +/HYRGoThic-Medium--KSC-EUC-H *findfont 20 scalefont setfont +150 350 moveto +(Rounded Gothic Typeface ձٰ) show +% +/Times-Roman findfont 13 scalefont setfont +50 200 moveto +(* Korean translation of "Ghostscript" is merely associative \ +characters of these meanings.) show +50 200 13 sub moveto +(In Korean articles, customarily we use just "Ghostscript" as it is.) show +showpage +%%Trailer +%%EOF diff --git a/examples/cjk/iso2022.ps b/examples/cjk/iso2022.ps new file mode 100644 index 00000000..22acbe34 --- /dev/null +++ b/examples/cjk/iso2022.ps @@ -0,0 +1,1256 @@ +%!PS-Adobe-3.0 +%%Creator: tops by Taiji Yamada <taiji@aihara.co.jp> +%%Copyright: 2001 Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero GPL. See the file COPYING for more information. +%%+ It is also part of tops, a text filter into PostScript for various +%%+ languages. To get it, visit http://www.aihara.co.jp/~taiji/tops/#tops +%%DocumentData: Clean7Bit +%%DocumentMedia: A4 595 842 0 white () +%%Extensions: Composite +%%Orientation: Portrait +%%Title: iso-2022-7bit - Emacs/Mule editable PostScript file +%%Version: 1.0 +% +% Usage: +% gs [-dverttext] iso2022.ps +% +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def + +/ISOLatin1Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin1Encoding) +%%EndComments +/ISOLatin1Encoding [ % iso-8859-1 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/exclamdown/cent/sterling/currency/yen/brokenbar/section +/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron +/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered +/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown +% 0xc0 +/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +% 0xe0 +/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide +/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin2Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin2Encoding) +%%EndComments +/ISOLatin2Encoding [ % iso-8859-2 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Aogonek/breve/Lslash/currency/Lcaron/Sacute/section +/dieresis/Scaron/Scedilla/Tcaron/Zacute/hyphen/Zcaron/Zdotaccent +/degree/aogonek/ogonek/lslash/acute/lcaron/sacute/caron +/cedilla/scaron/scedilla/tcaron/zacute/hungarumlaut/zcaron/zdotaccent +% 0xc0 +/Racute/Aacute/Acircumflex/Abreve/Adieresis/Lacute/Cacute/Ccedilla +/Ccaron/Eacute/Eogonek/Edieresis/Ecaron/Iacute/Icircumflex/Dcaron +/Dcroat/Nacute/Ncaron/Oacute/Ocircumflex/Ohungarumlaut/Odieresis/multiply +/Rcaron/Uring/Uacute/Uhungarumlaut/Udieresis/Yacute/Tcommaaccent/germandbls +% 0xe0 +/racute/aacute/acircumflex/abreve/adieresis/lacute/cacute/ccedilla +/ccaron/eacute/eogonek/edieresis/ecaron/iacute/icircumflex/dcaron +/dcroat/nacute/ncaron/oacute/ocircumflex/ohungarumlaut/odieresis/divide +/rcaron/uring/uacute/uhungarumlaut/udieresis/yacute/tcommaaccent/dotaccent +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin3Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin3Encoding) +%%EndComments +/ISOLatin3Encoding [ % iso-8859-3 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Hbar/breve/sterling/currency/.notdef/Hcircumflex/section +/dieresis/Idotaccent/Scedilla/Gbreve/Jcircumflex/hyphen/.notdef/Zdotaccent +/degree/hbar/twosuperior/threesuperior/acute/mu/hcircumflex/periodcentered +/cedilla/dotlessi/scedilla/gbreve/jcircumflex/onehalf/.notdef/zdotaccent +% 0xc0 +/Agrave/Aacute/Acircumflex/.notdef/Adieresis/Cdotaccent/Ccircumflex/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/.notdef/Ntilde/Ograve/Oacute/Ocircumflex/Gdotaccent/Odieresis/multiply +/Gcircumflex/Ugrave/Uacute/Ucircumflex/Udieresis/Ubreve/Scircumflex/germandbls +% 0xe0 +/agrave/aacute/acircumflex/.notdef/adieresis/cdotaccent/ccircumflex/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/.notdef/ntilde/ograve/oacute/ocircumflex/gdotaccent/odieresis/divide +/gcircumflex/ugrave/uacute/ucircumflex/udieresis/ubreve/scircumflex/dotaccent +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin4Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin4Encoding) +%%EndComments +/ISOLatin4Encoding [ % iso-8859-4 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Aogonek/kgreenlandic/Rcommaaccent/currency/Itilde/Lcommaaccent/section +/dieresis/Scaron/Emacron/Gcommaaccent/Tbar/hyphen/Zcaron/macron +/degree/aogonek/ogonek/rcommaaccent/acute/itilde/lcommaaccent/caron +/cedilla/scaron/emacron/gcommaaccent/tbar/Eng/zcaron/eng +% 0xc0 +/Amacron/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Iogonek +/Ccaron/Eacute/Eogonek/Edieresis/Edotaccent/Iacute/Icircumflex/Imacron +/Dcroat/Ncommaaccent/Omacron/Kcommaaccent/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Uogonek/Uacute/Ucircumflex/Udieresis/Utilde/Umacron/germandbls +% 0xe0 +/amacron/aacute/acircumflex/atilde/adieresis/aring/ae/iogonek +/ccaron/eacute/eogonek/edieresis/edotaccent/iacute/icircumflex/imacron +/dcroat/ncommaaccent/omacron/kcommaaccent/ocircumflex/otilde/odieresis/divide +/oslash/uogonek/uacute/ucircumflex/udieresis/utilde/umacron/dotaccent +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOCyrillicEncoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOCyrillicEncoding) +%%EndComments +/ISOCyrillicEncoding [ % iso-8859-5 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/afii10023/afii10051/afii10052/afii10053/afii10054/afii10055/afii10056 +/afii10057/afii10058/afii10059/afii10060/afii10061/hyphen/afii10062/afii10145 +/afii10017/afii10018/afii10019/afii10020/afii10021/afii10022/afii10024/afii10025 +/afii10026/afii10027/afii10028/afii10029/afii10030/afii10031/afii10032/afii10033 +% 0xc0 +/afii10034/afii10035/afii10036/afii10037/afii10038/afii10039/afii10040/afii10041 +/afii10042/afii10043/afii10044/afii10045/afii10046/afii10047/afii10048/afii10049 +/afii10065/afii10066/afii10067/afii10068/afii10069/afii10070/afii10072/afii10073 +/afii10074/afii10075/afii10076/afii10077/afii10078/afii10079/afii10080/afii10081 +% 0xe0 +/afii10082/afii10083/afii10084/afii10085/afii10086/afii10087/afii10088/afii10089 +/afii10090/afii10091/afii10092/afii10093/afii10094/afii10095/afii10096/afii10097 +/afii61352/afii10071/afii10099/afii10100/afii10101/afii10102/afii10103/afii10104 +/afii10105/afii10106/afii10107/afii10108/afii10109/section/afii10110/afii10193 +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOGreekEncoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOGreekEncoding) +%%EndComments +/ISOGreekEncoding [ % iso-8859-7 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/quoteleft/quoteright/sterling/.notdef/.notdef/brokenbar/section +/dieresis/copyright/.notdef/guillemotleft/logicalnot/hyphen/.notdef/afii00208 +/degree/plusminus/twosuperior/threesuperior/tonos/dieresistonos/Alphatonos/periodcentered +/Epsilontonos/Etatonos/Iotatonos/guillemotright/Omicrontonos/onehalf/Upsilontonos/Omegatonos +% 0xc0 +/iotadieresistonos/Alpha/Beta/Gamma/Delta/Epsilon/Zeta/Eta +/Theta/Iota/Kappa/Lambda/Mu/Nu/Xi/Omicron +/Pi/Rho/.notdef/Sigma/Tau/Upsilon/Phi/Chi +/Psi/Omega/Iotadieresis/Upsilondieresis/alphatonos/epsilontonos/etatonos/iotatonos +% 0xe0 +/upsilondieresistonos/alpha/beta/gamma/delta/epsilon/zeta/eta +/theta/iota/kappa/lambda/mu/nu/xi/omicron +/pi/rho/sigma1/sigma/tau/upsilon/phi/chi +/psi/omega/iotadieresis/upsilondieresis/omicrontonos/upsilontonos/omegatonos/.notdef +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin5Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin5Encoding) +%%EndComments +/ISOLatin5Encoding [ % iso-8859-9 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/exclamdown/cent/sterling/currency/yen/brokenbar/section +/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron +/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered +/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown +% 0xc0 +/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/Gbreve/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Idotaccent/Scedilla/germandbls +% 0xe0 +/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/gbreve/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide +/oslash/ugrave/uacute/ucircumflex/udieresis/dotlessi/scedilla/ydieresis +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin6Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin6Encoding) +%%EndComments +/ISOLatin6Encoding [ % iso-8859-10 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Aogonek/Emacron/Gcommaaccent/Imacron/Itilde/Kcommaaccent/section +/Lcommaaccent/Dcroat/Scaron/Tbar/Zcaron/hyphen/Umacron/Eng +/degree/aogonek/emacron/gcommaaccent/imacron/itilde/kcommaaccent/periodcentered +/lcommaaccent/dcroat/scaron/tbar/zcaron/afii00208/umacron/eng +% 0xc0 +/Amacron/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Iogonek +/Ccaron/Eacute/Eogonek/Edieresis/Edotaccent/Iacute/Icircumflex/Idieresis +/Eth/Ncommaaccent/Omacron/Oacute/Ocircumflex/Otilde/Odieresis/Utilde +/Oslash/Uogonek/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +% 0xe0 +/amacron/aacute/acircumflex/atilde/adieresis/aring/ae/iogonek +/ccaron/eacute/eogonek/edieresis/edotaccent/iacute/icircumflex/idieresis +/eth/ncommaaccent/omacron/oacute/ocircumflex/otilde/odieresis/utilde +/oslash/uogonek/uacute/ucircumflex/udieresis/yacute/thorn/kgreenlandic +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin7Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin7Encoding) +%%EndComments +/ISOLatin7Encoding [ % iso-8859-13 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/quotedblright/cent/sterling/currency/quotedblbase/brokenbar/section +/Oslash/copyright/Rcommaaccent/guillemotleft/logicalnot/hyphen/registered/AE +/degree/plusminus/twosuperior/threesuperior/quotedblleft/mu/paragraph/periodcentered +/oslash/onesuperior/rcommaaccent/guillemotright/onequarter/onehalf/threequarters/ae +% 0xc0 +/Aogonek/Iogonek/Amacron/Cacute/Adieresis/Aring/Eogonek/Emacron +/Ccaron/Eacute/Zacute/Edotaccent/Gcommaaccent/Kcommaaccent/Imacron/Lcommaaccent +/Scaron/Nacute/Ncommaaccent/Oacute/Omacron/Otilde/Odieresis/multiply +/Uogonek/Lslash/Sacute/Umacron/Udieresis/Zdotaccent/Zcaron/germandbls +% 0xe0 +/aogonek/iogonek/amacron/cacute/adieresis/aring/eogonek/emacron +/ccaron/eacute/zacute/edotaccent/gcommaaccent/kcommaaccent/imacron/lcommaaccent +/scaron/nacute/ncommaaccent/oacute/omacron/otilde/odieresis/divide +/uogonek/lslash/sacute/umacron/udieresis/zdotaccent/zcaron/quoteright +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin9Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin9Encoding) +%%EndComments +/ISOLatin9Encoding [ % iso-8859-15 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/exclamdown/cent/sterling/Euro/yen/Scaron/section +/scaron/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron +/degree/plusminus/twosuperior/threesuperior/Zcaron/mu/paragraph/periodcentered +/zcaron/onesuperior/ordmasculine/guillemotright/OE/oe/Ydieresis/questiondown +% 0xc0 +/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +% 0xe0 +/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide +/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis +] /Encoding defineresource pop +%%EndResource +} ifelse + +/reencode-font { % fontname font encoding reencode-font font + exch dup type dup /nametype eq exch /stringtype eq or { findfont } if + dup length dict begin + { + 1 index /FID ne 2 index /UniqueID ne and { def } { pop pop } ifelse + } forall + /Encoding exch dup type /nametype eq { /Encoding findresource } if def + dup /FontName exch def + currentdict + end + definefont +} bind def + +/vertical-font { % fontname font vertical-font font + dup type dup /nametype eq exch /stringtype eq or { *findfont } if + dup length 1 add dict begin { + 1 index /FontName eq { pop 1 index def } { + 1 index /FID ne 2 index /UniqueID ne and { def } { pop pop } ifelse + } ifelse + } forall /WMode 1 def currentdict end + definefont +} bind def + +% +% fontname [font ...] compose-fontset font +% +% References: +% [1] kanno@jn1jdz.ymt.prug.or.jp, ``jisfont.ps,'' +% in Japanesized Tgif(Tgif-3.0J-p17 JIS patch version), 7 1997. +% +/compose-fontset { + 12 dict begin + /FontType 0 def + /FontMatrix matrix def + /FontBBox { 0 0 0 0 } def + /FMapType 3 def + %/EscChar 255 def + /FDepVector [ + 2 index { + dup type dup /nametype eq exch /stringtype eq or { *findfont } if + dup /WMode known { + dup /WMode get /WMode exch def + WMode 1 eq { + [ 0 1 -1 0 0 .3 ] makefont + } if + } if + } forall + ] def + /Encoding [ 0 1 4 index length 1 sub {} for ] def + pop + dup /FontName exch def + currentdict + end + definefont +} bind def + +/decode-mule-big5 { % R1 R2 1|2 decode-mule-big5 R1 R2 + 2 dict begin + 3 1 roll + /r2 exch def + /r1 exch def + /r2 r1 16#21 sub 94 mul r2 add 16#21 sub def + 2 eq { /r2 r2 6280 add def } if + /r1 r2 157 idiv 16#a1 add def + /r2 r2 157 mod def + /r2 r2 r2 16#3f lt { 16#40 } { 16#62 } ifelse add def + r1 r2 + end +} bind def +/decode-mule-big5-l1 { % str idx decode-mule-big5-l1 str idx + 2 copy get exch 1 add exch 2 index 2 index get + 1 decode-mule-big5 + buffer size 4 -1 roll put /size size 1 add store + buffer size 3 -1 roll put /size size 1 add store +} bind def +/decode-mule-big5-l2 { % str idx decode-mule-big5-l2 str idx + 2 copy get exch 1 add exch 2 index 2 index get + 2 decode-mule-big5 + buffer size 4 -1 roll put /size size 1 add store + buffer size 3 -1 roll put /size size 1 add store +} bind def +/decode-gl { % str idx decode-gl str idx + 2 copy get buffer size 3 -1 roll put + /size size 1 add store +} bind def +/decode-gr { % str idx decode-gr str idx + 2 copy get 16#80 add buffer size 3 -1 roll put + /size size 1 add store +} bind def +/iso-2022-set [ + [ (\033\(B) {decode-gl} ] % iso-2022:ascii + [ (\033,A) {decode-gr} ] % iso-2022:iso-8859-1,iso-latin1 + [ (\033,B) {decode-gr} ] % iso-2022:iso-8859-2,iso-latin2 +% [ (\033,C) {decode-gr} ] % iso-2022:iso-8859-3,iso-latin3 +% [ (\033,D) {decode-gr} ] % iso-2022:iso-8859-4,iso-latin4 +% [ (\033,F) {decode-gr} ] % iso-2022:iso-8859-7,iso-greek +% [ (\033,G) {decode-gr} ] % iso-2022:iso-8859-6,iso-arabic +% [ (\033,H) {decode-gr} ] % iso-2022:iso-8859-8,iso-hebrew +% [ (\033,L) {decode-gr} ] % iso-2022:iso-8859-5,iso-cyrillic + [ (\033,M) {decode-gr} ] % iso-2022:iso-8859-9,iso-latin5 +% [ (\033,T) {decode-gr} ] % iso-2022:iso-8859-11,iso-thai +% [ (\033,V) {decode-gr} ] % iso-2022:iso-8859-10,iso-latin6 + [ (\033\(I) {decode-gl} ] % iso-2022:jis-x-0201-kana + [ (\033\(J) {decode-gl} ] % iso-2022:jis-x-0201-roman +% [ (\033\(T) {decode-gl} ] % iso-2022:gb-1988-roman + [ (\033$@) {decode-gl} ] % iso-2022:jis-x-0208-1978 + [ [ (\033$A) (\033$\(A) ] {decode-gl} ] % iso-2022:gb-2312-1980 + [ [ (\033$B) (\033$\(B) (\033&@\033$B) ] {decode-gl} ] % iso-2022:jis-x-0208-1983&1990 + [ (\033$\(C) {decode-gl} ] % iso-2022:ks-x-1001-1992 + [ (\033$\(D) {decode-gl} ] % iso-2022:jis-x-0212-1990 + [ (\033$\(?) {decode-gl} ] % iso-2022:gbt-12345-1990,private-iso-gbt + [ (\033$\(G) {decode-gl} ] % iso-2022:cns-11643-1992-p1 + [ (\033$\(H) {decode-gl} ] % iso-2022:cns-11643-1992-p2 + [ (\033$\(0) {decode-mule-big5-l1} ] % iso-2022:big5,mule-big5 + [ (\033$\(1) {decode-mule-big5-l2} ] % iso-2022:big5,mule-big5 +] def +/iso-2022-translate { % str idx iso-2022-translate str idx + 2 copy get 16#20 lt { + iso-2022-set length 1 sub 0 1 3 -1 roll { % str idx j + iso-2022-set 1 index get 0 get dup % str idx j ()|[] ()|[] + dup type /stringtype eq { % str idx j () () + dup length 5 index 5 index 3 -1 roll 7 index length 7 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq % str idx j () true|false + } { % str idx j [] [] + pop () false 3 -1 roll { + dup 4 -1 roll pop 3 1 roll + dup length 6 index 6 index 3 -1 roll 8 index length 8 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq or dup { exit } if % str idx j () true|false + } forall + } ifelse + { exch /iso-2022-state exch store length 1 sub add exit } { pop } ifelse + pop + } for + } if +} bind def +/iso-2022-show { % str iso-2022-show - + 10 dict begin + /iso-6429-state null def + /iso-2022-state 0 def + /iso-2022-current iso-2022-state def + /buffer 65535 string def + /size 0 def + /width 0 def + /BoldFont false def /Underscore false def /BackColor 1 def + /foldline dup where { pop foldline } { false } ifelse def + 0 { % idx {} loop + dup 2 index length lt { + iso-2022-translate + iso-2022-state iso-2022-current ne { + buffer size 8#377 put + /size size 1 add store + buffer size iso-2022-state put + /size size 1 add store + } { + iso-6429-translate + iso-6429-state null ne { + iso-6429-set iso-6429-state get 1 get exec + } { + iso-2022-set iso-2022-current get 1 get exec + } ifelse + } ifelse + } { + exit + } ifelse + /iso-2022-current iso-2022-state store + 1 add + } loop + pop pop + iflush + end +} bind def +/ichop { % required for some Adobe-official PostScript interpreters + dup length dup 2 sub -2 0 { % str len len-2 -2 0 {} for + 2 index 1 index get 8#377 eq % str len idx c(str idx get) 8#377 eq + { exch pop } { pop exit } ifelse % str len|idx + } for 0 exch getinterval % str'(str 0 len|idx getinterval) +} bind def + +/iso-6429-set [ + [ (\t) + { buffer 0 size getinterval ichop % ``ichop'' is not required for GS + stringwidth pop ( ) stringwidth pop div round cvi width add + 8 dup 3 1 roll mod sub { + buffer size ( ) putinterval /size size 1 add store + } repeat } bind + ] + [ (\f) { iflush margin 0 get margin 3 get moveto } bind ] + [ [ (\033[m) (\033[0m) ] + { iflush + /BoldFont false textfont + /Underscore false textfont + 0 textcolor + 1 backcolor + } bind + ] % All Off + [ (\033[1m) { iflush /BoldFont true textfont } bind ] + [ (\033[4m) { iflush /Underscore true textfont } bind ] + [ (\033[22m) { iflush /BoldFont false textfont } bind ] + [ (\033[24m) { iflush /Underscore false textfont } bind ] + [ (\033[30m) { iflush 0 textcolor } bind ] + [ (\033[31m) { iflush [ 1 0 0 ] textcolor } bind ] + [ (\033[32m) { iflush [ 0 1 0 ] textcolor } bind ] + [ (\033[33m) { iflush [ 1 1 0 ] textcolor } bind ] + [ (\033[34m) { iflush [ 0 0 1 ] textcolor } bind ] + [ (\033[35m) { iflush [ 1 0 1 ] textcolor } bind ] + [ (\033[36m) { iflush [ 0 1 1 ] textcolor } bind ] + [ (\033[37m) { iflush 1 textcolor } bind ] + [ (\033[39m) { iflush 0 textcolor } bind ] + [ (\033[40m) { iflush 0 backcolor } bind ] + [ (\033[41m) { iflush [ 1 0 0 ] backcolor } bind ] + [ (\033[42m) { iflush [ 0 1 0 ] backcolor } bind ] + [ (\033[43m) { iflush [ 1 1 0 ] backcolor } bind ] + [ (\033[44m) { iflush [ 0 0 1 ] backcolor } bind ] + [ (\033[45m) { iflush [ 1 0 1 ] backcolor } bind ] + [ (\033[46m) { iflush [ 0 1 1 ] backcolor } bind ] + [ (\033[47m) { iflush 1 backcolor } bind ] + [ (\033[49m) { iflush 1 backcolor } bind ] +] def +/iso-6429-translate { % str idx iso-6429-translate str idx + /iso-6429-state null store + 2 copy get 16#20 lt { + iso-6429-set length 1 sub 0 1 3 -1 roll { % str idx j + iso-6429-set 1 index get 0 get dup % str idx j ()|[] ()|[] + dup type /stringtype eq { % str idx j () () + dup length 5 index 5 index 3 -1 roll 7 index length 7 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq % str idx j () true|false + } { % str idx j [] [] + pop () false 3 -1 roll { + dup 4 -1 roll pop 3 1 roll + dup length 6 index 6 index 3 -1 roll 8 index length 8 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq or dup { exit } if % str idx j () true|false + } forall + } ifelse + { exch /iso-6429-state exch store length 1 sub add exit } { pop } ifelse + pop + } for + } if +} bind def +/show-attribute { + BackColor dup type dup /integertype eq exch /realtype eq or { + dup 1 eq { pop } { + gsave setgray BoldFont { setboldfont } if textfill grestore + } ifelse + } { + gsave cvx exec setrgbcolor BoldFont { setboldfont } if textfill grestore + } ifelse + Underscore { + gsave .2 setlinewidth currentpoint fontsize .1 mul sub moveto + BoldFont { setboldfont } if dup stringwidth pop 0 rlineto stroke grestore + } if + BoldFont { + gsave setboldfont show currentpoint grestore moveto + } { + show + } ifelse +} bind def +/cshow-attribute { + pop currentpoint pop add pagesize 0 get margin 2 get sub lt { + 1 string dup 0 4 -1 roll put show-attribute + } { + currentpoint exch pop fontsize sub round margin 3 get lt { + gsave + nextpage preparepage + currentpoint matrix currentmatrix grestore setmatrix moveto + } { + origin 0 get currentpoint exch pop fontsize sub moveto + } ifelse + 1 string dup 0 4 -1 roll put show-attribute + } ifelse +} bind def +/iflush { + size 0 gt { + buffer 0 size getinterval ichop % ``ichop'' is not required for GS + dup stringwidth pop ( ) stringwidth pop div round cvi /width exch store + foldline not { + show-attribute + } { + dup stringwidth + pop currentpoint pop add pagesize 0 get margin 2 get sub lt { + show-attribute + } { + BoldFont { /BoldFont false store + gsave setboldfont + { cshow-attribute } exch cshow + currentpoint grestore moveto + } { + { cshow-attribute } exch cshow + } ifelse + } ifelse + } ifelse + /size 0 store + } if +} bind def +/textfont { % /BoldFont|/Underscore any textfont - + store +} bind def +/textcolor { + dup type dup /integertype eq exch /realtype eq or { setgray } + { cvx exec setrgbcolor } ifelse +} bind def +/backcolor { + /BackColor exch store +} bind def +/textfill { + currentpoint fontsize .2 mul sub 2 index stringwidth pop fontsize + 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto + closepath fill +} bind def +/setboldfont { + currentfont /FontName get dup length string cvs (-Bold) + exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval cvn + findfont [fontwidth 0 0 fontsize 0 0] makefont setfont +} bind def +/iso-6429-show { % str iso-6429-show - + 8 dict begin + /iso-6429-state null def + /buffer 65535 string def + /size 0 def + /width 0 def + /BoldFont false def /Underscore false def /BackColor 1 def + /foldline dup where { pop foldline } { false } ifelse def + 0 { % idx {} loop + dup 2 index length lt { + iso-6429-translate + iso-6429-state null ne { + iso-6429-set iso-6429-state get 1 get exec + } { + 2 copy get buffer size 3 -1 roll put + /size size 1 add store + } ifelse + } { + exit + } ifelse + 1 add + } loop + pop pop + iflush + end +} bind def +/shown-init { + /inshow exch def + /mediasize [ 595 842 ] def + /mediamargin [ 30 30 30 30 ] def + /pagesize [ + mediasize cvx exec mediamargin cvx exec + 3 -1 roll add 3 1 roll add 3 1 roll sub 3 1 roll sub exch + ] def + /margin [ 20 28 20 28 ] def + /division [ 1 1 ] def + /landscape false def + /landscale false def + /evenscale true def + /pagescale false def + pagescale not { + /pagesize [ + pagesize 0 get division 0 get div pagesize 1 get division 1 get div + ] store + } if + landscape { + /pagesize [ pagesize cvx exec exch ] store + /margin [ margin cvx exec 4 1 roll ] store + } if + /verttext dup where { pop verttext } { false } ifelse def + /foldline true def + /header true def /footer true def /border true def + /origin [ margin 0 get pagesize 1 get margin 1 get sub fontsize sub ] def + /position [ 0 0 ] def + /preparepage { initmatrix + landscape landscale xor not { + mediasize cvx exec exch mediamargin 0 get mediamargin 2 get add sub + division 0 get div position 0 get mul mediamargin 0 get add + exch dup mediamargin 1 get mediamargin 3 get add sub + division 1 get div position 1 get 1 add mul sub mediamargin 1 get sub + translate + pagescale { landscale not { 1 } { pagesize cvx exec div } ifelse + division 1 get div evenscale { dup } { + landscale not { 1 } { pagesize cvx exec exch div } ifelse + division 0 get div exch + } ifelse scale + } if + } { + verttext { + 180 rotate mediasize { neg } forall translate + } if + mediasize cvx exec exch mediamargin 0 get mediamargin 2 get add sub + division 0 get div position 0 get mul mediamargin 0 get add + exch mediamargin 1 get mediamargin 3 get add sub + division 1 get div position 1 get mul mediamargin 3 get add + translate + pagescale { landscale not { 1 } { pagesize cvx exec div } ifelse + division 0 get div evenscale { dup } { + landscale not { 1 } { pagesize cvx exec exch div } ifelse + division 1 get div + } ifelse scale + } if + 90 rotate 0 pagesize 1 get neg translate + } ifelse + origin cvx exec moveto + } bind def + /gssafe false def % GS-safe but not always perfect at decoratepage + /nextpage { gssafe { /decorated false store } { decoratepage } ifelse + position landscape landscale or not { 0 } { 1 } ifelse 2 copy get 1 add + dup 4 1 roll put + division landscape landscale or not { 0 } { 1 } ifelse get eq { + position landscape landscale or not { 0 } { 1 } ifelse 0 put + position landscape landscale or not { 1 } { 0 } ifelse 2 copy get 1 add + dup 4 1 roll put + division landscape landscale or not { 1 } { 0 } ifelse get eq { + position landscape landscale or not { 1 } { 0 } ifelse 0 put + showpage + } if + } if + } bind def + /lastpage { gssafe {} { decoratepage } ifelse showpage } bind def + /nextline { + currentpoint exch pop fontsize sub round margin 3 get lt { + nextpage preparepage /empty true store + } { + origin 0 get currentpoint exch pop fontsize sub moveto + } ifelse + } bind def + % + /page 0 def + /infofont /Helvetica findfont [fontwidth 0 0 fontsize 0 0] makefont def + /head (gs-cjk project: [1miso-2022-7bit - Emacs/Mule editable PostScript file[22m) def + /showheader { + header { + gsave + verttext not { + margin 0 get pagesize 1 get margin 1 get sub fontsize add moveto + } { + margin 0 get fontsize sub margin 3 get translate 90 rotate + fontsize fontwidth div fontwidth fontsize div scale 0 0 moveto + } ifelse + 1 dict dup /foldline false put begin + infofont setfont head inshow + end + grestore + } if + } bind def + /foot 64 string def + /showfooter { + /page page 1 add store + footer { + gsave + verttext not { + pagesize 0 get margin 2 get sub margin 3 get fontsize 2 mul sub moveto + } { + pagesize 0 get margin 2 get sub fontsize 2 mul add + pagesize 1 get margin 1 get sub translate 90 rotate + fontsize fontwidth div fontwidth fontsize div scale 0 0 moveto + } ifelse + 1 dict dup /foldline false put begin + infofont setfont page foot cvs dup stringwidth pop neg 0 rmoveto inshow + end + grestore + } if + } bind def + /bord { + pagesize cvx exec margin { fontsize 2 div sub } forall + 3 1 roll exch 5 -1 roll exch sub exch 5 -1 roll exch sub exch + 4 copy 3 1 roll exch 8 -2 roll moveto lineto 4 2 roll lineto lineto + closepath + } bind def + /showborder { + border { + gsave .25 setlinewidth bord stroke grestore + } if + } bind def + /decoratepage { showheader showfooter showborder } bind def + % + preparepage /empty true def + gssafe { /decorated false def } if +} bind def +/shown { + gssafe { decorated not { decoratepage /decorated true store } if } if + inshow /empty false store nextline +} bind def +/shown-close { empty not { lastpage } if } bind def +/shown-readlines { + /shown-buffer 65535 string def + shown-init + { + currentfile shown-buffer readline not { pop exit } if + shown + } loop + shown-close +} bind def +/shown-readhexstrings { + /shown-buffer 65535 string def + /shown-size 0 def + /previous-char (\000) def + shown-init + { + currentfile 1 string readhexstring not { pop exit } if + dup (\n) ne { + dup (\r) ne { + shown-buffer shown-size 2 index putinterval + /shown-size shown-size 1 add store + } { % mac + shown-buffer 0 shown-size getinterval shown + /shown-size 0 store + } ifelse + } { % unix + previous-char (\r) ne { + shown-buffer 0 shown-size getinterval shown + } { % dos + } ifelse + /shown-size 0 store + } ifelse + previous-char 0 3 -1 roll putinterval + } loop + shown-close +} bind def + +/fitfont { [ .8335276 0 0 .8335276 0 .1 ] makefont } bind def + +/verttext false unknowndef +/iso-2022-fontset [ + /Courier findfont fitfont % iso-2022:ascii + /Courier-Latin1 /Courier /ISOLatin1Encoding reencode-font fitfont % iso-2022:iso-8859-1,iso-latin1 + /Courier-Latin2 /Courier /ISOLatin2Encoding reencode-font fitfont % iso-2022:iso-8859-2,iso-latin2 +% /CourierNewLatin3 findfont fitfont % iso-2022:iso-8859-3,iso-latin3 +% /CourierNewLatin4 findfont fitfont % iso-2022:iso-8859-4,iso-latin4 +% /CourierNewGreek findfont fitfont % iso-2022:iso-8859-7,iso-greek +% /CourierNewArabic findfont fitfont % iso-2022:iso-8859-6,iso-arabic +% /CourierNewHebrew findfont fitfont % iso-2022:iso-8859-8,iso-hebrew +% /Courier-Cyrillic /CourierNewCyrillic /ISOCyrillicEncoding reencode-font fitfont % iso-2022:iso-8859-5,iso-cyrillic + /Courier-Latin5 /Courier /ISOLatin5Encoding reencode-font fitfont % iso-2022:iso-8859-9,iso-latin5 +% /CourierNewThai findfont fitfont % iso-2022:iso-8859-11,iso-thai +% /CourierNewLatin6 findfont fitfont % iso-2022:iso-8859-10,iso-latin6 + verttext not { + /Ryumin-Light.Katakana % iso-2022:jis-x-0201-kana + /Ryumin-Light.Roman % iso-2022:jis-x-0201-roman +% /STSong-Light-GBK-EUC-H % iso-2022:gb-1988-roman + /Ryumin-Light-78-H % iso-2022:jis-x-0208-1978 + /STSong-Light-GB-H % iso-2022:gb-2312-1980 + /Ryumin-Light-H % iso-2022:jis-x-0208-1983&1990 + /HYSMyeongJo-Medium-KSC-H % iso-2022:ks-x-1001-1992 + /HeiseiMin-W3H-Hojo-H % iso-2022:jis-x-0212-1990 + /STSong-Light-GBT-H % iso-2022:gbt-12345-1990,private-iso-gbt + /MSung-Light-CNS1-H % iso-2022:cns-11643-1992-p1 + /MSung-Light-CNS2-H % iso-2022:cns-11643-1992-p2 + /MSung-Light-ETen-B5-H % iso-2022:big5,mule-big5 + /MSung-Light-ETen-B5-H % iso-2022:big5,mule-big5 + } { + /Ryumin-Light.Katakana-V /Ryumin-Light.Katakana vertical-font % iso-2022:jis-x-0201-kana + /Ryumin-Light.Roman-V /Ryumin-Light.Roman vertical-font % iso-2022:jis-x-0201-roman +% /STSong-Light-GBK-EUC-V % iso-2022:gb-1988-roman + /Ryumin-Light-78-V % iso-2022:jis-x-0208-1978 + /STSong-Light-GB-V % iso-2022:gb-2312-1980 + /Ryumin-Light-V % iso-2022:jis-x-0208-1983&1990 + /HYSMyeongJo-Medium-KSC-V % iso-2022:ks-x-1001-1992 + /HeiseiMin-W3H-Hojo-V % iso-2022:jis-x-0212-1990 + /STSong-Light-GBT-V % iso-2022:gbt-12345-1990,private-iso-gbt + /MSung-Light-CNS1-V % iso-2022:cns-11643-1992-p1 + /MSung-Light-CNS2-V % iso-2022:cns-11643-1992-p2 + /MSung-Light-ETen-B5-V % iso-2022:big5,mule-big5 + /MSung-Light-ETen-B5-V % iso-2022:big5,mule-big5 + } ifelse +] def +/iso-2022-bold-fontset [ + /Courier-Bold findfont fitfont % iso-2022:ascii + /Courier-Bold-Latin1 /Courier-Bold /ISOLatin1Encoding reencode-font fitfont % iso-2022:iso-8859-1,iso-latin1 + /Courier-Bold-Latin2 /Courier-Bold /ISOLatin2Encoding reencode-font fitfont % iso-2022:iso-8859-2,iso-latin2 +% /CourierNewLatin3-Bold findfont fitfont % iso-2022:iso-8859-3,iso-latin3 +% /CourierNewLatin4-Bold findfont fitfont % iso-2022:iso-8859-4,iso-latin4 +% /CourierNewGreek-Bold findfont fitfont % iso-2022:iso-8859-7,iso-greek +% /CourierNewArabic-Bold findfont fitfont % iso-2022:iso-8859-6,iso-arabic +% /CourierNewHebrew-Bold findfont fitfont % iso-2022:iso-8859-8,iso-hebrew +% /Courier-Bold-Cyrillic /CourierNewCyrillic-Bold /ISOCyrillicEncoding reencode-font fitfont % iso-2022:iso-8859-5,iso-cyrillic + /Courier-Bold-Latin5 /Courier-Bold /ISOLatin5Encoding reencode-font fitfont % iso-2022:iso-8859-9,iso-latin5 +% /CourierNewThai-Bold findfont fitfont % iso-2022:iso-8859-11,iso-thai +% /CourierNewLatin6-Bold findfont fitfont % iso-2022:iso-8859-10,iso-latin6 + verttext not { + /GothicBBB-Medium.Katakana % iso-2022:jis-x-0201-kana + /GothicBBB-Medium.Roman % iso-2022:jis-x-0201-roman +% /STHeiti-Regular-GBK-EUC-H % iso-2022:gb-1988-roman + /GothicBBB-Medium-78-H % iso-2022:jis-x-0208-1978 + /STHeiti-Regular-GB-H % iso-2022:gb-2312-1980 + /GothicBBB-Medium-H % iso-2022:jis-x-0208-1983&1990 + /HYGoThic-Medium-KSC-H % iso-2022:ks-x-1001-1992 + /HeiseiKakuGo-W5H-Hojo-H % iso-2022:jis-x-0212-1990 + /STHeiti-Regular-GBT-H % iso-2022:gbt-12345-1990,private-iso-gbt + /MHei-Medium-CNS1-H % iso-2022:cns-11643-1992-p1 + /MHei-Medium-CNS2-H % iso-2022:cns-11643-1992-p2 + /MHei-Medium-ETen-B5-H % iso-2022:big5,mule-big5 + /MHei-Medium-ETen-B5-H % iso-2022:big5,mule-big5 + } { + /GothicBBB-Medium.Katakana-V /GothicBBB-Medium.Katakana vertical-font % iso-2022:jis-x-0201-kana + /GothicBBB-Medium.Roman-V /GothicBBB-Medium.Roman vertical-font % iso-2022:jis-x-0201-roman +% /STHeiti-Regular-GBK-EUC-V % iso-2022:gb-1988-roman + /GothicBBB-Medium-78-V % iso-2022:jis-x-0208-1978 + /STHeiti-Regular-GB-V % iso-2022:gb-2312-1980 + /GothicBBB-Medium-V % iso-2022:jis-x-0208-1983&1990 + /HYGoThic-Medium-KSC-V % iso-2022:ks-x-1001-1992 + /HeiseiKakuGo-W5H-Hojo-V % iso-2022:jis-x-0212-1990 + /STHeiti-Regular-GBT-V % iso-2022:gbt-12345-1990,private-iso-gbt + /MHei-Medium-CNS1-V % iso-2022:cns-11643-1992-p1 + /MHei-Medium-CNS2-V % iso-2022:cns-11643-1992-p2 + /MHei-Medium-ETen-B5-V % iso-2022:big5,mule-big5 + /MHei-Medium-ETen-B5-V % iso-2022:big5,mule-big5 + } ifelse +] def +/fontset-iso-2022 iso-2022-fontset compose-fontset pop +/fontset-iso-2022-Bold iso-2022-bold-fontset compose-fontset pop +%%EndProlog +/fontsize 11 def /fontwidth 11 def +/fontset-iso-2022 findfont [fontwidth 0 0 fontsize 0 0] makefont setfont +{ iso-2022-show } shown-readlines +A list of ways to say hello in various languages. + +Czech (,Bh(Besky) Dobr,B}(B den +Danish (Dansk) Hej, Goddag +English Hello +Esperanto Saluton +Estonian Tere, Tervist +PostScript (Hello) = +Finnish (Suomi) Hei +French (Fran,Ag(Bais) Bonjour, Salut +German (Deutsch Nord) Guten Tag + +Italiano Ciao, Buon giorno + +Maltese Ciao +Nederlands, Vlaams Hallo, Dag +Norwegian (Norsk) Hei, God dag +Polish Dzie,Bq(B dobry, Hej + +Slovak Dobr,B}(B de,Br(B +Spanish (Espa,Aq(Bol) ,A!(BHola! +Swedish (Svenska) Hej, Goddag + +Turkish (T,M|(Brk,Mg(Be) Merhaba + +Chinese ($(GDcEF$(0!.$(GiGk#$(0!.Vn^V)t(B) $(0<@)p$(G!$I#Go!$$(0'*)y!$(B +Chinese ($AVPND#,::So#,<rLeWV(B) $ADz:C!#Dc:C!#(B +Japanese ($BF|K\8l!"4A;z!"J?2>L>!"JR2>L>(B) $B$3$s$K$A$O!#(I:]FAJ(B. +Korean ($(CGQ1[#,ySm.(B) $(C>H3gGO=J4O1n#.>H3gGO<<?d#.(B + +Difference among chinese characters in GB, JIS, KSC, BIG5: + GB -- $AT*Fx(B $A?*7"(B + JIS -- $B855$(B $B3+H/(B + KSC -- $(Cj*Q((B $(CKR[!(B + BIG5 -- $(0&x86(B $(0DeBv(B + +Just for a test of JISX0212: $BqV$(DiQ(B (the second character is of JISX0212) + +Just for a test of JISX0201: (I123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\&]_^(B + +Difference between JISX0208.1978 and 1983: + + \x1b$@ $@032)3B3I3v4C4R6F7[979\<I?YA(D[EWEnEsFvGhI0KjKyLyMZO6(B + \x1b$B $B032)3B3I3v4C4R6F7[979\<I?YA(D[EWEnEsFvGhI0KjKyLyMZO6(B + +Difference between GB2312.1980 and GBT12345.1990 + + \x1b$A $AMrLuP4;-8v:s<8;z@oTS@kRuQt4SQyJ&8IO0?*Fx5g9X6T;6<&Gl(B + $A1_9};9=xT6Ub;*0.HHME4&RURdRZSJ(B + $AJiN*3$J1S&6+35K-8xAeR{CE<dNJM7BrBt(B + \x1b$(? $(?MrLuP4;-8v:s<8;z@oTS@kRuQt4SQyJ&8IO0?*Fx5g9X6T;6<&Gl(B + $(?1_9};9=xT6Ub;*0.HHME4&RURdRZSJ(B + $(?JiN*3$J1S&6+35K-8xAeR{CE<dNJM7BrBt(B + +Color names: + [1mBLACK [30m$(0E**d(B $A:ZI+(B $B9u?'(B $(C0KA$;v(B [30m[22m + [1mRED [31m$(04y*d(B $A:lI+(B $B@V?'(B $(C;!0-;v(B [30m[22m + [1mGREEN [32m$(0L;*d(B $ABLI+(B $BNP?'(B $(C3k6{;v(B [30m[22m + [1mYELLOW [33m$(0E(Yn*d(B $A;FI+(B $B2+?'(B $(CH2;v(B [30m[22m + [1mBLUE [34m$(0Y1*d(B $A@6I+(B $B@D?'(B $(CFD6{;v(B [30m[22m + [1mMAGENTA [35m$(0C<*d(B $AWOI+(B $B;g?'(B $(C:86s;v(B [30m[22m + [1mCYAN [36m$(0LJL;*d(B $A4dBLI+(B $B@DNP?'(B $(CC;7O;v(B [30m[22m + [1mWHITE [37m[40m$(0(v*d(B $A0WI+(B $BGr?'(B $(CGO>a;v(B [47m[30m[22m diff --git a/examples/cjk/iso2022v.ps b/examples/cjk/iso2022v.ps new file mode 100644 index 00000000..c46d34e9 --- /dev/null +++ b/examples/cjk/iso2022v.ps @@ -0,0 +1,1256 @@ +%!PS-Adobe-3.0 +%%Creator: tops by Taiji Yamada <taiji@aihara.co.jp> +%%Copyright: 2001 Taiji Yamada <taiji@aihara.co.jp> and gs-cjk project +%%+ This script is part of GNU Ghostscript and is distributed under +%%+ the terms of the GNU Affero GPL. See the file COPYING for more information. +%%+ It is also part of tops, a text filter into PostScript for various +%%+ languages. To get it, visit http://www.aihara.co.jp/~taiji/tops/#tops +%%DocumentData: Clean7Bit +%%DocumentMedia: A4 595 842 0 white () +%%Extensions: Composite +%%Orientation: Portrait +%%Title: iso-2022-7bit - Emacs/Mule editable PostScript file +%%Version: 1.0 +% +% Usage: +% gs [-dverttext] iso2022.ps +% +%%EndComments +%%BeginProlog + +/*gs-cjk (\ +------------------------------------------------------------------------\n\ +This is a script to test CJK fonts such as CID-keyed fonts.\n\ +If you have not done CID-keyed fonts installation and definitions at\n\ +/Resource/CMap and CIDFnmap or /Resource/CIDFont of ghostscript, then\n\ +this script can't work correctly.\n\ +For details, please see README at http://www.gyve.org/gs-cjk/supplement.\n\ + +If you throw this script into a printer, it requires PostScript 3\n\ +printer and CID-keyed fonts specified in this script.\n\ +------------------------------------------------------------------------\n) def + +/notice*stdout 4 dict begin + /*open {} def /*echo-n { =only } def /*echo { = } def /*close { flush } def + currentdict +end def + +/notice*page 5 dict begin + /*y 750 def + /*open { + gsave initmatrix /Courier findfont 11 scalefont setfont 50 *y moveto + *y 750 eq { + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + } if + } def + /*echo-n { dup type /stringtype ne { dup length string cvs } if show } def + /*echo { *echo-n /*y *y 11 sub def 50 *y moveto } def + /*close { grestore } def + currentdict +end def + +/greeting*gs-cjk { + product (Ghostscript) search not { pop } { pop pop pop QUIET not { + notice*stdout begin + *open + *gs-cjk { (\n) search { *echo } { *echo-n exit } ifelse pop } loop + *close + end + } if } ifelse +} bind def +greeting*gs-cjk + +/*findfont { + dup /Font resourcestatus { pop pop findfont } { + notice*page begin + *open + (Error in findfont: ) *echo-n dup *echo + *close + end + findfont + } ifelse +} bind def + +/orighandleerror errordict /handleerror get def +errordict begin + /handleerror { + notice*page begin errordict begin $error begin + *open + (Error of ) *echo-n errorname dup length string cvs *echo + *close + showpage + end end end + orighandleerror + } bind def +end + +/unknowndef { exch dup where { pop pop pop } { exch def } ifelse } bind def + +/ISOLatin1Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin1Encoding) +%%EndComments +/ISOLatin1Encoding [ % iso-8859-1 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/exclamdown/cent/sterling/currency/yen/brokenbar/section +/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron +/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered +/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown +% 0xc0 +/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +% 0xe0 +/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide +/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin2Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin2Encoding) +%%EndComments +/ISOLatin2Encoding [ % iso-8859-2 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Aogonek/breve/Lslash/currency/Lcaron/Sacute/section +/dieresis/Scaron/Scedilla/Tcaron/Zacute/hyphen/Zcaron/Zdotaccent +/degree/aogonek/ogonek/lslash/acute/lcaron/sacute/caron +/cedilla/scaron/scedilla/tcaron/zacute/hungarumlaut/zcaron/zdotaccent +% 0xc0 +/Racute/Aacute/Acircumflex/Abreve/Adieresis/Lacute/Cacute/Ccedilla +/Ccaron/Eacute/Eogonek/Edieresis/Ecaron/Iacute/Icircumflex/Dcaron +/Dcroat/Nacute/Ncaron/Oacute/Ocircumflex/Ohungarumlaut/Odieresis/multiply +/Rcaron/Uring/Uacute/Uhungarumlaut/Udieresis/Yacute/Tcommaaccent/germandbls +% 0xe0 +/racute/aacute/acircumflex/abreve/adieresis/lacute/cacute/ccedilla +/ccaron/eacute/eogonek/edieresis/ecaron/iacute/icircumflex/dcaron +/dcroat/nacute/ncaron/oacute/ocircumflex/ohungarumlaut/odieresis/divide +/rcaron/uring/uacute/uhungarumlaut/udieresis/yacute/tcommaaccent/dotaccent +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin3Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin3Encoding) +%%EndComments +/ISOLatin3Encoding [ % iso-8859-3 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Hbar/breve/sterling/currency/.notdef/Hcircumflex/section +/dieresis/Idotaccent/Scedilla/Gbreve/Jcircumflex/hyphen/.notdef/Zdotaccent +/degree/hbar/twosuperior/threesuperior/acute/mu/hcircumflex/periodcentered +/cedilla/dotlessi/scedilla/gbreve/jcircumflex/onehalf/.notdef/zdotaccent +% 0xc0 +/Agrave/Aacute/Acircumflex/.notdef/Adieresis/Cdotaccent/Ccircumflex/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/.notdef/Ntilde/Ograve/Oacute/Ocircumflex/Gdotaccent/Odieresis/multiply +/Gcircumflex/Ugrave/Uacute/Ucircumflex/Udieresis/Ubreve/Scircumflex/germandbls +% 0xe0 +/agrave/aacute/acircumflex/.notdef/adieresis/cdotaccent/ccircumflex/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/.notdef/ntilde/ograve/oacute/ocircumflex/gdotaccent/odieresis/divide +/gcircumflex/ugrave/uacute/ucircumflex/udieresis/ubreve/scircumflex/dotaccent +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin4Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin4Encoding) +%%EndComments +/ISOLatin4Encoding [ % iso-8859-4 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Aogonek/kgreenlandic/Rcommaaccent/currency/Itilde/Lcommaaccent/section +/dieresis/Scaron/Emacron/Gcommaaccent/Tbar/hyphen/Zcaron/macron +/degree/aogonek/ogonek/rcommaaccent/acute/itilde/lcommaaccent/caron +/cedilla/scaron/emacron/gcommaaccent/tbar/Eng/zcaron/eng +% 0xc0 +/Amacron/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Iogonek +/Ccaron/Eacute/Eogonek/Edieresis/Edotaccent/Iacute/Icircumflex/Imacron +/Dcroat/Ncommaaccent/Omacron/Kcommaaccent/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Uogonek/Uacute/Ucircumflex/Udieresis/Utilde/Umacron/germandbls +% 0xe0 +/amacron/aacute/acircumflex/atilde/adieresis/aring/ae/iogonek +/ccaron/eacute/eogonek/edieresis/edotaccent/iacute/icircumflex/imacron +/dcroat/ncommaaccent/omacron/kcommaaccent/ocircumflex/otilde/odieresis/divide +/oslash/uogonek/uacute/ucircumflex/udieresis/utilde/umacron/dotaccent +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOCyrillicEncoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOCyrillicEncoding) +%%EndComments +/ISOCyrillicEncoding [ % iso-8859-5 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/afii10023/afii10051/afii10052/afii10053/afii10054/afii10055/afii10056 +/afii10057/afii10058/afii10059/afii10060/afii10061/hyphen/afii10062/afii10145 +/afii10017/afii10018/afii10019/afii10020/afii10021/afii10022/afii10024/afii10025 +/afii10026/afii10027/afii10028/afii10029/afii10030/afii10031/afii10032/afii10033 +% 0xc0 +/afii10034/afii10035/afii10036/afii10037/afii10038/afii10039/afii10040/afii10041 +/afii10042/afii10043/afii10044/afii10045/afii10046/afii10047/afii10048/afii10049 +/afii10065/afii10066/afii10067/afii10068/afii10069/afii10070/afii10072/afii10073 +/afii10074/afii10075/afii10076/afii10077/afii10078/afii10079/afii10080/afii10081 +% 0xe0 +/afii10082/afii10083/afii10084/afii10085/afii10086/afii10087/afii10088/afii10089 +/afii10090/afii10091/afii10092/afii10093/afii10094/afii10095/afii10096/afii10097 +/afii61352/afii10071/afii10099/afii10100/afii10101/afii10102/afii10103/afii10104 +/afii10105/afii10106/afii10107/afii10108/afii10109/section/afii10110/afii10193 +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOGreekEncoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOGreekEncoding) +%%EndComments +/ISOGreekEncoding [ % iso-8859-7 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/quoteleft/quoteright/sterling/.notdef/.notdef/brokenbar/section +/dieresis/copyright/.notdef/guillemotleft/logicalnot/hyphen/.notdef/afii00208 +/degree/plusminus/twosuperior/threesuperior/tonos/dieresistonos/Alphatonos/periodcentered +/Epsilontonos/Etatonos/Iotatonos/guillemotright/Omicrontonos/onehalf/Upsilontonos/Omegatonos +% 0xc0 +/iotadieresistonos/Alpha/Beta/Gamma/Delta/Epsilon/Zeta/Eta +/Theta/Iota/Kappa/Lambda/Mu/Nu/Xi/Omicron +/Pi/Rho/.notdef/Sigma/Tau/Upsilon/Phi/Chi +/Psi/Omega/Iotadieresis/Upsilondieresis/alphatonos/epsilontonos/etatonos/iotatonos +% 0xe0 +/upsilondieresistonos/alpha/beta/gamma/delta/epsilon/zeta/eta +/theta/iota/kappa/lambda/mu/nu/xi/omicron +/pi/rho/sigma1/sigma/tau/upsilon/phi/chi +/psi/omega/iotadieresis/upsilondieresis/omicrontonos/upsilontonos/omegatonos/.notdef +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin5Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin5Encoding) +%%EndComments +/ISOLatin5Encoding [ % iso-8859-9 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/exclamdown/cent/sterling/currency/yen/brokenbar/section +/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron +/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered +/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown +% 0xc0 +/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/Gbreve/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Idotaccent/Scedilla/germandbls +% 0xe0 +/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/gbreve/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide +/oslash/ugrave/uacute/ucircumflex/udieresis/dotlessi/scedilla/ydieresis +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin6Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin6Encoding) +%%EndComments +/ISOLatin6Encoding [ % iso-8859-10 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/Aogonek/Emacron/Gcommaaccent/Imacron/Itilde/Kcommaaccent/section +/Lcommaaccent/Dcroat/Scaron/Tbar/Zcaron/hyphen/Umacron/Eng +/degree/aogonek/emacron/gcommaaccent/imacron/itilde/kcommaaccent/periodcentered +/lcommaaccent/dcroat/scaron/tbar/zcaron/afii00208/umacron/eng +% 0xc0 +/Amacron/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Iogonek +/Ccaron/Eacute/Eogonek/Edieresis/Edotaccent/Iacute/Icircumflex/Idieresis +/Eth/Ncommaaccent/Omacron/Oacute/Ocircumflex/Otilde/Odieresis/Utilde +/Oslash/Uogonek/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +% 0xe0 +/amacron/aacute/acircumflex/atilde/adieresis/aring/ae/iogonek +/ccaron/eacute/eogonek/edieresis/edotaccent/iacute/icircumflex/idieresis +/eth/ncommaaccent/omacron/oacute/ocircumflex/otilde/odieresis/utilde +/oslash/uogonek/uacute/ucircumflex/udieresis/yacute/thorn/kgreenlandic +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin7Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin7Encoding) +%%EndComments +/ISOLatin7Encoding [ % iso-8859-13 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/quotedblright/cent/sterling/currency/quotedblbase/brokenbar/section +/Oslash/copyright/Rcommaaccent/guillemotleft/logicalnot/hyphen/registered/AE +/degree/plusminus/twosuperior/threesuperior/quotedblleft/mu/paragraph/periodcentered +/oslash/onesuperior/rcommaaccent/guillemotright/onequarter/onehalf/threequarters/ae +% 0xc0 +/Aogonek/Iogonek/Amacron/Cacute/Adieresis/Aring/Eogonek/Emacron +/Ccaron/Eacute/Zacute/Edotaccent/Gcommaaccent/Kcommaaccent/Imacron/Lcommaaccent +/Scaron/Nacute/Ncommaaccent/Oacute/Omacron/Otilde/Odieresis/multiply +/Uogonek/Lslash/Sacute/Umacron/Udieresis/Zdotaccent/Zcaron/germandbls +% 0xe0 +/aogonek/iogonek/amacron/cacute/adieresis/aring/eogonek/emacron +/ccaron/eacute/zacute/edotaccent/gcommaaccent/kcommaaccent/imacron/lcommaaccent +/scaron/nacute/ncommaaccent/oacute/omacron/otilde/odieresis/divide +/uogonek/lslash/sacute/umacron/udieresis/zdotaccent/zcaron/quoteright +] /Encoding defineresource pop +%%EndResource +} ifelse + +/ISOLatin9Encoding /Encoding resourcestatus { pop pop } { +%!PS-Adobe-3.0 Resource-Encoding +%%BeginResource: Encoding (ISOLatin9Encoding) +%%EndComments +/ISOLatin9Encoding [ % iso-8859-15 +% 0x00 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0x20 +/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle +/parenleft/parenright/asterisk/plus/comma/minus/period/slash +/zero/one/two/three/four/five/six/seven +/eight/nine/colon/semicolon/less/equal/greater/question +% 0x40 +/at/A/B/C/D/E/F/G +/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W +/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore +% 0x60 +/grave/a/b/c/d/e/f/g +/h/i/j/k/l/m/n/o +/p/q/r/s/t/u/v/w +/x/y/z/braceleft/bar/braceright/asciitilde/.notdef +% 0x80 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +% 0xa0 +/space/exclamdown/cent/sterling/Euro/yen/Scaron/section +/scaron/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron +/degree/plusminus/twosuperior/threesuperior/Zcaron/mu/paragraph/periodcentered +/zcaron/onesuperior/ordmasculine/guillemotright/OE/oe/Ydieresis/questiondown +% 0xc0 +/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla +/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis +/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply +/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls +% 0xe0 +/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide +/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis +] /Encoding defineresource pop +%%EndResource +} ifelse + +/reencode-font { % fontname font encoding reencode-font font + exch dup type dup /nametype eq exch /stringtype eq or { findfont } if + dup length dict begin + { + 1 index /FID ne 2 index /UniqueID ne and { def } { pop pop } ifelse + } forall + /Encoding exch dup type /nametype eq { /Encoding findresource } if def + dup /FontName exch def + currentdict + end + definefont +} bind def + +/vertical-font { % fontname font vertical-font font + dup type dup /nametype eq exch /stringtype eq or { *findfont } if + dup length 1 add dict begin { + 1 index /FontName eq { pop 1 index def } { + 1 index /FID ne 2 index /UniqueID ne and { def } { pop pop } ifelse + } ifelse + } forall /WMode 1 def currentdict end + definefont +} bind def + +% +% fontname [font ...] compose-fontset font +% +% References: +% [1] kanno@jn1jdz.ymt.prug.or.jp, ``jisfont.ps,'' +% in Japanesized Tgif(Tgif-3.0J-p17 JIS patch version), 7 1997. +% +/compose-fontset { + 12 dict begin + /FontType 0 def + /FontMatrix matrix def + /FontBBox { 0 0 0 0 } def + /FMapType 3 def + %/EscChar 255 def + /FDepVector [ + 2 index { + dup type dup /nametype eq exch /stringtype eq or { *findfont } if + dup /WMode known { + dup /WMode get /WMode exch def + WMode 1 eq { + [ 0 1 -1 0 0 .3 ] makefont + } if + } if + } forall + ] def + /Encoding [ 0 1 4 index length 1 sub {} for ] def + pop + dup /FontName exch def + currentdict + end + definefont +} bind def + +/decode-mule-big5 { % R1 R2 1|2 decode-mule-big5 R1 R2 + 2 dict begin + 3 1 roll + /r2 exch def + /r1 exch def + /r2 r1 16#21 sub 94 mul r2 add 16#21 sub def + 2 eq { /r2 r2 6280 add def } if + /r1 r2 157 idiv 16#a1 add def + /r2 r2 157 mod def + /r2 r2 r2 16#3f lt { 16#40 } { 16#62 } ifelse add def + r1 r2 + end +} bind def +/decode-mule-big5-l1 { % str idx decode-mule-big5-l1 str idx + 2 copy get exch 1 add exch 2 index 2 index get + 1 decode-mule-big5 + buffer size 4 -1 roll put /size size 1 add store + buffer size 3 -1 roll put /size size 1 add store +} bind def +/decode-mule-big5-l2 { % str idx decode-mule-big5-l2 str idx + 2 copy get exch 1 add exch 2 index 2 index get + 2 decode-mule-big5 + buffer size 4 -1 roll put /size size 1 add store + buffer size 3 -1 roll put /size size 1 add store +} bind def +/decode-gl { % str idx decode-gl str idx + 2 copy get buffer size 3 -1 roll put + /size size 1 add store +} bind def +/decode-gr { % str idx decode-gr str idx + 2 copy get 16#80 add buffer size 3 -1 roll put + /size size 1 add store +} bind def +/iso-2022-set [ + [ (\033\(B) {decode-gl} ] % iso-2022:ascii + [ (\033,A) {decode-gr} ] % iso-2022:iso-8859-1,iso-latin1 + [ (\033,B) {decode-gr} ] % iso-2022:iso-8859-2,iso-latin2 +% [ (\033,C) {decode-gr} ] % iso-2022:iso-8859-3,iso-latin3 +% [ (\033,D) {decode-gr} ] % iso-2022:iso-8859-4,iso-latin4 +% [ (\033,F) {decode-gr} ] % iso-2022:iso-8859-7,iso-greek +% [ (\033,G) {decode-gr} ] % iso-2022:iso-8859-6,iso-arabic +% [ (\033,H) {decode-gr} ] % iso-2022:iso-8859-8,iso-hebrew +% [ (\033,L) {decode-gr} ] % iso-2022:iso-8859-5,iso-cyrillic + [ (\033,M) {decode-gr} ] % iso-2022:iso-8859-9,iso-latin5 +% [ (\033,T) {decode-gr} ] % iso-2022:iso-8859-11,iso-thai +% [ (\033,V) {decode-gr} ] % iso-2022:iso-8859-10,iso-latin6 + [ (\033\(I) {decode-gl} ] % iso-2022:jis-x-0201-kana + [ (\033\(J) {decode-gl} ] % iso-2022:jis-x-0201-roman +% [ (\033\(T) {decode-gl} ] % iso-2022:gb-1988-roman + [ (\033$@) {decode-gl} ] % iso-2022:jis-x-0208-1978 + [ [ (\033$A) (\033$\(A) ] {decode-gl} ] % iso-2022:gb-2312-1980 + [ [ (\033$B) (\033$\(B) (\033&@\033$B) ] {decode-gl} ] % iso-2022:jis-x-0208-1983&1990 + [ (\033$\(C) {decode-gl} ] % iso-2022:ks-x-1001-1992 + [ (\033$\(D) {decode-gl} ] % iso-2022:jis-x-0212-1990 + [ (\033$\(?) {decode-gl} ] % iso-2022:gbt-12345-1990,private-iso-gbt + [ (\033$\(G) {decode-gl} ] % iso-2022:cns-11643-1992-p1 + [ (\033$\(H) {decode-gl} ] % iso-2022:cns-11643-1992-p2 + [ (\033$\(0) {decode-mule-big5-l1} ] % iso-2022:big5,mule-big5 + [ (\033$\(1) {decode-mule-big5-l2} ] % iso-2022:big5,mule-big5 +] def +/iso-2022-translate { % str idx iso-2022-translate str idx + 2 copy get 16#20 lt { + iso-2022-set length 1 sub 0 1 3 -1 roll { % str idx j + iso-2022-set 1 index get 0 get dup % str idx j ()|[] ()|[] + dup type /stringtype eq { % str idx j () () + dup length 5 index 5 index 3 -1 roll 7 index length 7 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq % str idx j () true|false + } { % str idx j [] [] + pop () false 3 -1 roll { + dup 4 -1 roll pop 3 1 roll + dup length 6 index 6 index 3 -1 roll 8 index length 8 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq or dup { exit } if % str idx j () true|false + } forall + } ifelse + { exch /iso-2022-state exch store length 1 sub add exit } { pop } ifelse + pop + } for + } if +} bind def +/iso-2022-show { % str iso-2022-show - + 10 dict begin + /iso-6429-state null def + /iso-2022-state 0 def + /iso-2022-current iso-2022-state def + /buffer 65535 string def + /size 0 def + /width 0 def + /BoldFont false def /Underscore false def /BackColor 1 def + /foldline dup where { pop foldline } { false } ifelse def + 0 { % idx {} loop + dup 2 index length lt { + iso-2022-translate + iso-2022-state iso-2022-current ne { + buffer size 8#377 put + /size size 1 add store + buffer size iso-2022-state put + /size size 1 add store + } { + iso-6429-translate + iso-6429-state null ne { + iso-6429-set iso-6429-state get 1 get exec + } { + iso-2022-set iso-2022-current get 1 get exec + } ifelse + } ifelse + } { + exit + } ifelse + /iso-2022-current iso-2022-state store + 1 add + } loop + pop pop + iflush + end +} bind def +/ichop { % required for some Adobe-official PostScript interpreters + dup length dup 2 sub -2 0 { % str len len-2 -2 0 {} for + 2 index 1 index get 8#377 eq % str len idx c(str idx get) 8#377 eq + { exch pop } { pop exit } ifelse % str len|idx + } for 0 exch getinterval % str'(str 0 len|idx getinterval) +} bind def + +/iso-6429-set [ + [ (\t) + { buffer 0 size getinterval ichop % ``ichop'' is not required for GS + stringwidth pop ( ) stringwidth pop div round cvi width add + 8 dup 3 1 roll mod sub { + buffer size ( ) putinterval /size size 1 add store + } repeat } bind + ] + [ (\f) { iflush margin 0 get margin 3 get moveto } bind ] + [ [ (\033[m) (\033[0m) ] + { iflush + /BoldFont false textfont + /Underscore false textfont + 0 textcolor + 1 backcolor + } bind + ] % All Off + [ (\033[1m) { iflush /BoldFont true textfont } bind ] + [ (\033[4m) { iflush /Underscore true textfont } bind ] + [ (\033[22m) { iflush /BoldFont false textfont } bind ] + [ (\033[24m) { iflush /Underscore false textfont } bind ] + [ (\033[30m) { iflush 0 textcolor } bind ] + [ (\033[31m) { iflush [ 1 0 0 ] textcolor } bind ] + [ (\033[32m) { iflush [ 0 1 0 ] textcolor } bind ] + [ (\033[33m) { iflush [ 1 1 0 ] textcolor } bind ] + [ (\033[34m) { iflush [ 0 0 1 ] textcolor } bind ] + [ (\033[35m) { iflush [ 1 0 1 ] textcolor } bind ] + [ (\033[36m) { iflush [ 0 1 1 ] textcolor } bind ] + [ (\033[37m) { iflush 1 textcolor } bind ] + [ (\033[39m) { iflush 0 textcolor } bind ] + [ (\033[40m) { iflush 0 backcolor } bind ] + [ (\033[41m) { iflush [ 1 0 0 ] backcolor } bind ] + [ (\033[42m) { iflush [ 0 1 0 ] backcolor } bind ] + [ (\033[43m) { iflush [ 1 1 0 ] backcolor } bind ] + [ (\033[44m) { iflush [ 0 0 1 ] backcolor } bind ] + [ (\033[45m) { iflush [ 1 0 1 ] backcolor } bind ] + [ (\033[46m) { iflush [ 0 1 1 ] backcolor } bind ] + [ (\033[47m) { iflush 1 backcolor } bind ] + [ (\033[49m) { iflush 1 backcolor } bind ] +] def +/iso-6429-translate { % str idx iso-6429-translate str idx + /iso-6429-state null store + 2 copy get 16#20 lt { + iso-6429-set length 1 sub 0 1 3 -1 roll { % str idx j + iso-6429-set 1 index get 0 get dup % str idx j ()|[] ()|[] + dup type /stringtype eq { % str idx j () () + dup length 5 index 5 index 3 -1 roll 7 index length 7 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq % str idx j () true|false + } { % str idx j [] [] + pop () false 3 -1 roll { + dup 4 -1 roll pop 3 1 roll + dup length 6 index 6 index 3 -1 roll 8 index length 8 index sub + 2 copy lt { pop } { exch pop } ifelse + getinterval eq or dup { exit } if % str idx j () true|false + } forall + } ifelse + { exch /iso-6429-state exch store length 1 sub add exit } { pop } ifelse + pop + } for + } if +} bind def +/show-attribute { + BackColor dup type dup /integertype eq exch /realtype eq or { + dup 1 eq { pop } { + gsave setgray BoldFont { setboldfont } if textfill grestore + } ifelse + } { + gsave cvx exec setrgbcolor BoldFont { setboldfont } if textfill grestore + } ifelse + Underscore { + gsave .2 setlinewidth currentpoint fontsize .1 mul sub moveto + BoldFont { setboldfont } if dup stringwidth pop 0 rlineto stroke grestore + } if + BoldFont { + gsave setboldfont show currentpoint grestore moveto + } { + show + } ifelse +} bind def +/cshow-attribute { + pop currentpoint pop add pagesize 0 get margin 2 get sub lt { + 1 string dup 0 4 -1 roll put show-attribute + } { + currentpoint exch pop fontsize sub round margin 3 get lt { + gsave + nextpage preparepage + currentpoint matrix currentmatrix grestore setmatrix moveto + } { + origin 0 get currentpoint exch pop fontsize sub moveto + } ifelse + 1 string dup 0 4 -1 roll put show-attribute + } ifelse +} bind def +/iflush { + size 0 gt { + buffer 0 size getinterval ichop % ``ichop'' is not required for GS + dup stringwidth pop ( ) stringwidth pop div round cvi /width exch store + foldline not { + show-attribute + } { + dup stringwidth + pop currentpoint pop add pagesize 0 get margin 2 get sub lt { + show-attribute + } { + BoldFont { /BoldFont false store + gsave setboldfont + { cshow-attribute } exch cshow + currentpoint grestore moveto + } { + { cshow-attribute } exch cshow + } ifelse + } ifelse + } ifelse + /size 0 store + } if +} bind def +/textfont { % /BoldFont|/Underscore any textfont - + store +} bind def +/textcolor { + dup type dup /integertype eq exch /realtype eq or { setgray } + { cvx exec setrgbcolor } ifelse +} bind def +/backcolor { + /BackColor exch store +} bind def +/textfill { + currentpoint fontsize .2 mul sub 2 index stringwidth pop fontsize + 4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto + closepath fill +} bind def +/setboldfont { + currentfont /FontName get dup length string cvs (-Bold) + exch dup length 2 index length add string + dup dup 4 2 roll copy length 4 -1 roll putinterval cvn + findfont [fontwidth 0 0 fontsize 0 0] makefont setfont +} bind def +/iso-6429-show { % str iso-6429-show - + 8 dict begin + /iso-6429-state null def + /buffer 65535 string def + /size 0 def + /width 0 def + /BoldFont false def /Underscore false def /BackColor 1 def + /foldline dup where { pop foldline } { false } ifelse def + 0 { % idx {} loop + dup 2 index length lt { + iso-6429-translate + iso-6429-state null ne { + iso-6429-set iso-6429-state get 1 get exec + } { + 2 copy get buffer size 3 -1 roll put + /size size 1 add store + } ifelse + } { + exit + } ifelse + 1 add + } loop + pop pop + iflush + end +} bind def +/shown-init { + /inshow exch def + /mediasize [ 595 842 ] def + /mediamargin [ 30 30 30 30 ] def + /pagesize [ + mediasize cvx exec mediamargin cvx exec + 3 -1 roll add 3 1 roll add 3 1 roll sub 3 1 roll sub exch + ] def + /margin [ 20 28 20 28 ] def + /division [ 1 1 ] def + /landscape false def + /landscale false def + /evenscale true def + /pagescale false def + pagescale not { + /pagesize [ + pagesize 0 get division 0 get div pagesize 1 get division 1 get div + ] store + } if + landscape { + /pagesize [ pagesize cvx exec exch ] store + /margin [ margin cvx exec 4 1 roll ] store + } if + /verttext dup where { pop verttext } { false } ifelse def + /foldline true def + /header true def /footer true def /border true def + /origin [ margin 0 get pagesize 1 get margin 1 get sub fontsize sub ] def + /position [ 0 0 ] def + /preparepage { initmatrix + landscape landscale xor not { + mediasize cvx exec exch mediamargin 0 get mediamargin 2 get add sub + division 0 get div position 0 get mul mediamargin 0 get add + exch dup mediamargin 1 get mediamargin 3 get add sub + division 1 get div position 1 get 1 add mul sub mediamargin 1 get sub + translate + pagescale { landscale not { 1 } { pagesize cvx exec div } ifelse + division 1 get div evenscale { dup } { + landscale not { 1 } { pagesize cvx exec exch div } ifelse + division 0 get div exch + } ifelse scale + } if + } { + verttext { + 180 rotate mediasize { neg } forall translate + } if + mediasize cvx exec exch mediamargin 0 get mediamargin 2 get add sub + division 0 get div position 0 get mul mediamargin 0 get add + exch mediamargin 1 get mediamargin 3 get add sub + division 1 get div position 1 get mul mediamargin 3 get add + translate + pagescale { landscale not { 1 } { pagesize cvx exec div } ifelse + division 0 get div evenscale { dup } { + landscale not { 1 } { pagesize cvx exec exch div } ifelse + division 1 get div + } ifelse scale + } if + 90 rotate 0 pagesize 1 get neg translate + } ifelse + origin cvx exec moveto + } bind def + /gssafe false def % GS-safe but not always perfect at decoratepage + /nextpage { gssafe { /decorated false store } { decoratepage } ifelse + position landscape landscale or not { 0 } { 1 } ifelse 2 copy get 1 add + dup 4 1 roll put + division landscape landscale or not { 0 } { 1 } ifelse get eq { + position landscape landscale or not { 0 } { 1 } ifelse 0 put + position landscape landscale or not { 1 } { 0 } ifelse 2 copy get 1 add + dup 4 1 roll put + division landscape landscale or not { 1 } { 0 } ifelse get eq { + position landscape landscale or not { 1 } { 0 } ifelse 0 put + showpage + } if + } if + } bind def + /lastpage { gssafe {} { decoratepage } ifelse showpage } bind def + /nextline { + currentpoint exch pop fontsize sub round margin 3 get lt { + nextpage preparepage /empty true store + } { + origin 0 get currentpoint exch pop fontsize sub moveto + } ifelse + } bind def + % + /page 0 def + /infofont /Helvetica findfont [fontwidth 0 0 fontsize 0 0] makefont def + /head (gs-cjk project: [1miso-2022-7bit - Emacs/Mule editable PostScript file[22m) def + /showheader { + header { + gsave + verttext not { + margin 0 get pagesize 1 get margin 1 get sub fontsize add moveto + } { + margin 0 get fontsize sub margin 3 get translate 90 rotate + fontsize fontwidth div fontwidth fontsize div scale 0 0 moveto + } ifelse + 1 dict dup /foldline false put begin + infofont setfont head inshow + end + grestore + } if + } bind def + /foot 64 string def + /showfooter { + /page page 1 add store + footer { + gsave + verttext not { + pagesize 0 get margin 2 get sub margin 3 get fontsize 2 mul sub moveto + } { + pagesize 0 get margin 2 get sub fontsize 2 mul add + pagesize 1 get margin 1 get sub translate 90 rotate + fontsize fontwidth div fontwidth fontsize div scale 0 0 moveto + } ifelse + 1 dict dup /foldline false put begin + infofont setfont page foot cvs dup stringwidth pop neg 0 rmoveto inshow + end + grestore + } if + } bind def + /bord { + pagesize cvx exec margin { fontsize 2 div sub } forall + 3 1 roll exch 5 -1 roll exch sub exch 5 -1 roll exch sub exch + 4 copy 3 1 roll exch 8 -2 roll moveto lineto 4 2 roll lineto lineto + closepath + } bind def + /showborder { + border { + gsave .25 setlinewidth bord stroke grestore + } if + } bind def + /decoratepage { showheader showfooter showborder } bind def + % + preparepage /empty true def + gssafe { /decorated false def } if +} bind def +/shown { + gssafe { decorated not { decoratepage /decorated true store } if } if + inshow /empty false store nextline +} bind def +/shown-close { empty not { lastpage } if } bind def +/shown-readlines { + /shown-buffer 65535 string def + shown-init + { + currentfile shown-buffer readline not { pop exit } if + shown + } loop + shown-close +} bind def +/shown-readhexstrings { + /shown-buffer 65535 string def + /shown-size 0 def + /previous-char (\000) def + shown-init + { + currentfile 1 string readhexstring not { pop exit } if + dup (\n) ne { + dup (\r) ne { + shown-buffer shown-size 2 index putinterval + /shown-size shown-size 1 add store + } { % mac + shown-buffer 0 shown-size getinterval shown + /shown-size 0 store + } ifelse + } { % unix + previous-char (\r) ne { + shown-buffer 0 shown-size getinterval shown + } { % dos + } ifelse + /shown-size 0 store + } ifelse + previous-char 0 3 -1 roll putinterval + } loop + shown-close +} bind def + +/fitfont { [ .8335276 0 0 .8335276 0 .1 ] makefont } bind def + +/verttext true unknowndef +/iso-2022-fontset [ + /Courier findfont fitfont % iso-2022:ascii + /Courier-Latin1 /Courier /ISOLatin1Encoding reencode-font fitfont % iso-2022:iso-8859-1,iso-latin1 + /Courier-Latin2 /Courier /ISOLatin2Encoding reencode-font fitfont % iso-2022:iso-8859-2,iso-latin2 +% /CourierNewLatin3 findfont fitfont % iso-2022:iso-8859-3,iso-latin3 +% /CourierNewLatin4 findfont fitfont % iso-2022:iso-8859-4,iso-latin4 +% /CourierNewGreek findfont fitfont % iso-2022:iso-8859-7,iso-greek +% /CourierNewArabic findfont fitfont % iso-2022:iso-8859-6,iso-arabic +% /CourierNewHebrew findfont fitfont % iso-2022:iso-8859-8,iso-hebrew +% /Courier-Cyrillic /CourierNewCyrillic /ISOCyrillicEncoding reencode-font fitfont % iso-2022:iso-8859-5,iso-cyrillic + /Courier-Latin5 /Courier /ISOLatin5Encoding reencode-font fitfont % iso-2022:iso-8859-9,iso-latin5 +% /CourierNewThai findfont fitfont % iso-2022:iso-8859-11,iso-thai +% /CourierNewLatin6 findfont fitfont % iso-2022:iso-8859-10,iso-latin6 + verttext not { + /Ryumin-Light.Katakana % iso-2022:jis-x-0201-kana + /Ryumin-Light.Roman % iso-2022:jis-x-0201-roman +% /STSong-Light-GBK-EUC-H % iso-2022:gb-1988-roman + /Ryumin-Light-78-H % iso-2022:jis-x-0208-1978 + /STSong-Light-GB-H % iso-2022:gb-2312-1980 + /Ryumin-Light-H % iso-2022:jis-x-0208-1983&1990 + /HYSMyeongJo-Medium-KSC-H % iso-2022:ks-x-1001-1992 + /HeiseiMin-W3H-Hojo-H % iso-2022:jis-x-0212-1990 + /STSong-Light-GBT-H % iso-2022:gbt-12345-1990,private-iso-gbt + /MSung-Light-CNS1-H % iso-2022:cns-11643-1992-p1 + /MSung-Light-CNS2-H % iso-2022:cns-11643-1992-p2 + /MSung-Light-ETen-B5-H % iso-2022:big5,mule-big5 + /MSung-Light-ETen-B5-H % iso-2022:big5,mule-big5 + } { + /Ryumin-Light.Katakana-V /Ryumin-Light.Katakana vertical-font % iso-2022:jis-x-0201-kana + /Ryumin-Light.Roman-V /Ryumin-Light.Roman vertical-font % iso-2022:jis-x-0201-roman +% /STSong-Light-GBK-EUC-V % iso-2022:gb-1988-roman + /Ryumin-Light-78-V % iso-2022:jis-x-0208-1978 + /STSong-Light-GB-V % iso-2022:gb-2312-1980 + /Ryumin-Light-V % iso-2022:jis-x-0208-1983&1990 + /HYSMyeongJo-Medium-KSC-V % iso-2022:ks-x-1001-1992 + /HeiseiMin-W3H-Hojo-V % iso-2022:jis-x-0212-1990 + /STSong-Light-GBT-V % iso-2022:gbt-12345-1990,private-iso-gbt + /MSung-Light-CNS1-V % iso-2022:cns-11643-1992-p1 + /MSung-Light-CNS2-V % iso-2022:cns-11643-1992-p2 + /MSung-Light-ETen-B5-V % iso-2022:big5,mule-big5 + /MSung-Light-ETen-B5-V % iso-2022:big5,mule-big5 + } ifelse +] def +/iso-2022-bold-fontset [ + /Courier-Bold findfont fitfont % iso-2022:ascii + /Courier-Bold-Latin1 /Courier-Bold /ISOLatin1Encoding reencode-font fitfont % iso-2022:iso-8859-1,iso-latin1 + /Courier-Bold-Latin2 /Courier-Bold /ISOLatin2Encoding reencode-font fitfont % iso-2022:iso-8859-2,iso-latin2 +% /CourierNewLatin3-Bold findfont fitfont % iso-2022:iso-8859-3,iso-latin3 +% /CourierNewLatin4-Bold findfont fitfont % iso-2022:iso-8859-4,iso-latin4 +% /CourierNewGreek-Bold findfont fitfont % iso-2022:iso-8859-7,iso-greek +% /CourierNewArabic-Bold findfont fitfont % iso-2022:iso-8859-6,iso-arabic +% /CourierNewHebrew-Bold findfont fitfont % iso-2022:iso-8859-8,iso-hebrew +% /Courier-Bold-Cyrillic /CourierNewCyrillic-Bold /ISOCyrillicEncoding reencode-font fitfont % iso-2022:iso-8859-5,iso-cyrillic + /Courier-Bold-Latin5 /Courier-Bold /ISOLatin5Encoding reencode-font fitfont % iso-2022:iso-8859-9,iso-latin5 +% /CourierNewThai-Bold findfont fitfont % iso-2022:iso-8859-11,iso-thai +% /CourierNewLatin6-Bold findfont fitfont % iso-2022:iso-8859-10,iso-latin6 + verttext not { + /GothicBBB-Medium.Katakana % iso-2022:jis-x-0201-kana + /GothicBBB-Medium.Roman % iso-2022:jis-x-0201-roman +% /STHeiti-Regular-GBK-EUC-H % iso-2022:gb-1988-roman + /GothicBBB-Medium-78-H % iso-2022:jis-x-0208-1978 + /STHeiti-Regular-GB-H % iso-2022:gb-2312-1980 + /GothicBBB-Medium-H % iso-2022:jis-x-0208-1983&1990 + /HYGoThic-Medium-KSC-H % iso-2022:ks-x-1001-1992 + /HeiseiKakuGo-W5H-Hojo-H % iso-2022:jis-x-0212-1990 + /STHeiti-Regular-GBT-H % iso-2022:gbt-12345-1990,private-iso-gbt + /MHei-Medium-CNS1-H % iso-2022:cns-11643-1992-p1 + /MHei-Medium-CNS2-H % iso-2022:cns-11643-1992-p2 + /MHei-Medium-ETen-B5-H % iso-2022:big5,mule-big5 + /MHei-Medium-ETen-B5-H % iso-2022:big5,mule-big5 + } { + /GothicBBB-Medium.Katakana-V /GothicBBB-Medium.Katakana vertical-font % iso-2022:jis-x-0201-kana + /GothicBBB-Medium.Roman-V /GothicBBB-Medium.Roman vertical-font % iso-2022:jis-x-0201-roman +% /STHeiti-Regular-GBK-EUC-V % iso-2022:gb-1988-roman + /GothicBBB-Medium-78-V % iso-2022:jis-x-0208-1978 + /STHeiti-Regular-GB-V % iso-2022:gb-2312-1980 + /GothicBBB-Medium-V % iso-2022:jis-x-0208-1983&1990 + /HYGoThic-Medium-KSC-V % iso-2022:ks-x-1001-1992 + /HeiseiKakuGo-W5H-Hojo-V % iso-2022:jis-x-0212-1990 + /STHeiti-Regular-GBT-V % iso-2022:gbt-12345-1990,private-iso-gbt + /MHei-Medium-CNS1-V % iso-2022:cns-11643-1992-p1 + /MHei-Medium-CNS2-V % iso-2022:cns-11643-1992-p2 + /MHei-Medium-ETen-B5-V % iso-2022:big5,mule-big5 + /MHei-Medium-ETen-B5-V % iso-2022:big5,mule-big5 + } ifelse +] def +/fontset-iso-2022 iso-2022-fontset compose-fontset pop +/fontset-iso-2022-Bold iso-2022-bold-fontset compose-fontset pop +%%EndProlog +/fontsize 11 def /fontwidth 11 def +/fontset-iso-2022 findfont [fontwidth 0 0 fontsize 0 0] makefont setfont +{ iso-2022-show } shown-readlines +A list of ways to say hello in various languages. + +Czech (,Bh(Besky) Dobr,B}(B den +Danish (Dansk) Hej, Goddag +English Hello +Esperanto Saluton +Estonian Tere, Tervist +PostScript (Hello) = +Finnish (Suomi) Hei +French (Fran,Ag(Bais) Bonjour, Salut +German (Deutsch Nord) Guten Tag + +Italiano Ciao, Buon giorno + +Maltese Ciao +Nederlands, Vlaams Hallo, Dag +Norwegian (Norsk) Hei, God dag +Polish Dzie,Bq(B dobry, Hej + +Slovak Dobr,B}(B de,Br(B +Spanish (Espa,Aq(Bol) ,A!(BHola! +Swedish (Svenska) Hej, Goddag + +Turkish (T,M|(Brk,Mg(Be) Merhaba + +Chinese ($(GDcEF$(0!.$(GiGk#$(0!.Vn^V)t(B) $(0<@)p$(G!$I#Go!$$(0'*)y!$(B +Chinese ($AVPND#,::So#,<rLeWV(B) $ADz:C!#Dc:C!#(B +Japanese ($BF|K\8l!"4A;z!"J?2>L>!"JR2>L>(B) $B$3$s$K$A$O!#(I:]FAJ(B. +Korean ($(CGQ1[#,ySm.(B) $(C>H3gGO=J4O1n#.>H3gGO<<?d#.(B + +Difference among chinese characters in GB, JIS, KSC, BIG5: + GB -- $AT*Fx(B $A?*7"(B + JIS -- $B855$(B $B3+H/(B + KSC -- $(Cj*Q((B $(CKR[!(B + BIG5 -- $(0&x86(B $(0DeBv(B + +Just for a test of JISX0212: $BqV$(DiQ(B (the second character is of JISX0212) + +Just for a test of JISX0201: (I123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\&]_^(B + +Difference between JISX0208.1978 and 1983: + + \x1b$@ $@032)3B3I3v4C4R6F7[979\<I?YA(D[EWEnEsFvGhI0KjKyLyMZO6(B + \x1b$B $B032)3B3I3v4C4R6F7[979\<I?YA(D[EWEnEsFvGhI0KjKyLyMZO6(B + +Difference between GB2312.1980 and GBT12345.1990 + + \x1b$A $AMrLuP4;-8v:s<8;z@oTS@kRuQt4SQyJ&8IO0?*Fx5g9X6T;6<&Gl(B + $A1_9};9=xT6Ub;*0.HHME4&RURdRZSJ(B + $AJiN*3$J1S&6+35K-8xAeR{CE<dNJM7BrBt(B + \x1b$(? $(?MrLuP4;-8v:s<8;z@oTS@kRuQt4SQyJ&8IO0?*Fx5g9X6T;6<&Gl(B + $(?1_9};9=xT6Ub;*0.HHME4&RURdRZSJ(B + $(?JiN*3$J1S&6+35K-8xAeR{CE<dNJM7BrBt(B + +Color names: + [1mBLACK [30m$(0E**d(B $A:ZI+(B $B9u?'(B $(C0KA$;v(B [30m[22m + [1mRED [31m$(04y*d(B $A:lI+(B $B@V?'(B $(C;!0-;v(B [30m[22m + [1mGREEN [32m$(0L;*d(B $ABLI+(B $BNP?'(B $(C3k6{;v(B [30m[22m + [1mYELLOW [33m$(0E(Yn*d(B $A;FI+(B $B2+?'(B $(CH2;v(B [30m[22m + [1mBLUE [34m$(0Y1*d(B $A@6I+(B $B@D?'(B $(CFD6{;v(B [30m[22m + [1mMAGENTA [35m$(0C<*d(B $AWOI+(B $B;g?'(B $(C:86s;v(B [30m[22m + [1mCYAN [36m$(0LJL;*d(B $A4dBLI+(B $B@DNP?'(B $(CC;7O;v(B [30m[22m + [1mWHITE [37m[40m$(0(v*d(B $A0WI+(B $BGr?'(B $(CGO>a;v(B [47m[30m[22m diff --git a/examples/colorcir.ps b/examples/colorcir.ps new file mode 100644 index 00000000..78cca026 --- /dev/null +++ b/examples/colorcir.ps @@ -0,0 +1,125 @@ +%! +/colorcirsave save def % prevent left over effects + +gsave +/Times-Roman findfont 24 scalefont setfont +72 72 translate 0 0 moveto 1 0 0 setrgbcolor (Red) show +72 0 translate 0 0 moveto 0 1 0 setrgbcolor (Green) show +72 0 translate 0 0 moveto 0 0 1 setrgbcolor (Blue) show +72 0 translate 0 0 moveto 1 1 0 setrgbcolor (Yellow) show +72 0 translate 0 0 moveto 1 0 1 setrgbcolor (Pink) show +72 0 translate 0 0 moveto 0 1 1 setrgbcolor (Cyan) show +72 0 translate 0 0 moveto 0.9 0.9 0.9 setrgbcolor ('White') show +grestore + +0.0 setlinewidth + +/length 0.1 def +/width 0.02 def +/hsvcircle { +gsave + /h 0.0 def + 0 4 360 { + pop + gsave + 0.5 0.0 translate + + newpath + 0.0 0.0 moveto + length 0.0 lineto + length width lineto + 0.0 width lineto + closepath + h 1.0 1.0 sethsbcolor + fill + + %newpath + %0.0 0.0 moveto + %length 0.0 lineto + %length width lineto + %0.0 width lineto + %closepath + %0.0 setgray + %stroke + + grestore + /h h 4 360 div add def + 4 rotate + } for +grestore +} def + +/graycircle { +gsave + /h -1.0 def + 0 4 360 { + pop + gsave + 0.5 0.0 translate + + newpath + 0.0 0.0 moveto + length 0.0 lineto + length width lineto + 0.0 width lineto + closepath + + h abs setgray + fill + + %newpath + %0.0 0.0 moveto + %length 0.0 lineto + %length width lineto + %0.0 width lineto + %closepath + %0.0 setgray + %stroke + grestore + + /h h 8 360 div add def + 4 rotate + } for +grestore +} def + +0.0 setlinewidth +0.0 setgray +300 400 translate +500 500 scale + +30 rotate +1.0 0.7 scale +-30 rotate + +hsvcircle +0.8 0.8 scale +graycircle +0.8 0.8 scale +hsvcircle +0.8 0.8 scale +graycircle +0.8 0.8 scale +hsvcircle +0.8 0.8 scale +graycircle +0.8 0.8 scale +hsvcircle +0.8 0.8 scale +graycircle +0.8 0.8 scale +hsvcircle +0.8 0.8 scale +graycircle +0.8 0.8 scale +hsvcircle +0.8 0.8 scale +graycircle +0.8 0.8 scale +hsvcircle +0.8 0.8 scale +graycircle + +showpage +clear cleardictstack +colorcirsave restore diff --git a/examples/doretree.ps b/examples/doretree.ps new file mode 100644 index 00000000..aecbb4aa --- /dev/null +++ b/examples/doretree.ps @@ -0,0 +1,2485 @@ +%!PS-Adobe-1.0 +%%Title: dore.ps +%%Creator: Dore' Postscript Device Driver +%%For: Jesse Don Hickson III +%%CreationDate: Sat Apr 11 18:26:44 1998 +%%Pages: (atend) +%%DocumentFonts: +%%BoundingBox: 0 0 612 612 +%%EndComments +/doretreesave save def % prevent left over effects +% The author, Jesse Don Hickson III, hereby places this file into +% the public domain on this day 23 Feb 2000. +/Dore 20 dict def +Dore begin +/Prgb { moveto -1 -1 rmoveto 2 0 rlineto + 0 2 rlineto -2 0 rlineto + closepath setrgbcolor fill } def +/Lrgb { moveto lineto setrgbcolor stroke } def +/Trgb { moveto lineto lineto closepath + setrgbcolor fill } def +/BGrgb { dup 3 -1 roll dup 5 -1 roll dup + 7 -1 roll dup 3 -1 roll moveto + 6 -1 roll lineto exch 4 -1 roll + lineto lineto closepath + setrgbcolor + fill } def +/Pgray { moveto -1 -1 rmoveto 2 0 rlineto + 0 2 rlineto -2 0 rlineto + closepath setgray fill } def +/Lgray { moveto lineto setgray stroke } def +/Tgray { moveto lineto lineto closepath + setgray fill } def +/BGgray { dup 3 -1 roll dup 5 -1 roll dup + 7 -1 roll dup 3 -1 roll moveto + 6 -1 roll lineto exch 4 -1 roll + lineto lineto closepath setgray + fill } def +/BDR { dup 3 -1 roll dup 5 -1 roll dup + 7 -1 roll dup 3 -1 roll moveto + 6 -1 roll lineto exch 4 -1 roll + lineto lineto closepath + setgray 40 setlinewidth + stroke } def +%%EndProlog +%%Page: 1 1 + +gsave +0.400000 0.400000 0.400000 0 0 612 612 BGrgb + +0.25028 0.20022 0.15028 66 73 545 73 478 350 Trgb +0.25028 0.20022 0.15028 66 73 478 350 133 350 Trgb +0.312849 0.250279 0.312849 69 61 542 61 545 73 Trgb +0.312849 0.250279 0.312849 69 61 545 73 66 73 Trgb + +0.000000 0.699172 0.209751 308 254 305 260 302 254 Trgb +0.000000 0.699172 0.209751 305 260 299 260 302 254 Trgb +0.000000 0.699172 0.209751 299 260 296 255 302 254 Trgb +0.000000 0.699172 0.209751 296 255 299 249 302 254 Trgb +0.000000 0.699172 0.209751 299 249 305 249 302 254 Trgb +0.000000 0.699172 0.209751 305 249 308 254 302 254 Trgb +0.000000 0.000000 0.000000 303 225 299 249 296 255 Trgb +0.000000 0.000000 0.000000 303 225 296 255 300 230 Trgb +0.000000 0.006800 0.002040 308 225 305 249 299 249 Trgb +0.000000 0.003400 0.001020 308 225 299 249 303 225 Trgb +0.000000 0.025554 0.007666 311 230 308 254 305 249 Trgb +0.000000 0.017877 0.005363 311 230 305 249 308 225 Trgb +0.000000 0.698504 0.209551 318 220 315 223 313 218 Trgb +0.000000 0.698504 0.209551 315 223 310 222 313 218 Trgb +0.000000 0.698504 0.209551 310 222 309 217 313 218 Trgb +0.000000 0.698504 0.209551 309 217 312 214 313 218 Trgb +0.000000 0.698504 0.209551 312 214 317 215 313 218 Trgb +0.000000 0.698504 0.209551 317 215 318 220 313 218 Trgb +0.000000 0.039441 0.011832 303 258 315 223 318 220 Trgb +0.000000 0.039755 0.011926 303 258 318 220 306 256 Trgb +0.000000 0.013042 0.003913 299 257 310 222 315 223 Trgb +0.000000 0.026084 0.007825 299 257 315 223 303 258 Trgb +0.000000 0.000000 0.000000 298 253 309 217 310 222 Trgb +0.000000 0.000000 0.000000 298 253 310 222 299 257 Trgb +0.000000 0.696509 0.208953 351 168 348 168 348 166 Trgb +0.000000 0.696509 0.208953 348 168 346 166 348 166 Trgb +0.000000 0.696509 0.208953 346 166 345 164 348 166 Trgb +0.000000 0.696509 0.208953 345 164 348 164 348 166 Trgb +0.000000 0.696509 0.208953 348 164 351 166 348 166 Trgb +0.000000 0.696509 0.208953 351 166 351 168 348 166 Trgb +0.000000 0.059893 0.017968 314 220 348 168 351 168 Trgb +0.000000 0.060927 0.018278 314 220 351 168 316 221 Trgb +0.000000 0.019620 0.005886 311 218 346 166 348 168 Trgb +0.000000 0.039239 0.011772 311 218 348 168 314 220 Trgb +0.000000 0.000000 0.000000 311 216 345 164 346 166 Trgb +0.000000 0.000000 0.000000 311 216 346 166 311 218 Trgb +0.000000 0.000000 0.000000 350 168 349 168 348 166 Trgb +0.000000 0.000000 0.000000 349 168 347 166 348 166 Trgb +0.000000 0.000000 0.000000 347 166 346 164 348 166 Trgb +0.000000 0.000000 0.000000 346 164 347 164 348 166 Trgb +0.000000 0.000000 0.000000 347 164 349 166 348 166 Trgb +0.000000 0.000000 0.000000 349 166 350 168 348 166 Trgb +0.000000 0.238723 0.071617 349 166 385 141 386 143 Trgb +0.000000 0.241460 0.072438 349 166 386 143 350 168 Trgb +0.000000 0.078662 0.023599 347 164 384 140 385 141 Trgb +0.000000 0.157324 0.047197 347 164 385 141 349 166 Trgb +0.000000 0.000000 0.000000 346 164 383 140 384 140 Trgb +0.000000 0.000000 0.000000 346 164 384 140 347 164 Trgb +0.340732 0.248642 0.117875 397 153 395 142 402 143 Trgb +0.278657 0.203344 0.096400 395 127 402 143 395 142 Trgb +0.247789 0.180819 0.085722 395 142 386 130 395 127 Trgb +0.119439 0.087158 0.041319 386 130 377 126 395 127 Trgb +0.106393 0.077638 0.036806 376 140 383 156 371 151 Trgb +0.318775 0.232620 0.110279 395 142 397 153 383 156 Trgb +0.234743 0.171299 0.081209 383 156 376 140 395 142 Trgb +0.225832 0.164797 0.078126 386 130 395 142 376 140 Trgb +0.033948 0.024773 0.011744 366 140 376 140 371 151 Trgb +0.000000 0.000000 0.000000 372 130 377 126 366 140 Trgb +0.033948 0.024773 0.011744 376 140 366 140 377 126 Trgb +0.097482 0.071136 0.033724 377 126 386 130 376 140 Trgb +0.072446 0.052866 0.025062 383 156 373 156 371 151 Trgb +0.228924 0.167052 0.079195 397 153 391 158 383 156 Trgb +0.110944 0.080959 0.038381 373 156 383 156 391 158 Trgb +0.000000 0.699929 0.209979 390 172 391 170 391 172 Trgb +0.000000 0.699929 0.209979 391 170 392 170 391 172 Trgb +0.000000 0.699929 0.209979 392 170 393 172 391 172 Trgb +0.000000 0.699929 0.209979 393 172 392 174 391 172 Trgb +0.000000 0.699929 0.209979 392 174 391 174 391 172 Trgb +0.000000 0.699929 0.209979 391 174 390 172 391 172 Trgb +0.000000 0.004526 0.001358 348 164 391 170 390 172 Trgb +0.000000 0.006998 0.002099 348 164 390 172 347 166 Trgb +0.000000 0.000685 0.000205 349 164 392 170 391 170 Trgb +0.000000 0.001370 0.000411 349 164 391 170 348 164 Trgb +0.000000 0.008785 0.002635 347 166 390 172 391 174 Trgb +0.000000 0.008100 0.002430 347 166 391 174 347 168 Trgb +0.315444 0.255254 0.114140 397 175 404 160 408 174 Trgb +0.160986 0.130268 0.058251 383 174 386 160 397 175 Trgb +0.207378 0.167808 0.075037 404 160 397 175 386 160 Trgb +0.095933 0.077628 0.034712 386 160 393 153 404 160 Trgb +0.267978 0.216844 0.096964 404 160 409 172 408 174 Trgb +0.330957 0.267806 0.119752 402 187 397 175 408 174 Trgb +0.176499 0.142820 0.063864 384 186 383 174 397 175 Trgb +0.238403 0.192912 0.086263 397 175 402 187 384 186 Trgb +0.137926 0.111608 0.049907 390 190 384 186 402 187 Trgb +0.049541 0.040088 0.017926 386 160 383 174 374 172 Trgb +0.015977 0.012928 0.005781 374 172 381 157 386 160 Trgb +0.015977 0.012928 0.005781 393 153 386 160 381 157 Trgb +0.283490 0.229397 0.102577 409 172 402 187 408 174 Trgb +0.065053 0.052640 0.023539 383 174 384 186 374 172 Trgb +0.031489 0.025481 0.011394 379 183 374 172 384 186 Trgb +0.042458 0.034357 0.015363 384 186 390 190 379 183 Trgb +0.000000 0.697723 0.209317 341 150 344 149 343 152 Trgb +0.000000 0.697723 0.209317 344 149 346 151 343 152 Trgb +0.000000 0.697723 0.209317 346 151 345 153 343 152 Trgb +0.000000 0.697723 0.209317 345 153 343 154 343 152 Trgb +0.000000 0.697723 0.209317 343 154 341 152 343 152 Trgb +0.000000 0.697723 0.209317 341 152 341 150 343 152 Trgb +0.000000 0.049494 0.014848 350 168 345 153 346 151 Trgb +0.000000 0.044068 0.013220 350 168 346 151 350 165 Trgb +0.000000 0.029160 0.008748 348 168 343 154 345 153 Trgb +0.000000 0.042040 0.012612 348 168 345 153 350 168 Trgb +0.000000 0.005426 0.001628 346 167 341 152 343 154 Trgb +0.000000 0.010853 0.003256 346 167 343 154 348 168 Trgb +0.041998 0.199607 0.048321 336 144 348 143 342 148 Trgb +0.000000 0.000000 0.000000 334 144 343 140 336 144 Trgb +0.020666 0.098222 0.023778 348 143 336 144 343 140 Trgb +0.028561 0.135744 0.032861 343 140 351 143 348 143 Trgb +0.080827 0.384157 0.092997 348 143 349 154 342 148 Trgb +0.101740 0.483551 0.117058 356 151 352 159 349 154 Trgb +0.088824 0.422164 0.102198 349 154 348 143 356 151 Trgb +0.057889 0.275137 0.066605 351 143 356 151 348 143 Trgb +0.030833 0.146542 0.035475 337 155 336 144 342 148 Trgb +0.000000 0.000000 0.000000 331 153 334 144 336 144 Trgb +0.009501 0.045158 0.010932 336 144 337 155 331 153 Trgb +0.009501 0.045158 0.010932 335 161 331 153 337 155 Trgb +0.069662 0.331092 0.080151 349 154 337 155 342 148 Trgb +0.090575 0.430486 0.104212 352 159 344 163 349 154 Trgb +0.066494 0.316036 0.076506 337 155 349 154 344 163 Trgb +0.027665 0.131486 0.031830 344 163 335 161 337 155 Trgb +0.000000 0.699775 0.209933 370 210 368 207 370 207 Trgb +0.000000 0.699775 0.209933 368 207 369 204 370 207 Trgb +0.000000 0.699775 0.209933 369 204 370 203 370 207 Trgb +0.000000 0.699775 0.209933 370 203 372 206 370 207 Trgb +0.000000 0.699775 0.209933 372 206 372 209 370 207 Trgb +0.000000 0.699775 0.209933 372 209 370 210 370 207 Trgb +0.000000 0.011674 0.003502 312 219 368 207 370 210 Trgb +0.000000 0.014707 0.004412 312 219 370 210 313 222 Trgb +0.000000 0.002881 0.000864 312 216 369 204 368 207 Trgb +0.000000 0.005761 0.001728 312 216 368 207 312 219 Trgb +0.000000 0.014859 0.004458 313 222 370 210 372 209 Trgb +0.000000 0.011978 0.003594 313 222 372 209 315 221 Trgb +0.000000 0.000000 0.000000 369 208 369 209 370 207 Trgb +0.000000 0.000000 0.000000 369 209 369 207 370 207 Trgb +0.000000 0.000000 0.000000 369 207 371 205 370 207 Trgb +0.000000 0.000000 0.000000 371 205 372 205 370 207 Trgb +0.000000 0.000000 0.000000 372 205 371 206 370 207 Trgb +0.000000 0.000000 0.000000 371 206 369 208 370 207 Trgb +0.000000 0.033825 0.010148 371 206 410 235 409 237 Trgb +0.000000 0.027366 0.008210 371 206 409 237 369 208 Trgb +0.000000 0.026347 0.007904 372 205 411 234 410 235 Trgb +0.000000 0.033316 0.009995 372 205 410 235 371 206 Trgb +0.000000 0.013938 0.004181 369 208 409 237 408 237 Trgb +0.000000 0.006969 0.002091 369 208 408 237 369 209 Trgb +0.402052 0.138238 0.108058 417 254 429 236 426 248 Trgb +0.324052 0.111419 0.087094 402 249 413 237 417 254 Trgb +0.415721 0.142938 0.111732 429 236 417 254 413 237 Trgb +0.399297 0.137291 0.107317 413 237 421 224 429 236 Trgb +0.303041 0.104195 0.081447 421 224 422 218 429 236 Trgb +0.196628 0.067607 0.052847 397 253 402 249 417 254 Trgb +0.000000 0.000000 0.000000 405 218 392 236 392 223 Trgb +0.195487 0.067215 0.052540 413 237 402 249 392 236 Trgb +0.127423 0.043812 0.034247 392 236 405 218 413 237 Trgb +0.239564 0.082370 0.064387 421 224 413 237 405 218 Trgb +0.000000 0.000000 0.000000 402 218 405 218 392 223 Trgb +0.031167 0.010716 0.008377 405 218 402 218 422 218 Trgb +0.143308 0.049274 0.038516 422 218 421 224 405 218 Trgb +0.000000 0.000000 0.000000 392 236 390 235 392 223 Trgb +0.068063 0.023402 0.018293 402 249 397 253 392 236 Trgb +0.000000 0.000000 0.000000 390 235 392 236 397 253 Trgb +0.000000 0.699725 0.209917 388 238 390 237 389 239 Trgb +0.000000 0.699725 0.209917 390 237 392 238 389 239 Trgb +0.000000 0.699725 0.209917 392 238 391 240 389 239 Trgb +0.000000 0.699725 0.209917 391 240 388 241 389 239 Trgb +0.000000 0.699725 0.209917 388 241 387 240 389 239 Trgb +0.000000 0.699725 0.209917 387 240 388 238 389 239 Trgb +0.000000 0.011031 0.003309 371 205 390 237 388 238 Trgb +0.000000 0.005515 0.001655 371 205 388 238 369 206 Trgb +0.000000 0.017121 0.005136 372 206 392 238 390 237 Trgb +0.000000 0.016834 0.005050 372 206 390 237 371 205 Trgb +0.000000 0.000000 0.000000 369 206 388 238 387 240 Trgb +0.000000 0.000000 0.000000 369 206 387 240 368 207 Trgb +0.349698 0.218700 0.113680 387 242 406 239 397 252 Trgb +0.133776 0.083663 0.043488 379 231 393 224 387 242 Trgb +0.271918 0.170056 0.088395 406 239 387 242 393 224 Trgb +0.255724 0.159929 0.083131 393 224 405 226 406 239 Trgb +0.354064 0.221431 0.115099 406 239 402 254 397 252 Trgb +0.280651 0.175518 0.091234 402 254 406 239 407 236 Trgb +0.260091 0.162660 0.084550 405 226 407 236 406 239 Trgb +0.250481 0.156650 0.081426 384 257 387 242 397 252 Trgb +0.086350 0.054003 0.028071 371 242 379 231 387 242 Trgb +0.125275 0.078347 0.040724 387 242 384 257 371 242 Trgb +0.038925 0.024344 0.012654 374 251 371 242 384 257 Trgb +0.047425 0.029660 0.015417 393 224 379 231 376 224 Trgb +0.047425 0.029660 0.015417 376 224 394 221 393 224 Trgb +0.117582 0.073536 0.038224 405 226 393 224 394 221 Trgb +0.254847 0.159381 0.082846 402 254 384 257 397 252 Trgb +0.000000 0.000000 0.000000 379 231 371 242 376 224 Trgb +0.000000 0.682373 0.204712 391 162 392 163 390 162 Trgb +0.000000 0.682373 0.204712 392 163 391 163 390 162 Trgb +0.000000 0.682373 0.204712 391 163 389 162 390 162 Trgb +0.000000 0.682373 0.204712 389 162 388 161 390 162 Trgb +0.000000 0.682373 0.204712 388 161 389 161 390 162 Trgb +0.000000 0.682373 0.204712 389 161 391 162 390 162 Trgb +0.000000 0.137665 0.041299 371 208 391 163 392 163 Trgb +0.000000 0.128141 0.038442 371 208 392 163 372 208 Trgb +0.000000 0.068110 0.020433 369 207 389 162 391 163 Trgb +0.000000 0.107649 0.032295 369 207 391 163 371 208 Trgb +0.000000 0.009524 0.002857 368 206 388 161 389 162 Trgb +0.000000 0.019047 0.005714 368 206 389 162 369 207 Trgb +0.163081 0.086165 0.049849 403 150 407 155 399 143 Trgb +0.357741 0.189016 0.109351 408 169 406 171 407 155 Trgb +0.201687 0.106563 0.061650 407 155 389 148 399 143 Trgb +0.192638 0.101782 0.058884 394 168 380 161 389 148 Trgb +0.292072 0.154319 0.089278 389 148 407 155 394 168 Trgb +0.396347 0.209413 0.121152 406 171 394 168 407 155 Trgb +0.311639 0.164657 0.095259 406 171 408 169 395 181 Trgb +0.074953 0.039602 0.022911 389 148 385 143 399 143 Trgb +0.069652 0.036801 0.021291 380 161 372 155 389 148 Trgb +0.042354 0.022378 0.012946 385 143 389 148 372 155 Trgb +0.080631 0.042602 0.024647 377 174 395 181 382 180 Trgb +0.150284 0.079404 0.045937 380 161 394 168 377 174 Trgb +0.203616 0.107582 0.062240 395 181 377 174 394 168 Trgb +0.350245 0.185055 0.107060 394 168 406 171 395 181 Trgb +0.027298 0.014423 0.008344 372 155 380 161 377 174 Trgb +0.000000 0.000000 0.000000 377 174 374 169 372 155 Trgb +0.000000 0.697969 0.209391 293 250 295 248 296 251 Trgb +0.000000 0.697969 0.209391 295 248 299 249 296 251 Trgb +0.000000 0.697969 0.209391 299 249 299 253 296 251 Trgb +0.000000 0.697969 0.209391 299 253 297 254 296 251 Trgb +0.000000 0.697969 0.209391 297 254 293 253 296 251 Trgb +0.000000 0.697969 0.209391 293 253 293 250 296 251 Trgb +0.000000 0.000000 0.000000 313 215 295 248 293 250 Trgb +0.000000 0.000000 0.000000 313 215 293 250 310 217 Trgb +0.000000 0.029354 0.008806 316 217 299 249 295 248 Trgb +0.000000 0.014677 0.004403 316 217 295 248 313 215 Trgb +0.000000 0.046680 0.014004 317 220 299 253 299 249 Trgb +0.000000 0.045355 0.013607 317 220 299 249 316 217 Trgb +0.156998 0.121144 0.055628 280 252 297 247 291 260 Trgb +0.000000 0.000000 0.000000 279 244 288 235 280 252 Trgb +0.084838 0.065463 0.030060 297 247 280 252 288 235 Trgb +0.132657 0.102362 0.047004 288 235 302 236 297 247 Trgb +0.278211 0.214675 0.098577 297 247 305 263 291 260 Trgb +0.324474 0.250373 0.114969 312 246 313 259 305 263 Trgb +0.310052 0.239244 0.109859 305 263 297 247 312 246 Trgb +0.236658 0.182612 0.083854 302 236 312 246 297 247 Trgb +0.089372 0.068962 0.031667 289 268 280 252 291 260 Trgb +0.000000 0.000000 0.000000 280 256 279 244 280 252 Trgb +0.017212 0.013281 0.006099 280 252 289 268 280 256 Trgb +0.047819 0.036898 0.016943 302 236 288 235 303 235 Trgb +0.210585 0.162493 0.074615 305 263 289 268 291 260 Trgb +0.256848 0.198191 0.091008 313 259 304 267 305 263 Trgb +0.174799 0.134880 0.061936 289 268 305 263 304 267 Trgb +0.151820 0.117148 0.053794 312 246 302 236 303 235 Trgb +0.000000 0.699942 0.209983 348 304 347 302 351 301 Trgb +0.000000 0.699942 0.209983 347 302 349 298 351 301 Trgb +0.000000 0.699942 0.209983 349 298 353 297 351 301 Trgb +0.000000 0.699942 0.209983 353 297 355 300 351 301 Trgb +0.000000 0.699942 0.209983 355 300 352 303 351 301 Trgb +0.000000 0.699942 0.209983 352 303 348 304 351 301 Trgb +0.000000 0.000000 0.000000 298 255 347 302 348 304 Trgb +0.000000 0.000000 0.000000 298 255 348 304 300 258 Trgb +0.000000 0.001821 0.000546 301 252 349 298 347 302 Trgb +0.000000 0.000911 0.000273 301 252 347 302 298 255 Trgb +0.000000 0.006793 0.002038 304 251 353 297 349 298 Trgb +0.000000 0.004762 0.001429 304 251 349 298 301 252 Trgb +0.000000 0.018322 0.005497 350 301 386 356 384 357 Trgb +0.000000 0.009161 0.002748 350 301 384 357 348 302 Trgb +0.000000 0.035636 0.010691 353 299 389 354 386 356 Trgb +0.000000 0.031560 0.009468 353 299 386 356 350 301 Trgb +0.000000 0.021390 0.006417 353 299 390 354 389 354 Trgb +0.000000 0.030551 0.009165 353 299 389 354 353 299 Trgb +0.000000 0.677885 0.203366 386 356 385 355 387 356 Trgb +0.000000 0.677885 0.203366 385 355 386 354 387 356 Trgb +0.000000 0.677885 0.203366 386 354 388 355 387 356 Trgb +0.000000 0.677885 0.203366 388 355 389 356 387 356 Trgb +0.000000 0.677885 0.203366 389 356 388 357 387 356 Trgb +0.000000 0.677885 0.203366 388 357 386 356 387 356 Trgb +0.000000 0.144797 0.043439 388 357 369 396 367 395 Trgb +0.000000 0.115047 0.034514 388 357 367 395 386 356 Trgb +0.000000 0.117682 0.035305 389 356 369 395 369 396 Trgb +0.000000 0.146114 0.043834 389 356 369 396 388 357 Trgb +0.000000 0.056865 0.017059 386 356 367 395 365 394 Trgb +0.000000 0.028432 0.008530 386 356 365 394 385 355 Trgb +0.009232 0.148327 0.031512 363 401 370 403 364 402 Trgb +0.022270 0.357806 0.076015 365 397 371 399 363 401 Trgb +0.022149 0.355867 0.075603 370 403 363 401 371 399 Trgb +0.031065 0.499105 0.106034 371 399 375 399 370 403 Trgb +0.009353 0.150267 0.031924 360 393 365 397 363 401 Trgb +0.002795 0.044900 0.009539 363 401 359 396 360 393 Trgb +0.000000 0.000000 0.000000 360 390 360 393 359 396 Trgb +0.019209 0.308621 0.065566 376 392 369 391 371 387 Trgb +0.025955 0.417018 0.088595 371 399 365 397 369 391 Trgb +0.029520 0.474291 0.100762 369 391 376 392 371 399 Trgb +0.034750 0.558317 0.118613 375 399 371 399 376 392 Trgb +0.009086 0.145981 0.031013 369 391 365 386 371 387 Trgb +0.013038 0.209479 0.044503 365 397 360 393 369 391 Trgb +0.006480 0.104112 0.022118 365 386 369 391 360 393 Trgb +0.000000 0.000000 0.000000 360 393 360 390 365 386 Trgb +0.000000 0.698602 0.209581 389 395 390 396 387 396 Trgb +0.000000 0.698602 0.209581 390 396 388 397 387 396 Trgb +0.000000 0.698602 0.209581 388 397 386 397 387 396 Trgb +0.000000 0.698602 0.209581 386 397 385 396 387 396 Trgb +0.000000 0.698602 0.209581 385 396 387 395 387 396 Trgb +0.000000 0.698602 0.209581 387 395 389 395 387 396 Trgb +0.000000 0.037233 0.011170 389 356 390 396 389 395 Trgb +0.000000 0.038872 0.011662 389 356 389 395 389 355 Trgb +0.000000 0.003278 0.000983 386 354 387 395 385 396 Trgb +0.000000 0.001639 0.000492 386 354 385 396 385 355 Trgb +0.000000 0.028646 0.008594 389 355 389 395 387 395 Trgb +0.000000 0.016781 0.005034 389 355 387 395 386 354 Trgb +0.404995 0.114698 0.103939 398 404 399 414 388 415 Trgb +0.435739 0.123405 0.111829 402 388 409 395 398 404 Trgb +0.425131 0.120400 0.109106 399 414 398 404 409 395 Trgb +0.324162 0.091805 0.083193 376 404 398 404 388 415 Trgb +0.354905 0.100512 0.091083 386 385 402 388 398 404 Trgb +0.263463 0.074615 0.067616 398 404 376 404 386 385 Trgb +0.091315 0.025861 0.023435 371 389 386 385 376 404 Trgb +0.276324 0.078257 0.070916 409 395 402 388 397 377 Trgb +0.152013 0.043051 0.039013 377 414 376 404 388 415 Trgb +0.039290 0.011127 0.010084 376 404 377 414 366 396 Trgb +0.039290 0.011127 0.010084 366 396 371 389 376 404 Trgb +0.195491 0.055364 0.050171 402 388 386 385 397 377 Trgb +0.064759 0.018340 0.016620 376 378 397 377 386 385 Trgb +0.052024 0.014734 0.013352 386 385 371 389 376 378 Trgb +0.000000 0.000000 0.000000 371 389 366 396 376 378 Trgb +0.000000 0.699996 0.209999 421 374 420 376 419 375 Trgb +0.000000 0.699996 0.209999 420 376 419 377 419 375 Trgb +0.000000 0.699996 0.209999 419 377 418 376 419 375 Trgb +0.000000 0.699996 0.209999 418 376 418 374 419 375 Trgb +0.000000 0.699996 0.209999 418 374 420 373 419 375 Trgb +0.000000 0.699996 0.209999 420 373 421 374 419 375 Trgb +0.000000 0.000000 0.000000 385 357 418 376 419 377 Trgb +0.000000 0.000000 0.000000 385 357 419 377 386 358 Trgb +0.000000 0.000000 0.000000 386 355 418 374 418 376 Trgb +0.000000 0.000000 0.000000 386 355 418 376 385 357 Trgb +0.000000 0.001176 0.000353 388 354 420 373 418 374 Trgb +0.000000 0.000588 0.000176 388 354 418 374 386 355 Trgb +0.289362 0.280459 0.113964 436 374 429 389 431 382 Trgb +0.278122 0.269564 0.109537 429 389 419 386 431 382 Trgb +0.077960 0.075561 0.030704 412 390 407 384 419 386 Trgb +0.159921 0.155000 0.062984 419 386 429 389 412 390 Trgb +0.292601 0.283598 0.115240 426 371 436 374 431 382 Trgb +0.104389 0.101177 0.041113 426 360 431 366 436 374 Trgb +0.181640 0.176051 0.071538 436 374 426 371 426 360 Trgb +0.094729 0.091814 0.037309 417 362 426 360 426 371 Trgb +0.281360 0.272703 0.110813 419 386 426 371 431 382 Trgb +0.077960 0.075561 0.030704 407 384 409 372 419 386 Trgb +0.163159 0.158139 0.064260 426 371 419 386 409 372 Trgb +0.087489 0.084798 0.034457 409 372 417 362 426 371 Trgb +0.009530 0.009236 0.003753 426 360 417 362 410 361 Trgb +0.000000 0.000000 0.000000 409 372 407 384 403 376 Trgb +0.000000 0.000000 0.000000 403 376 410 361 409 372 Trgb +0.002290 0.002219 0.000902 417 362 409 372 410 361 Trgb +0.000000 0.697280 0.209184 347 363 350 363 349 364 Trgb +0.000000 0.697280 0.209184 350 363 352 364 349 364 Trgb +0.000000 0.697280 0.209184 352 364 351 365 349 364 Trgb +0.000000 0.697280 0.209184 351 365 348 365 349 364 Trgb +0.000000 0.697280 0.209184 348 365 346 364 349 364 Trgb +0.000000 0.697280 0.209184 346 364 347 363 349 364 Trgb +0.000000 0.034648 0.010394 352 300 350 363 347 363 Trgb +0.000000 0.017324 0.005197 352 300 347 363 349 300 Trgb +0.000000 0.053795 0.016138 354 301 352 364 350 363 Trgb +0.000000 0.052883 0.015865 354 301 350 363 352 300 Trgb +0.000000 0.000000 0.000000 349 300 347 363 346 364 Trgb +0.000000 0.000000 0.000000 349 300 346 364 348 301 Trgb +0.308371 0.106028 0.082880 340 375 360 376 349 384 Trgb +0.157725 0.054231 0.042391 336 359 352 359 340 375 Trgb +0.324928 0.111721 0.087330 360 376 340 375 352 359 Trgb +0.420222 0.144486 0.112941 352 359 366 361 360 376 Trgb +0.317849 0.109287 0.085427 360 376 358 381 349 384 Trgb +0.343885 0.118239 0.092425 358 381 360 376 369 365 Trgb +0.429700 0.147745 0.115489 366 361 369 365 360 376 Trgb +0.141167 0.048538 0.037941 337 380 340 375 349 384 Trgb +0.055697 0.019150 0.014970 329 363 336 359 340 375 Trgb +0.055697 0.019150 0.014970 340 375 337 380 329 363 Trgb +0.046330 0.015930 0.012452 361 348 341 347 350 344 Trgb +0.102027 0.035080 0.027422 352 359 336 359 341 347 Trgb +0.148358 0.051010 0.039874 341 347 361 348 352 359 Trgb +0.299349 0.102926 0.080455 366 361 352 359 361 348 Trgb +0.308827 0.106185 0.083002 369 365 366 361 361 348 Trgb +0.000000 0.000000 0.000000 336 359 329 363 341 347 Trgb +0.000000 0.698661 0.209598 356 291 357 294 353 293 Trgb +0.000000 0.698661 0.209598 357 294 354 296 353 293 Trgb +0.000000 0.698661 0.209598 354 296 351 295 353 293 Trgb +0.000000 0.698661 0.209598 351 295 350 292 353 293 Trgb +0.000000 0.698661 0.209598 350 292 353 290 353 293 Trgb +0.000000 0.698661 0.209598 353 290 356 291 353 293 Trgb +0.000000 0.033302 0.009991 352 304 354 296 357 294 Trgb +0.000000 0.037838 0.011351 352 304 357 294 354 302 Trgb +0.000000 0.009589 0.002877 348 303 351 295 354 296 Trgb +0.000000 0.019177 0.005753 348 303 354 296 352 304 Trgb +0.000000 0.000000 0.000000 348 300 350 292 351 295 Trgb +0.000000 0.000000 0.000000 348 300 351 295 348 303 Trgb +0.000000 0.000000 0.000000 328 260 328 261 326 261 Trgb +0.000000 0.000000 0.000000 328 261 326 263 326 261 Trgb +0.000000 0.000000 0.000000 326 263 324 263 326 261 Trgb +0.000000 0.000000 0.000000 324 263 324 262 326 261 Trgb +0.000000 0.000000 0.000000 324 262 326 260 326 261 Trgb +0.000000 0.000000 0.000000 326 260 328 260 326 261 Trgb +0.000000 0.115033 0.034510 355 293 328 261 328 260 Trgb +0.000000 0.073975 0.022192 355 293 328 260 355 291 Trgb +0.000000 0.134147 0.040244 354 295 326 263 328 261 Trgb +0.000000 0.145119 0.043536 354 295 328 261 355 293 Trgb +0.000000 0.041058 0.012317 352 295 324 263 326 263 Trgb +0.000000 0.082116 0.024635 352 295 326 263 354 295 Trgb +0.012930 0.111978 0.024982 327 251 325 259 320 255 Trgb +0.024464 0.211872 0.047267 334 254 335 258 327 251 Trgb +0.032663 0.282874 0.063107 325 259 327 251 335 258 Trgb +0.055838 0.483582 0.107884 335 258 331 265 325 259 Trgb +0.012930 0.111978 0.024982 325 259 317 262 320 255 Trgb +0.013042 0.112948 0.025198 324 269 319 269 317 262 Trgb +0.025972 0.224926 0.050180 317 262 325 259 324 269 Trgb +0.049147 0.425634 0.094956 331 265 324 269 325 259 Trgb +0.000000 0.000000 0.000000 319 254 327 251 320 255 Trgb +0.046381 0.401681 0.089613 336 261 334 269 335 258 Trgb +0.062754 0.543471 0.121245 331 265 335 258 334 269 Trgb +0.000000 0.000000 0.000000 317 262 319 254 320 255 Trgb +0.013154 0.113918 0.025414 319 269 324 269 325 272 Trgb +0.032999 0.285785 0.063757 334 269 325 272 324 269 Trgb +0.056063 0.485523 0.108317 324 269 331 265 334 269 Trgb +0.000000 0.677401 0.203220 372 250 370 250 370 249 Trgb +0.000000 0.677401 0.203220 370 250 368 249 370 249 Trgb +0.000000 0.677401 0.203220 368 249 367 248 370 249 Trgb +0.000000 0.677401 0.203220 367 248 369 248 370 249 Trgb +0.000000 0.677401 0.203220 369 248 371 249 370 249 Trgb +0.000000 0.677401 0.203220 371 249 372 250 370 249 Trgb +0.000000 0.155473 0.046642 354 294 370 250 372 250 Trgb +0.000000 0.146657 0.043997 354 294 372 250 356 294 Trgb +0.000000 0.072397 0.021719 352 293 368 249 370 250 Trgb +0.000000 0.118344 0.035503 352 293 370 250 354 294 Trgb +0.000000 0.008817 0.002645 351 292 367 248 368 249 Trgb +0.000000 0.017634 0.005290 351 292 368 249 352 293 Trgb +0.253712 0.080223 0.066787 390 240 373 240 377 229 Trgb +0.428856 0.135602 0.112892 390 257 383 259 390 240 Trgb +0.393311 0.124363 0.103535 373 240 390 240 383 259 Trgb +0.382168 0.120840 0.100601 383 259 367 256 373 240 Trgb +0.133898 0.042338 0.035247 373 240 360 230 377 229 Trgb +0.000000 0.000000 0.000000 353 248 349 241 360 230 Trgb +0.100475 0.031770 0.026449 360 230 373 240 353 248 Trgb +0.209145 0.066131 0.055055 367 256 353 248 373 240 Trgb +0.125755 0.039763 0.033104 363 268 379 268 362 269 Trgb +0.381589 0.120657 0.100449 383 259 390 257 379 268 Trgb +0.298777 0.094472 0.078650 379 268 363 268 383 259 Trgb +0.334900 0.105894 0.088159 367 256 383 259 363 268 Trgb +0.053208 0.016824 0.014006 350 258 363 268 362 269 Trgb +0.000000 0.000000 0.000000 349 241 353 248 350 258 Trgb +0.053208 0.016824 0.014006 363 268 350 258 353 248 Trgb +0.161878 0.051185 0.042613 353 248 367 256 363 268 Trgb +0.000000 0.699775 0.209932 374 329 375 328 376 328 Trgb +0.000000 0.699775 0.209932 375 328 377 327 376 328 Trgb +0.000000 0.699775 0.209932 377 327 378 327 376 328 Trgb +0.000000 0.699775 0.209932 378 327 378 329 376 328 Trgb +0.000000 0.699775 0.209932 378 329 375 330 376 328 Trgb +0.000000 0.699775 0.209932 375 330 374 329 376 328 Trgb +0.000000 0.000000 0.000000 352 292 375 328 374 329 Trgb +0.000000 0.000000 0.000000 352 292 374 329 351 294 Trgb +0.000000 0.010089 0.003027 354 291 377 327 375 328 Trgb +0.000000 0.005044 0.001513 354 291 375 328 352 292 Trgb +0.000000 0.015452 0.004635 356 292 378 327 377 327 Trgb +0.000000 0.015292 0.004588 356 292 377 327 354 291 Trgb +0.251815 0.220453 0.094454 371 344 380 331 385 342 Trgb +0.043448 0.038037 0.016297 360 337 362 328 371 344 Trgb +0.140870 0.123326 0.052839 380 331 371 344 362 328 Trgb +0.124253 0.108778 0.046606 362 328 373 319 380 331 Trgb +0.321818 0.281738 0.120711 380 331 393 331 385 342 Trgb +0.216925 0.189909 0.081367 385 315 392 319 393 331 Trgb +0.264847 0.231862 0.099342 393 331 380 331 385 315 Trgb +0.178226 0.156030 0.066851 373 319 385 315 380 331 Trgb +0.213871 0.187235 0.080221 384 344 371 344 385 342 Trgb +0.000000 0.000000 0.000000 362 328 360 337 359 325 Trgb +0.000000 0.000000 0.000000 359 325 368 312 362 328 Trgb +0.026831 0.023489 0.010064 373 319 362 328 368 312 Trgb +0.283874 0.248520 0.106479 393 331 384 344 385 342 Trgb +0.103473 0.090587 0.038812 392 319 385 315 381 313 Trgb +0.053974 0.047252 0.020245 368 312 381 313 385 315 Trgb +0.080804 0.070741 0.030309 385 315 373 319 368 312 Trgb +0.000000 0.665402 0.199621 241 278 244 280 242 282 Trgb +0.000000 0.665402 0.199621 244 280 245 284 242 282 Trgb +0.000000 0.665402 0.199621 245 284 243 286 242 282 Trgb +0.000000 0.665402 0.199621 243 286 240 284 242 282 Trgb +0.000000 0.665402 0.199621 240 284 239 280 242 282 Trgb +0.000000 0.665402 0.199621 239 280 241 278 242 282 Trgb +0.000000 0.101649 0.030495 305 252 244 280 241 278 Trgb +0.000000 0.050824 0.015247 305 252 241 278 301 250 Trgb +0.000000 0.191076 0.057323 305 257 245 284 244 280 Trgb +0.000000 0.171775 0.051532 305 257 244 280 305 252 Trgb +0.000000 0.108729 0.032619 303 259 243 286 245 284 Trgb +0.000000 0.159553 0.047866 303 259 245 284 305 257 Trgb +0.000000 0.000000 0.000000 183 257 182 260 181 259 Trgb +0.000000 0.000000 0.000000 182 260 180 262 181 259 Trgb +0.000000 0.000000 0.000000 180 262 180 261 181 259 Trgb +0.000000 0.000000 0.000000 180 261 181 258 181 259 Trgb +0.000000 0.000000 0.000000 181 258 182 256 181 259 Trgb +0.000000 0.000000 0.000000 182 256 183 257 181 259 Trgb +0.000000 0.058545 0.017564 243 283 182 260 183 257 Trgb +0.000000 0.052058 0.015618 243 283 183 257 243 280 Trgb +0.000000 0.034650 0.010395 241 285 180 262 182 260 Trgb +0.000000 0.049841 0.014952 241 285 182 260 243 283 Trgb +0.000000 0.030381 0.009114 243 280 183 257 182 256 Trgb +0.000000 0.015191 0.004557 243 280 182 256 243 279 Trgb +0.000000 0.699531 0.209859 182 258 183 258 181 259 Trgb +0.000000 0.699531 0.209859 183 258 182 259 181 259 Trgb +0.000000 0.699531 0.209859 182 259 180 260 181 259 Trgb +0.000000 0.699531 0.209859 180 260 179 260 181 259 Trgb +0.000000 0.699531 0.209859 179 260 180 259 181 259 Trgb +0.000000 0.699531 0.209859 180 259 182 258 181 259 Trgb +0.000000 0.018127 0.005438 180 259 158 222 160 221 Trgb +0.000000 0.021833 0.006550 180 259 160 221 182 258 Trgb +0.000000 0.004807 0.001442 179 260 157 224 158 222 Trgb +0.000000 0.009615 0.002884 179 260 158 222 180 259 Trgb +0.000000 0.020731 0.006219 182 258 160 221 161 221 Trgb +0.000000 0.015923 0.004777 182 258 161 221 183 258 Trgb +0.000000 0.000000 0.000000 158 206 144 215 151 210 Trgb +0.125687 0.116237 0.048385 165 212 154 217 158 206 Trgb +0.054272 0.050191 0.020893 144 215 158 206 154 217 Trgb +0.059609 0.055128 0.022947 154 217 145 225 144 215 Trgb +0.005337 0.004936 0.002055 145 225 145 232 144 215 Trgb +0.118139 0.109256 0.045479 173 213 165 212 158 206 Trgb +0.290405 0.268570 0.111795 155 233 169 224 167 235 Trgb +0.245347 0.226900 0.094449 154 217 165 212 169 224 Trgb +0.246867 0.228306 0.095035 169 224 155 233 154 217 Trgb +0.132545 0.122579 0.051025 145 225 154 217 155 233 Trgb +0.189409 0.175168 0.072915 160 239 155 233 167 235 Trgb +0.091599 0.084712 0.035262 155 233 160 239 145 232 Trgb +0.078273 0.072388 0.030132 145 232 145 225 155 233 Trgb +0.282857 0.261589 0.108889 169 224 174 230 167 235 Trgb +0.237798 0.219919 0.091543 165 212 173 213 169 224 Trgb +0.231771 0.214345 0.089223 174 230 169 224 173 213 Trgb +0.000000 0.687742 0.206322 155 248 154 246 156 245 Trgb +0.000000 0.687742 0.206322 154 246 155 244 156 245 Trgb +0.000000 0.687742 0.206322 155 244 157 243 156 245 Trgb +0.000000 0.687742 0.206322 157 243 158 244 156 245 Trgb +0.000000 0.687742 0.206322 158 244 157 247 156 245 Trgb +0.000000 0.687742 0.206322 157 247 155 248 156 245 Trgb +0.000000 0.066457 0.019937 183 258 158 244 157 243 Trgb +0.000000 0.033228 0.009969 183 258 157 243 182 257 Trgb +0.000000 0.115018 0.034505 183 261 157 247 158 244 Trgb +0.000000 0.107351 0.032205 183 261 158 244 183 258 Trgb +0.000000 0.056227 0.016868 181 261 155 248 157 247 Trgb +0.000000 0.089455 0.026837 181 261 157 247 183 261 Trgb +0.095233 0.034446 0.025936 143 255 136 238 145 239 Trgb +0.080765 0.029213 0.021996 149 265 139 256 143 255 Trgb +0.051549 0.018645 0.014039 136 238 143 255 139 256 Trgb +0.053915 0.019501 0.014683 136 238 153 226 145 239 Trgb +0.010230 0.003700 0.002786 153 226 136 238 149 228 Trgb +0.241449 0.087332 0.065756 160 244 143 255 145 239 Trgb +0.216750 0.078399 0.059030 163 263 149 265 143 255 Trgb +0.333750 0.120718 0.090894 143 255 160 244 163 263 Trgb +0.445297 0.161065 0.121272 173 250 163 263 160 244 Trgb +0.200131 0.072388 0.054504 153 226 160 244 145 239 Trgb +0.104898 0.037942 0.028568 163 225 173 234 153 226 Trgb +0.251114 0.090828 0.068388 160 244 153 226 173 234 Trgb +0.403979 0.146120 0.110020 173 234 173 250 160 244 Trgb +0.165202 0.059754 0.044991 149 265 163 263 159 264 Trgb +0.383518 0.138719 0.104448 163 263 173 250 176 253 Trgb +0.342200 0.123775 0.093195 173 250 173 234 176 253 Trgb +0.000000 0.000000 0.000000 138 279 137 277 139 279 Trgb +0.000000 0.000000 0.000000 137 277 138 277 139 279 Trgb +0.000000 0.000000 0.000000 138 277 139 279 139 279 Trgb +0.000000 0.000000 0.000000 139 279 140 281 139 279 Trgb +0.000000 0.000000 0.000000 140 281 139 281 139 279 Trgb +0.000000 0.000000 0.000000 139 281 138 279 139 279 Trgb +0.000000 0.007901 0.002370 181 257 138 277 137 277 Trgb +0.000000 0.003951 0.001185 181 257 137 277 180 257 Trgb +0.000000 0.086361 0.025908 182 259 139 279 138 277 Trgb +0.000000 0.049106 0.014732 182 259 138 277 181 257 Trgb +0.000000 0.115714 0.034714 182 261 140 281 139 279 Trgb +0.000000 0.119664 0.035899 182 261 139 279 182 259 Trgb +0.103705 0.001023 0.020945 115 270 125 287 116 290 Trgb +0.383332 0.003780 0.077422 134 263 143 280 125 287 Trgb +0.180283 0.001778 0.036412 125 287 115 270 134 263 Trgb +0.076578 0.000755 0.015467 128 256 134 263 115 270 Trgb +0.130831 0.001290 0.026424 125 287 130 303 116 290 Trgb +0.517330 0.005102 0.104486 143 280 149 296 125 287 Trgb +0.341407 0.003367 0.068955 130 303 125 287 149 296 Trgb +0.332454 0.003279 0.067146 149 296 149 301 130 303 Trgb +0.239839 0.002365 0.048441 158 272 147 256 161 269 Trgb +0.463077 0.004567 0.093529 143 280 134 263 158 272 Trgb +0.260028 0.002564 0.052519 147 256 158 272 134 263 Trgb +0.076578 0.000755 0.015467 134 263 128 256 147 256 Trgb +0.346710 0.003419 0.070026 162 287 158 272 161 269 Trgb +0.597075 0.005888 0.120593 149 296 143 280 158 272 Trgb +0.500898 0.004940 0.101168 158 272 162 287 149 296 Trgb +0.412199 0.004065 0.083253 149 301 149 296 162 287 Trgb +0.000000 0.698970 0.209691 239 286 235 285 237 282 Trgb +0.000000 0.698970 0.209691 235 285 233 282 237 282 Trgb +0.000000 0.698970 0.209691 233 282 235 279 237 282 Trgb +0.000000 0.698970 0.209691 235 279 239 279 237 282 Trgb +0.000000 0.698970 0.209691 239 279 241 283 237 282 Trgb +0.000000 0.698970 0.209691 241 283 239 286 237 282 Trgb +0.000000 0.004282 0.001285 244 279 239 279 235 279 Trgb +0.000000 0.002141 0.000642 244 279 235 279 241 279 Trgb +0.000000 0.025877 0.007763 245 282 241 283 239 279 Trgb +0.000000 0.016150 0.004845 245 282 239 279 244 279 Trgb +0.000000 0.031322 0.009397 244 285 239 286 241 283 Trgb +0.000000 0.033463 0.010039 244 285 241 283 245 282 Trgb +0.000000 0.699983 0.209995 269 294 268 292 270 291 Trgb +0.000000 0.699983 0.209995 268 292 269 290 270 291 Trgb +0.000000 0.699983 0.209995 269 290 270 289 270 291 Trgb +0.000000 0.699983 0.209995 270 289 272 290 270 291 Trgb +0.000000 0.699983 0.209995 272 290 271 293 270 291 Trgb +0.000000 0.699983 0.209995 271 293 269 294 270 291 Trgb +0.000000 0.002735 0.000821 235 283 268 292 269 294 Trgb +0.000000 0.003769 0.001131 235 283 269 294 236 285 Trgb +0.000000 0.000567 0.000170 236 281 269 290 268 292 Trgb +0.000000 0.001134 0.000340 236 281 268 292 235 283 Trgb +0.000000 0.000000 0.000000 238 280 270 289 269 290 Trgb +0.000000 0.000000 0.000000 238 280 269 290 236 281 Trgb +0.376135 0.200455 0.115318 276 308 269 291 284 295 Trgb +0.154087 0.082118 0.047241 265 311 256 303 276 308 Trgb +0.237541 0.126594 0.072827 269 291 276 308 256 303 Trgb +0.116308 0.061985 0.035659 256 303 255 288 269 291 Trgb +0.346879 0.184863 0.106348 269 291 283 279 284 295 Trgb +0.091976 0.049017 0.028199 263 274 275 271 283 279 Trgb +0.196118 0.104518 0.060127 283 279 269 291 263 274 Trgb +0.104142 0.055501 0.031929 255 288 263 274 269 291 Trgb +0.381060 0.203080 0.116828 290 296 276 308 284 295 Trgb +0.012166 0.006484 0.003730 255 288 256 303 250 286 Trgb +0.351803 0.187488 0.107858 283 279 290 296 284 295 Trgb +0.091976 0.049017 0.028199 275 271 284 279 283 279 Trgb +0.201042 0.107142 0.061637 290 296 283 279 284 279 Trgb +0.000000 0.000000 0.000000 263 274 255 288 250 286 Trgb +0.000000 0.696680 0.209004 220 322 221 321 222 322 Trgb +0.000000 0.696680 0.209004 221 321 224 322 222 322 Trgb +0.000000 0.696680 0.209004 224 322 225 323 222 322 Trgb +0.000000 0.696680 0.209004 225 323 223 324 222 322 Trgb +0.000000 0.696680 0.209004 223 324 221 323 222 322 Trgb +0.000000 0.696680 0.209004 221 323 220 322 222 322 Trgb +0.000000 0.003836 0.001151 236 281 221 321 220 322 Trgb +0.000000 0.001918 0.000575 236 281 220 322 235 282 Trgb +0.000000 0.043010 0.012903 238 282 224 322 221 321 Trgb +0.000000 0.024382 0.007315 238 282 221 321 236 281 Trgb +0.000000 0.057802 0.017341 239 283 225 323 224 322 Trgb +0.000000 0.059720 0.017916 239 283 224 322 238 282 Trgb +0.032130 0.233204 0.053067 212 326 221 325 219 331 Trgb +0.000000 0.000000 0.000000 212 319 216 316 212 326 Trgb +0.019262 0.139807 0.031814 221 325 212 326 216 316 Trgb +0.033635 0.244129 0.055553 216 316 223 317 221 325 Trgb +0.055827 0.405196 0.092205 221 325 227 331 219 331 Trgb +0.069102 0.501547 0.114130 231 321 233 326 227 331 Trgb +0.067720 0.491517 0.111847 227 331 221 325 231 321 Trgb +0.058397 0.423846 0.096448 223 317 231 321 221 325 Trgb +0.012868 0.093396 0.021253 219 333 212 326 219 331 Trgb +0.000000 0.000000 0.000000 216 316 212 319 217 314 Trgb +0.001064 0.007725 0.001758 217 314 225 312 216 316 Trgb +0.015437 0.112046 0.025497 223 317 216 316 225 312 Trgb +0.036565 0.265389 0.060391 227 331 219 333 219 331 Trgb +0.050904 0.369464 0.084074 233 326 231 321 232 318 Trgb +0.031324 0.227352 0.051735 225 312 232 318 231 321 Trgb +0.040198 0.291763 0.066392 231 321 223 317 225 312 Trgb +0.000000 0.000000 0.000000 194 295 195 296 195 297 Trgb +0.000000 0.000000 0.000000 195 296 196 298 195 297 Trgb +0.000000 0.000000 0.000000 196 298 196 299 195 297 Trgb +0.000000 0.000000 0.000000 196 299 194 299 195 297 Trgb +0.000000 0.000000 0.000000 194 299 193 296 195 297 Trgb +0.000000 0.000000 0.000000 193 296 194 295 195 297 Trgb +0.000000 0.120080 0.036024 238 281 195 296 194 295 Trgb +0.000000 0.060040 0.018012 238 281 194 295 236 280 Trgb +0.000000 0.307224 0.092167 238 283 196 298 195 296 Trgb +0.000000 0.243672 0.073102 238 283 195 296 238 281 Trgb +0.000000 0.250695 0.075208 238 285 196 299 196 298 Trgb +0.000000 0.310735 0.093220 238 285 196 298 238 283 Trgb +0.017736 0.110162 0.025580 185 292 191 298 185 301 Trgb +0.007836 0.048670 0.011301 191 286 195 288 185 292 Trgb +0.025572 0.158832 0.036881 191 298 185 292 195 288 Trgb +0.053236 0.330662 0.076779 195 288 199 295 191 298 Trgb +0.027636 0.171654 0.039858 191 298 191 307 185 301 Trgb +0.057770 0.358825 0.083319 201 303 199 308 191 307 Trgb +0.058923 0.365987 0.084982 191 307 191 298 201 303 Trgb +0.076687 0.476325 0.110603 199 295 201 303 191 298 Trgb +0.000000 0.000000 0.000000 185 301 185 292 185 301 Trgb +0.007836 0.048670 0.011301 195 288 191 286 199 287 Trgb +0.029223 0.181512 0.042147 199 287 205 293 195 288 Trgb +0.056887 0.353342 0.082046 199 295 195 288 205 293 Trgb +0.009900 0.061492 0.014278 191 307 185 301 185 301 Trgb +0.061421 0.381505 0.088585 199 308 201 303 204 302 Trgb +0.066226 0.411348 0.095515 205 293 204 302 201 303 Trgb +0.080339 0.499005 0.115869 201 303 199 295 205 293 Trgb +0.000000 0.000000 0.000000 204 336 203 336 206 337 Trgb +0.000000 0.000000 0.000000 203 336 206 337 206 337 Trgb +0.000000 0.000000 0.000000 206 337 208 339 206 337 Trgb +0.000000 0.000000 0.000000 208 339 208 339 206 337 Trgb +0.000000 0.000000 0.000000 208 339 206 337 206 337 Trgb +0.000000 0.000000 0.000000 206 337 204 336 206 337 Trgb +0.000000 0.287100 0.086130 242 282 206 337 203 336 Trgb +0.000000 0.143550 0.043065 242 282 203 336 240 280 Trgb +0.000000 0.549999 0.165000 244 283 208 339 206 337 Trgb +0.000000 0.490325 0.147098 244 283 206 337 242 282 Trgb +0.000000 0.322574 0.096772 244 284 208 339 208 339 Trgb +0.000000 0.466124 0.139837 244 284 208 339 244 283 Trgb +0.000000 0.698197 0.209459 204 336 205 335 206 337 Trgb +0.000000 0.698197 0.209459 205 335 207 337 206 337 Trgb +0.000000 0.698197 0.209459 207 337 208 339 206 337 Trgb +0.000000 0.698197 0.209459 208 339 206 339 206 337 Trgb +0.000000 0.698197 0.209459 206 339 204 338 206 337 Trgb +0.000000 0.698197 0.209459 204 338 204 336 206 337 Trgb +0.000000 0.008040 0.002412 204 338 183 364 182 362 Trgb +0.000000 0.004020 0.001206 204 338 182 362 204 336 Trgb +0.000000 0.036178 0.010854 206 339 185 365 183 364 Trgb +0.000000 0.024119 0.007236 206 339 183 364 204 338 Trgb +0.000000 0.040198 0.012059 208 339 186 364 185 365 Trgb +0.000000 0.044218 0.013265 208 339 185 365 206 339 Trgb +0.000000 0.000000 0.000000 166 351 166 365 164 363 Trgb +0.000000 0.000000 0.000000 172 382 164 363 166 365 Trgb +0.121419 0.011415 0.026567 166 365 177 378 172 382 Trgb +0.296498 0.027876 0.064875 177 378 193 382 172 382 Trgb +0.293709 0.027614 0.064265 187 364 178 346 195 351 Trgb +0.000000 0.000000 0.000000 166 365 166 351 178 346 Trgb +0.171952 0.016166 0.037624 178 346 187 364 166 365 Trgb +0.293371 0.027582 0.064191 177 378 166 365 187 364 Trgb +0.469028 0.044097 0.102625 205 363 187 364 195 351 Trgb +0.476578 0.044806 0.104277 203 375 193 382 205 363 Trgb +0.522349 0.049110 0.114292 187 364 205 363 193 382 Trgb +0.468450 0.044042 0.102498 193 382 177 378 187 364 Trgb +0.121997 0.011470 0.026693 178 346 197 344 195 351 Trgb +0.000000 0.000000 0.000000 166 351 176 345 178 346 Trgb +0.000239 0.000023 0.000052 197 344 178 346 176 345 Trgb +0.297315 0.027953 0.065054 197 344 205 363 195 351 Trgb +0.000000 0.699742 0.209923 205 337 206 335 206 337 Trgb +0.000000 0.699742 0.209923 206 335 207 336 206 337 Trgb +0.000000 0.699742 0.209923 207 336 207 338 206 337 Trgb +0.000000 0.699742 0.209923 207 338 206 340 206 337 Trgb +0.000000 0.699742 0.209923 206 340 205 339 206 337 Trgb +0.000000 0.699742 0.209923 205 339 205 337 206 337 Trgb +0.000000 0.015210 0.004563 205 339 165 339 165 337 Trgb +0.000000 0.011503 0.003451 205 339 165 337 205 337 Trgb +0.000000 0.013720 0.004116 206 340 167 340 165 339 Trgb +0.000000 0.016319 0.004896 206 340 165 339 205 339 Trgb +0.000000 0.005197 0.001559 205 337 165 337 166 335 Trgb +0.000000 0.002599 0.000780 205 337 166 335 206 335 Trgb +0.058239 0.091602 0.029968 159 333 159 344 153 334 Trgb +0.040484 0.063676 0.020832 156 347 153 334 159 344 Trgb +0.079983 0.125802 0.041157 159 344 164 351 156 347 Trgb +0.017755 0.027926 0.009136 163 325 159 333 153 334 Trgb +0.232855 0.366250 0.119821 173 347 170 334 178 337 Trgb +0.127138 0.199970 0.065422 159 344 159 333 170 334 Trgb +0.193657 0.304596 0.099650 170 334 173 347 159 344 Trgb +0.164256 0.258353 0.084522 164 351 159 344 173 347 Trgb +0.207746 0.326757 0.106901 180 341 173 347 178 337 Trgb +0.139147 0.218860 0.071601 170 350 164 351 173 347 Trgb +0.176996 0.278391 0.091077 170 334 177 328 178 337 Trgb +0.086654 0.136294 0.044590 159 333 163 325 170 334 Trgb +0.097313 0.153061 0.050075 177 328 170 334 163 325 Trgb +0.028415 0.044692 0.014621 163 325 169 324 177 328 Trgb +0.151887 0.238897 0.078157 177 328 180 341 178 337 Trgb +0.000000 0.698962 0.209689 220 381 218 381 220 381 Trgb +0.000000 0.698962 0.209689 218 381 217 381 220 381 Trgb +0.000000 0.698962 0.209689 217 381 219 380 220 381 Trgb +0.000000 0.698962 0.209689 219 380 221 380 220 381 Trgb +0.000000 0.698962 0.209689 221 380 222 380 220 381 Trgb +0.000000 0.698962 0.209689 222 380 220 381 220 381 Trgb +0.000000 0.016514 0.004954 205 337 219 380 217 381 Trgb +0.000000 0.008257 0.002477 205 337 217 381 204 338 Trgb +0.000000 0.033230 0.009969 207 336 221 380 219 380 Trgb +0.000000 0.029001 0.008700 207 336 219 380 205 337 Trgb +0.000000 0.020944 0.006283 208 337 222 380 221 380 Trgb +0.000000 0.029201 0.008760 208 337 221 380 207 336 Trgb +0.307148 0.060281 0.073486 210 400 221 393 226 401 Trgb +0.252761 0.049607 0.060474 201 384 214 377 221 393 Trgb +0.175305 0.034406 0.041942 221 393 210 400 201 384 Trgb +0.015997 0.003140 0.003827 199 388 201 384 210 400 Trgb +0.461610 0.090596 0.110441 221 393 239 390 226 401 Trgb +0.396072 0.077734 0.094761 214 377 231 373 221 393 Trgb +0.473078 0.092847 0.113185 239 390 221 393 231 373 Trgb +0.422991 0.083017 0.101202 231 373 240 373 239 390 Trgb +0.000000 0.000000 0.000000 211 364 201 371 213 360 Trgb +0.093452 0.018341 0.022359 214 377 201 384 211 364 Trgb +0.000000 0.000000 0.000000 201 371 211 364 201 384 Trgb +0.000000 0.000000 0.000000 201 384 199 388 201 371 Trgb +0.000000 0.000000 0.000000 229 361 211 364 213 360 Trgb +0.236764 0.046468 0.056646 231 373 214 377 211 364 Trgb +0.143312 0.028127 0.034288 211 364 229 361 231 373 Trgb +0.252533 0.049563 0.060419 240 373 231 373 229 361 Trgb +0.000000 0.699663 0.209899 381 310 379 311 383 307 Trgb +0.000000 0.699663 0.209899 379 311 381 307 383 307 Trgb +0.000000 0.699663 0.209899 381 307 385 304 383 307 Trgb +0.000000 0.699663 0.209899 385 304 387 303 383 307 Trgb +0.000000 0.699663 0.209899 387 303 385 307 383 307 Trgb +0.000000 0.699663 0.209899 385 307 381 310 383 307 Trgb +0.000000 0.009326 0.002798 303 230 381 307 379 311 Trgb +0.000000 0.004663 0.001399 303 230 379 311 301 233 Trgb +0.000000 0.018911 0.005673 307 226 385 304 381 307 Trgb +0.000000 0.016450 0.004935 307 226 381 307 303 230 Trgb +0.000000 0.012047 0.003614 310 226 387 303 385 304 Trgb +0.000000 0.016710 0.005013 310 226 385 304 307 226 Trgb +0.000000 0.000000 0.000000 381 310 381 307 383 307 Trgb +0.000000 0.000000 0.000000 381 307 384 304 383 307 Trgb +0.000000 0.000000 0.000000 384 304 386 304 383 307 Trgb +0.000000 0.000000 0.000000 386 304 385 307 383 307 Trgb +0.000000 0.000000 0.000000 385 307 383 310 383 307 Trgb +0.000000 0.000000 0.000000 383 310 381 310 383 307 Trgb +0.000000 0.025647 0.007694 383 310 439 357 437 357 Trgb +0.000000 0.012824 0.003847 383 310 437 357 381 310 Trgb +0.000000 0.054647 0.016394 385 307 442 354 439 357 Trgb +0.000000 0.046559 0.013968 385 307 439 357 383 310 Trgb +0.000000 0.037089 0.011127 386 304 442 352 442 354 Trgb +0.000000 0.049912 0.014974 386 304 442 354 385 307 Trgb +0.000000 0.687787 0.206336 438 356 437 353 440 355 Trgb +0.000000 0.687787 0.206336 437 353 439 352 440 355 Trgb +0.000000 0.687787 0.206336 439 352 442 353 440 355 Trgb +0.000000 0.687787 0.206336 442 353 442 356 440 355 Trgb +0.000000 0.687787 0.206336 442 356 440 357 440 355 Trgb +0.000000 0.687787 0.206336 440 357 438 356 440 355 Trgb +0.000000 0.101740 0.030522 442 356 464 346 462 348 Trgb +0.000000 0.074722 0.022417 442 356 462 348 440 357 Trgb +0.000000 0.096953 0.029086 442 353 463 344 464 346 Trgb +0.000000 0.112855 0.033857 442 353 464 346 442 356 Trgb +0.000000 0.027017 0.008105 439 352 461 343 463 344 Trgb +0.000000 0.054034 0.016210 439 352 463 344 442 353 Trgb +0.000000 0.691825 0.207548 460 345 460 344 461 345 Trgb +0.000000 0.691825 0.207548 460 344 462 345 461 345 Trgb +0.000000 0.691825 0.207548 462 345 463 345 461 345 Trgb +0.000000 0.691825 0.207548 463 345 463 346 461 345 Trgb +0.000000 0.691825 0.207548 463 346 461 346 461 345 Trgb +0.000000 0.691825 0.207548 461 346 460 345 461 345 Trgb +0.000000 0.075590 0.022677 462 345 472 314 474 314 Trgb +0.000000 0.090975 0.027293 462 345 474 314 463 345 Trgb +0.000000 0.020068 0.006020 460 344 471 313 472 314 Trgb +0.000000 0.040137 0.012041 460 344 472 314 462 345 Trgb +0.000000 0.000000 0.000000 460 345 470 314 471 313 Trgb +0.000000 0.000000 0.000000 460 345 471 313 460 344 Trgb +0.009659 0.007219 0.003376 468 307 460 308 472 301 Trgb +0.060429 0.045167 0.021119 484 307 472 301 476 303 Trgb +0.283462 0.211871 0.099067 485 316 478 310 484 307 Trgb +0.156813 0.117208 0.054804 472 301 484 307 478 310 Trgb +0.106043 0.079261 0.037061 478 310 468 307 472 301 Trgb +0.182166 0.136158 0.063665 478 324 472 327 468 326 Trgb +0.328054 0.245201 0.114651 485 316 483 320 478 324 Trgb +0.077145 0.057661 0.026961 460 321 467 317 468 326 Trgb +0.000000 0.000000 0.000000 459 313 460 308 460 321 Trgb +0.035955 0.026874 0.012566 467 317 460 321 460 308 Trgb +0.045614 0.034094 0.015942 460 308 468 307 467 317 Trgb +0.195825 0.146368 0.068439 467 317 478 324 468 326 Trgb +0.341713 0.255410 0.119425 478 310 485 316 478 324 Trgb +0.251020 0.187622 0.087728 478 324 467 317 478 310 Trgb +0.141998 0.106135 0.049627 468 307 478 310 467 317 Trgb +0.000000 0.000000 0.000000 463 344 462 346 461 345 Trgb +0.000000 0.000000 0.000000 462 346 461 347 461 345 Trgb +0.000000 0.000000 0.000000 461 347 460 346 461 345 Trgb +0.000000 0.000000 0.000000 460 346 460 345 461 345 Trgb +0.000000 0.000000 0.000000 460 345 462 344 461 345 Trgb +0.000000 0.000000 0.000000 462 344 463 344 461 345 Trgb +0.000000 0.014411 0.004323 461 347 485 367 485 366 Trgb +0.000000 0.007206 0.002162 461 347 485 366 460 346 Trgb +0.000000 0.054003 0.016201 462 346 487 366 485 367 Trgb +0.000000 0.037810 0.011343 462 346 485 367 461 347 Trgb +0.000000 0.055784 0.016735 463 344 487 364 487 366 Trgb +0.000000 0.062990 0.018897 463 344 487 366 462 346 Trgb +0.117681 0.406254 0.104787 491 366 493 361 495 366 Trgb +0.126551 0.436877 0.112686 495 366 491 373 491 366 Trgb +0.122641 0.423379 0.109204 487 372 491 366 491 373 Trgb +0.006385 0.022042 0.005685 481 358 487 358 480 360 Trgb +0.038254 0.132061 0.034063 491 358 493 361 487 358 Trgb +0.006385 0.022042 0.005685 487 358 481 358 491 358 Trgb +0.077571 0.267788 0.069072 481 373 487 372 491 373 Trgb +0.000000 0.000000 0.000000 477 365 481 358 480 360 Trgb +0.014824 0.051177 0.013200 487 358 482 366 480 360 Trgb +0.085380 0.294746 0.076025 493 361 491 366 487 358 Trgb +0.061950 0.213861 0.055162 482 366 487 358 491 366 Trgb +0.090341 0.311871 0.080442 491 366 487 372 482 366 Trgb +0.008440 0.029135 0.007515 482 366 477 365 480 360 Trgb +0.002055 0.007094 0.001830 481 373 479 370 477 365 Trgb +0.010495 0.036229 0.009345 477 365 482 366 481 373 Trgb +0.045270 0.156280 0.040310 487 372 481 373 482 366 Trgb +0.000000 0.000000 0.000000 461 344 461 344 461 345 Trgb +0.000000 0.000000 0.000000 461 344 462 346 461 345 Trgb +0.000000 0.000000 0.000000 462 346 462 347 461 345 Trgb +0.000000 0.000000 0.000000 462 347 461 346 461 345 Trgb +0.000000 0.000000 0.000000 461 346 460 344 461 345 Trgb +0.000000 0.000000 0.000000 460 344 461 344 461 345 Trgb +0.000000 0.074013 0.022204 462 346 495 335 494 336 Trgb +0.000000 0.062494 0.018748 462 346 494 336 462 347 Trgb +0.000000 0.051548 0.015464 461 344 494 333 495 335 Trgb +0.000000 0.068539 0.020562 461 344 495 335 462 346 Trgb +0.000000 0.011519 0.003456 461 344 493 332 494 333 Trgb +0.000000 0.023037 0.006911 461 344 494 333 461 344 Trgb +0.094155 0.178202 0.054471 504 331 498 324 503 331 Trgb +0.011283 0.021354 0.006527 494 326 490 324 498 324 Trgb +0.075245 0.142413 0.043532 498 324 504 331 494 326 Trgb +0.135510 0.256474 0.078397 498 333 494 326 504 331 Trgb +0.000000 0.000000 0.000000 484 337 485 329 484 337 Trgb +0.170934 0.323519 0.098891 497 344 499 341 503 339 Trgb +0.190588 0.360716 0.110261 504 331 503 339 499 341 Trgb +0.198172 0.375072 0.114649 499 341 498 333 504 331 Trgb +0.021265 0.040247 0.012302 485 329 490 336 484 337 Trgb +0.011283 0.021354 0.006527 490 324 494 326 485 329 Trgb +0.032547 0.061601 0.018830 490 336 485 329 494 326 Trgb +0.092812 0.175662 0.053695 494 326 498 333 490 336 Trgb +0.031247 0.059140 0.018077 490 336 490 344 484 337 Trgb +0.128236 0.242707 0.074189 499 341 497 344 490 344 Trgb +0.105192 0.199092 0.060857 490 344 490 336 499 341 Trgb +0.155475 0.294260 0.089947 498 333 499 341 490 336 Trgb +0.000000 0.698488 0.209546 453 408 454 408 451 408 Trgb +0.000000 0.698488 0.209546 454 408 452 409 451 408 Trgb +0.000000 0.698488 0.209546 452 409 449 409 451 408 Trgb +0.000000 0.698488 0.209546 449 409 448 409 451 408 Trgb +0.000000 0.698488 0.209546 448 409 450 408 451 408 Trgb +0.000000 0.698488 0.209546 450 408 453 408 451 408 Trgb +0.000000 0.035029 0.010509 442 354 454 408 453 408 Trgb +0.000000 0.040113 0.012034 442 354 453 408 441 354 Trgb +0.000000 0.010168 0.003050 439 354 450 408 448 409 Trgb +0.000000 0.005084 0.001525 439 354 448 409 437 355 Trgb +0.000000 0.035216 0.010565 441 354 453 408 450 408 Trgb +0.000000 0.025234 0.007570 441 354 450 408 439 354 Trgb +0.000000 0.696558 0.208967 443 433 443 434 441 433 Trgb +0.000000 0.696558 0.208967 443 434 441 435 441 433 Trgb +0.000000 0.696558 0.208967 441 435 439 434 441 433 Trgb +0.000000 0.696558 0.208967 439 434 439 432 441 433 Trgb +0.000000 0.696558 0.208967 439 432 441 432 441 433 Trgb +0.000000 0.696558 0.208967 441 432 443 433 441 433 Trgb +0.000000 0.059446 0.017834 453 409 443 434 443 433 Trgb +0.000000 0.060519 0.018156 453 409 443 433 453 408 Trgb +0.000000 0.002147 0.000644 451 407 441 432 439 432 Trgb +0.000000 0.001074 0.000322 451 407 439 432 449 407 Trgb +0.000000 0.042136 0.012641 453 408 443 433 441 432 Trgb +0.000000 0.022679 0.006804 453 408 441 432 451 407 Trgb +0.329826 0.121701 0.090305 449 438 444 450 437 444 Trgb +0.430194 0.158735 0.117786 456 429 458 440 449 438 Trgb +0.398450 0.147022 0.109094 444 450 449 438 458 440 Trgb +0.318627 0.117568 0.087239 458 440 450 446 444 450 Trgb +0.180059 0.066439 0.049300 444 450 428 444 437 444 Trgb +0.230910 0.085202 0.063223 432 432 449 438 437 444 Trgb +0.331278 0.122236 0.090703 445 421 456 429 449 438 Trgb +0.200618 0.074025 0.054929 449 438 432 432 445 421 Trgb +0.050851 0.018763 0.013923 432 420 445 421 432 432 Trgb +0.081143 0.029941 0.022217 428 444 432 432 437 444 Trgb +0.004639 0.001712 0.001270 432 432 428 444 425 427 Trgb +0.004639 0.001712 0.001270 425 427 432 420 432 432 Trgb +0.223084 0.082315 0.061080 456 429 445 421 455 423 Trgb +0.087786 0.032392 0.024036 438 416 455 423 445 421 Trgb +0.046212 0.017052 0.012653 445 421 432 420 438 416 Trgb +0.000000 0.699959 0.209988 485 427 484 429 484 427 Trgb +0.000000 0.699959 0.209988 484 429 483 429 484 427 Trgb +0.000000 0.699959 0.209988 483 429 484 427 484 427 Trgb +0.000000 0.699959 0.209988 484 427 485 425 484 427 Trgb +0.000000 0.699959 0.209988 485 425 485 426 484 427 Trgb +0.000000 0.699959 0.209988 485 426 485 427 484 427 Trgb +0.000000 0.005578 0.001673 450 408 484 427 483 429 Trgb +0.000000 0.003816 0.001145 450 408 483 429 450 410 Trgb +0.000000 0.005972 0.001792 451 407 485 425 484 427 Trgb +0.000000 0.006656 0.001997 451 407 484 427 450 408 Trgb +0.000000 0.001762 0.000529 452 407 485 426 485 425 Trgb +0.000000 0.003525 0.001057 452 407 485 425 451 407 Trgb +0.371114 0.204675 0.115158 489 443 491 432 498 435 Trgb +0.172821 0.095313 0.053627 475 436 479 426 491 432 Trgb +0.240382 0.132574 0.074591 491 432 489 443 475 436 Trgb +0.114646 0.063229 0.035575 477 441 475 436 489 443 Trgb +0.382205 0.210792 0.118599 491 432 499 422 498 435 Trgb +0.183911 0.101430 0.057068 479 426 486 416 491 432 Trgb +0.262562 0.144807 0.081474 499 422 491 432 486 416 Trgb +0.144668 0.079787 0.044891 486 416 492 413 499 422 Trgb +0.000000 0.000000 0.000000 471 421 470 432 471 419 Trgb +0.047085 0.025968 0.014611 479 426 475 436 471 421 Trgb +0.016255 0.008965 0.005044 470 432 471 421 475 436 Trgb +0.016255 0.008965 0.005044 475 436 477 441 470 432 Trgb +0.000000 0.000000 0.000000 480 412 471 421 471 419 Trgb +0.058175 0.032084 0.018052 486 416 479 426 471 421 Trgb +0.027345 0.015081 0.008485 471 421 480 412 486 416 Trgb +0.035187 0.019406 0.010919 492 413 486 416 480 412 Trgb +0.000000 0.668910 0.200673 449 408 449 407 451 408 Trgb +0.000000 0.668910 0.200673 449 407 451 407 451 408 Trgb +0.000000 0.668910 0.200673 451 407 452 408 451 408 Trgb +0.000000 0.668910 0.200673 452 408 453 409 451 408 Trgb +0.000000 0.668910 0.200673 453 409 451 409 451 408 Trgb +0.000000 0.668910 0.200673 451 409 449 408 451 408 Trgb +0.000000 0.099272 0.029782 451 409 439 442 437 441 Trgb +0.000000 0.049636 0.014891 451 409 437 441 449 408 Trgb +0.000000 0.181706 0.054512 453 409 441 441 439 442 Trgb +0.000000 0.165307 0.049592 453 409 439 442 451 409 Trgb +0.000000 0.000000 0.000000 449 408 437 441 437 440 Trgb +0.000000 0.000000 0.000000 449 408 437 440 449 407 Trgb +0.004375 0.127388 0.026353 433 445 440 448 437 446 Trgb +0.003962 0.115366 0.023866 433 441 438 444 433 445 Trgb +0.008337 0.242754 0.050218 440 448 433 445 438 444 Trgb +0.015764 0.459008 0.094954 438 444 443 445 440 448 Trgb +0.018343 0.534106 0.110490 443 445 446 443 440 448 Trgb +0.000000 0.000000 0.000000 432 438 433 441 433 445 Trgb +0.007368 0.214543 0.044382 443 439 436 437 441 435 Trgb +0.003962 0.115366 0.023866 438 444 433 441 436 437 Trgb +0.010090 0.293808 0.060780 436 437 443 439 438 444 Trgb +0.017517 0.510062 0.105516 443 445 438 444 443 439 Trgb +0.009534 0.277619 0.057431 445 436 443 439 441 435 Trgb +0.014836 0.431982 0.089364 443 439 445 436 446 443 Trgb +0.020096 0.585160 0.121051 446 443 443 445 443 439 Trgb +0.001240 0.036101 0.007468 436 437 438 433 441 435 Trgb +0.000000 0.000000 0.000000 433 441 432 438 436 437 Trgb +0.000000 0.000000 0.000000 438 433 436 437 432 438 Trgb +0.000000 0.699421 0.209826 496 351 496 354 496 353 Trgb +0.000000 0.699421 0.209826 496 354 496 355 496 353 Trgb +0.000000 0.699421 0.209826 496 355 496 354 496 353 Trgb +0.000000 0.699421 0.209826 496 354 496 351 496 353 Trgb +0.000000 0.699421 0.209826 496 351 496 350 496 353 Trgb +0.000000 0.699421 0.209826 496 350 496 351 496 353 Trgb +0.000000 0.023624 0.007087 439 356 496 354 496 355 Trgb +0.000000 0.018777 0.005633 439 356 496 355 440 357 Trgb +0.000000 0.019183 0.005755 439 354 496 351 496 354 Trgb +0.000000 0.023827 0.007148 439 354 496 354 439 356 Trgb +0.000000 0.004847 0.001454 439 352 496 350 496 351 Trgb +0.000000 0.009693 0.002908 439 352 496 351 439 354 Trgb +0.000000 0.172605 0.051782 496 353 494 352 496 353 Trgb +0.000000 0.172605 0.051782 494 352 494 351 496 353 Trgb +0.000000 0.172605 0.051782 494 351 496 352 496 353 Trgb +0.000000 0.172605 0.051782 496 352 497 353 496 353 Trgb +0.000000 0.172605 0.051782 497 353 497 354 496 353 Trgb +0.000000 0.172605 0.051782 497 354 496 353 496 353 Trgb +0.000000 0.589120 0.176736 497 353 517 321 517 322 Trgb +0.000000 0.508333 0.152500 497 353 517 322 497 354 Trgb +0.000000 0.384877 0.115463 496 352 516 320 517 321 Trgb +0.000000 0.527393 0.158218 496 352 517 321 497 353 Trgb +0.000000 0.080787 0.024236 494 351 515 320 516 320 Trgb +0.000000 0.161575 0.048472 494 351 516 320 496 352 Trgb +0.147652 0.061182 0.041767 532 317 522 307 524 308 Trgb +0.249743 0.103485 0.070645 526 322 516 315 522 307 Trgb +0.298271 0.123593 0.084373 522 307 532 317 526 322 Trgb +0.412156 0.170783 0.116588 531 329 526 322 532 317 Trgb +0.040189 0.016653 0.011368 522 307 512 306 524 308 Trgb +0.099123 0.041073 0.028039 516 315 506 311 522 307 Trgb +0.040189 0.016653 0.011368 512 306 522 307 506 311 Trgb +0.000000 0.000000 0.000000 506 311 502 313 512 306 Trgb +0.155686 0.064511 0.044039 510 326 520 336 507 334 Trgb +0.252711 0.104714 0.071485 516 315 526 322 510 326 Trgb +0.304207 0.126053 0.086052 520 336 510 326 526 322 Trgb +0.415124 0.172013 0.117427 526 322 531 329 520 336 Trgb +0.045255 0.018752 0.012802 500 325 510 326 507 334 Trgb +0.102091 0.042303 0.028879 506 311 516 315 510 326 Trgb +0.043157 0.017883 0.012208 510 326 500 325 506 311 Trgb +0.000000 0.000000 0.000000 502 313 506 311 500 325 Trgb +0.000000 0.000000 0.000000 496 354 495 352 496 353 Trgb +0.000000 0.000000 0.000000 495 352 494 351 496 353 Trgb +0.000000 0.000000 0.000000 494 351 496 351 496 353 Trgb +0.000000 0.000000 0.000000 496 351 497 353 496 353 Trgb +0.000000 0.000000 0.000000 497 353 497 354 496 353 Trgb +0.000000 0.000000 0.000000 497 354 496 354 496 353 Trgb +0.000000 0.192098 0.057629 497 353 525 330 525 331 Trgb +0.000000 0.177366 0.053210 497 353 525 331 497 354 Trgb +0.000000 0.098407 0.029522 496 351 523 328 525 330 Trgb +0.000000 0.152618 0.045785 496 351 525 330 497 353 Trgb +0.000000 0.014732 0.004420 494 351 522 328 523 328 Trgb +0.000000 0.029463 0.008839 494 351 523 328 496 351 Trgb +0.180153 0.097673 0.055565 540 329 531 317 535 320 Trgb +0.192968 0.104621 0.059518 532 329 523 320 531 317 Trgb +0.282334 0.153073 0.087081 531 317 540 329 532 329 Trgb +0.391187 0.212089 0.120655 535 338 532 329 540 329 Trgb +0.087413 0.047393 0.026961 524 342 516 342 512 339 Trgb +0.315976 0.171312 0.097458 535 338 532 342 524 342 Trgb +0.067950 0.036840 0.020958 523 320 515 317 531 317 Trgb +0.092721 0.050270 0.028598 515 330 524 342 512 339 Trgb +0.160670 0.087110 0.049556 523 320 532 329 515 330 Trgb +0.217739 0.118051 0.067158 524 342 515 330 532 329 Trgb +0.358889 0.194578 0.110694 532 329 535 338 524 342 Trgb +0.005308 0.002878 0.001637 508 330 515 330 512 339 Trgb +0.035652 0.019330 0.010996 515 317 523 320 515 330 Trgb +0.005308 0.002878 0.001637 515 330 508 330 515 317 Trgb +0.000000 0.000000 0.000000 512 321 515 317 508 330 Trgb +0.000000 0.000000 0.000000 496 353 495 354 496 353 Trgb +0.000000 0.000000 0.000000 495 354 495 354 496 353 Trgb +0.000000 0.000000 0.000000 495 354 496 352 496 353 Trgb +0.000000 0.000000 0.000000 496 352 497 351 496 353 Trgb +0.000000 0.000000 0.000000 497 351 497 352 496 353 Trgb +0.000000 0.000000 0.000000 497 352 496 353 496 353 Trgb +0.000000 0.028228 0.008468 497 352 526 379 524 380 Trgb +0.000000 0.027588 0.008276 497 352 524 380 496 353 Trgb +0.000000 0.010903 0.003271 497 351 526 378 526 379 Trgb +0.000000 0.019885 0.005966 497 351 526 379 497 352 Trgb +0.000000 0.017965 0.005390 496 353 524 380 523 381 Trgb +0.000000 0.008983 0.002695 496 353 523 381 495 354 Trgb +0.553377 0.015557 0.113787 535 393 545 380 539 394 Trgb +0.488126 0.013722 0.100370 525 384 535 373 535 393 Trgb +0.537456 0.015109 0.110513 545 380 535 393 535 373 Trgb +0.413448 0.011623 0.085014 535 373 539 366 545 380 Trgb +0.433488 0.012186 0.089135 525 399 535 393 539 394 Trgb +0.368237 0.010352 0.075718 514 393 525 384 535 393 Trgb +0.297677 0.008368 0.061209 535 393 525 399 514 393 Trgb +0.088894 0.002499 0.018279 510 393 514 393 525 399 Trgb +0.000000 0.000000 0.000000 524 360 514 373 510 366 Trgb +0.279343 0.007853 0.057439 535 373 525 384 514 373 Trgb +0.150823 0.004240 0.031012 514 373 524 360 535 373 Trgb +0.235597 0.006623 0.048444 539 366 535 373 524 360 Trgb +0.000000 0.000000 0.000000 514 373 504 380 510 366 Trgb +0.159453 0.004483 0.032787 525 384 514 393 514 373 Trgb +0.030933 0.000870 0.006360 504 380 514 373 514 393 Trgb +0.030933 0.000870 0.006360 514 393 510 393 504 380 Trgb +0.000000 0.698638 0.209592 397 383 401 383 397 384 Trgb +0.000000 0.698638 0.209592 401 383 400 384 397 384 Trgb +0.000000 0.698638 0.209592 400 384 396 385 397 384 Trgb +0.000000 0.698638 0.209592 396 385 393 385 397 384 Trgb +0.000000 0.698638 0.209592 393 385 393 384 397 384 Trgb +0.000000 0.698638 0.209592 393 384 397 383 397 384 Trgb +0.000000 0.038092 0.011428 387 306 401 383 397 383 Trgb +0.000000 0.033330 0.009999 387 306 397 383 384 306 Trgb +0.000000 0.000000 0.000000 380 307 393 384 393 385 Trgb +0.000000 0.000000 0.000000 380 307 393 385 380 308 Trgb +0.000000 0.019045 0.005714 384 306 397 383 393 384 Trgb +0.000000 0.009523 0.002857 384 306 393 384 380 307 Trgb +0.000000 0.617376 0.185213 369 434 371 436 369 435 Trgb +0.000000 0.617376 0.185213 371 436 371 437 369 435 Trgb +0.000000 0.617376 0.185213 371 437 369 436 369 435 Trgb +0.000000 0.617376 0.185213 369 436 367 434 369 435 Trgb +0.000000 0.617376 0.185213 367 434 367 434 369 435 Trgb +0.000000 0.617376 0.185213 367 434 369 434 369 435 Trgb +0.000000 0.264623 0.079387 399 385 371 436 369 434 Trgb +0.000000 0.200825 0.060247 399 385 369 434 397 383 Trgb +0.000000 0.237071 0.071121 399 386 371 437 371 436 Trgb +0.000000 0.282747 0.084824 399 386 371 436 399 385 Trgb +0.000000 0.091351 0.027405 397 383 369 434 367 434 Trgb +0.000000 0.045675 0.013703 397 383 367 434 394 383 Trgb +0.000000 0.698748 0.209624 369 435 369 433 369 435 Trgb +0.000000 0.698748 0.209624 369 433 369 434 369 435 Trgb +0.000000 0.698748 0.209624 369 434 369 435 369 435 Trgb +0.000000 0.698748 0.209624 369 435 370 437 369 435 Trgb +0.000000 0.698748 0.209624 370 437 369 437 369 435 Trgb +0.000000 0.698748 0.209624 369 437 369 435 369 435 Trgb +0.000000 0.035263 0.010579 369 437 329 445 329 443 Trgb +0.000000 0.028701 0.008610 369 437 329 443 369 435 Trgb +0.000000 0.027065 0.008120 370 437 329 445 329 445 Trgb +0.000000 0.034445 0.010334 370 437 329 445 369 437 Trgb +0.000000 0.014759 0.004428 369 435 329 443 328 442 Trgb +0.000000 0.007380 0.002214 369 435 328 442 369 433 Trgb +0.000793 0.000950 0.000349 318 443 321 455 315 446 Trgb +0.122526 0.146716 0.053848 327 441 329 451 318 443 Trgb +0.080197 0.096030 0.035245 321 455 318 443 329 451 Trgb +0.149369 0.178859 0.065646 329 451 331 457 321 455 Trgb +0.000000 0.000000 0.000000 318 436 318 443 315 446 Trgb +0.043122 0.051635 0.018951 326 432 327 441 318 443 Trgb +0.000000 0.000000 0.000000 318 443 318 436 326 432 Trgb +0.000000 0.000000 0.000000 326 430 326 432 318 436 Trgb +0.243693 0.291804 0.107100 340 451 337 439 342 441 Trgb +0.201137 0.240847 0.088397 329 451 327 441 337 439 Trgb +0.255047 0.305399 0.112089 337 439 340 451 329 451 Trgb +0.245608 0.294097 0.107941 331 457 329 451 340 451 Trgb +0.146662 0.175617 0.064456 337 439 337 432 342 441 Trgb +0.121733 0.145766 0.053500 327 441 326 432 337 439 Trgb +0.078611 0.094131 0.034548 337 432 337 439 326 432 Trgb +0.000000 0.000000 0.000000 326 432 326 430 337 432 Trgb +0.000000 0.696899 0.209070 360 448 358 449 358 447 Trgb +0.000000 0.696899 0.209070 358 449 356 448 358 447 Trgb +0.000000 0.696899 0.209070 356 448 356 446 358 447 Trgb +0.000000 0.696899 0.209070 356 446 358 445 358 447 Trgb +0.000000 0.696899 0.209070 358 445 360 446 358 447 Trgb +0.000000 0.696899 0.209070 360 446 360 448 358 447 Trgb +0.000000 0.000000 0.000000 369 433 358 445 356 446 Trgb +0.000000 0.000000 0.000000 369 433 356 446 367 434 Trgb +0.000000 0.028512 0.008554 371 434 360 446 358 445 Trgb +0.000000 0.014256 0.004277 371 434 358 445 369 433 Trgb +0.000000 0.057393 0.017218 371 436 360 448 360 446 Trgb +0.000000 0.050081 0.015024 371 436 360 446 371 434 Trgb +0.031196 0.349100 0.076059 362 452 354 455 356 450 Trgb +0.044298 0.495717 0.108003 366 452 361 456 362 452 Trgb +0.031814 0.356014 0.077566 354 455 362 452 361 456 Trgb +0.013721 0.153545 0.033453 361 456 355 455 354 455 Trgb +0.013103 0.146631 0.031947 354 455 351 446 356 450 Trgb +0.000000 0.000000 0.000000 350 450 350 443 351 446 Trgb +0.004147 0.046407 0.010111 351 446 354 455 350 450 Trgb +0.035568 0.398023 0.086718 359 444 362 452 356 450 Trgb +0.048670 0.544640 0.118662 366 445 366 452 362 452 Trgb +0.040558 0.453861 0.098884 362 452 359 444 366 445 Trgb +0.025556 0.285986 0.062308 362 440 366 445 359 444 Trgb +0.017475 0.195555 0.042606 351 446 359 444 356 450 Trgb +0.000000 0.000000 0.000000 350 443 355 439 351 446 Trgb +0.008519 0.095331 0.020770 359 444 351 446 355 439 Trgb +0.011610 0.129925 0.028307 355 439 362 440 359 444 Trgb +0.017037 0.190656 0.041539 366 445 362 440 362 440 Trgb +0.000000 0.000000 0.000000 367 434 369 434 369 435 Trgb +0.000000 0.000000 0.000000 369 434 371 435 369 435 Trgb +0.000000 0.000000 0.000000 371 435 371 436 369 435 Trgb +0.000000 0.000000 0.000000 371 436 369 436 369 435 Trgb +0.000000 0.000000 0.000000 369 436 367 436 369 435 Trgb +0.000000 0.000000 0.000000 367 436 367 434 369 435 Trgb +0.000000 0.242861 0.072858 369 436 372 469 370 468 Trgb +0.000000 0.121430 0.036429 369 436 370 468 367 436 Trgb +0.000000 0.537282 0.161185 371 436 374 468 372 469 Trgb +0.000000 0.450787 0.135236 371 436 372 469 369 436 Trgb +0.000000 0.380917 0.114275 371 435 374 467 374 468 Trgb +0.000000 0.502347 0.150704 371 435 374 468 371 436 Trgb +0.023187 0.019364 0.008510 357 469 363 475 366 481 Trgb +0.316349 0.264191 0.116108 374 477 384 473 381 480 Trgb +0.200748 0.167650 0.073679 381 480 366 481 374 477 Trgb +0.121324 0.101321 0.044529 363 475 374 477 366 481 Trgb +0.006442 0.005380 0.002364 365 465 363 456 371 456 Trgb +0.006442 0.005380 0.002364 363 456 365 465 357 469 Trgb +0.018714 0.015629 0.006869 363 475 357 469 365 465 Trgb +0.298993 0.249697 0.109738 384 473 387 466 381 480 Trgb +0.093666 0.078222 0.034378 379 463 365 465 371 456 Trgb +0.311877 0.260456 0.114467 384 473 374 477 379 463 Trgb +0.191803 0.160180 0.070397 365 465 379 463 374 477 Trgb +0.116852 0.097586 0.042888 374 477 363 475 365 465 Trgb +0.000000 0.000000 0.000000 363 456 378 454 371 456 Trgb +0.087224 0.072843 0.032013 378 454 379 463 371 456 Trgb +0.294521 0.245962 0.108097 387 466 384 473 379 463 Trgb +0.168006 0.140306 0.061662 379 463 378 454 387 466 Trgb +0.000000 0.699893 0.209968 443 419 441 421 443 419 Trgb +0.000000 0.699893 0.209968 441 421 441 420 443 419 Trgb +0.000000 0.699893 0.209968 441 420 442 418 443 419 Trgb +0.000000 0.699893 0.209968 442 418 444 416 443 419 Trgb +0.000000 0.699893 0.209968 444 416 444 417 443 419 Trgb +0.000000 0.699893 0.209968 444 417 443 419 443 419 Trgb +0.000000 0.001169 0.000351 395 386 441 420 441 421 Trgb +0.000000 0.000585 0.000175 395 386 441 421 396 386 Trgb +0.000000 0.008146 0.002444 396 383 442 418 441 420 Trgb +0.000000 0.004950 0.001485 396 383 441 420 395 386 Trgb +0.000000 0.010173 0.003052 398 382 444 416 442 418 Trgb +0.000000 0.010758 0.003227 398 382 442 418 396 383 Trgb +0.000000 0.699690 0.209907 475 413 475 415 474 414 Trgb +0.000000 0.699690 0.209907 475 415 474 416 474 414 Trgb +0.000000 0.699690 0.209907 474 416 473 415 474 414 Trgb +0.000000 0.699690 0.209907 473 415 473 412 474 414 Trgb +0.000000 0.699690 0.209907 473 412 474 412 474 414 Trgb +0.000000 0.699690 0.209907 474 412 475 413 474 414 Trgb +0.000000 0.009727 0.002918 441 419 473 415 474 416 Trgb +0.000000 0.014819 0.004446 441 419 474 416 443 421 Trgb +0.000000 0.001545 0.000463 441 417 473 412 473 415 Trgb +0.000000 0.003090 0.000927 441 417 473 415 441 419 Trgb +0.000000 0.000000 0.000000 442 416 474 412 473 412 Trgb +0.000000 0.000000 0.000000 442 416 473 412 441 417 Trgb +0.444852 0.102658 0.109502 492 406 490 425 489 411 Trgb +0.475371 0.109701 0.117014 490 425 477 419 489 411 Trgb +0.234152 0.054035 0.057637 472 433 463 423 477 419 Trgb +0.394626 0.091068 0.097139 477 419 490 425 472 433 Trgb +0.358772 0.082794 0.088313 482 431 472 433 490 425 Trgb +0.311095 0.071791 0.076577 479 399 492 406 489 411 Trgb +0.148213 0.034203 0.036483 492 406 479 399 476 395 Trgb +0.048297 0.011145 0.011888 466 396 476 395 479 399 Trgb +0.341613 0.078834 0.084089 477 419 479 399 489 411 Trgb +0.152014 0.035080 0.037419 463 423 461 407 477 419 Trgb +0.178731 0.041246 0.043995 479 399 477 419 461 407 Trgb +0.048297 0.011145 0.011888 461 407 466 396 479 399 Trgb +0.103718 0.023935 0.025530 463 423 472 433 456 422 Trgb +0.021580 0.004980 0.005312 461 407 463 423 456 422 Trgb +0.000000 0.000000 0.000000 456 422 458 403 461 407 Trgb +0.000000 0.000000 0.000000 466 396 461 407 458 403 Trgb +0.000000 0.000000 0.000000 442 419 441 419 443 419 Trgb +0.000000 0.000000 0.000000 441 419 441 419 443 419 Trgb +0.000000 0.000000 0.000000 441 419 443 418 443 419 Trgb +0.000000 0.000000 0.000000 443 418 445 418 443 419 Trgb +0.000000 0.000000 0.000000 445 418 444 418 443 419 Trgb +0.000000 0.000000 0.000000 444 418 442 419 443 419 Trgb +0.000000 0.045400 0.013620 444 418 452 460 450 460 Trgb +0.000000 0.030855 0.009257 444 418 450 460 442 419 Trgb +0.000000 0.049070 0.014721 445 418 453 460 452 460 Trgb +0.000000 0.054507 0.016352 445 418 452 460 444 418 Trgb +0.000000 0.010874 0.003262 442 419 450 460 449 460 Trgb +0.000000 0.005437 0.001631 442 419 449 460 441 419 Trgb +0.353693 0.099034 0.090545 448 476 466 472 455 479 Trgb +0.272514 0.076304 0.069763 443 463 458 461 448 476 Trgb +0.402283 0.112639 0.102985 466 472 448 476 458 461 Trgb +0.462817 0.129589 0.118481 458 461 468 458 466 472 Trgb +0.182115 0.050992 0.046621 442 475 448 476 455 479 Trgb +0.134561 0.037677 0.034448 434 464 443 463 448 476 Trgb +0.092752 0.025971 0.023745 448 476 442 475 434 464 Trgb +0.045201 0.012656 0.011571 461 445 443 449 447 441 Trgb +0.179761 0.050333 0.046019 458 461 443 463 443 449 Trgb +0.183153 0.051283 0.046887 443 449 461 445 458 461 Trgb +0.336439 0.094203 0.086129 468 458 458 461 461 445 Trgb +0.277313 0.077648 0.070992 469 456 468 458 461 445 Trgb +0.000000 0.000000 0.000000 443 449 437 448 447 441 Trgb +0.041809 0.011706 0.010703 443 463 434 464 443 449 Trgb +0.000000 0.000000 0.000000 437 448 443 449 434 464 Trgb +0.000000 0.698795 0.209638 443 439 445 440 442 440 Trgb +0.000000 0.698795 0.209638 445 440 444 442 442 440 Trgb +0.000000 0.698795 0.209638 444 442 441 442 442 440 Trgb +0.000000 0.698795 0.209638 441 442 440 440 442 440 Trgb +0.000000 0.698795 0.209638 440 440 441 439 442 440 Trgb +0.000000 0.698795 0.209638 441 439 443 439 442 440 Trgb +0.000000 0.031657 0.009497 445 418 445 440 443 439 Trgb +0.000000 0.022869 0.006861 445 418 443 439 444 417 Trgb +0.000000 0.000000 0.000000 441 417 441 439 440 440 Trgb +0.000000 0.000000 0.000000 441 417 440 440 440 419 Trgb +0.000000 0.009388 0.002816 444 417 443 439 441 439 Trgb +0.000000 0.004694 0.001408 444 417 441 439 441 417 Trgb +0.464524 0.061662 0.105237 449 436 456 454 442 452 Trgb +0.328483 0.043604 0.074417 452 424 463 435 449 436 Trgb +0.473280 0.062825 0.107221 456 454 449 436 463 435 Trgb +0.488213 0.064807 0.110604 463 435 462 449 456 454 Trgb +0.388439 0.051563 0.088000 456 454 436 460 442 452 Trgb +0.321110 0.042625 0.072747 436 460 456 454 449 458 Trgb +0.265926 0.035300 0.060245 428 442 449 436 442 452 Trgb +0.186236 0.024722 0.042191 435 423 452 424 449 436 Trgb +0.132435 0.017580 0.030003 449 436 428 442 435 423 Trgb +0.000000 0.000000 0.000000 423 432 435 423 428 442 Trgb +0.196048 0.026024 0.044414 463 435 452 424 449 421 Trgb +0.189841 0.025200 0.043008 436 460 428 442 442 452 Trgb +0.056350 0.007480 0.012766 428 442 436 460 422 446 Trgb +0.000000 0.000000 0.000000 422 446 423 432 428 442 Trgb +0.053800 0.007142 0.012188 452 424 435 423 449 421 Trgb +0.000000 0.000000 0.000000 435 423 423 432 429 427 Trgb +0.000000 0.000000 0.000000 394 385 396 383 397 384 Trgb +0.000000 0.000000 0.000000 396 383 398 382 397 384 Trgb +0.000000 0.000000 0.000000 398 382 399 383 397 384 Trgb +0.000000 0.000000 0.000000 399 383 398 385 397 384 Trgb +0.000000 0.000000 0.000000 398 385 395 386 397 384 Trgb +0.000000 0.000000 0.000000 395 386 394 385 397 384 Trgb +0.000000 0.009095 0.002729 395 386 418 431 417 430 Trgb +0.000000 0.004548 0.001364 395 386 417 430 394 385 Trgb +0.000000 0.072128 0.021639 398 385 420 430 418 431 Trgb +0.000000 0.042886 0.012866 398 385 418 431 395 386 Trgb +0.000000 0.092276 0.027683 399 383 422 429 420 430 Trgb +0.000000 0.096823 0.029047 399 383 420 430 398 385 Trgb +0.000000 0.697133 0.209140 418 430 418 428 419 429 Trgb +0.000000 0.697133 0.209140 418 428 419 427 419 429 Trgb +0.000000 0.697133 0.209140 419 427 421 428 419 429 Trgb +0.000000 0.697133 0.209140 421 428 421 430 419 429 Trgb +0.000000 0.697133 0.209140 421 430 419 431 419 429 Trgb +0.000000 0.697133 0.209140 419 431 418 430 419 429 Trgb +0.000000 0.020589 0.006177 419 431 420 435 418 434 Trgb +0.000000 0.010295 0.003088 419 431 418 434 418 430 Trgb +0.000000 0.052480 0.015744 421 430 422 435 420 435 Trgb +0.000000 0.041682 0.012505 421 430 420 435 419 431 Trgb +0.000000 0.042689 0.012807 421 428 422 433 422 435 Trgb +0.000000 0.052984 0.015895 421 428 422 435 421 430 Trgb +0.291762 0.030182 0.064389 426 444 408 438 420 431 Trgb +0.050562 0.005231 0.011159 415 452 403 442 408 438 Trgb +0.235211 0.024332 0.051909 408 438 426 444 415 452 Trgb +0.389230 0.040265 0.085899 429 450 415 452 426 444 Trgb +0.425848 0.044053 0.093980 432 426 426 444 420 431 Trgb +0.413548 0.042781 0.091266 437 425 438 439 432 426 Trgb +0.503383 0.052074 0.111092 426 444 432 426 438 439 Trgb +0.523316 0.054136 0.115491 438 439 429 450 426 444 Trgb +0.107113 0.011081 0.023639 408 438 413 420 420 431 Trgb +0.005095 0.000527 0.001124 403 442 402 428 408 438 Trgb +0.005095 0.000527 0.001124 413 420 408 438 402 428 Trgb +0.000000 0.000000 0.000000 402 428 411 417 413 420 Trgb +0.241200 0.024952 0.053230 413 420 432 426 420 431 Trgb +0.233994 0.024206 0.051640 426 416 437 425 432 426 Trgb +0.139181 0.014398 0.030716 432 426 413 420 426 416 Trgb +0.000000 0.000000 0.000000 411 417 426 416 413 420 Trgb +0.000000 0.697171 0.209151 417 467 417 468 415 467 Trgb +0.000000 0.697171 0.209151 417 468 415 468 415 467 Trgb +0.000000 0.697171 0.209151 415 468 414 467 415 467 Trgb +0.000000 0.697171 0.209151 414 467 414 467 415 467 Trgb +0.000000 0.697171 0.209151 414 467 415 467 415 467 Trgb +0.000000 0.697171 0.209151 415 467 417 467 415 467 Trgb +0.000000 0.044776 0.013433 421 430 417 468 417 467 Trgb +0.000000 0.053715 0.016115 421 430 417 467 421 429 Trgb +0.000000 0.017878 0.005364 419 428 415 467 414 467 Trgb +0.000000 0.008939 0.002682 419 428 414 467 418 429 Trgb +0.000000 0.050709 0.015213 421 429 417 467 415 467 Trgb +0.000000 0.038763 0.011629 421 429 415 467 419 428 Trgb +0.398748 0.030157 0.085781 427 480 421 486 413 487 Trgb +0.541936 0.040987 0.116584 433 466 435 471 427 480 Trgb +0.376526 0.028477 0.081001 407 476 427 480 413 487 Trgb +0.519713 0.039306 0.111804 421 461 433 466 427 480 Trgb +0.393916 0.029792 0.084742 427 480 407 476 421 461 Trgb +0.185847 0.014056 0.039980 405 460 421 461 407 476 Trgb +0.393176 0.029736 0.084582 435 471 433 466 429 453 Trgb +0.168457 0.012740 0.036239 401 482 407 476 413 487 Trgb +0.063268 0.004785 0.013611 407 476 401 482 396 463 Trgb +0.063268 0.004785 0.013611 396 463 405 460 407 476 Trgb +0.059310 0.004486 0.012759 429 453 410 449 417 448 Trgb +0.370954 0.028055 0.079802 433 466 421 461 429 453 Trgb +0.181888 0.013756 0.039129 410 449 429 453 421 461 Trgb +0.122578 0.009271 0.026370 421 461 405 460 410 449 Trgb +0.000000 0.000000 0.000000 405 460 396 463 410 449 Trgb +0.000000 0.013103 0.003931 419 430 457 446 456 446 Trgb +0.000000 0.006551 0.001965 419 430 456 446 419 431 Trgb +0.000000 0.020230 0.006069 420 429 457 444 457 446 Trgb +0.000000 0.019942 0.005983 420 429 457 446 419 430 Trgb +0.000000 0.007416 0.002225 420 427 458 443 457 444 Trgb +0.000000 0.013967 0.004190 420 427 457 444 420 429 Trgb +0.105394 0.247297 0.070538 453 455 455 452 463 453 Trgb +0.099335 0.233080 0.066483 463 453 462 453 453 455 Trgb +0.076087 0.178532 0.050924 460 437 461 434 467 442 Trgb +0.177850 0.417308 0.119032 463 453 467 442 468 449 Trgb +0.134392 0.315339 0.089946 455 452 458 444 463 453 Trgb +0.157331 0.369162 0.105299 467 442 463 453 458 444 Trgb +0.113669 0.266714 0.076077 458 444 460 437 467 442 Trgb +0.000000 0.000000 0.000000 448 446 447 447 447 440 Trgb +0.041228 0.096737 0.027593 455 452 453 455 448 446 Trgb +0.008584 0.020141 0.005745 447 447 448 446 453 455 Trgb +0.000000 0.000000 0.000000 451 436 452 436 447 440 Trgb +0.020505 0.048112 0.013723 461 434 460 437 452 436 Trgb +0.000000 0.000000 0.000000 452 436 448 446 447 440 Trgb +0.070226 0.164778 0.047001 458 444 455 452 448 446 Trgb +0.037582 0.088182 0.025153 448 446 452 436 458 444 Trgb +0.058087 0.136295 0.038876 460 437 458 444 452 436 Trgb +0.000000 0.699414 0.209824 398 361 400 364 396 364 Trgb +0.000000 0.699414 0.209824 400 364 398 366 396 364 Trgb +0.000000 0.699414 0.209824 398 366 394 367 396 364 Trgb +0.000000 0.699414 0.209824 394 367 392 364 396 364 Trgb +0.000000 0.699414 0.209824 392 364 394 361 396 364 Trgb +0.000000 0.699414 0.209824 394 361 398 361 396 364 Trgb +0.000000 0.025252 0.007576 387 307 400 364 398 361 Trgb +0.000000 0.023246 0.006974 387 307 398 361 385 304 Trgb +0.000000 0.000000 0.000000 381 305 394 361 392 364 Trgb +0.000000 0.000000 0.000000 381 305 392 364 379 307 Trgb +0.000000 0.014159 0.004248 385 304 398 361 394 361 Trgb +0.000000 0.007080 0.002124 385 304 394 361 381 305 Trgb +0.000000 0.670057 0.201017 363 403 365 405 363 405 Trgb +0.000000 0.670057 0.201017 365 405 366 407 363 405 Trgb +0.000000 0.670057 0.201017 366 407 364 407 363 405 Trgb +0.000000 0.670057 0.201017 364 407 361 406 363 405 Trgb +0.000000 0.670057 0.201017 361 406 361 404 363 405 Trgb +0.000000 0.670057 0.201017 361 404 363 403 363 405 Trgb +0.000000 0.126608 0.037982 398 364 365 405 363 403 Trgb +0.000000 0.070797 0.021239 398 364 363 403 396 362 Trgb +0.000000 0.172428 0.051728 399 366 366 407 365 405 Trgb +0.000000 0.177423 0.053227 399 366 365 405 398 364 Trgb +0.000000 0.009991 0.002997 396 362 363 403 361 404 Trgb +0.000000 0.004996 0.001499 396 362 361 404 394 362 Trgb +0.000000 0.000000 0.000000 321 398 321 400 321 399 Trgb +0.000000 0.000000 0.000000 321 400 320 401 321 399 Trgb +0.000000 0.000000 0.000000 320 401 320 400 321 399 Trgb +0.000000 0.000000 0.000000 320 400 320 397 321 399 Trgb +0.000000 0.000000 0.000000 320 397 321 396 321 399 Trgb +0.000000 0.000000 0.000000 321 396 321 398 321 399 Trgb +0.000000 0.039172 0.011752 363 407 321 400 321 398 Trgb +0.000000 0.034938 0.010481 363 407 321 398 364 405 Trgb +0.000000 0.022937 0.006881 363 408 320 401 321 400 Trgb +0.000000 0.033171 0.009951 363 408 321 400 363 407 Trgb +0.000000 0.020469 0.006141 364 405 321 398 321 396 Trgb +0.000000 0.010235 0.003070 364 405 321 396 363 403 Trgb +0.000000 0.000000 0.000000 316 395 314 403 312 397 Trgb +0.027860 0.282235 0.062019 323 395 322 402 316 395 Trgb +0.016503 0.167185 0.036738 314 403 316 395 322 402 Trgb +0.028485 0.288569 0.063411 322 402 320 407 314 403 Trgb +0.012424 0.125863 0.027657 320 407 319 407 314 403 Trgb +0.000000 0.000000 0.000000 315 392 316 395 312 397 Trgb +0.011357 0.115051 0.025282 322 390 323 395 316 395 Trgb +0.000000 0.000000 0.000000 316 395 315 392 322 390 Trgb +0.047694 0.483162 0.106171 326 405 328 397 329 400 Trgb +0.045026 0.456136 0.100232 322 402 323 395 328 397 Trgb +0.051278 0.519465 0.114148 328 397 326 405 322 402 Trgb +0.046094 0.466948 0.102608 320 407 322 402 326 405 Trgb +0.030749 0.311499 0.068450 328 397 327 394 329 400 Trgb +0.028523 0.288951 0.063495 323 395 322 390 328 397 Trgb +0.017829 0.180617 0.039689 327 394 328 397 322 390 Trgb +0.000000 0.699487 0.209846 371 439 368 439 370 437 Trgb +0.000000 0.699487 0.209846 368 439 368 437 370 437 Trgb +0.000000 0.699487 0.209846 368 437 370 436 370 437 Trgb +0.000000 0.699487 0.209846 370 436 372 436 370 437 Trgb +0.000000 0.699487 0.209846 372 436 372 438 370 437 Trgb +0.000000 0.699487 0.209846 372 438 371 439 370 437 Trgb +0.000000 0.000605 0.000182 363 404 370 436 368 437 Trgb +0.000000 0.000303 0.000091 363 404 368 437 361 405 Trgb +0.000000 0.016071 0.004821 365 404 372 436 370 436 Trgb +0.000000 0.008489 0.002547 365 404 370 436 363 404 Trgb +0.000000 0.023048 0.006914 365 406 372 438 372 436 Trgb +0.000000 0.023350 0.007005 365 406 372 436 365 404 Trgb +0.065732 0.277683 0.068683 373 448 364 445 372 445 Trgb +0.067033 0.283180 0.070043 364 445 370 438 372 445 Trgb +0.026637 0.112527 0.027833 361 434 368 430 370 438 Trgb +0.031584 0.133427 0.033002 370 438 364 445 361 434 Trgb +0.005867 0.024787 0.006131 360 440 361 434 364 445 Trgb +0.104129 0.439892 0.108804 379 441 373 448 372 445 Trgb +0.089964 0.380052 0.094003 381 435 379 440 379 441 Trgb +0.105430 0.445389 0.110164 370 438 379 441 372 445 Trgb +0.046486 0.196380 0.048573 368 430 376 430 370 438 Trgb +0.089831 0.379489 0.093864 379 441 370 438 376 430 Trgb +0.091265 0.385549 0.095363 376 430 381 435 379 441 Trgb +0.000920 0.003887 0.000961 368 430 361 434 367 427 Trgb +0.000000 0.000000 0.000000 361 434 367 427 361 434 Trgb +0.020769 0.087740 0.021702 376 430 368 430 367 427 Trgb +0.019849 0.083853 0.020740 367 427 376 430 376 430 Trgb +0.047000 0.198553 0.049111 381 435 376 430 376 430 Trgb +0.000000 0.699497 0.209849 381 445 379 445 381 444 Trgb +0.000000 0.699497 0.209849 379 445 380 444 381 444 Trgb +0.000000 0.699497 0.209849 380 444 382 443 381 444 Trgb +0.000000 0.699497 0.209849 382 443 383 443 381 444 Trgb +0.000000 0.699497 0.209849 383 443 383 444 381 444 Trgb +0.000000 0.699497 0.209849 383 444 381 445 381 444 Trgb +0.000000 0.000696 0.000209 362 406 380 444 379 445 Trgb +0.000000 0.000348 0.000104 362 406 379 445 361 406 Trgb +0.000000 0.016007 0.004802 364 405 382 443 380 444 Trgb +0.000000 0.008525 0.002558 364 405 380 444 362 406 Trgb +0.000000 0.022792 0.006838 365 404 383 443 382 443 Trgb +0.000000 0.023140 0.006942 365 404 382 443 364 405 Trgb +0.310982 0.003067 0.062810 384 465 374 464 391 465 Trgb +0.084174 0.000830 0.017001 363 455 361 451 374 464 Trgb +0.485793 0.004791 0.098117 374 464 393 453 391 465 Trgb +0.382596 0.003773 0.077274 371 443 388 435 393 453 Trgb +0.343159 0.003384 0.069309 393 453 374 464 371 443 Trgb +0.125602 0.001239 0.025368 361 451 371 443 374 464 Trgb +0.577749 0.005698 0.116689 393 453 403 454 391 465 Trgb +0.474551 0.004680 0.095846 388 435 400 433 393 453 Trgb +0.527070 0.005198 0.106454 403 454 393 453 400 433 Trgb +0.374535 0.003694 0.075646 400 433 401 437 403 454 Trgb +0.000000 0.000000 0.000000 379 423 360 435 372 424 Trgb +0.165038 0.001628 0.033333 388 435 371 443 379 423 Trgb +0.041428 0.000409 0.008367 360 435 379 423 371 443 Trgb +0.041428 0.000409 0.008367 371 443 361 451 360 435 Trgb +0.256994 0.002534 0.051906 400 433 388 435 379 423 Trgb +0.133383 0.001315 0.026940 379 423 389 425 400 433 Trgb +0.000000 0.699868 0.209960 440 368 438 370 438 367 Trgb +0.000000 0.699868 0.209960 438 370 436 368 438 367 Trgb +0.000000 0.699868 0.209960 436 368 436 365 438 367 Trgb +0.000000 0.699868 0.209960 436 365 438 363 438 367 Trgb +0.000000 0.699868 0.209960 438 363 440 365 438 367 Trgb +0.000000 0.699868 0.209960 440 365 440 368 438 367 Trgb +0.000000 0.005175 0.001553 394 366 436 368 438 370 Trgb +0.000000 0.008820 0.002646 394 366 438 370 396 367 Trgb +0.000000 0.000510 0.000153 394 363 436 365 436 368 Trgb +0.000000 0.001020 0.000306 394 363 436 368 394 366 Trgb +0.000000 0.000000 0.000000 396 361 438 363 436 365 Trgb +0.000000 0.000000 0.000000 396 361 436 365 394 363 Trgb +0.130763 0.477881 0.121729 448 370 441 374 446 367 Trgb +0.101991 0.372731 0.094944 441 374 448 370 440 377 Trgb +0.069415 0.253681 0.064619 440 377 434 377 441 374 Trgb +0.110114 0.402415 0.102506 441 374 438 363 446 367 Trgb +0.022716 0.083017 0.021147 430 370 431 362 438 363 Trgb +0.063387 0.231649 0.059007 438 363 441 374 430 370 Trgb +0.051461 0.188065 0.047905 434 377 430 370 441 374 Trgb +0.115504 0.422115 0.107524 446 360 448 370 446 367 Trgb +0.094854 0.346649 0.088301 438 363 446 360 446 367 Trgb +0.022716 0.083017 0.021147 431 362 435 356 438 363 Trgb +0.048127 0.175883 0.044802 446 360 438 363 435 356 Trgb +0.025411 0.092867 0.023656 435 356 442 357 446 360 Trgb +0.000000 0.000000 0.000000 431 362 430 370 427 363 Trgb +0.000000 0.000000 0.000000 430 373 427 363 430 370 Trgb +0.010790 0.039432 0.010044 430 370 434 377 430 373 Trgb +0.000000 0.000000 0.000000 435 356 431 362 427 363 Trgb +0.000000 0.697531 0.209259 400 424 402 424 403 424 Trgb +0.000000 0.697531 0.209259 402 424 405 424 403 424 Trgb +0.000000 0.697531 0.209259 405 424 406 424 403 424 Trgb +0.000000 0.697531 0.209259 406 424 404 424 403 424 Trgb +0.000000 0.697531 0.209259 404 424 401 425 403 424 Trgb +0.000000 0.697531 0.209259 401 425 400 424 403 424 Trgb +0.000000 0.010115 0.003035 395 364 402 424 400 424 Trgb +0.000000 0.005058 0.001517 395 364 400 424 393 364 Trgb +0.000000 0.042881 0.012864 398 363 405 424 402 424 Trgb +0.000000 0.029027 0.008708 398 363 402 424 395 364 Trgb +0.000000 0.046621 0.013986 399 364 406 424 405 424 Trgb +0.000000 0.051678 0.015503 399 364 405 424 398 363 Trgb +0.000000 0.692681 0.207804 401 424 402 423 403 424 Trgb +0.000000 0.692681 0.207804 402 423 404 423 403 424 Trgb +0.000000 0.692681 0.207804 404 423 405 424 403 424 Trgb +0.000000 0.692681 0.207804 405 424 405 426 403 424 Trgb +0.000000 0.692681 0.207804 405 426 403 426 403 424 Trgb +0.000000 0.692681 0.207804 403 426 401 424 403 424 Trgb +0.000000 0.033284 0.009985 403 426 395 452 393 450 Trgb +0.000000 0.016642 0.004993 403 426 393 450 401 424 Trgb +0.000000 0.083949 0.025185 405 426 397 451 395 452 Trgb +0.000000 0.066938 0.020081 405 426 395 452 403 426 Trgb +0.000000 0.067677 0.020303 405 424 397 450 397 451 Trgb +0.000000 0.084319 0.025296 405 424 397 451 405 426 Trgb +0.009477 0.046295 0.011154 386 451 390 456 387 455 Trgb +0.023261 0.113633 0.027379 396 460 387 455 390 456 Trgb +0.055621 0.271710 0.065466 390 456 398 458 396 460 Trgb +0.082430 0.402675 0.097021 398 458 403 455 396 460 Trgb +0.044843 0.219063 0.052781 398 451 390 446 397 444 Trgb +0.009477 0.046295 0.011154 390 456 386 451 390 446 Trgb +0.041455 0.202511 0.048793 390 446 398 451 390 456 Trgb +0.073815 0.360588 0.086881 398 458 390 456 398 451 Trgb +0.067345 0.328984 0.079266 403 445 398 451 397 444 Trgb +0.077745 0.379787 0.091506 404 449 403 455 403 445 Trgb +0.090766 0.443397 0.106833 398 451 403 445 403 455 Trgb +0.100624 0.491553 0.118435 403 455 398 458 398 451 Trgb +0.012865 0.062846 0.015142 390 446 395 440 397 444 Trgb +0.000000 0.000000 0.000000 386 451 387 445 390 446 Trgb +0.000000 0.000000 0.000000 395 440 390 446 387 445 Trgb +0.035367 0.172767 0.041627 395 440 403 445 397 444 Trgb +0.000000 0.637740 0.191322 379 451 379 452 377 451 Trgb +0.000000 0.637740 0.191322 379 452 378 452 377 451 Trgb +0.000000 0.637740 0.191322 378 452 376 451 377 451 Trgb +0.000000 0.637740 0.191322 376 451 376 449 377 451 Trgb +0.000000 0.637740 0.191322 376 449 377 449 377 451 Trgb +0.000000 0.637740 0.191322 377 449 379 451 377 451 Trgb +0.000000 0.252303 0.075691 405 426 379 452 379 451 Trgb +0.000000 0.246714 0.074014 405 426 379 451 404 424 Trgb +0.000000 0.000000 0.000000 403 423 377 449 376 449 Trgb +0.000000 0.000000 0.000000 403 423 376 449 402 423 Trgb +0.000000 0.160749 0.048225 404 424 379 451 377 449 Trgb +0.000000 0.080375 0.024112 404 424 377 449 403 423 Trgb +0.017498 0.271496 0.057799 377 454 377 459 372 456 Trgb +0.034877 0.541162 0.115208 382 450 384 455 377 454 Trgb +0.029698 0.460799 0.098099 377 459 377 454 384 455 Trgb +0.028021 0.434774 0.092559 384 455 382 458 377 459 Trgb +0.008105 0.125751 0.026771 377 459 370 455 372 456 Trgb +0.010945 0.169818 0.036153 370 450 377 454 372 456 Trgb +0.023966 0.371853 0.079164 378 445 382 450 377 454 Trgb +0.012233 0.189812 0.040409 377 454 370 450 378 445 Trgb +0.002840 0.044067 0.009382 373 444 378 445 370 450 Trgb +0.032683 0.507117 0.107960 384 455 382 450 385 447 Trgb +0.025310 0.392708 0.083604 385 447 384 452 384 455 Trgb +0.001552 0.024074 0.005125 370 455 370 450 372 456 Trgb +0.000000 0.000000 0.000000 371 447 373 444 370 450 Trgb +0.021771 0.337807 0.071916 382 450 378 445 385 447 Trgb +0.010039 0.155767 0.033161 378 442 385 447 378 445 Trgb +0.002840 0.044067 0.009382 378 445 373 444 378 442 Trgb +0.000000 0.699962 0.209989 436 449 434 451 435 449 Trgb +0.000000 0.699962 0.209989 434 451 433 451 435 449 Trgb +0.000000 0.699962 0.209989 433 451 434 449 435 449 Trgb +0.000000 0.699962 0.209989 434 449 435 447 435 449 Trgb +0.000000 0.699962 0.209989 435 447 436 447 435 449 Trgb +0.000000 0.699962 0.209989 436 447 436 449 435 449 Trgb +0.000000 0.002331 0.000699 402 424 434 449 433 451 Trgb +0.000000 0.001165 0.000350 402 424 433 451 402 426 Trgb +0.000000 0.006038 0.001812 404 423 435 447 434 449 Trgb +0.000000 0.004767 0.001430 404 423 434 449 402 424 Trgb +0.000000 0.004978 0.001494 405 423 436 447 435 447 Trgb +0.000000 0.006144 0.001843 405 423 435 447 404 423 Trgb +0.240590 0.297323 0.107583 437 464 437 455 445 458 Trgb +0.089658 0.110800 0.040092 424 458 427 449 437 455 Trgb +0.138434 0.171078 0.061902 437 455 437 464 424 458 Trgb +0.058982 0.072890 0.026374 428 461 424 458 437 464 Trgb +0.252665 0.312245 0.112982 447 446 447 455 445 458 Trgb +0.110270 0.136273 0.049309 442 437 445 440 447 446 Trgb +0.267098 0.330082 0.119436 437 455 447 446 445 458 Trgb +0.110128 0.136097 0.049245 427 449 434 441 437 455 Trgb +0.185412 0.229133 0.082909 447 446 437 455 434 441 Trgb +0.124703 0.154109 0.055763 434 441 442 437 447 446 Trgb +0.010206 0.012612 0.004564 427 449 424 458 422 443 Trgb +0.000000 0.000000 0.000000 422 452 422 443 424 458 Trgb +0.000000 0.000000 0.000000 432 435 422 443 424 441 Trgb +0.030676 0.037910 0.013717 434 441 427 449 422 443 Trgb +0.020470 0.025297 0.009154 422 443 432 435 434 441 Trgb +0.039214 0.048461 0.017535 442 437 434 441 432 435 Trgb +0.000000 0.675208 0.202562 239 301 244 305 240 305 Trgb +0.000000 0.675208 0.202562 244 305 244 309 240 305 Trgb +0.000000 0.675208 0.202562 244 309 241 309 240 305 Trgb +0.000000 0.675208 0.202562 241 309 236 305 240 305 Trgb +0.000000 0.675208 0.202562 236 305 236 301 240 305 Trgb +0.000000 0.675208 0.202562 236 301 239 301 240 305 Trgb +0.000000 0.139589 0.041877 309 230 244 305 239 301 Trgb +0.000000 0.098494 0.029548 309 230 239 301 305 226 Trgb +0.000000 0.142419 0.042726 310 234 244 309 244 305 Trgb +0.000000 0.161552 0.048465 310 234 244 305 309 230 Trgb +0.000000 0.038266 0.011480 305 226 239 301 236 301 Trgb +0.000000 0.019133 0.005740 305 226 236 301 301 226 Trgb +0.000000 0.697893 0.209368 237 302 239 302 240 305 Trgb +0.000000 0.697893 0.209368 239 302 242 305 240 305 Trgb +0.000000 0.697893 0.209368 242 305 243 308 240 305 Trgb +0.000000 0.697893 0.209368 243 308 241 308 240 305 Trgb +0.000000 0.697893 0.209368 241 308 238 305 240 305 Trgb +0.000000 0.697893 0.209368 238 305 237 302 240 305 Trgb +0.000000 0.017023 0.005107 238 305 176 350 175 346 Trgb +0.000000 0.008512 0.002553 238 305 175 346 237 302 Trgb +0.000000 0.044670 0.013401 241 308 179 352 176 350 Trgb +0.000000 0.035103 0.010531 241 308 176 350 238 305 Trgb +0.000000 0.037215 0.011165 243 308 181 352 179 352 Trgb +0.000000 0.045727 0.013718 243 308 179 352 241 308 Trgb +0.000000 0.699920 0.209976 176 348 178 347 178 349 Trgb +0.000000 0.699920 0.209976 178 347 180 348 178 349 Trgb +0.000000 0.699920 0.209976 180 348 180 351 178 349 Trgb +0.000000 0.699920 0.209976 180 351 178 352 178 349 Trgb +0.000000 0.699920 0.209976 178 352 176 351 178 349 Trgb +0.000000 0.699920 0.209976 176 351 176 348 178 349 Trgb +0.000000 0.001914 0.000574 176 351 145 347 145 344 Trgb +0.000000 0.000957 0.000287 176 351 145 344 176 348 Trgb +0.000000 0.007792 0.002337 178 352 147 348 145 347 Trgb +0.000000 0.005332 0.001599 178 352 145 347 176 351 Trgb +0.000000 0.000000 0.000000 176 348 145 344 147 343 Trgb +0.000000 0.000000 0.000000 176 348 147 343 178 347 Trgb +0.000000 0.699197 0.209759 146 344 148 344 147 345 Trgb +0.000000 0.699197 0.209759 148 344 149 345 147 345 Trgb +0.000000 0.699197 0.209759 149 345 148 347 147 345 Trgb +0.000000 0.699197 0.209759 148 347 146 347 147 345 Trgb +0.000000 0.699197 0.209759 146 347 145 345 147 345 Trgb +0.000000 0.699197 0.209759 145 345 146 344 147 345 Trgb +0.000000 0.000000 0.000000 145 345 151 323 151 321 Trgb +0.000000 0.000000 0.000000 145 345 151 321 146 344 Trgb +0.000000 0.025417 0.007625 148 344 153 321 154 322 Trgb +0.000000 0.029199 0.008760 148 344 154 322 149 345 Trgb +0.000000 0.007212 0.002163 146 344 151 321 153 321 Trgb +0.000000 0.014423 0.004327 146 344 153 321 148 344 Trgb +0.041504 0.027267 0.013754 155 311 144 313 148 310 Trgb +0.041504 0.027267 0.013754 148 310 162 312 155 311 Trgb +0.133196 0.087504 0.044140 164 317 155 311 162 312 Trgb +0.157254 0.103310 0.052113 143 333 145 322 150 331 Trgb +0.048551 0.031896 0.016089 138 320 144 313 145 322 Trgb +0.055597 0.036525 0.018424 145 322 143 333 138 320 Trgb +0.007046 0.004629 0.002335 141 328 138 320 143 333 Trgb +0.203918 0.133965 0.067577 157 336 143 333 150 331 Trgb +0.286927 0.188499 0.095085 145 322 159 325 150 331 Trgb +0.090055 0.059162 0.029843 144 313 155 311 145 322 Trgb +0.226774 0.148981 0.075151 159 325 145 322 155 311 Trgb +0.269915 0.177323 0.089448 155 311 164 317 159 325 Trgb +0.333590 0.219155 0.110549 159 325 157 336 150 331 Trgb +0.216378 0.142151 0.071706 167 325 161 332 157 336 Trgb +0.320101 0.210293 0.106079 157 336 159 325 167 325 Trgb +0.316578 0.207979 0.104911 164 317 167 325 159 325 Trgb +0.000000 0.698678 0.209603 147 347 147 346 147 345 Trgb +0.000000 0.698678 0.209603 147 346 147 344 147 345 Trgb +0.000000 0.698678 0.209603 147 344 147 344 147 345 Trgb +0.000000 0.698678 0.209603 147 344 147 345 147 345 Trgb +0.000000 0.698678 0.209603 147 345 147 346 147 345 Trgb +0.000000 0.698678 0.209603 147 346 147 347 147 345 Trgb +0.000000 0.018415 0.005524 147 344 109 337 110 336 Trgb +0.000000 0.009207 0.002762 147 344 110 336 147 344 Trgb +0.000000 0.037448 0.011234 147 346 109 338 109 337 Trgb +0.000000 0.032535 0.009761 147 346 109 337 147 344 Trgb +0.000000 0.023946 0.007184 147 347 109 339 109 338 Trgb +0.000000 0.033154 0.009946 147 347 109 338 147 346 Trgb +0.013745 0.002545 0.003258 96 334 94 347 91 334 Trgb +0.190914 0.035354 0.045254 106 349 105 355 94 347 Trgb +0.152290 0.028202 0.036098 94 347 96 334 106 349 Trgb +0.295853 0.054788 0.070128 108 336 106 349 96 334 Trgb +0.013745 0.002545 0.003258 99 323 96 334 91 334 Trgb +0.064484 0.011941 0.015285 113 320 111 324 99 323 Trgb +0.078229 0.014487 0.018543 96 334 99 323 111 324 Trgb +0.221792 0.041073 0.052573 111 324 108 336 96 334 Trgb +0.438208 0.081150 0.103872 119 353 121 339 127 341 Trgb +0.315714 0.058466 0.074836 105 355 106 349 119 353 Trgb +0.452629 0.083820 0.107290 121 339 119 353 106 349 Trgb +0.471392 0.087295 0.111737 106 349 108 336 121 339 Trgb +0.364147 0.067435 0.086316 121 339 125 328 127 341 Trgb +0.115222 0.021337 0.027312 111 324 113 320 125 328 Trgb +0.304506 0.056390 0.072179 125 328 121 339 111 324 Trgb +0.397330 0.073580 0.094182 108 336 111 324 121 339 Trgb +0.000000 0.691781 0.207534 149 346 148 347 147 345 Trgb +0.000000 0.691781 0.207534 148 347 147 346 147 345 Trgb +0.000000 0.691781 0.207534 147 346 145 345 147 345 Trgb +0.000000 0.691781 0.207534 145 345 146 344 147 345 Trgb +0.000000 0.691781 0.207534 146 344 147 345 147 345 Trgb +0.000000 0.691781 0.207534 147 345 149 346 147 345 Trgb +0.000000 0.000000 0.000000 145 345 131 375 131 374 Trgb +0.000000 0.000000 0.000000 145 345 131 374 146 344 Trgb +0.000000 0.058813 0.017644 147 346 132 376 131 375 Trgb +0.000000 0.029406 0.008822 147 346 131 375 145 345 Trgb +0.000000 0.093726 0.028118 148 347 134 376 132 376 Trgb +0.000000 0.090973 0.027292 148 347 132 376 147 346 Trgb +0.000000 0.000000 0.000000 124 370 125 375 124 380 Trgb +0.107475 0.388264 0.099148 136 381 141 379 133 384 Trgb +0.029201 0.105490 0.026938 133 366 141 370 136 368 Trgb +0.031304 0.113090 0.028879 125 375 130 379 124 380 Trgb +0.054230 0.195912 0.050028 133 384 124 380 130 379 Trgb +0.102218 0.369274 0.094298 130 379 136 381 133 384 Trgb +0.023944 0.086500 0.022089 129 369 133 366 136 368 Trgb +0.008378 0.030267 0.007729 125 375 124 370 129 369 Trgb +0.008378 0.030267 0.007729 133 366 129 369 124 370 Trgb +0.074140 0.267838 0.068396 141 370 138 374 136 368 Trgb +0.095135 0.343686 0.087764 138 374 141 370 141 379 Trgb +0.129488 0.467789 0.119455 141 379 136 381 138 374 Trgb +0.068883 0.248847 0.063546 138 374 129 369 136 368 Trgb +0.039682 0.143357 0.036608 130 379 125 375 129 369 Trgb +0.084621 0.305704 0.078065 129 369 138 374 130 379 Trgb +0.124231 0.448798 0.114606 136 381 130 379 138 374 Trgb +0.000000 0.000000 0.000000 133 384 131 383 131 381 Trgb +0.000000 0.000000 0.000000 131 383 130 380 131 381 Trgb +0.000000 0.000000 0.000000 130 380 129 379 131 381 Trgb +0.000000 0.000000 0.000000 129 379 131 380 131 381 Trgb +0.000000 0.000000 0.000000 131 380 132 382 131 381 Trgb +0.000000 0.000000 0.000000 132 382 133 384 131 381 Trgb +0.000000 0.087931 0.026379 178 348 131 380 129 379 Trgb +0.000000 0.043965 0.013190 178 348 129 379 176 347 Trgb +0.000000 0.299857 0.089957 179 350 132 382 131 380 Trgb +0.000000 0.215876 0.064763 179 350 131 380 178 348 Trgb +0.000000 0.295907 0.088772 179 352 133 384 132 382 Trgb +0.000000 0.339872 0.101962 179 352 132 382 179 350 Trgb +0.000000 0.691585 0.207476 106 387 105 387 105 385 Trgb +0.000000 0.691585 0.207476 105 387 103 386 105 385 Trgb +0.000000 0.691585 0.207476 103 386 104 384 105 385 Trgb +0.000000 0.691585 0.207476 104 384 105 383 105 385 Trgb +0.000000 0.691585 0.207476 105 383 107 385 105 385 Trgb +0.000000 0.691585 0.207476 107 385 106 387 105 385 Trgb +0.000000 0.038905 0.011671 131 383 105 387 106 387 Trgb +0.000000 0.068470 0.020541 131 383 106 387 132 383 Trgb +0.000000 0.059130 0.017739 133 381 107 385 105 383 Trgb +0.000000 0.029565 0.008870 133 381 105 383 131 379 Trgb +0.000000 0.094922 0.028477 132 383 106 387 107 385 Trgb +0.000000 0.091809 0.027543 132 383 107 385 133 381 Trgb +0.036557 0.227068 0.052725 105 391 97 391 99 386 Trgb +0.065148 0.404652 0.093960 111 392 105 395 105 391 Trgb +0.037225 0.231217 0.053688 97 391 105 391 105 395 Trgb +0.009849 0.061174 0.014205 97 391 97 381 99 386 Trgb +0.052749 0.327638 0.076077 104 381 105 391 99 386 Trgb +0.083603 0.519279 0.120576 113 385 111 392 105 391 Trgb +0.071872 0.446414 0.103657 105 391 104 381 113 385 Trgb +0.058213 0.361574 0.083957 110 379 113 385 104 381 Trgb +0.026041 0.161745 0.037557 97 381 104 381 99 386 Trgb +0.000000 0.000000 0.000000 100 378 105 376 97 381 Trgb +0.016192 0.100570 0.023352 104 381 97 381 105 376 Trgb +0.029241 0.181624 0.042173 105 376 110 379 104 381 Trgb +0.069674 0.432765 0.100488 111 392 113 385 113 389 Trgb +0.044015 0.273387 0.063480 113 380 113 389 113 385 Trgb +0.044284 0.275061 0.063869 113 385 110 379 113 380 Trgb +0.015313 0.095110 0.022085 110 379 105 376 113 380 Trgb +0.000000 0.698498 0.209550 130 380 132 380 131 381 Trgb +0.000000 0.698498 0.209550 132 380 133 381 131 381 Trgb +0.000000 0.698498 0.209550 133 381 132 383 131 381 Trgb +0.000000 0.698498 0.209550 132 383 130 383 131 381 Trgb +0.000000 0.698498 0.209550 130 383 129 381 131 381 Trgb +0.000000 0.698498 0.209550 129 381 130 380 131 381 Trgb +0.000000 0.000000 0.000000 129 381 111 401 111 400 Trgb +0.000000 0.000000 0.000000 129 381 111 400 130 380 Trgb +0.000000 0.023294 0.006988 130 383 112 403 111 401 Trgb +0.000000 0.011647 0.003494 130 383 111 401 129 381 Trgb +0.000000 0.040413 0.012124 132 383 113 403 112 403 Trgb +0.000000 0.037677 0.011303 132 383 112 403 130 383 Trgb +0.019290 0.043219 0.012502 102 398 104 406 103 408 Trgb +0.112959 0.253086 0.073209 111 411 119 410 113 412 Trgb +0.059036 0.132271 0.038261 113 412 103 408 111 411 Trgb +0.071059 0.159208 0.046053 104 406 111 411 103 408 Trgb +0.088148 0.197496 0.057129 110 400 111 391 118 396 Trgb +0.000000 0.000000 0.000000 102 398 106 393 111 391 Trgb +0.044502 0.099707 0.028842 111 391 110 400 102 398 Trgb +0.063792 0.142926 0.041344 104 406 102 398 110 400 Trgb +0.157140 0.352073 0.101843 121 404 110 400 118 396 Trgb +0.174684 0.391380 0.113213 119 410 111 411 121 404 Trgb +0.165263 0.370273 0.107107 110 400 121 404 111 411 Trgb +0.115561 0.258915 0.074895 111 411 104 406 110 400 Trgb +0.060868 0.136376 0.039449 111 391 121 395 118 396 Trgb +0.129860 0.290952 0.084162 121 395 121 404 118 396 Trgb +0.147404 0.330260 0.095533 122 405 119 410 121 404 Trgb +0.110704 0.248032 0.071747 121 404 121 395 122 405 Trgb +0.000000 0.699554 0.209866 131 380 131 379 131 381 Trgb +0.000000 0.699554 0.209866 131 379 132 380 131 381 Trgb +0.000000 0.699554 0.209866 132 380 132 382 131 381 Trgb +0.000000 0.699554 0.209866 132 382 131 383 131 381 Trgb +0.000000 0.699554 0.209866 131 383 130 382 131 381 Trgb +0.000000 0.699554 0.209866 130 382 131 380 131 381 Trgb +0.000000 0.019279 0.005784 130 382 92 378 93 376 Trgb +0.000000 0.013935 0.004181 130 382 93 376 131 380 Trgb +0.000000 0.018894 0.005668 131 383 93 380 92 378 Trgb +0.000000 0.021758 0.006527 131 383 92 378 130 382 Trgb +0.000000 0.005728 0.001718 131 380 93 376 94 376 Trgb +0.000000 0.002864 0.000859 131 380 94 376 131 379 Trgb +0.000000 0.000000 0.000000 83 371 82 384 82 377 Trgb +0.062639 0.107049 0.033938 90 370 88 379 83 371 Trgb +0.045424 0.077629 0.024611 82 384 83 371 88 379 Trgb +0.092448 0.157993 0.050088 88 379 89 387 82 384 Trgb +0.068102 0.116386 0.036898 89 387 93 390 82 384 Trgb +0.017215 0.029420 0.009327 94 365 90 370 83 371 Trgb +0.214613 0.366772 0.116277 98 385 99 373 105 379 Trgb +0.124366 0.212540 0.067381 88 379 90 370 99 373 Trgb +0.189956 0.324634 0.102918 99 373 98 385 88 379 Trgb +0.175253 0.299506 0.094952 89 387 88 379 98 385 Trgb +0.190267 0.325166 0.103087 104 384 98 385 105 379 Trgb +0.141265 0.241421 0.076537 98 385 104 384 93 390 Trgb +0.150908 0.257900 0.081762 93 390 89 387 98 385 Trgb +0.148111 0.253120 0.080246 99 373 104 372 105 379 Trgb +0.078942 0.134911 0.042771 90 370 94 365 99 373 Trgb +0.078030 0.133353 0.042277 104 372 99 373 94 365 Trgb +0.000000 0.651830 0.195549 178 348 180 348 178 349 Trgb +0.000000 0.651830 0.195549 180 348 180 350 178 349 Trgb +0.000000 0.651830 0.195549 180 350 178 351 178 349 Trgb +0.000000 0.651830 0.195549 178 351 175 350 178 349 Trgb +0.000000 0.651830 0.195549 175 350 175 349 178 349 Trgb +0.000000 0.651830 0.195549 175 349 178 348 178 349 Trgb +0.000000 0.136743 0.041023 178 351 181 395 179 394 Trgb +0.000000 0.068371 0.020511 178 351 179 394 175 350 Trgb +0.000000 0.224390 0.067317 180 350 184 394 181 395 Trgb +0.000000 0.214752 0.064426 180 350 181 395 178 351 Trgb +0.000000 0.097284 0.029185 180 348 184 392 184 394 Trgb +0.000000 0.165656 0.049697 180 348 184 394 180 350 Trgb +0.000000 0.000000 0.000000 181 392 182 391 181 393 Trgb +0.000000 0.000000 0.000000 182 391 183 393 181 393 Trgb +0.000000 0.000000 0.000000 183 393 182 394 181 393 Trgb +0.000000 0.000000 0.000000 182 394 181 395 181 393 Trgb +0.000000 0.000000 0.000000 181 395 180 394 181 393 Trgb +0.000000 0.000000 0.000000 180 394 181 392 181 393 Trgb +0.000000 0.098567 0.029570 182 394 210 409 209 410 Trgb +0.000000 0.058014 0.017404 182 394 209 410 181 395 Trgb +0.000000 0.127481 0.038244 183 393 211 408 210 409 Trgb +0.000000 0.133301 0.039990 183 393 210 409 182 394 Trgb +0.000000 0.040554 0.012166 182 391 211 407 211 408 Trgb +0.000000 0.081108 0.024332 182 391 211 408 183 393 Trgb +0.449781 0.027005 0.095357 204 426 214 420 223 422 Trgb +0.000000 0.000000 0.000000 191 412 197 394 196 401 Trgb +0.570312 0.034242 0.120911 214 420 222 408 223 422 Trgb +0.467717 0.028082 0.099160 228 405 223 422 222 408 Trgb +0.379352 0.022777 0.080426 222 408 222 395 228 405 Trgb +0.105134 0.006312 0.022289 203 412 191 412 196 401 Trgb +0.381323 0.022895 0.080844 214 420 204 426 203 412 Trgb +0.184233 0.011062 0.039059 191 412 203 412 204 426 Trgb +0.079098 0.004749 0.016769 204 426 198 421 191 412 Trgb +0.026036 0.001563 0.005520 197 394 209 394 196 401 Trgb +0.026036 0.001563 0.005520 209 394 197 394 216 391 Trgb +0.111265 0.006680 0.023589 216 391 222 395 209 394 Trgb +0.131171 0.007876 0.027809 209 394 203 412 196 401 Trgb +0.501854 0.030132 0.106397 222 408 214 420 203 412 Trgb +0.330800 0.019862 0.070132 203 412 209 394 222 408 Trgb +0.310894 0.018666 0.065912 222 395 222 408 209 394 Trgb +0.000000 0.699809 0.209943 180 394 180 392 181 393 Trgb +0.000000 0.699809 0.209943 180 392 182 391 181 393 Trgb +0.000000 0.699809 0.209943 182 391 183 392 181 393 Trgb +0.000000 0.699809 0.209943 183 392 183 394 181 393 Trgb +0.000000 0.699809 0.209943 183 394 181 395 181 393 Trgb +0.000000 0.699809 0.209943 181 395 180 394 181 393 Trgb +0.000000 0.006766 0.002030 181 395 168 392 166 391 Trgb +0.000000 0.003383 0.001015 181 395 166 391 180 394 Trgb +0.000000 0.000000 0.000000 180 392 167 389 168 388 Trgb +0.000000 0.000000 0.000000 180 392 168 388 182 391 Trgb +0.000000 0.000000 0.000000 180 394 166 391 167 389 Trgb +0.000000 0.000000 0.000000 180 394 167 389 180 392 Trgb +0.168457 0.380906 0.109873 173 398 164 393 172 391 Trgb +0.049902 0.112835 0.032547 164 400 159 394 164 393 Trgb +0.115650 0.261502 0.075430 164 393 173 398 164 400 Trgb +0.105923 0.239508 0.069086 171 400 164 400 173 398 Trgb +0.184304 0.416738 0.120208 177 388 173 398 172 391 Trgb +0.147343 0.333164 0.096101 173 398 177 388 177 395 Trgb +0.121770 0.275339 0.079422 177 395 171 400 173 398 Trgb +0.128611 0.290809 0.083884 164 393 169 384 172 391 Trgb +0.037902 0.085702 0.024721 159 394 159 386 164 393 Trgb +0.063804 0.144271 0.041615 169 384 164 393 159 386 Trgb +0.025902 0.058569 0.016894 159 386 165 380 169 384 Trgb +0.144458 0.326640 0.094220 169 384 177 388 172 391 Trgb +0.064954 0.146870 0.042365 173 381 177 387 177 388 Trgb +0.079651 0.180103 0.051951 177 388 169 384 173 381 Trgb +0.025902 0.058569 0.016894 165 380 173 381 169 384 Trgb +0.000000 0.694743 0.208423 182 394 181 393 181 393 Trgb +0.000000 0.694743 0.208423 181 393 180 392 181 393 Trgb +0.000000 0.694743 0.208423 180 392 181 392 181 393 Trgb +0.000000 0.694743 0.208423 181 392 182 393 181 393 Trgb +0.000000 0.694743 0.208423 182 393 183 394 181 393 Trgb +0.000000 0.694743 0.208423 183 394 182 394 181 393 Trgb +0.000000 0.065286 0.019586 183 394 157 420 156 420 Trgb +0.000000 0.074712 0.022413 183 394 156 420 182 394 Trgb +0.000000 0.018852 0.005655 181 393 154 418 154 417 Trgb +0.000000 0.009426 0.002828 181 393 154 417 180 392 Trgb +0.000000 0.065517 0.019655 182 394 156 420 154 418 Trgb +0.000000 0.046897 0.014069 182 394 154 418 181 393 Trgb +0.365097 0.114210 0.095861 159 429 167 431 150 434 Trgb +0.067185 0.021017 0.017640 139 421 150 434 144 430 Trgb +0.321781 0.100660 0.084488 149 421 159 429 150 434 Trgb +0.159955 0.050037 0.041999 150 434 139 421 149 421 Trgb +0.092770 0.029020 0.024358 143 411 149 421 139 421 Trgb +0.297384 0.093028 0.078082 172 416 166 418 167 407 Trgb +0.459583 0.143767 0.120670 167 431 159 429 166 418 Trgb +0.366658 0.114698 0.096271 166 418 172 416 167 431 Trgb +0.000000 0.000000 0.000000 144 406 143 411 139 421 Trgb +0.254068 0.079478 0.066709 166 418 155 406 167 407 Trgb +0.416267 0.130217 0.109297 159 429 149 421 166 418 Trgb +0.280026 0.087598 0.073525 155 406 166 418 149 421 Trgb +0.118355 0.037024 0.031076 149 421 143 411 155 406 Trgb +0.092397 0.028904 0.024260 155 406 161 403 167 407 Trgb +0.025585 0.008004 0.006718 161 403 155 406 144 406 Trgb +0.025585 0.008004 0.006718 143 411 144 406 155 406 Trgb +0.000000 0.699458 0.209837 243 351 238 351 240 348 Trgb +0.000000 0.699458 0.209837 238 351 236 348 240 348 Trgb +0.000000 0.699458 0.209837 236 348 238 345 240 348 Trgb +0.000000 0.699458 0.209837 238 345 243 345 240 348 Trgb +0.000000 0.699458 0.209837 243 345 245 348 240 348 Trgb +0.000000 0.699458 0.209837 245 348 243 351 240 348 Trgb +0.000000 0.000000 0.000000 238 302 238 345 236 348 Trgb +0.000000 0.000000 0.000000 238 302 236 348 236 305 Trgb +0.000000 0.010118 0.003035 242 302 243 345 238 345 Trgb +0.000000 0.005059 0.001518 242 302 238 345 238 302 Trgb +0.000000 0.023392 0.007018 244 305 245 348 243 345 Trgb +0.000000 0.019284 0.005785 244 305 243 345 242 302 Trgb +0.000000 0.699769 0.209931 279 344 276 345 277 342 Trgb +0.000000 0.699769 0.209931 276 345 274 343 277 342 Trgb +0.000000 0.699769 0.209931 274 343 274 340 277 342 Trgb +0.000000 0.699769 0.209931 274 340 277 338 277 342 Trgb +0.000000 0.699769 0.209931 277 338 279 340 277 342 Trgb +0.000000 0.699769 0.209931 279 340 279 344 277 342 Trgb +0.000000 0.006306 0.001892 238 349 274 343 276 345 Trgb +0.000000 0.011255 0.003376 238 349 276 345 240 351 Trgb +0.000000 0.000452 0.000136 238 346 274 340 274 343 Trgb +0.000000 0.000904 0.000271 238 346 274 343 238 349 Trgb +0.000000 0.000000 0.000000 241 345 277 338 274 340 Trgb +0.000000 0.000000 0.000000 241 345 274 340 238 346 Trgb +0.000000 0.582895 0.174869 282 300 282 301 280 301 Trgb +0.000000 0.582895 0.174869 282 301 280 302 280 301 Trgb +0.000000 0.582895 0.174869 280 302 278 301 280 301 Trgb +0.000000 0.582895 0.174869 278 301 278 300 280 301 Trgb +0.000000 0.582895 0.174869 278 300 279 299 280 301 Trgb +0.000000 0.582895 0.174869 279 299 282 300 280 301 Trgb +0.000000 0.335109 0.100533 277 343 280 302 282 301 Trgb +0.000000 0.336208 0.100862 277 343 282 301 279 342 Trgb +0.000000 0.111337 0.033401 275 342 278 301 280 302 Trgb +0.000000 0.222674 0.066802 275 342 280 302 277 343 Trgb +0.000000 0.000000 0.000000 275 341 278 300 278 301 Trgb +0.000000 0.000000 0.000000 275 341 278 301 275 342 Trgb +0.156119 0.052040 0.041632 292 284 290 293 281 282 Trgb +0.267437 0.089146 0.071317 290 293 292 284 300 303 Trgb +0.431611 0.143870 0.115096 300 303 293 309 290 293 Trgb +0.154020 0.051340 0.041072 290 293 269 291 281 282 Trgb +0.130571 0.043524 0.034819 278 310 264 306 269 291 Trgb +0.263240 0.087747 0.070197 269 291 290 293 278 310 Trgb +0.429512 0.143171 0.114537 293 309 278 310 290 293 Trgb +0.413054 0.137685 0.110148 293 309 300 303 288 319 Trgb +0.021351 0.007117 0.005694 269 291 271 282 281 282 Trgb +0.008229 0.002743 0.002194 264 306 259 298 269 291 Trgb +0.008229 0.002743 0.002194 271 282 269 291 259 298 Trgb +0.114112 0.038037 0.030430 267 317 288 319 278 319 Trgb +0.122342 0.040781 0.032624 264 306 278 310 267 317 Trgb +0.236454 0.078818 0.063054 288 319 267 317 278 310 Trgb +0.410955 0.136985 0.109588 278 310 293 309 288 319 Trgb +0.000000 0.000000 0.000000 259 298 264 306 267 317 Trgb +0.000000 0.699650 0.209895 320 357 320 355 320 355 Trgb +0.000000 0.699650 0.209895 320 355 321 353 320 355 Trgb +0.000000 0.699650 0.209895 321 353 321 353 320 355 Trgb +0.000000 0.699650 0.209895 321 353 321 355 320 355 Trgb +0.000000 0.699650 0.209895 321 355 320 357 320 355 Trgb +0.000000 0.699650 0.209895 320 357 320 357 320 355 Trgb +0.000000 0.019057 0.005717 276 342 320 355 320 357 Trgb +0.000000 0.016121 0.004836 276 342 320 357 276 344 Trgb +0.000000 0.013204 0.003961 277 340 321 353 320 355 Trgb +0.000000 0.017599 0.005280 277 340 320 355 276 342 Trgb +0.000000 0.002937 0.000881 277 340 321 353 321 353 Trgb +0.000000 0.005873 0.001762 277 340 321 353 277 340 Trgb +0.051513 0.547915 0.119886 325 363 327 354 330 358 Trgb +0.033489 0.356204 0.077939 317 363 318 358 325 363 Trgb +0.045176 0.480506 0.105136 327 354 325 363 318 358 Trgb +0.037293 0.396663 0.086791 318 358 320 351 327 354 Trgb +0.042482 0.451858 0.098868 327 354 329 351 330 358 Trgb +0.009041 0.096168 0.021042 322 346 324 347 329 351 Trgb +0.027114 0.288393 0.063101 329 351 327 354 322 346 Trgb +0.028262 0.300606 0.065774 320 351 322 346 327 354 Trgb +0.022883 0.243388 0.053254 319 364 317 363 325 363 Trgb +0.000000 0.000000 0.000000 314 350 312 359 311 352 Trgb +0.016992 0.180738 0.039546 318 358 317 363 312 359 Trgb +0.010607 0.112815 0.024684 312 359 314 350 318 358 Trgb +0.019221 0.204438 0.044732 320 351 318 358 314 350 Trgb +0.000000 0.000000 0.000000 316 347 314 350 311 352 Trgb +0.001576 0.016759 0.003667 314 350 316 347 322 346 Trgb +0.010190 0.108381 0.023714 322 346 320 351 314 350 Trgb +0.000000 0.698163 0.209449 265 347 268 347 266 349 Trgb +0.000000 0.698163 0.209449 268 347 268 350 266 349 Trgb +0.000000 0.698163 0.209449 268 350 267 351 266 349 Trgb +0.000000 0.698163 0.209449 267 351 265 351 266 349 Trgb +0.000000 0.698163 0.209449 265 351 264 348 266 349 Trgb +0.000000 0.698163 0.209449 264 348 265 347 266 349 Trgb +0.000000 0.014969 0.004491 278 340 268 347 265 347 Trgb +0.000000 0.007485 0.002245 278 340 265 347 276 339 Trgb +0.000000 0.041203 0.012361 279 342 268 350 268 347 Trgb +0.000000 0.031829 0.009549 279 342 268 347 278 340 Trgb +0.000000 0.035609 0.010683 277 344 267 351 268 350 Trgb +0.000000 0.043093 0.012928 277 344 268 350 279 342 Trgb +0.005581 0.351590 0.071434 263 344 271 348 264 350 Trgb +0.000872 0.054960 0.011166 264 340 270 341 263 344 Trgb +0.004101 0.258361 0.052492 271 348 263 344 270 341 Trgb +0.006315 0.397826 0.080828 270 341 274 347 271 348 Trgb +0.007937 0.500031 0.101594 271 348 267 356 264 350 Trgb +0.007251 0.456807 0.092812 274 353 269 357 267 356 Trgb +0.008813 0.555244 0.112812 267 356 271 348 274 353 Trgb +0.008671 0.546267 0.110988 274 347 274 353 271 348 Trgb +0.002352 0.148188 0.030108 259 351 263 344 264 350 Trgb +0.000284 0.017904 0.003638 259 345 264 340 263 344 Trgb +0.000284 0.017904 0.003638 263 344 259 351 259 345 Trgb +0.000000 0.000000 0.000000 258 351 259 345 259 351 Trgb +0.004708 0.296630 0.060268 267 356 259 351 264 350 Trgb +0.004307 0.271310 0.055123 269 357 262 356 267 356 Trgb +0.002640 0.166346 0.033797 259 351 267 356 262 356 Trgb +0.000000 0.000000 0.000000 262 356 258 351 259 351 Trgb +0.000000 0.699555 0.209867 274 400 274 399 276 398 Trgb +0.000000 0.699555 0.209867 274 399 276 397 276 398 Trgb +0.000000 0.699555 0.209867 276 397 279 396 276 398 Trgb +0.000000 0.699555 0.209867 279 396 279 397 276 398 Trgb +0.000000 0.699555 0.209867 279 397 276 399 276 398 Trgb +0.000000 0.699555 0.209867 276 399 274 400 276 398 Trgb +0.000000 0.001828 0.000548 238 349 274 399 274 400 Trgb +0.000000 0.000914 0.000274 238 349 274 400 238 350 Trgb +0.000000 0.016145 0.004843 240 347 276 397 274 399 Trgb +0.000000 0.009443 0.002833 240 347 274 399 238 349 Trgb +0.000000 0.021019 0.006306 243 346 279 396 276 397 Trgb +0.000000 0.021933 0.006580 243 346 276 397 240 347 Trgb +0.000000 0.000000 0.000000 275 399 275 398 276 398 Trgb +0.000000 0.000000 0.000000 275 398 277 396 276 398 Trgb +0.000000 0.000000 0.000000 277 396 278 397 276 398 Trgb +0.000000 0.000000 0.000000 278 397 278 398 276 398 Trgb +0.000000 0.000000 0.000000 278 398 276 400 276 398 Trgb +0.000000 0.000000 0.000000 276 400 275 399 276 398 Trgb +0.000000 0.040083 0.012025 276 400 304 426 303 425 Trgb +0.000000 0.020042 0.006012 276 400 303 425 275 399 Trgb +0.000000 0.090960 0.027288 278 398 305 424 304 426 Trgb +0.000000 0.075542 0.022663 278 398 304 426 276 400 Trgb +0.000000 0.066294 0.019888 278 397 306 422 305 424 Trgb +0.000000 0.086336 0.025901 278 397 305 424 278 398 Trgb +0.082512 0.183187 0.053140 311 434 303 434 299 434 Trgb +0.144624 0.321084 0.093142 299 434 307 431 311 434 Trgb +0.131873 0.292775 0.084930 313 423 314 416 316 424 Trgb +0.161712 0.359021 0.104147 316 424 311 434 313 423 Trgb +0.186888 0.414915 0.120361 307 431 313 423 311 434 Trgb +0.028116 0.062421 0.018107 300 424 292 424 296 417 Trgb +0.022788 0.050592 0.014676 299 434 295 431 292 424 Trgb +0.050904 0.113013 0.032783 292 424 300 424 299 434 Trgb +0.113016 0.250910 0.072785 307 431 299 434 300 424 Trgb +0.033444 0.074249 0.021539 305 413 300 424 296 417 Trgb +0.100265 0.222601 0.064573 314 416 313 423 305 413 Trgb +0.098496 0.218673 0.063434 300 424 305 413 313 423 Trgb +0.155280 0.344741 0.100004 313 423 307 431 300 424 Trgb +0.000000 0.000000 0.000000 292 424 297 414 296 417 Trgb +0.005328 0.011829 0.003431 297 414 305 413 296 417 Trgb +0.035213 0.078177 0.022678 309 414 314 416 305 413 Trgb +0.000000 0.000000 0.000000 276 398 274 397 276 398 Trgb +0.000000 0.000000 0.000000 274 397 275 397 276 398 Trgb +0.000000 0.000000 0.000000 275 397 277 398 276 398 Trgb +0.000000 0.000000 0.000000 277 398 278 399 276 398 Trgb +0.000000 0.000000 0.000000 278 399 278 399 276 398 Trgb +0.000000 0.000000 0.000000 278 399 276 398 276 398 Trgb +0.000000 0.456347 0.136904 278 399 262 440 260 440 Trgb +0.000000 0.340193 0.102058 278 399 260 440 276 398 Trgb +0.000000 0.423140 0.126942 278 399 263 440 262 440 Trgb +0.000000 0.497820 0.149346 278 399 262 440 278 399 Trgb +0.000000 0.149360 0.044808 276 398 260 440 259 439 Trgb +0.000000 0.074680 0.022404 276 398 259 439 274 397 Trgb +0.212339 0.022980 0.047064 249 455 269 460 253 460 Trgb +0.339481 0.036740 0.075244 252 441 268 447 249 455 Trgb +0.400003 0.043290 0.088659 269 460 249 455 268 447 Trgb +0.531030 0.057471 0.117700 268 447 280 448 269 460 Trgb +0.070112 0.007588 0.015540 242 448 249 455 253 460 Trgb +0.144590 0.015648 0.032048 241 434 252 441 249 455 Trgb +0.062885 0.006806 0.013938 249 455 242 448 241 434 Trgb +0.184671 0.019986 0.040931 280 431 260 426 268 419 Trgb +0.329260 0.035634 0.072979 268 447 252 441 260 426 Trgb +0.379562 0.041078 0.084128 260 426 280 431 268 447 Trgb +0.520810 0.056365 0.115435 280 448 268 447 280 431 Trgb +0.052664 0.005700 0.011673 260 426 253 419 268 419 Trgb +0.134369 0.014542 0.029782 252 441 241 434 260 426 Trgb +0.052664 0.005700 0.011673 253 419 260 426 241 434 Trgb +0.000000 0.000000 0.000000 241 434 242 431 253 419 Trgb +0.000000 0.699838 0.209951 305 398 304 400 303 399 Trgb +0.000000 0.699838 0.209951 304 400 303 401 303 399 Trgb +0.000000 0.699838 0.209951 303 401 301 400 303 399 Trgb +0.000000 0.699838 0.209951 301 400 301 398 303 399 Trgb +0.000000 0.699838 0.209951 301 398 303 397 303 399 Trgb +0.000000 0.699838 0.209951 303 397 305 398 303 399 Trgb +0.000000 0.004567 0.001370 275 399 301 400 303 401 Trgb +0.000000 0.008870 0.002661 275 399 303 401 276 400 Trgb +0.000000 0.000088 0.000026 275 397 301 398 301 400 Trgb +0.000000 0.000176 0.000053 275 397 301 400 275 399 Trgb +0.000000 0.000000 0.000000 277 396 303 397 301 398 Trgb +0.000000 0.000000 0.000000 277 396 301 398 275 397 Trgb +0.222606 0.358895 0.116300 316 395 312 409 312 399 Trgb +0.223481 0.360306 0.116757 312 409 301 403 312 399 Trgb +0.084475 0.136195 0.044134 299 413 292 405 301 403 Trgb +0.166838 0.268984 0.087164 301 403 312 409 299 413 Trgb +0.143692 0.231666 0.075072 307 412 299 413 312 409 Trgb +0.172674 0.278393 0.090214 306 390 316 395 312 399 Trgb +0.090628 0.146114 0.047348 316 395 306 390 307 386 Trgb +0.033050 0.053284 0.017267 298 386 307 386 306 390 Trgb +0.173550 0.279804 0.090671 301 403 306 390 312 399 Trgb +0.059072 0.095239 0.030862 292 405 292 394 301 403 Trgb +0.091503 0.147525 0.047806 306 390 301 403 292 394 Trgb +0.033050 0.053284 0.017267 292 394 298 386 306 390 Trgb +0.026022 0.041954 0.013595 292 405 299 413 289 403 Trgb +0.000619 0.000998 0.000323 292 394 292 405 289 403 Trgb +0.000000 0.000000 0.000000 298 386 292 394 294 389 Trgb +0.000000 0.683893 0.205168 199 372 201 375 199 375 Trgb +0.000000 0.683893 0.205168 201 375 201 378 199 375 Trgb +0.000000 0.683893 0.205168 201 378 199 378 199 375 Trgb +0.000000 0.683893 0.205168 199 378 197 376 199 375 Trgb +0.000000 0.683893 0.205168 197 376 197 373 199 375 Trgb +0.000000 0.683893 0.205168 197 373 199 372 199 375 Trgb +0.000000 0.091401 0.027420 243 347 201 375 199 372 Trgb +0.000000 0.049695 0.014909 243 347 199 372 240 345 Trgb +0.000000 0.127779 0.038334 243 350 201 378 201 375 Trgb +0.000000 0.130442 0.039133 243 350 201 375 243 347 Trgb +0.000000 0.005327 0.001598 240 345 199 372 197 373 Trgb +0.000000 0.002663 0.000799 240 345 197 373 238 346 Trgb +0.144027 0.150940 0.058993 191 371 200 384 189 382 Trgb +0.110751 0.116067 0.045364 199 362 207 369 191 371 Trgb +0.201210 0.210868 0.082416 200 384 191 371 207 369 Trgb +0.289919 0.303835 0.118751 207 369 211 381 200 384 Trgb +0.135622 0.142131 0.055551 200 384 192 390 189 382 Trgb +0.184399 0.193250 0.075530 192 390 200 384 208 388 Trgb +0.281513 0.295026 0.115308 211 381 208 388 200 384 Trgb +0.047625 0.049911 0.019507 183 377 191 371 189 382 Trgb +0.028132 0.029483 0.011523 190 362 199 362 191 371 Trgb +0.022189 0.023254 0.009088 191 371 183 377 190 362 Trgb +0.088563 0.092814 0.036275 207 369 199 362 206 361 Trgb +0.143049 0.149916 0.058593 206 361 215 374 207 369 Trgb +0.253947 0.266136 0.104017 211 381 207 369 215 374 Trgb +0.039219 0.041102 0.016064 192 390 183 377 189 382 Trgb +0.245542 0.257328 0.100574 208 388 211 381 215 374 Trgb +0.005944 0.006229 0.002434 199 362 190 362 206 361 Trgb +0.000000 0.663069 0.198921 237 303 239 304 240 305 Trgb +0.000000 0.663069 0.198921 239 304 243 306 240 305 Trgb +0.000000 0.663069 0.198921 243 306 243 307 240 305 Trgb +0.000000 0.663069 0.198921 243 307 241 306 240 305 Trgb +0.000000 0.663069 0.198921 241 306 237 304 240 305 Trgb +0.000000 0.663069 0.198921 237 304 237 303 240 305 Trgb +0.000000 0.004603 0.001381 237 304 193 373 193 372 Trgb +0.000000 0.002302 0.000690 237 304 193 372 237 303 Trgb +0.000000 0.134078 0.040224 241 306 197 375 193 373 Trgb +0.000000 0.070492 0.021148 241 306 193 373 237 304 Trgb +0.000000 0.193062 0.057919 243 307 199 376 197 375 Trgb +0.000000 0.195363 0.058609 243 307 197 375 241 306 Trgb +0.000000 0.000000 0.000000 195 373 198 373 196 374 Trgb +0.000000 0.000000 0.000000 198 373 199 374 196 374 Trgb +0.000000 0.000000 0.000000 199 374 197 375 196 374 Trgb +0.000000 0.000000 0.000000 197 375 194 376 196 374 Trgb +0.000000 0.000000 0.000000 194 376 193 374 196 374 Trgb +0.000000 0.000000 0.000000 193 374 195 373 196 374 Trgb +0.000000 0.116215 0.034865 194 376 202 423 201 422 Trgb +0.000000 0.058108 0.017432 194 376 201 422 193 374 Trgb +0.000000 0.468066 0.140420 197 375 204 423 202 423 Trgb +0.000000 0.321194 0.096358 197 375 202 423 194 376 Trgb +0.000000 0.498723 0.149617 199 374 206 422 204 423 Trgb +0.000000 0.556831 0.167049 199 374 204 423 197 375 Trgb +0.000000 0.011484 0.003445 202 423 231 450 230 451 Trgb +0.000000 0.005742 0.001723 202 423 230 451 202 423 Trgb +0.000000 0.027990 0.008397 204 422 232 449 231 450 Trgb +0.000000 0.022608 0.006782 204 422 231 450 202 423 Trgb +0.000000 0.021887 0.006566 205 420 233 448 232 449 Trgb +0.000000 0.027629 0.008289 205 420 232 449 204 422 Trgb +0.140855 0.120441 0.052259 222 460 224 457 234 462 Trgb +0.240544 0.205683 0.089245 244 451 244 451 242 459 Trgb +0.170476 0.145769 0.063249 244 451 244 451 242 439 Trgb +0.212239 0.181480 0.078744 238 442 242 439 244 451 Trgb +0.303940 0.259891 0.112766 234 462 244 451 242 459 Trgb +0.225159 0.192527 0.083537 224 457 231 450 234 462 Trgb +0.297267 0.254185 0.110290 244 451 234 462 231 450 Trgb +0.275635 0.235688 0.102265 231 450 238 442 244 451 Trgb +0.044827 0.038331 0.016632 224 457 222 460 219 448 Trgb +0.000000 0.000000 0.000000 230 437 229 437 221 439 Trgb +0.020908 0.017878 0.007757 229 437 230 437 242 439 Trgb +0.095304 0.081492 0.035359 242 439 238 442 229 437 Trgb +0.000000 0.000000 0.000000 229 437 219 448 221 439 Trgb +0.129131 0.110416 0.047909 231 450 224 457 219 448 Trgb +0.084303 0.072086 0.031278 219 448 229 437 231 450 Trgb +0.158699 0.135699 0.058880 238 442 231 450 229 437 Trgb +0.000000 0.697205 0.209161 203 423 202 421 203 422 Trgb +0.000000 0.697205 0.209161 202 421 202 420 203 422 Trgb +0.000000 0.697205 0.209161 202 420 203 421 203 422 Trgb +0.000000 0.697205 0.209161 203 421 205 422 203 422 Trgb +0.000000 0.697205 0.209161 205 422 205 423 203 422 Trgb +0.000000 0.697205 0.209161 205 423 203 423 203 422 Trgb +0.000000 0.053582 0.016075 205 423 177 446 175 445 Trgb +0.000000 0.054544 0.016363 205 423 175 445 203 423 Trgb +0.000000 0.001924 0.000577 202 421 174 444 174 443 Trgb +0.000000 0.000962 0.000289 202 421 174 443 202 420 Trgb +0.000000 0.037965 0.011390 203 423 175 445 174 444 Trgb +0.000000 0.020425 0.006128 203 423 174 444 202 421 Trgb +0.316256 0.106519 0.084555 174 454 183 458 166 458 Trgb +0.035608 0.011993 0.009520 158 444 166 458 164 454 Trgb +0.217204 0.073158 0.058072 166 444 174 454 166 458 Trgb +0.081816 0.027557 0.021875 166 458 158 444 166 444 Trgb +0.046208 0.015564 0.012354 163 434 166 444 158 444 Trgb +0.350542 0.118068 0.093722 193 445 183 444 188 434 Trgb +0.436507 0.147022 0.116706 183 458 174 454 183 444 Trgb +0.410770 0.138353 0.109825 183 444 193 445 183 458 Trgb +0.324951 0.109448 0.086880 188 454 183 458 193 445 Trgb +0.251490 0.084706 0.067239 183 444 175 430 188 434 Trgb +0.337456 0.113660 0.090223 174 454 166 444 183 444 Trgb +0.212668 0.071630 0.056859 175 430 183 444 166 444 Trgb +0.056808 0.019134 0.015188 166 444 163 434 175 430 Trgb +0.095631 0.032210 0.025568 175 430 185 430 188 434 Trgb +0.010600 0.003570 0.002834 163 434 168 430 175 430 Trgb +0.000000 0.699705 0.209912 228 451 227 452 227 452 Trgb +0.000000 0.699705 0.209912 227 452 226 453 227 452 Trgb +0.000000 0.699705 0.209912 226 453 225 453 227 452 Trgb +0.000000 0.699705 0.209912 225 453 226 451 227 452 Trgb +0.000000 0.699705 0.209912 226 451 228 450 227 452 Trgb +0.000000 0.699705 0.209912 228 450 228 451 227 452 Trgb +0.000000 0.012277 0.003683 203 421 226 451 225 453 Trgb +0.000000 0.006561 0.001968 203 421 225 453 202 423 Trgb +0.000000 0.017430 0.005229 204 421 228 450 226 451 Trgb +0.000000 0.017712 0.005313 204 421 226 451 203 421 Trgb +0.000000 0.005716 0.001715 205 421 228 451 228 450 Trgb +0.000000 0.011432 0.003430 205 421 228 450 204 421 Trgb +0.039036 0.368851 0.081578 229 459 226 459 232 458 Trgb +0.014453 0.136564 0.030203 221 457 220 456 226 459 Trgb +0.054216 0.512286 0.113300 232 453 235 454 232 458 Trgb +0.042493 0.401514 0.088801 235 454 232 453 233 446 Trgb +0.040366 0.381422 0.084358 229 448 233 446 232 453 Trgb +0.054876 0.518519 0.114679 226 459 232 453 232 458 Trgb +0.022702 0.214515 0.047443 220 456 223 452 226 459 Trgb +0.043812 0.413980 0.091559 232 453 226 459 223 452 Trgb +0.041026 0.387655 0.085736 223 452 229 448 232 453 Trgb +0.007590 0.071717 0.015861 225 444 228 445 233 446 Trgb +0.018790 0.177548 0.039268 233 446 229 448 225 444 Trgb +0.000000 0.000000 0.000000 225 444 219 450 222 445 Trgb +0.008716 0.082358 0.018215 223 452 220 456 219 450 Trgb +0.008250 0.077951 0.017240 219 450 225 444 223 452 Trgb +0.019450 0.183782 0.040646 229 448 223 452 225 444 Trgb +0.000000 0.675852 0.202756 157 401 155 402 154 399 Trgb +0.000000 0.675852 0.202756 155 402 153 400 154 399 Trgb +0.000000 0.675852 0.202756 153 400 152 397 154 399 Trgb +0.000000 0.675852 0.202756 152 397 154 396 154 399 Trgb +0.000000 0.675852 0.202756 154 396 156 398 154 399 Trgb +0.000000 0.675852 0.202756 156 398 157 401 154 399 Trgb +0.000000 0.082884 0.024865 197 377 155 402 157 401 Trgb +0.000000 0.128084 0.038425 197 377 157 401 198 376 Trgb +0.000000 0.090401 0.027120 198 373 156 398 154 396 Trgb +0.000000 0.045200 0.013560 198 373 154 396 195 371 Trgb +0.000000 0.160724 0.048217 198 376 157 401 156 398 Trgb +0.000000 0.148162 0.044449 198 376 156 398 198 373 Trgb +0.000000 0.624566 0.187370 133 381 132 382 132 381 Trgb +0.000000 0.624566 0.187370 132 382 130 382 132 381 Trgb +0.000000 0.624566 0.187370 130 382 130 380 132 381 Trgb +0.000000 0.624566 0.187370 130 380 132 379 132 381 Trgb +0.000000 0.624566 0.187370 132 379 134 379 132 381 Trgb +0.000000 0.624566 0.187370 134 379 133 381 132 381 Trgb +0.000000 0.236481 0.070944 154 401 132 382 133 381 Trgb +0.000000 0.274378 0.082313 154 401 133 381 156 400 Trgb +0.000000 0.066195 0.019858 153 400 130 382 132 382 Trgb +0.000000 0.132389 0.039717 153 400 132 382 154 401 Trgb +0.000000 0.246080 0.073824 156 400 133 381 134 379 Trgb +0.000000 0.179885 0.053966 156 400 134 379 156 398 Trgb +0.190356 0.052692 0.048610 134 378 117 386 121 372 Trgb +0.466388 0.129100 0.119098 146 386 134 397 134 378 Trgb +0.319369 0.088404 0.081555 117 386 134 378 134 397 Trgb +0.207824 0.057527 0.053070 134 397 122 397 117 386 Trgb +0.050611 0.014010 0.012924 117 386 115 370 121 372 Trgb +0.032644 0.009036 0.008336 115 370 117 386 115 388 Trgb +0.060843 0.016842 0.015537 122 397 115 388 117 386 Trgb +0.157712 0.043656 0.040274 132 362 134 378 121 372 Trgb +0.426508 0.118061 0.108914 149 373 146 386 134 378 Trgb +0.246846 0.068329 0.063035 134 378 132 362 149 373 Trgb +0.107101 0.029646 0.027349 142 364 149 373 132 362 Trgb +0.440979 0.122066 0.112609 134 397 146 386 149 391 Trgb +0.268552 0.074337 0.068578 149 391 132 398 134 397 Trgb +0.182415 0.050494 0.046582 122 397 134 397 132 398 Trgb +0.017967 0.004973 0.004588 115 370 132 362 121 372 Trgb +0.401099 0.111028 0.102425 146 386 149 373 149 391 Trgb +0.000000 0.696208 0.208862 150 441 149 441 152 441 Trgb +0.000000 0.696208 0.208862 149 441 151 441 152 441 Trgb +0.000000 0.696208 0.208862 151 441 153 441 152 441 Trgb +0.000000 0.696208 0.208862 153 441 154 441 152 441 Trgb +0.000000 0.696208 0.208862 154 441 152 441 152 441 Trgb +0.000000 0.696208 0.208862 152 441 150 441 152 441 Trgb +0.000000 0.021860 0.006558 154 399 151 441 149 441 Trgb +0.000000 0.010930 0.003279 154 399 149 441 152 399 Trgb +0.000000 0.059363 0.017809 156 399 153 441 151 441 Trgb +0.000000 0.046076 0.013823 156 399 151 441 154 399 Trgb +0.000000 0.050790 0.015237 157 399 154 441 153 441 Trgb +0.000000 0.061719 0.018516 157 399 153 441 156 399 Trgb +0.039530 0.023325 0.012571 135 441 138 440 141 452 Trgb +0.241096 0.142261 0.076671 141 452 158 453 150 458 Trgb +0.358611 0.211603 0.114043 149 440 162 441 158 453 Trgb +0.265973 0.156940 0.084583 158 453 141 452 149 440 Trgb +0.127736 0.075372 0.040622 138 440 149 440 141 452 Trgb +0.000000 0.000000 0.000000 138 440 135 441 143 428 Trgb +0.251597 0.148458 0.080011 158 453 160 454 150 458 Trgb +0.369112 0.217799 0.117382 162 441 168 442 158 453 Trgb +0.286976 0.169334 0.091262 160 454 158 453 168 442 Trgb +0.048676 0.028722 0.015480 160 429 143 428 153 424 Trgb +0.269050 0.158756 0.085561 162 441 149 440 160 429 Trgb +0.136882 0.080769 0.043530 143 428 160 429 149 440 Trgb +0.088206 0.052047 0.028051 149 440 138 440 143 428 Trgb +0.279552 0.164953 0.088901 168 442 162 441 160 429 Trgb +0.147384 0.086966 0.046870 160 429 162 430 168 442 Trgb +0.000000 0.698453 0.209536 154 397 154 397 154 399 Trgb +0.000000 0.698453 0.209536 154 397 155 399 154 399 Trgb +0.000000 0.698453 0.209536 155 399 155 401 154 399 Trgb +0.000000 0.698453 0.209536 155 401 155 401 154 399 Trgb +0.000000 0.698453 0.209536 155 401 154 399 154 399 Trgb +0.000000 0.698453 0.209536 154 399 154 397 154 399 Trgb +0.000000 0.024988 0.007496 154 399 112 404 112 402 Trgb +0.000000 0.012494 0.003748 154 399 112 402 154 397 Trgb +0.000000 0.040894 0.012268 155 401 112 406 112 404 Trgb +0.000000 0.039188 0.011756 155 401 112 404 154 399 Trgb +0.000000 0.017612 0.005284 155 401 113 406 112 406 Trgb +0.000000 0.030106 0.009032 155 401 112 406 155 401 Trgb +0.013474 0.018613 0.006417 101 396 102 410 99 405 Trgb +0.048974 0.067653 0.023325 110 392 110 400 101 396 Trgb +0.062448 0.086266 0.029743 102 410 101 396 110 400 Trgb +0.140330 0.193851 0.066836 110 400 111 410 102 410 Trgb +0.074641 0.103109 0.035550 104 413 102 410 113 417 Trgb +0.152523 0.210694 0.072643 111 410 113 417 102 410 Trgb +0.000000 0.000000 0.000000 112 391 110 392 101 396 Trgb +0.190994 0.263838 0.090966 121 407 120 394 126 402 Trgb +0.084474 0.116692 0.040233 110 400 110 392 120 394 Trgb +0.181141 0.250228 0.086274 120 394 121 407 110 400 Trgb +0.223523 0.308773 0.106459 111 410 110 400 121 407 Trgb +0.203187 0.280681 0.096774 123 411 121 407 126 402 Trgb +0.205527 0.283915 0.097888 121 407 123 411 113 417 Trgb +0.235716 0.325617 0.112267 113 417 111 410 121 407 Trgb +0.035500 0.049040 0.016908 110 392 112 391 120 394 Trgb +0.000000 0.000000 0.000000 196 373 198 373 196 374 Trgb +0.000000 0.000000 0.000000 198 373 199 374 196 374 Trgb +0.000000 0.000000 0.000000 199 374 196 375 196 374 Trgb +0.000000 0.000000 0.000000 196 375 194 375 196 374 Trgb +0.000000 0.000000 0.000000 194 375 194 374 196 374 Trgb +0.000000 0.000000 0.000000 194 374 196 373 196 374 Trgb +0.000000 0.058250 0.017475 196 375 211 428 209 428 Trgb +0.000000 0.029125 0.008737 196 375 209 428 194 375 Trgb +0.000000 0.089543 0.026863 199 374 214 427 211 428 Trgb +0.000000 0.088459 0.026538 199 374 211 428 196 375 Trgb +0.000000 0.032377 0.009713 198 373 213 426 214 427 Trgb +0.000000 0.061502 0.018451 198 373 214 427 199 374 Trgb +0.000000 0.030777 0.009233 211 428 250 437 250 438 Trgb +0.000000 0.024674 0.007402 211 428 250 438 211 429 Trgb +0.000000 0.024499 0.007350 211 426 250 435 250 437 Trgb +0.000000 0.030690 0.009207 211 426 250 437 211 428 Trgb +0.000000 0.006103 0.001831 212 425 250 434 250 435 Trgb +0.000000 0.012206 0.003662 212 425 250 435 211 426 Trgb +0.191392 0.316343 0.101547 257 446 258 441 262 439 Trgb +0.197092 0.325763 0.104571 248 447 249 440 258 441 Trgb +0.176218 0.291262 0.093496 258 441 257 446 248 447 Trgb +0.088556 0.146370 0.046985 247 447 248 447 257 446 Trgb +0.191022 0.315731 0.101350 258 441 260 430 262 439 Trgb +0.196721 0.325151 0.104374 249 440 251 431 258 441 Trgb +0.175477 0.290037 0.093103 260 430 258 441 251 431 Trgb +0.087553 0.144712 0.046453 251 431 253 425 260 430 Trgb +0.002361 0.003902 0.001253 241 437 240 442 238 433 Trgb +0.111529 0.184341 0.059174 249 440 248 447 241 437 Trgb +0.047688 0.078822 0.025302 240 442 241 437 248 447 Trgb +0.045589 0.075353 0.024188 248 447 247 447 240 442 Trgb +0.002361 0.003902 0.001253 243 426 241 437 238 433 Trgb +0.111158 0.183728 0.058977 251 431 249 440 241 437 Trgb +0.047318 0.078209 0.025105 241 437 243 426 251 431 Trgb +0.044957 0.074307 0.023853 253 425 251 431 243 426 Trgb +0.000000 0.696159 0.208848 210 428 209 426 211 427 Trgb +0.000000 0.696159 0.208848 209 426 211 426 211 427 Trgb +0.000000 0.696159 0.208848 211 426 212 426 211 427 Trgb +0.000000 0.696159 0.208848 212 426 213 428 211 427 Trgb +0.000000 0.696159 0.208848 213 428 212 429 211 427 Trgb +0.000000 0.696159 0.208848 212 429 210 428 211 427 Trgb +0.000000 0.053681 0.016104 212 429 198 454 197 453 Trgb +0.000000 0.036521 0.010956 212 429 197 453 210 428 Trgb +0.000000 0.057934 0.017380 213 428 200 453 198 454 Trgb +0.000000 0.064388 0.019316 213 428 198 454 212 429 Trgb +0.000000 0.012907 0.003872 210 428 197 453 196 451 Trgb +0.000000 0.006454 0.001936 210 428 196 451 209 426 Trgb +0.154398 0.084429 0.047765 188 459 198 464 187 464 Trgb +0.165493 0.090496 0.051198 202 466 187 464 198 464 Trgb +0.296883 0.162344 0.091845 198 464 209 463 202 466 Trgb +0.036020 0.019697 0.011143 183 449 188 459 187 464 Trgb +0.274719 0.150224 0.084989 209 453 194 450 203 442 Trgb +0.225659 0.123397 0.069811 198 464 188 459 194 450 Trgb +0.328338 0.179544 0.101576 194 450 209 453 198 464 Trgb +0.388466 0.212424 0.120178 209 463 198 464 209 453 Trgb +0.223779 0.122368 0.069229 209 440 209 453 203 442 Trgb +0.226457 0.123833 0.070058 209 453 209 440 213 455 Trgb +0.337526 0.184568 0.104419 213 455 209 463 209 453 Trgb +0.136021 0.074380 0.042080 194 450 194 438 203 442 Trgb +0.107282 0.058665 0.033189 188 459 183 449 194 450 Trgb +0.071262 0.038968 0.022046 194 438 194 450 183 449 Trgb +0.000000 0.000000 0.000000 183 449 187 441 194 438 Trgb +0.085080 0.046524 0.026321 194 438 209 440 203 442 Trgb +0.000000 0.695760 0.208728 202 465 202 466 200 465 Trgb +0.000000 0.695760 0.208728 202 466 201 466 200 465 Trgb +0.000000 0.695760 0.208728 201 466 199 465 200 465 Trgb +0.000000 0.695760 0.208728 199 465 198 464 200 465 Trgb +0.000000 0.695760 0.208728 198 464 200 465 200 465 Trgb +0.000000 0.695760 0.208728 200 465 202 465 200 465 Trgb +0.000000 0.053534 0.016060 213 428 202 466 202 465 Trgb +0.000000 0.065180 0.019554 213 428 202 465 213 427 Trgb +0.000000 0.023293 0.006988 211 427 200 465 198 464 Trgb +0.000000 0.011646 0.003494 211 427 198 464 209 427 Trgb +0.000000 0.062864 0.018859 213 427 202 465 200 465 Trgb +0.000000 0.048901 0.014670 213 427 200 465 211 427 Trgb +0.375597 0.014475 0.078015 207 480 205 484 195 485 Trgb +0.566565 0.021835 0.117680 216 466 220 471 207 480 Trgb +0.435134 0.016770 0.090381 205 484 207 480 220 471 Trgb +0.360499 0.013893 0.074879 187 474 207 480 195 485 Trgb +0.551467 0.021253 0.114544 202 460 216 466 207 480 Trgb +0.404938 0.015606 0.084109 207 480 187 474 202 460 Trgb +0.194920 0.007512 0.040486 187 458 202 460 187 474 Trgb +0.435649 0.016790 0.090488 220 471 216 466 215 452 Trgb +0.150481 0.005799 0.031256 185 479 187 474 195 485 Trgb +0.057909 0.002232 0.012028 187 474 185 479 180 460 Trgb +0.057909 0.002232 0.012028 180 460 187 458 187 474 Trgb +0.079101 0.003049 0.016430 215 452 195 446 206 446 Trgb +0.420551 0.016208 0.087352 216 466 202 460 215 452 Trgb +0.216112 0.008329 0.044888 195 446 215 452 202 460 Trgb +0.137011 0.005280 0.028458 202 460 187 458 195 446 Trgb +0.000000 0.000000 0.000000 187 458 180 460 195 446 Trgb + +0.2 20 20 592 592 BDR + +grestore +showpage +%%Trailer +%%Pages: 1 +end +clear cleardictstack +doretreesave restore +%%EOF diff --git a/examples/escher.ps b/examples/escher.ps new file mode 100644 index 00000000..9a01f4ff --- /dev/null +++ b/examples/escher.ps @@ -0,0 +1,384 @@ +%! +% If you're concerned that the cpu in your PostScript printer will atrophy +% from disuse, here is another Escher-like contribution to to keep it busy +% for a while. It uses PostScript color commands, but will still work on +% a monochrome printer (but isn't very pretty in black & white). +% +% The butterflies are arranged in a hexagonal grid (wallpaper group p6), +% and the moveto, lineto, curveto commands used to render the tesselation +% are redefined so as to impose a nonlinear transform that shrinks the +% infinite plane to an ellipse. This is a sleazy way to mimic Escher's +% "circle limit" sorts of things. +% +% The butterfly permimeter was made by imposing all the symmetry constraints +% on a path, and then that path was filled in using Adobe Illustrator +% +% The routines Xform and next_color are easy to change if you want to hack +% with them. The code was written to sacrifice efficiency for readability. +% +% Bob Wallis +% +% UUCP {sun,pyramid,cae780,apple}!weitek!wallis + +/eschersave save def % prevent left over side effects + +%statusdict begin waittimeout 6000 lt % if you have a slow printer, you +% {0 60 6000 setdefaulttimeouts} % might need to uncomment this +%if end + +/nlayers 1 def % 1 takes about 10 minutes on a LW+; 2 takes 4x longer +/warp 1 def % 1 -> ellipsoidal distortion; 0 -> flat Euclidean +/inch {72 mul} def + +/x4 152 def /y4 205.6 def % 6 fold rotation center of bfly +/x12 387.20 def /y12 403.84 def % 3 fold center of bfly + +/dx x4 x12 sub def % [dx,dy] = distance between the +/dy y4 y12 sub def % two fixed points above + +/Dm dx dup mul dy dup mul % magnitude of basis vectors of + add sqrt 3 sqrt mul % parallelogram lattice +def % = |dx,dy| * sqrt(3) + +/Da dy dx atan 30 add def +/D1x Dm Da cos mul def % [D1x, D1y] = basis vector vector #1 +/D1y Dm Da sin mul def % = [Dm,0] exp(j30) + +/Da dy dx atan 30 sub def +/D2x Dm Da cos mul def % [D2x, D2y] = basis vector vector #2 +/D2y Dm Da sin mul def % = [Dm,0] exp(-j30) + +/m { moveto} def +/L {lineto} def +/S {stroke} def +/c {curveto} def +/f {closepath fill} def +/F {closepath fill} def +/g { setgray} def + +/FillStroke { % fill interior & stroke black border + closepath gsave fill grestore 0 setgray stroke +} def + +% +% Description of 1 butterfly +% +/body { + 314.96 280.19 m + 383.4 261.71 445.11 243.23 513.52 224.68 c + 463.68 256.59 490.26 328.83 446.99 360.76 c + 423.71 347.32 397.08 339.7 367.07 337.9 c + 388.93 358.28 414.14 372.84 442.73 381.58 c + 426.68 398.18 394.07 389.7 387.2 403.84 c + 371.52 404.96 362.56 372.48 340.16 366.88 c + 346.88 396.01 346.88 425.12 340.16 454.24 c + 326.72 427.35 320 400.48 320 373.6 c + 270.71 352.1 221.44 411.23 168.88 384.02 c + 189.04 388.03 202.48 380.4 212.57 366.95 c + 216.72 350.85 209.23 341.46 190.1 338.79 c + 177.34 343.57 167.94 354.17 161.9 370.59 c + 176.06 305.52 132.02 274.05 152 205.6 c + 201.29 257.12 250.56 234.72 299.84 279.52 c + 288.64 266.08 284.16 252.64 286.4 239.2 c + 298.27 223.97 310.15 222.18 322.02 233.82 c + 328.62 249.28 328.51 264.74 314.96 280.19 c + FillStroke +} def + +/eyes { + 294.8125 238.3246 m + 296.9115 238.3246 298.6132 242.7964 298.6132 248.3125 c + 298.6132 253.8286 296.9115 258.3004 294.8125 258.3004 c + 292.7135 258.3004 291.0118 253.8286 291.0118 248.3125 c + 291.0118 242.7964 292.7135 238.3246 294.8125 238.3246 c + closepath gsave 1 g fill grestore 0 g S + + 319.5 241.1782 m + 321.7455 241.1782 323.5659 245.4917 323.5659 250.8125 c + 323.5659 256.1333 321.7455 260.4468 319.5 260.4468 c + 317.2545 260.4468 315.4341 256.1333 315.4341 250.8125 c + 315.4341 245.4917 317.2545 241.1782 319.5 241.1782 c + closepath gsave 1 g fill grestore 0 g S + 0 g + 296.875 242.0939 m + 297.4608 242.0939 297.9356 243.479 297.9356 245.1875 c + 297.9356 246.896 297.4608 248.2811 296.875 248.2811 c + 296.2892 248.2811 295.8143 246.896 295.8143 245.1875 c + 295.8143 243.479 296.2892 242.0939 296.875 242.0939 c + f + 0 g + 318.5 243.7707 m + 319.281 243.7707 319.9142 245.0766 319.9142 246.6875 c + 319.9142 248.2984 319.281 249.6043 318.5 249.6043 c + 317.719 249.6043 317.0858 248.2984 317.0858 246.6875 c + 317.0858 245.0766 317.719 243.7707 318.5 243.7707 c + f +} def + +/stripes { + 292 289 m + 252 294 241 295 213 279 c + 185 263 175 252 159 222 c + S + 285 313 m + 239 326 226 325 206 315 c + 186 305 164 278 161 267 c + S + 298 353 m + 262 342 251 339 237 355 c + 223 371 213 380 201 383 c + S + 330 288 m + 384 293 385 292 418 280 c + 451 268 452 264 473 247 c + S + 342 306 m + 381 311 386 317 410 311 c + 434 305 460 287 474 262 c + S + 345 321 m + 352 357 359 367 379 377 c + 399 387 409 385 426 382 c + S + 327.75 367.75 m + 336.5 392.25 333.682 403.348 335.25 415.5 c + S + 320 364.75 m + 322 361.75 323.5 360.5 326.25 360 c + 329 359.5 332 360.5 334 362.75 c + S + 316.25 356.5 m + 318.75 353.25 320 353 323.25 352.25 c + 326.5 351.5 329 352 331.5 353.25 c + S + 312.5 349 m + 316.75 345.5 318.25 344.5 321.25 343.75 c + 324.25 343 327 344 329.75 346 c + S + 310.75 340.75 m + 314.25 336.5 316.25 335.25 320 335.25 c + 323.75 335.25 327 336.5 329.25 338 c + S + 308.5 332 m + 311.75 328.5 312.5 327.25 317 327 c + 321.5 326.75 325.75 328.25 327.75 329.75 c + S + 305 322 m + 309.5 317.75 310.75 317 315 316.5 c + 319.25 316 322.25 318 324.75 320 c + S + 302.25 311 m + 307 307.5 307.75 306.25 312.75 306 c + 317.75 305.75 320 307.25 323.75 309.5 c + S + 301.25 298.25 m + 304.5 292.75 305.25 292 308.25 292 c + 311.25 292 313.75 293.75 315.75 295.75 c + S +} def +/nostrils { + 0 g + 304.062 227.775 m + 304.599 227.775 305.034 228.883 305.034 230.25 c + 305.034 231.616 304.599 232.724 304.062 232.724 c + 303.525 232.724 303.09 231.616 303.09 230.25 c + 303.09 228.883 303.525 227.775 304.062 227.775 c + f + 304.062 230.25 m + F + 309.562 228.275 m + 310.099 228.275 310.534 229.383 310.534 230.75 c + 310.534 232.116 310.099 233.224 309.562 233.224 c + 309.025 233.224 308.59 232.116 308.59 230.75 c + 308.59 229.383 309.025 228.275 309.562 228.275 c + f +} def +/thorax +{ + 327.5 300 m + 316.5 283 315.5 275.5 308 277.5 c + 294 311.5 299 313.5 304 334 c + 309 354.5 315.5 362 322.5 372 c + 329.5 382 327.5 376.5 331 376 c + 334.5 375.5 339.1367 379.1109 339 369 c + 338.5 332 333.4999 324.5 330.5 311.5 c + 0 g S +} def +/spots { + next_color + 192 242.201 m + 202.1535 242.201 210.3848 251.0655 210.3848 262 c + 210.3848 272.9345 202.1535 281.799 192 281.799 c + 181.8465 281.799 173.6152 272.9345 173.6152 262 c + 173.6152 251.0655 181.8465 242.201 192 242.201 c + FillStroke + next_color + 447.5 250.2365 m + 459.6061 250.2365 469.4203 257.5181 469.4203 266.5 c + 469.4203 275.4819 459.6061 282.7635 447.5 282.7635 c + 435.3939 282.7635 425.5797 275.4819 425.5797 266.5 c + 425.5797 257.5181 435.3939 250.2365 447.5 250.2365 c + FillStroke + next_color + 401 369.1005 m + 409.5914 369.1005 416.5563 373.5327 416.5563 379 c + 416.5563 384.4673 409.5914 388.8995 401 388.8995 c + 392.4086 388.8995 385.4436 384.4673 385.4436 379 c + 385.4436 373.5327 392.4086 369.1005 401 369.1005 c + FillStroke + next_color + 249 348.2721 m + 261.4966 348.2721 271.6274 353.9707 271.6274 361 c + 271.6274 368.0293 261.4966 373.7279 249 373.7279 c + 236.5034 373.7279 226.3726 368.0293 226.3726 361 c + 226.3726 353.9707 236.5034 348.2721 249 348.2721 c + FillStroke +} def + +/ncolor 6 def +/cidx 0 def + +/next_color { + cidx ncolor div % hue + .75 % saturation (change these if you like) + .8 % lightness + sethsbcolor + /cidx cidx 1 add ncolor mod def +} def + +/cidx 0 def + +/max_r2 % radius^2 for center of outermost ring of butterflies + Dm nlayers mul 1.05 mul dup mul +def + +/max_radius max_r2 sqrt def +/max_radius_inv 1 max_radius div def +/Dm_inv 1 Dm div def + +% +% Ellipsoidal distortion, maps "nlayers" concentric rings of cells into +% an ellipse centered on page + +% D length of 1 basis vector separating hexagonal cells +% z0 center of 6-fold rotation = origin of shrink xform +% z' = (z - z0)/D new coord system +% |z'| = sqrt(x^2 + [(8.5/11)*y]^2) aspect ratio of paper +% z" = z' * a/M(|z'|) shrink by "a/M(|z|)" as fcn of radius + +% At the max radius, we want the shrunk ellipse to be "W" units wide so it +% just fits our output format - solve for scale factor "a" + +% zmax = n+0.5 for n layers of cells +% zmax * [a/M(zmax)] = W 1/2 width of output on paper +% a = M(zmax)*W/zmax solve for "a" + +%/M{dup mul 1 add sqrt}bind def % M(u) = sqrt(1+|u|^2) = one possible shrink +/M { 1.5 add } bind def % M(u) = (1.5+|u|) = another possible one +/W 3.8 inch def % 1/2 width of ellipse +/zmax 0.5 nlayers add def % radius at last layer of hexagons +/a zmax M W mul zmax div def % a = M(zmax)*W/zmax + +/Xform { % [x0,y0] = ctr ellipse + Matrix transform + /y exch def + /x exch def + /z x dup mul y .773 mul dup mul add sqrt def % ellipse radius + /Scale a z M div def % z=a/M(|z|) + x Scale mul x0 add % magnify back up + y Scale mul y0 add % [x0+x*s, y0+y*s] +} def + + +/Helvetica findfont 8 scalefont setfont +4.25 inch 0.5 inch moveto +(RHW) stringwidth pop -0.5 mul 0 rmoveto +(RHW) show % autograph + +warp 1 eq { % redefine commands to use Xform + /moveto { Xform //moveto} def + /lineto { Xform //lineto} def + /curveto { + Xform 6 -2 roll + Xform 6 -2 roll + Xform 6 -2 roll + //curveto + } def +}if + + +/bfly { % paint 1 butterfly + next_color body + 1 setgray eyes + stripes + 0 setgray nostrils + 0.5 setgray thorax next_color + spots +} def + +/x0 x4 def % center +/y0 y4 def + +/T1matrix % xlate to center of image + x0 neg y0 neg matrix translate +def + +/Smatrix % scale so that 1 basis vector = 1.0 + Dm_inv dup matrix scale +def + +/HexCell { % 6 butterflys rotated about center of + /cidx 0 def % 6 fold symmetry + /color 0 def + /T2matrix dx dy matrix translate def + 0 60 300 { + /angle exch def + /Rmatrix angle matrix rotate def + /Matrix % translate, rotate, scale - used by Xform + T1matrix Rmatrix matrix concatmatrix + T2matrix matrix concatmatrix + Smatrix matrix concatmatrix + def + gsave + warp 0 eq % then may use usual PostScript machinery + { % else using Xform + x0 y0 translate angle rotate + .5 dup scale + dx x0 sub dy y0 sub translate + } if + bfly + next_color + grestore + } for +} def + + +%320 x4 sub 240 y4 sub translate +4.25 inch x4 sub 5.5 inch y4 sub translate + + +0 setlinewidth +/N 2 def +N neg 1 N { + /i exch def % translate to + N neg 1 N { % i*D1 + j*D2 + /j exch def % and draw HexCell + gsave + /dx i D1x mul j D2x mul add def % translate HexCell by + /dy i D1y mul j D2y mul add def % [dx,dy] + /r2 dx dup mul dy dup mul add def % r^2 = |dx,dy|^2 + r2 max_r2 lt % inside radius? + { % yes + 1 r2 max_r2 div sub sqrt 2 div + setlinewidth % make skinnier lines + HexCell % 6 butterflies + } + if + grestore + } for +} for + +showpage + +clear cleardictstack +eschersave restore diff --git a/examples/golfer.eps b/examples/golfer.eps new file mode 100644 index 00000000..5b136e4b --- /dev/null +++ b/examples/golfer.eps @@ -0,0 +1,1401 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Creator:Adobe Illustrator(TM) 1.0b2- +%%Title:golfer art+ +%%CreationDate:1/6/87 9:32 AM +%%DocumentFonts:Helvetica-Bold +%%BoundingBox:7 31 577 726 +%%TemplateBox:0 -48 576 672 +%%EndComments +/golfersave save def % prevent left over effects +100 dict begin +/q{bind def}bind def +/Q{load def}q +/x{exch def}q +/X/def Q +/g{/_g x/p{_g setgray}X}q +/G{/_G x/P{_G setgray}X}q +/k{/_b x/_g x/_r x/p{_r _g _b setrgbcolor}X}q +/K{/_B x/_G x/_R x/P{_R _G _B setrgbcolor}X}q +/d/setdash Q +/i/setflat Q +/j/setlinejoin Q +/J/setlinecap Q +/M/setmiterlimit Q +/w/setlinewidth Q +/_C{.25 sub round .25 add}q +/_c{transform _C exch _C exch itransform}q +/c{_c curveto}q +/C/c Q +/v{currentpoint 6 2 roll _c curveto}q +/V/v Q +/y{_c 2 copy curveto}q +/Y/y Q +/l{_c lineto}q +/L/l Q +/m{_c moveto}q +/_e[]X +/_E{_e length 0 ne{gsave 1 g 0 G 1 i 0 J 0 j .5 w 10 M[]0 d +/Helvetica-Bold 24 0 0 1 z +[0.966 0.259 -0.259 0.966 +_e 0 get _e 2 get add 2 div _e 1 get _e 3 get add 2 div]a +(ERROR: can't fill a path)t T grestore}if}q +/n/newpath Q +/N/newpath Q +/F{p{fill}stopped{/_e[pathbbox]X n _E}if}q +/f{closepath F}q +/S{P stroke}q +/s{closepath S}q +/B{gsave F grestore S}q +/b{closepath B}q +/u{}q +/U{}q +/_s/ashow Q +/_S{(?)exch{2 copy 0 exch put pop dup true charpath currentpoint _m setmatrix +stroke _M setmatrix moveto 3 copy pop rmoveto}forall pop pop pop n}q +/_A{_a moveto _t exch 0 exch}q +/_L{0 _l neg translate _M currentmatrix pop}q +/_w{dup stringwidth exch 3 -1 roll length 1 sub _t mul add exch}q +/_z[{0 0}bind{dup _w exch neg 2 div exch neg 2 div}bind +{dup _w exch neg exch neg}bind]X +/z{_z exch get/_a x/_t x/_l x exch findfont exch scalefont setfont}q +/_d{matrix currentmatrix X}q +/_D{/_m _d gsave concat/_M _d}q +/e{_D p/t{_A _s _L}X}q +/r{_D P/t{_A _S _L}X}q +/a{_D/t{dup p _A _s P _A _S _L}X}q +/o{_D/t{pop _L}X}q +/T{grestore}q +/Z{findfont begin currentdict dup length dict begin +{1 index/FID ne{X}{pop pop}ifelse}forall/FontName exch X dup length 0 ne +{/Encoding Encoding 256 array copy X 0 exch{dup type/nametype eq +{Encoding 2 index 2 index put pop 1 add}{exch pop}ifelse}forall}if pop +currentdict dup end end/FontName get exch definefont pop}q +n +%%EndProlog +u +0.9 g +0 G +1 i +0 J +0 j +1 w +10 M +[]0 d +%%Note: +15.815 40.248 m +567.815 40.002 L +567.748 716.565 L +15.998 716.81 L +15.815 40.248 L +b +U +1 g +285.313 40 m +567.688 40.125 L +567.812 78.375 L +285.312 78.25 L +285.313 40 L +b +0 g +175.5 163 m +180.007 163 173.738 169.081 171.75 168.75 c +174.75 169.25 176.25 169.5 174.5 171.25 C +178 171.25 176.349 173.783 175 176.75 c +173.75 179.5 170.75 182.25 168.25 182 C +165.5 181.25 167.622 182.838 165.25 186 c +164.5 187 164.75 187.5 161.75 186.75 c +158.75 186 163.25 190 156.75 190 c +150.25 190 148.5 189 145.5 186 c +142.5 183 139.75 183.75 139.5 182.5 c +139.25 181.25 139.5 176.75 138.75 175.5 c +138 174.25 136.75 174.25 136.25 178 c +135.75 181.75 140.25 182.25 134 187 C +135.75 190.75 134.5 191.75 131 193.5 C +131 200 129.202 203.364 119.5 208.5 c +115.25 210.75 107 212.75 104.75 208.75 c +102.5 204.75 103 206.5 96.5 205.75 c +90 205 87.25 202.5 86.5 197.75 c +85.75 193 82.75 195 79 194.75 c +75.25 194.5 77 192.75 77.25 191.75 c +77.5 190.75 75.25 192.5 71.5 192 c +67.75 191.5 64.25 185.5 69.5 180.75 c +74.75 176 66.5 180.75 64.25 182.25 c +62 183.75 60.5 181.75 61 180.25 c +61.5 178.75 58.75 180.75 57.5 180.75 c +56.25 180.75 51.008 180.188 52 172.25 c +52.25 170.25 51.5 170.5 49.75 169.25 c +48 168 45.75 164.25 48.5 158.75 c +51.25 153.25 49 150 48 145.5 c +47 141 48 138.25 51.25 137.25 c +54.5 136.25 54 133.791 54 130.75 C +57 130.5 59 129.25 58.75 124.5 C +62.25 124.5 61.75 126.75 62.5 130 c +63.25 133.25 65.75 129 66.25 127 c +66.75 125 67.5 125 72 125 C +74.75 116.25 74.75 120.5 75.25 117.25 C +80 117.5 79.5 116.75 83.25 113.75 c +87 110.75 88.25 115.5 92 118.5 c +95.75 121.5 94.25 122.75 96.25 118.75 c +98.25 114.75 98.5 119 101.5 119.25 c +104.5 119.5 101 115.75 105.25 114.5 c +109.5 113.25 105 113.75 103.5 111.25 c +102 108.75 95 103.5 101.75 101.5 c +108.5 99.5 103.5 99.75 94.75 99.5 c +86 99.25 73.75 87.5 97.25 73.25 C +117.25 53.25 117.25 53.5 v +117.25 53.75 175.25 163 175.5 163 c +f +1 J +0.2 w +389.709 210.076 m +511.826 210.076 l +S +394.709 212.461 m +516.826 212.461 l +S +415.459 215.112 m +537.576 215.112 l +S +399.709 217.762 m +521.826 217.762 l +S +402.459 222.799 m +524.576 222.799 l +S +402.709 225.45 m +524.826 225.45 l +S +392.959 227.851 m +515.076 227.851 l +S +400.691 232.856 m +522.809 232.856 l +S +388.191 235.241 m +510.309 235.241 l +S +393.941 237.892 m +516.059 237.892 l +S +393.441 240.292 m +515.559 240.292 l +S +396.191 242.928 m +518.309 242.928 l +S +386.441 245.579 m +508.559 245.579 l +S +393.191 248.23 m +515.309 248.23 l +S +414.191 250.631 m +536.309 250.631 l +S +397.95 252.973 m +520.067 252.973 l +S +398.7 255.358 m +520.817 255.358 l +S +400.7 258.009 m +522.817 258.009 l +S +384.45 260.659 m +506.567 260.659 l +S +380.7 265.696 m +502.817 265.696 l +S +379.95 268.347 m +502.067 268.347 l +S +386.7 270.748 m +508.817 270.748 l +S +394.433 275.752 m +516.55 275.752 l +S +381.933 278.138 m +504.05 278.138 l +S +379.433 280.789 m +501.55 280.789 l +S +383.183 283.189 m +505.3 283.189 l +S +370.433 285.825 m +492.55 285.825 l +S +382.433 288.476 m +504.55 288.476 l +S +356.183 291.127 m +478.3 291.127 l +S +372.433 293.277 m +494.55 293.277 l +S +361.866 296.006 m +483.984 296.006 l +S +365.616 298.406 m +487.734 298.406 l +S +366.866 301.042 m +488.984 301.042 l +S +346.866 303.693 m +468.984 303.693 l +S +338.616 306.344 m +460.734 306.344 l +S +330.866 308.494 m +452.984 308.494 l +S +301.575 344.342 m +423.692 344.342 l +S +314.075 346.728 m +436.192 346.728 l +S +318.325 349.378 m +440.442 349.378 l +S +312.075 352.029 m +434.192 352.029 l +S +327.325 357.065 m +449.442 357.065 l +S +327.575 359.716 m +449.692 359.716 l +S +317.825 362.117 m +439.942 362.117 l +S +335.558 367.122 m +457.675 367.122 l +S +313.058 369.507 m +435.175 369.507 l +S +318.808 372.158 m +440.925 372.158 l +S +317.579 404.674 m +439.696 404.674 l +S +322.312 409.179 m +444.429 409.179 l +S +323.812 412.065 m +445.929 412.065 l +S +329.562 414.715 m +451.679 414.715 l +S +329.062 417.116 m +451.179 417.116 l +S +331.812 419.752 m +453.929 419.752 l +S +322.062 422.402 m +444.179 422.402 l +S +328.812 425.053 m +450.929 425.053 l +S +349.812 427.454 m +471.929 427.454 l +S +333.571 429.796 m +455.688 429.796 l +S +334.321 432.182 m +456.438 432.182 l +S +336.321 434.832 m +458.438 434.832 l +S +320.071 437.483 m +442.188 437.483 l +S +316.321 442.519 m +438.438 442.519 l +S +315.571 445.17 m +437.688 445.17 l +S +322.321 447.571 m +444.438 447.571 l +S +330.054 452.576 m +452.171 452.576 l +S +317.554 454.961 m +439.671 454.961 l +S +315.054 457.612 m +437.171 457.612 l +S +318.804 460.012 m +440.921 460.012 l +S +306.054 462.648 m +428.171 462.648 l +S +300.054 465.299 m +422.171 465.299 l +S +291.804 467.95 m +413.921 467.95 l +S +308.054 470.101 m +430.171 470.101 l +S +260.834 543.511 m +382.951 543.511 l +S +246.066 548.016 m +368.184 548.016 l +S +256.066 550.901 m +378.184 550.901 l +S +253.566 553.552 m +375.684 553.552 l +S +230.316 555.952 m +352.434 555.952 l +S +244.566 558.588 m +366.684 558.588 l +S +238.566 561.239 m +360.684 561.239 l +S +230.316 563.89 m +352.434 563.89 l +S +216.566 565.541 m +338.684 565.541 l +S +104.443 572.01 m +226.575 572.209 l +S +98.682 567.48 m +220.814 567.68 l +S +91.688 565.11 m +213.82 565.31 l +S +97.192 561.955 m +219.324 562.155 l +S +73.943 559.517 m +196.075 559.717 l +S +88.199 556.904 m +210.331 557.103 l +S +82.203 554.243 m +204.335 554.443 l +S +73.956 551.578 m +196.088 551.778 l +S +73.707 549.405 m +195.839 549.605 l +S +85.302 539.953 m +207.434 540.152 l +S +79.541 535.423 m +201.673 535.623 l +S +72.547 533.053 m +194.679 533.253 l +S +78.051 529.898 m +200.183 530.098 l +S +54.802 527.46 m +176.934 527.66 l +S +69.058 524.847 m +191.19 525.046 l +S +63.061 522.186 m +185.194 522.385 l +S +54.815 519.521 m +176.947 519.721 l +S +54.566 517.348 m +176.698 517.547 l +S +u +189.475 196.879 m +311.592 196.879 l +S +176.975 199.265 m +299.092 199.265 l +S +174.475 201.916 m +296.592 201.916 l +S +178.225 204.316 m +300.342 204.316 l +S +165.475 206.952 m +287.592 206.952 l +S +177.475 209.603 m +299.592 209.603 l +S +155.725 212.254 m +277.842 212.254 l +S +167.475 214.404 m +289.592 214.404 l +S +156.908 217.133 m +279.026 217.133 l +S +144.658 219.533 m +266.776 219.533 l +S +161.908 222.169 m +284.026 222.169 l +S +153.908 224.82 m +276.026 224.82 l +S +163.658 226.971 m +285.776 226.971 l +S +152.408 229.121 m +274.526 229.121 l +S +145.925 233.316 m +268.042 233.316 l +S +157.675 235.466 m +279.792 235.466 l +S +147.108 238.195 m +269.226 238.195 l +S +134.858 240.595 m +256.976 240.595 l +S +137.608 243.231 m +259.726 243.231 l +S +144.108 245.882 m +266.226 245.882 l +S +153.858 248.033 m +275.976 248.033 l +S +155.108 231.183 m +277.226 231.183 l +S +103.425 247.816 m +225.542 247.816 l +S +100.175 249.966 m +222.292 249.966 l +S +89.608 252.695 m +211.726 252.695 l +S +77.358 255.095 m +199.476 255.095 l +S +U +u +1 g +0 J +1 w +120.001 389.999 m +170.811 344.713 248.714 349.191 294.001 400.001 c +339.287 450.811 334.809 528.714 283.999 574.001 c +233.189 619.287 155.286 614.809 109.999 563.999 c +64.713 513.189 69.191 435.286 120.001 389.999 c +f +202 482 m +F +U +u +258 302 m +306.6 267.759 373.759 279.4 408 328 c +442.241 376.6 430.6 443.759 382 478 c +333.4 512.241 266.241 500.6 232 452 c +197.759 403.4 209.4 336.241 258 302 c +f +320 390 m +F +U +u +196 376 m +252.332 345.072 323.072 365.668 354 422 c +384.928 478.332 364.332 549.072 308 580 c +251.668 610.928 180.928 590.332 150 534 c +119.072 477.668 139.668 406.928 196 376 c +f +252 478 m +F +U +u +106 257 m +170.064 231.595 242.595 262.936 268 327 c +293.405 391.064 262.064 463.595 198 489 c +133.936 514.405 61.405 483.064 36 419 c +10.595 354.936 41.936 282.405 106 257 c +f +152 373 m +F +U +u +366.001 122 m +415.706 97.7 475.7 118.296 500 168.001 c +524.3 217.706 503.704 277.7 453.999 302 c +404.294 326.3 344.3 305.704 320 255.999 c +295.7 206.294 316.296 146.3 366.001 122 c +f +410 212 m +F +U +u +227.999 198 m +267.763 185.85 309.849 208.236 322 247.999 c +334.15 287.763 311.764 329.849 272.001 342 c +232.237 354.15 190.151 331.764 178 292.001 c +165.85 252.237 188.236 210.151 227.999 198 c +f +250 270 m +F +U +0 g +15.75 71.25 m +24.25 82.75 24.75 84.75 27.75 82.25 c +30.75 79.75 31.75 81.25 32.75 82.75 c +33.75 84.25 30.75 86.75 35.75 88.75 c +40.75 90.75 41.25 91.75 43.25 89.75 c +45.25 87.75 39.25 89.25 50.25 88.75 c +61.25 88.25 70.25 81.75 74.25 75.25 c +78.25 68.75 77.75 67.25 75.25 63.25 c +72.75 59.25 68.25 56.75 72.25 57.25 c +76.25 57.75 75.75 60.75 77.75 56.75 c +79.75 52.75 80.25 51.25 79.25 49.25 c +78.25 47.25 74.25 46.75 81.25 46.25 c +88.25 45.75 91.75 37.557 91.75 40.25 c +15.752 40.248 l +15.75 71.25 l +f +340.75 55.5 m +F +u +u +3 w +280.774 44.223 m +567.893 44.223 l +S +280.774 48.728 m +567.893 48.728 l +S +280.774 53.734 m +567.893 53.734 l +S +U +u +280.774 58.739 m +567.893 58.739 l +S +280.774 63.245 m +567.893 63.245 l +S +280.774 68.251 m +567.893 68.251 l +S +U +u +280.774 73.257 m +567.893 73.257 l +S +280.774 78.263 m +567.893 78.263 l +S +U +U +0.8 g +0.2 w +243 252 m +323 235 l +346 273 l +368 248 l +376 247 376 248 V +377 174 380.5 121 330.5 40 C +90.5 40 91.5 40 V +138.5 129 163 162 214 200 C +236 229 234.527 240.11 238 254 c +240 262 243 252 y +b +0.5 g +359.5 485 m +389.267 485 402.5 486.25 415.75 489 c +429 491.75 435 493.25 439 493.5 c +443 493.75 490.398 537.797 502.5 562 c +507 571 514.5 577 517.5 579.5 c +520.5 582 501.5 591 y +428 512 428 512.5 v +428 513 356.5 510 356 509.5 c +355.5 509 351 488 y +359 485 359.5 485 v +b +0.7 g +370 496.5 m +368 480.5 365.5 472.5 364.5 471.5 C +329.5 476.5 l +323.5 489.5 l +370 496.5 l +b +0.5 g +352.75 494 m +380 493.25 399.626 496.75 407.5 499 c +418 502 424.586 497.135 432.75 505.5 c +453 526.25 473.5 544.5 496.5 586.5 C +473.5 590 473.5 590.5 V +456 571.5 443 563.5 434 558 c +425 552.5 416 544 408.5 534.5 C +399 533 379.5 537.5 364 537.5 c +348.5 537.5 352.75 494 y +b +1 g +500 583 m +500.5 577.098 517 573.5 520.5 572 c +524 570.5 526.353 568.989 526.5 579 c +526.675 590.992 541 586 539 624 C +538.5 624 506 628 y +499.958 583.498 500 583 v +b +0 g +1 J +3 w +562 629 m +343 645 217 644 77 601 C +52 576 L +59.5 562 80.132 560.877 87 589 c +89.513 599.292 87 597 101 601 c +108.323 603.092 265 654 561 617 C +562 629 l +f +1 G +0 J +0.7 w +305 634 m +391.5 636.5 415 635 473 632 c +S +0.5 w +213 626.5 m +153.5 619 125.925 611.699 90.75 602.5 c +78.654 599.337 82.567 597.884 82.5 592 c +82.395 582.717 73.75 571 59 572.5 c +S +1 g +0 G +1 w +73 595.25 m +79.25 592.5 76.25 574.75 57.25 580 C +73 595.25 l +f +0.5 g +0.2 w +312 574.25 m +311.25 570.5 310.687 571.687 306.187 569.187 C +307.687 564.187 311.106 565.66 304.5 561.5 c +302.594 560.299 305.598 556.561 305.75 555.5 c +306.038 553.485 304.629 548.098 297 548.5 c +292.25 548.75 255.5 536 y +229.5 608.5 l +224 650 224.5 650 v +248.101 650 273.345 678.918 298 655.5 c +324.857 629.99 316.981 613.501 316.75 612.875 c +313.346 603.644 313.238 604.937 314.75 597.375 c +316.88 586.725 317.016 588.834 318.625 584.75 C +320.25 581.875 318.625 580.375 y +316.689 578.236 313.081 579.809 310.375 579 c +307.013 577.994 312 574.25 y +B +0 g +0.5 w +288.5 456 m +S +0.2 w +211 511 m +194.5 518.5 187 520.5 170.5 500 C +154.5 498.5 149.5 501 131.5 479.5 C +151 477.5 140 475 161 460 c +182 445 190.5 436.5 212 461 C +224.5 458 229 454.5 238.5 447 C +238 446.5 237 500.5 y +211 511 l +f +1 g +207.5 526.5 m +206 514.5 204 506 236 490.5 C +242.5 509.5 l +207.5 526.5 l +b +0 g +1 w +294.464 627.589 m +288.571 618.522 284.821 617.313 280 615.5 c +275.179 613.686 271.429 605.224 277.857 587.089 C +274.107 586.485 275.179 585.88 275.714 582.858 C +271.429 599.179 270.357 606.433 259.643 609.455 c +248.929 612.477 245.714 589.507 247.321 566.537 C +228.572 554.448 L +224.639 578.851 235.956 576.38 212.5 600.992 c +194.17 620.226 195.893 654.791 225.357 658.418 C +223.214 667.485 233.929 678.97 259.107 677.761 c +284.286 676.552 281.071 667.485 Y +302.5 667.485 334.964 665.942 301.429 614.895 C +306.25 639.679 303.571 643.306 296.607 646.933 C +299.286 634.239 294.464 627.589 y +f +0.7 g +0.2 w +207.5 524.5 m +214.75 519.25 241.5 509 y +239 504.5 l +232 503 214.5 508.75 206.75 519 C +207 522.5 207.5 524.5 y +b +1 g +298 546.5 m +272.625 574.625 248.5 596 195.5 568.5 C +196.26 524.417 214.492 504.333 239.5 510.5 C +298 546.5 l +b +0.8 g +351.5 542 m +367 540 L +358.5 509.5 357 489.5 357 482 C +323.5 482.5 295.5 485.5 284.5 477.5 c +298.5 468.5 l +299 457 l +270.5 451 l +238.5 483.5 l +241 513.5 l +250.5 538 252.5 547.5 282.5 550 C +306.251 550 334.454 541.702 343.687 542.187 C +342.576 538.175 346.737 538.055 351.5 542 c +b +0 g +1 w +333.25 484.75 m +343.25 458.25 371.5 466 349 418.5 C +359 348.5 378 357 363 336 C +358.5 333 359 333 v +359.5 333 353 328 359 327.5 c +365 327 371 316.5 373.5 253.5 C +381 245.5 l +371 221 371 220.5 V +360.5 247 358 253 351 261.5 C +340 238 331.5 220.5 328.5 211.5 C +301 229.5 265 250 232.5 244.5 C +247.5 287 246 299.5 275 320.5 C +270 331.5 268.689 334.634 265.75 336.25 c +255.75 341.75 261.891 340.771 251 375 c +247.5 386 249.5 384 255.5 399 C +252.5 397 253.5 401 253.5 402.5 c +253.5 404 252.057 400.023 251 402.5 c +235 440 219.5 489.5 249.5 534 C +238.5 503.5 242.102 477.13 260 463 c +269.5 455.5 278.75 453.25 291 457.25 C +297.5 461 299.549 465.787 282 476.75 C +292.5 487.5 333.25 484.75 y +f +457.25 576.25 m +454.936 574.233 453.51 595.217 479.25 583 C +495.651 573.321 495.931 560.263 482.5 560.5 C +486.25 566 491.682 565.465 478.5 575 c +463.444 585.891 460.318 578.924 457.25 576.25 c +f +1 g +460.75 581.5 m +463.387 583.699 467.528 583.937 470.5 583.375 c +473.752 582.76 473.75 581.75 Y +461.735 583.841 458.891 579.95 460.75 581.5 c +f +0 g +310.393 647.785 m +329.089 651.66 328.75 623.692 320.178 607.976 C +319.107 621.274 316.428 636.386 310.536 635.782 c +304.643 635.177 310.393 647.785 y +f +284.286 663.858 m +286.964 677.157 280.536 689.246 281.071 689.246 C +289.107 677.761 288.036 665.672 y +284.286 663.858 l +f +0.2 w +274.643 683.201 m +278.929 678.97 280 668.694 279.464 665.672 c +S +276.25 686.224 m +284.393 677.036 283.75 662.045 y +S +1 w +297.679 661.44 m +312.602 661.44 312.143 677.157 310.536 680.784 C +308.929 672.321 305.179 666.276 292.857 664.463 C +297.679 661.44 l +f +0.2 w +295 661.44 m +298.75 666.276 302.5 675.343 294.464 683.201 c +S +300.357 681.992 m +304.265 669.255 303.814 670.807 292.321 656.604 c +S +311.821 649.078 m +321.464 649.078 330.571 646.66 329.5 627.921 c +S +307.536 650.892 m +316.268 651.33 319.057 653.025 326.821 646.056 c +330.446 642.802 331.1 637.618 331.107 637.593 c +S +304.643 665.067 m +305.629 663.874 321.031 667.072 321.304 651.569 c +S +0.5 w +311.071 639.679 m +317.893 638.968 312.696 617.332 v +S +1 w +313.375 612.875 m +315.455 614.262 313.5 617.375 297.125 615.375 C +310.375 616.625 311.875 611.875 313.375 612.875 c +f +1 g +308.5 604.875 m +309.833 600.875 309.125 601.25 307.375 599 C +302.25 600.625 303.25 599.875 299 602.5 C +304.25 604.75 308.375 605.25 308.5 604.875 c +f +0 g +307.5 604.437 m +305.463 602.811 305.481 601.49 307.375 598.937 C +309.261 601.307 309.489 602.172 308.562 605.062 C +308.562 604.937 308.191 604.989 307.5 604.437 c +f +0.2 w +305.625 583.75 m +304.687 582.562 306.5 579.375 308.875 579.75 c +S +1 w +311.125 574.5 m +310.25 573.898 310 573.437 304.937 569.312 C +306.229 564.611 308.063 564.014 308.312 564.562 C +309.775 566.476 307.663 569.565 306.687 569.75 C +311.812 571.75 311.625 572.5 312 574.25 C +311.687 574.75 311.176 574.535 311.125 574.5 c +f +298.625 603 m +302 600.437 304.294 599.524 307.812 598.937 c +308.187 598.875 308.562 598.5 308.687 597.875 c +S +297.5 602.25 m +299.939 602.851 307.687 603.062 311.75 607.812 C +307.812 606 297.011 602.129 297.5 602.25 c +f +213.5 576.125 m +218.674 549.92 230.862 532.355 245.5 526.5 C +243.75 514.5 209.75 494.25 195.5 568.5 C +203.75 572.25 213.347 576.901 213.5 576.125 c +f +0.2 w +343.375 541.75 m +333.375 534.75 318.25 525.5 312 521.25 c +S +351.562 541.937 m +337.936 530.579 327.2 525.581 313.25 517.75 c +S +0.3 w +312.75 495 m +291.75 483.5 276.25 476 274.25 466 c +S +0.5 w +229 580.75 m +235.5 571 241.25 554.75 245.75 528 c +S +1 w +235 581 m +246 555.75 246.75 537.75 245.75 526 C +252.125 560.5 243.75 567.75 239.75 581.5 C +240 581.5 237 581.75 235 581 C +f +0.7 g +0.2 w +248.625 580.5 m +253.169 564.605 256.75 553.75 250.25 535.75 C +257.5 552.75 259.125 558.937 252.875 579.687 C +251.029 580.149 248.517 580.879 248.625 580.5 c +b +0 g +1 w +258.25 577.75 m +262.047 567.879 262.5 552.5 259.25 544.25 C +267.75 548.25 275 549.75 278.25 549.75 C +281.75 555.25 282.75 556.75 279.5 565.25 C +270.06 573.13 257.909 578.635 258.25 577.75 c +f +207.5 524.5 m +F +207.25 514.75 m +207.185 514.86 228.75 497.5 238 500.75 C +236 494.5 l +225 498 213.924 503.454 207.25 514.75 c +f +1 g +0.2 w +191 516 m +175.472 497.418 168.5 492 171.5 453 C +185 443.5 189 443.5 200 450.5 C +186.5 469.5 182 491 198.5 515.5 C +194.5 516 191.339 516.406 191 516 c +b +201 515 m +194 499 187 484 203.5 453 C +206.5 455 211.5 460.5 212 461 C +203.5 480.5 193.5 501.5 206 510.5 C +205 499.5 210.5 490.5 232.5 473.5 C +232.5 483 231.5 482.5 233 492 C +221 498 210 505 208 512.5 C +201 515 l +b +0 g +1 G +0.5 w +268 442.5 m +253.5 402.5 l +S +269.5 435.5 m +258.5 407 258.5 407.5 v +S +0.5 G +0.4 w +293.5 480.5 m +297.5 463.5 298.5 460.5 289 445.5 c +S +1 G +1 J +0.3 w +349.125 418.125 m +338.393 403.978 348.387 416.158 341.625 408.875 c +S +u +1 g +0 G +0 J +0.2 w +336.038 340.015 m +338.267 329.694 L +342.937 338.843 L +340.707 349.164 L +336.038 340.015 L +b +339.487 339.429 m +B +U +u +328.791 340.569 m +331.562 330.38 L +335.743 339.762 L +332.972 349.952 L +328.791 340.569 L +b +332.267 340.166 m +B +U +u +321.758 340.67 m +325.133 330.664 L +328.746 340.28 L +325.37 350.286 L +321.758 340.67 L +b +325.252 340.475 m +B +U +u +314.504 340.97 m +317.88 330.964 L +321.492 340.58 L +318.117 350.586 L +314.504 340.97 L +b +317.998 340.775 m +B +U +u +u +307.24 340.468 m +311.982 331.033 L +314.214 341.059 L +309.473 350.494 L +307.24 340.468 L +b +310.727 340.764 m +B +U +u +300.016 339.751 m +304.757 330.316 L +306.99 340.342 L +302.249 349.777 L +300.016 339.751 L +b +303.503 340.047 m +B +U +U +u +u +292.985 339.2 m +298.349 330.104 L +299.903 340.258 L +294.54 349.353 L +292.985 339.2 L +b +296.444 339.729 m +B +U +u +285.826 338 m +291.189 328.904 L +292.744 339.057 L +287.38 348.153 L +285.826 338 L +b +289.285 338.529 m +B +U +U +u +278.742 336.229 m +285.413 328.042 L +285.423 338.314 L +278.753 346.501 L +278.742 336.229 L +b +282.083 337.272 m +B +U +u +272.228 332.392 m +279.743 324.974 L +278.644 335.186 L +271.13 342.604 L +272.228 332.392 L +b +275.437 333.789 m +B +U +0 g +1 G +1 w +266.25 335.5 m +276.25 351.5 284.659 350 343 350 c +364 350 363 336 y +S +271 321 m +294 332 309 335 362 324 c +S +u +1 g +0 G +0.2 w +350.823 325.912 m +364.33 322.302 L +361.658 347.078 L +348.151 350.689 L +350.823 325.912 L +b +356.24 336.495 m +B +U +0 g +1 w +274 347.5 m +281.5 351.5 280.229 357.581 311 338 c +316.5 334.5 322.5 338 351 357.5 C +282 360 l +274 347.5 l +f +1 G +0.5 w +269.25 355.75 m +277.75 353.25 284.25 352.5 288.75 349.75 c +S +353.25 358.25 m +347.25 354 345.5 353.5 339.75 349.5 c +S +0.3 w +355.25 272.75 m +359.75 281.5 361.25 285 363.25 290.75 c +S +0.5 G +0.5 w +354 219 m +339 195 327 176 317 166 c +S +323 197 m +310 150 308 135 235 48 c +S +1 w +241 241.5 m +232 227.5 215.231 198.443 215 198 c +192.581 155 178 110 164 71 c +S +0 G +0.2 w +265.394 600.822 m +263.576 606.114 262.122 612.994 253.035 607.173 C +250.126 603.468 249.763 601.704 249.763 596.589 c +249.763 591.473 254.307 592.179 257.76 587.24 c +261.213 582.301 266.484 579.302 267.029 588.475 c +S +0.3 g +260.668 605.409 m +262.486 601.352 261.94 599.941 257.578 597.824 c +253.216 595.707 257.76 591.473 260.305 592.355 c +262.849 593.237 263.394 592.532 264.303 591.65 c +265.212 590.768 266.666 591.826 264.667 594.119 c +262.667 596.413 259.759 593.943 261.032 597.471 c +262.304 600.999 260.668 605.409 y +b +0 g +257.578 606.644 m +254.125 605.056 251.58 604.174 251.58 598.177 c +251.58 592.179 258.487 590.415 259.214 588.651 c +S +u +1 g +257.397 584.594 m +258.601 581.671 262.019 580.25 265.03 581.419 c +268.041 582.588 269.506 585.905 268.302 588.827 c +267.097 591.75 263.679 593.172 260.668 592.003 c +257.657 590.833 256.192 587.516 257.397 584.594 c +b +262.849 586.711 m +B +U +u +0.2 g +1 w +258.487 586.358 m +263.213 582.477 L +267.211 587.063 L +262.486 590.944 L +258.487 586.358 L +f +262.849 586.711 m +F +U +0 g +309.25 579.875 m +310.75 580.5 313.25 583.125 314.625 581 c +F +1 g +307.964 565.926 m +307.88 566.015 306.794 566.513 307.22 566.682 c +307.647 566.851 307.68 566.599 307.935 566.639 C +307.924 566.13 307.971 566.31 307.964 565.926 c +f +510 104 m +509.564 104.895 511.5 89 495.5 74.5 C +495.5 68 l +506 79 518.582 86.358 510 104 c +f +0 g +0.2 w +403.75 534.25 m +413.25 533.75 415.75 534.25 417.75 534.75 c +S +1 G +0.3 w +538.5 629 m +542 625 547.5 620 y +S +548.75 629.25 m +552.25 625.25 557.75 620.25 y +S +0 G +0.2 w +518.5 587.5 m +522.5 586 526 587.5 527 587.5 c +S +514 617.5 m +518 614 518.5 611.5 520 607.5 c +S +528.25 613.75 m +533.25 615.25 532.5 615.5 538.25 614.25 c +S +1 g +538 637.5 m +537.25 618 533 617.5 531.25 617.5 c +529.5 617.5 528.235 615.255 528.5 622.5 c +529.25 643 528.775 643.326 534.25 642.75 c +539 642.25 539 642.25 540.5 630.75 C +538 631 l +538 629 538 631.25 v +538 633.5 538 637.5 Y +b +0.7 g +507.5 650.75 m +510 648.5 510.25 645.75 511.75 643.25 c +513.25 640.75 508.5 638.25 508.5 638 c +508.5 637.75 507.5 650.75 y +b +1 g +529.25 639.25 m +528.5 643 527 642.75 524 642.75 c +521 642.75 519.75 644 519.5 632.25 C +519.75 638 519.75 641 v +519.75 644 518.75 644.25 515.25 644.25 c +511.75 644.25 511.75 646 509.25 641.25 c +506.75 636.5 505.75 633.25 506 633.25 c +506.25 633.25 509.75 628.25 Y +511.5 620.25 512.75 619.75 515.5 619.5 c +518.25 619.25 520.25 618.25 519.5 623.5 C +521 618.25 521 617.75 524.75 617 c +528.5 616.25 528.5 618.25 528.5 622.5 c +528.5 626.75 529.25 639.25 y +b +507.75 636.75 m +512.687 638.231 515.604 641 515.25 641 C +517.839 637.469 517.494 629.281 508.75 625.5 C +508.75 625.25 502 635 502.25 634.75 c +502.5 634.5 507.75 636.75 y +b +493.5 571.5 m +495.171 563.425 503.634 565.498 503.5 576.25 c +503.25 596.25 515.75 586.25 509 636.75 c +508.301 641.977 510 650.75 506.5 651.5 c +501.514 652.568 500.436 652.26 499.25 644.75 c +498.5 640 496.5 646.25 496 648.5 c +495.5 650.75 493.75 651 490.75 650.25 c +487.75 649.5 488.253 648.665 487.5 645.5 c +486.194 640.013 486.75 641.75 484.5 645.5 c +482.39 649.016 481.306 648.011 477.5 647.25 c +475 646.75 474.784 644.479 475.25 640.75 c +475.5 638.75 474 642.25 472.5 644.5 c +471 646.75 469.25 645.5 466.5 645.5 c +463.75 645.5 463.25 641.003 463.5 635.5 c +463.511 635.25 463 626.25 y +449.75 627.25 l +459.25 618.5 465.606 612.863 468.25 597 c +468.75 594 468 592.25 470 592.75 C +459.719 593.497 459.195 585.398 461 586 c +466.25 587.75 471.75 589.25 476.75 587 c +481.75 584.75 486.25 584.25 489.5 586.25 C +490.25 582.75 492 578.75 493.5 571.5 c +b +0 g +486.25 592.5 m +489 595.25 492.117 593.078 492.25 592.75 c +494.972 586.028 477 591.75 467.25 593 c +S +0.4 w +470 592.75 m +474.25 595.75 475 596 481.5 595.75 c +S +1 J +2.5 w +477.75 630 m +478.5 620.75 l +S +479.25 617.5 m +480 610.5 l +S +480.25 607.75 m +481 600.25 481 600.5 v +S +487.5 631.75 m +487.75 623.5 l +S +487.75 620.75 m +487.75 612.5 l +S +488 609.25 m +488.25 609.25 487.75 602.5 y +S +498 630.75 m +497.25 623.75 l +S +496.75 620.75 m +495.5 612.5 l +S +495.25 609.5 m +493.75 602 l +S +0 J +0.2 w +465.5 637.25 m +464.5 629.75 461.25 628.75 464.75 617 c +S +0.5 w +502 589.25 m +503.25 585 503.5 583.25 503.5 577 c +S +1 g +1 w +521.949 86.694 m +521.637 87.353 523.021 75.657 511.583 64.988 C +511.583 60.205 l +519.089 68.299 528.083 73.713 521.949 86.694 c +f +553.457 99.673 m +553.091 100.449 554.713 86.67 541.309 74.1 C +541.309 68.465 l +550.105 78.001 560.646 84.379 553.457 99.673 c +f +482.74 95.04 m +482.429 95.699 483.812 84.003 472.375 73.334 C +472.375 68.551 l +479.881 76.645 488.875 82.059 482.74 95.04 c +f +450.924 87.63 m +450.69 88.028 451.731 80.968 443.129 74.528 C +443.129 71.641 l +448.774 76.527 455.538 79.795 450.924 87.63 c +f +0 g +308 61.5 m +N +3 w +16.002 40.373 m +568.002 40.127 L +567.748 716.565 L +S +u +15.815 40.248 m +567.815 40.002 L +567.748 716.565 L +15.998 716.81 L +15.815 40.248 L +s +U +%%Trailer +_E end +showpage +golfersave restore +%%EOF diff --git a/examples/grayalph.ps b/examples/grayalph.ps new file mode 100644 index 00000000..2a834745 --- /dev/null +++ b/examples/grayalph.ps @@ -0,0 +1,65 @@ +%! +% grayscaled text test, including a trivial user bitmap font + +/grayalphsave save def % prevent left over effects + +/inch {72 mul} def + +/BuildCharDict 10 dict def +/$ExampleFont 7 dict def +$ExampleFont begin + /FontType 3 def % user defined font. + /FontMatrix [1 0 0 1 0 0] def + /FontBBox [0 0 1 1] def + /Encoding 256 array def + 0 1 255 {Encoding exch /.notdef put} for + Encoding (a) 0 get /plus put + /CharStrings 2 dict def + CharStrings /.notdef {} put + CharStrings /plus + { gsave + 0 0 moveto + 32 32 true [32 0 0 -32 0 32] + {<0007E000 0007E000 0007E000 0007E000 0007E000 0007E000 0007E000 0007E000 + 0007E000 0007E000 0007E000 0007E000 0007E000 FFFFFFFF FFFFFFFF FFFFFFFF + FFFFFFFF FFFFFFFF FFFFFFFF 0007E000 0007E000 0007E000 0007E000 0007E000 + 0007E000 0007E000 0007E000 0007E000 0007E000 0007E000 0007E000 0007E000> + } imagemask + grestore + } put + /BuildChar + { BuildCharDict begin + /char exch def + /fontdict exch def + /charproc + fontdict /Encoding get char get + fontdict /CharStrings get + exch get def + 1 0 0 0 1 1 setcachedevice + charproc + end + } def +end + +/MyFont $ExampleFont definefont pop + + newpath + .5 inch 7.5 inch moveto + 7.5 inch 0 rlineto + 0 1.5 inch rlineto + -7.5 inch 0 rlineto + closepath + 0 setgray + fill + + /MyFont findfont 72 scalefont setfont + .75 inch 7.75 inch moveto + 0 1 6 + { /n exch def + 1 n 6 div sub setgray + (a) show + } for + +showpage +clear cleardictstack +grayalphsave restore diff --git a/examples/ridt91.eps b/examples/ridt91.eps new file mode 100644 index 00000000..adea4cd6 --- /dev/null +++ b/examples/ridt91.eps @@ -0,0 +1,135 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 0 0 380 200 +%%Creator: karl@cs.umb.edu from code by Roger Hersch +%%CreationDate: 8 March 1991 +%%Title: RIDT logo + +% Forget everything we do. +save + +% Make definitions in our own dictionary. +20 dict begin + +% However, this isn't quite a true EPS file, because we use the +% setscreen operator, which has device- and document-dependent effects. +% In particular, if the document is being printed in landscape mode, we +% have to rotate the cell by 90 degrees. The dvips translator sets the +% variable `isls' to be true in landscape mode, so we test for that. +% +/screen_angle + /isls where + { /isls get { 90 } { 0 } ifelse } + { 0 } + ifelse +def + + +% Increasing this number makes the screen finer (it isn't the actual +% frequency). +% +/screen_frequency 10 def + + +% If you change these numbers, change the bounding box comment above. +% This default size is approximately 134mm by 71mm. +/logo_width 380 def +/logo_height 200 def + +% Besides changing the size from the outside, you can also change the +% scale factor defined here. Of course then the bounding box won't be +% accurate. +/scalefactor 1 def + +% We need a string to hold the gray values. +/fountainstring 256 string def + +% Put values varying from 0 to 255 into the string; these will be values +% for the image operator. +0 1 255 + { + fountainstring exch dup + 255 div 180 mul cos neg 2 div + .5 add 255 mul cvi + put + } +bind for + + +% This procedure takes the bounding box of a rectangle, and images +% /fountainstring into it. +/fountain + { + /ury exch def + /urx exch def + /lly exch def + /llx exch def + gsave + llx lly translate + + % Scale to the size of the rectangle. + urx llx sub ury lly sub scale + + % The source image has one row of 256 8-bit values. + 1 256 8 + + % Map unit square to source. + [1 0 0 -256 0 256] + + % Image the string. + { fountainstring } image + grestore + } +bind def + + +% Draw a line across the bottom for visual anchoring. +% +0 0 moveto +logo_width 0 lineto stroke + + screen_frequency scalefactor div + screen_angle + { exch pop abs 1 exch sub } bind +setscreen + +scalefactor scalefactor scale + +/Palatino-Roman findfont 100 scalefont setfont + +% Determine the dimensions of our string. +/logo_words (RIDT 91) def + +0 0 moveto +logo_words true charpath flattenpath pathbbox +/word_height exch def +/word_width exch def +pop pop % llx and lly are zero. +newpath + +/x_offset logo_width word_width sub 2 div def +/y_offset 15 def + +% Draw the background pattern, which is dark at the top and light at the +% bottom. +% +0 0 logo_width logo_height fountain + +% Make the clipping path be `RIDT 91', twice. +x_offset y_offset moveto +logo_words true charpath +x_offset logo_height y_offset word_height add sub moveto +logo_words true charpath +clip +newpath + +% Paint the pattern again, this time with light at the top and dark at +% the bottom. +% +logo_width logo_height translate +180 rotate +0 0 logo_width logo_height fountain + +end +restore + +% showpage diff --git a/examples/snowflak.ps b/examples/snowflak.ps new file mode 100644 index 00000000..cc4bbec2 --- /dev/null +++ b/examples/snowflak.ps @@ -0,0 +1,99 @@ +%! +%% Elizabeth D. Zwicky +%% zwicky@erg.sri.com +%% multiflake + +/snowflaksave save def % prevent left over effects + +% we make the seed deterministic for testing - the orginal code seeded +% the generator with user time. +/lastseed 0 def +/seed {lastseed dup 1 add /lastseed exch def} def + +/newflake +{ +seed srand +/strokecolor [rand 99 mod 100 div + rand 99 mod 100 div + 100 rand 22 mod sub 100 div] def +/fillcolor [rand 99 mod 100 div + 100 rand 22 mod sub 100 div + rand 99 mod 100 div] def +/eofillcolor [rand 99 mod 100 div + rand 22 mod 100 div + 100 rand 22 mod sub 100 div] def + +/colorfill {fillcolor aload pop setrgbcolor fill } def +/colorstroke {strokecolor aload pop setrgbcolor stroke } def +/eocolorfill {eofillcolor aload pop setrgbcolor eofill } def +/arm {0 0 moveto + 5 {3 {x y x y x y curveto} repeat} repeat + seed srand + 0 0 moveto + 5 {3 {x neg y x neg y x neg y curveto} repeat} repeat + seed srand +} def + + newpath + +0 0 moveto boxsize 0 rlineto 0 boxsize rlineto boxsize neg 0 rlineto +0 0 lineto + +rand 99 mod 100 div +100 rand 22 mod sub 100 div +100 rand 22 mod sub 100 div + sethsbcolor fill +seed srand +boxsize 2 div boxsize 2 div translate + +%% If the device you are using can handle complex fills, replace the +%% next three lines with: +%% +6 {arm 60 rotate} repeat +gsave colorfill grestore gsave eocolorfill grestore colorstroke +%% +%% This will be not only faster, but prettier. On a LaserWriter or a +%% Tektronix Phaser II PS it gives a limitcheck. + +%% 6 {arm 60 rotate colorfill} repeat +%% 6 {arm 60 rotate eocolorfill} repeat +%% 6 {arm 60 rotate} repeat colorstroke +} def + +1 setlinewidth +clippath pathbbox /ury exch def /urx exch def /lly exch def /llx exch def +/minsize 250 def +/pagewidth urx llx sub def +/pageheight ury lly sub def +/inwidth pagewidth minsize div def +/inheight pageheight minsize div def + +/boxsize + inwidth inheight gt + {pagewidth inwidth truncate 1 .max div} + {pageheight inheight truncate 1 .max div} + ifelse +def + +/inwidth pagewidth boxsize div cvi def +/inheight pageheight boxsize div cvi def + +/x {rand 70 mod abs} def +/y {rand 120 mod abs} def + +llx lly translate + +inheight { + inwidth { + gsave + newflake + grestore + boxsize 0 translate + } repeat + boxsize inwidth mul neg boxsize translate +} repeat + + +showpage +clear cleardictstack +snowflaksave restore diff --git a/examples/text_graph_image_cmyk_rgb.pdf b/examples/text_graph_image_cmyk_rgb.pdf new file mode 100644 index 00000000..d8d254ef --- /dev/null +++ b/examples/text_graph_image_cmyk_rgb.pdf @@ -0,0 +1,1686 @@ +%PDF-1.7
%
+1 0 obj
<</ViewerPreferences<</Direction/L2R>>/Metadata 31 0 R/Pages 2 0 R/Type/Catalog>>
endobj
31 0 obj
<</Subtype/XML/Length 20263/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> +<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c037 46.282696, Mon Apr 02 2007 18:36:42 "> + <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <rdf:Description rdf:about="" + xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/" + xmlns:stMfs="http://ns.adobe.com/xap/1.0/sType/ManifestItem#" + xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"> + <xapMM:InstanceID>uuid:7bb34414-aa43-43e4-b5e0-bda0b2b10220</xapMM:InstanceID> + <xapMM:DocumentID>adobe:docid:indd:a5afd9b5-ab2e-11e0-8bdb-9544086fefb6</xapMM:DocumentID> + <xapMM:RenditionClass>proof:pdf</xapMM:RenditionClass> + <xapMM:Manifest> + <rdf:Bag> + <rdf:li rdf:parseType="Resource"> + <stMfs:linkForm>ReferenceStream</stMfs:linkForm> + <xapMM:placedXResolution>180.00</xapMM:placedXResolution> + <xapMM:placedYResolution>180.00</xapMM:placedYResolution> + <xapMM:placedResolutionUnit>Inches</xapMM:placedResolutionUnit> + <stMfs:reference rdf:parseType="Resource"> + <stRef:instanceID>uuid:7CECFCBEBBACE011841685AA9CCA09F5</stRef:instanceID> + <stRef:documentID>uuid:C377191EB9ACE011841685AA9CCA09F5</stRef:documentID> + </stMfs:reference> + </rdf:li> + </rdf:Bag> + </xapMM:Manifest> + </rdf:Description> + <rdf:Description rdf:about="" + xmlns:xap="http://ns.adobe.com/xap/1.0/" + xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/"> + <xap:CreateDate>2011-07-12T12:26:34-07:00</xap:CreateDate> + <xap:ModifyDate>2011-07-12T12:26:34-07:00</xap:ModifyDate> + <xap:MetadataDate>2011-07-12T12:26:34-07:00</xap:MetadataDate> + <xap:CreatorTool>Adobe InDesign CS3 (5.0.4)</xap:CreatorTool> + <xap:Thumbnails> + <rdf:Alt> + <rdf:li rdf:parseType="Resource"> + <xapGImg:format>JPEG</xapGImg:format> + <xapGImg:width>256</xapGImg:width> + <xapGImg:height>256</xapGImg:height> + <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4AE0Fkb2JlAGQAAAAAAQUAAgag/9sAhAAKBwcHBwcKBwcKDgkJCQ4RDAsLDBEU
EBAQEBAUEQ8RERERDxERFxoaGhcRHyEhISEfKy0tLSsyMjIyMjIyMjIyAQsJCQ4MDh8XFx8rIh0i
KzIrKysrMjIyMjIyMjIyMjIyMjIyMjI+Pj4+PjJAQEBAQEBAQEBAQEBAQEBAQEBAQED/wAARCAEA
AMYDAREAAhEBAxEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAA
AAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEH
FbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01Uo
GvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJ
WWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2Ei
BnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfy
o7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiY
qLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMBAAIRAxEAPwCbeU/KflW58q6L
cXGi6fNNNp9rJJJJaws7u0MbMzM0ZJJJ3OKpt/gzyf8A9WHTf+kOD/qnirv8GeT/APqw6b/0hwf9
U8Vd/gzyf/1YdN/6Q4P+qeKu/wAGeT/+rDpv/SHB/wBU8Vd/gzyf/wBWHTf+kOD/AKp4q7/Bnk//
AKsOm/8ASHB/1TxV3+DPJ/8A1YdN/wCkOD/qnirv8GeT/wDqw6b/ANIcH/VPFXf4M8n/APVh03/p
Dg/6p4q7/Bnk/wD6sOm/9IcH/VPFXf4M8n/9WHTf+kOD/qnirv8ABnk//qw6b/0hwf8AVPFXf4M8
n/8AVh03/pDg/wCqeKu/wZ5P/wCrDpv/AEhwf9U8Vd/gzyf/ANWHTf8ApDg/6p4q7/Bnk/8A6sOm
/wDSHB/1TxV3+DPJ/wD1YdN/6Q4P+qeKu/wZ5P8A+rDpv/SHB/1TxV3+DPJ//Vh03/pDg/6p4q7/
AAZ5P/6sOm/9IcH/AFTxV3+DPJ//AFYdN/6Q4P8Aqnirv8GeT/8Aqw6b/wBIcH/VPFXf4M8n/wDV
h03/AKQ4P+qeKpTrPlPyrFqOgJFounok+oSRyqtrCA6Cwv5OLgR7jkimh7gYqm3kz/lD9B/7Ztn/
AMmI8VTrFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUl13/jqeXP8A
tpSf907UsVd5M/5Q/Qf+2bZ/8mI8VTrFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqpzzxW0
L3E7BIolLOx6ADEolIRFl5X5r/MC7uJntrBmghGwRTxZh4yMN9/5Rl2m0ks+52i62ebJnOx4Y/ex
GPX9Qil9ZWAetarUHf8Ayga5lnszFW1sfysRuCbeheT/AD81yyWWqvyVqKsz/bQnpzPdff78wc+G
eCVHl3tuHUzxy4Z8uheiZB2DsVdiqS67/wAdTy5/20pP+6dqWKu8mf8AKH6D/wBs2z/5MR4qnWKu
xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVgn5la4bS2TTom3YerKPHeka/eCThx4vFyCPzcDX
TM5DGPeXkbMzsWY1ZjUk9yc3oAAoJAoNYVVLed7aZZU/ZO48R3GV5sQywMSxyQE409z8lax+ldHQ
O3OW2pGxPUoRWNj9G30ZowCLB5hu0WUzhR5jZkOFynYqkuu/8dTy5/20pP8AunalirvJn/KH6D/2
zbP/AJMR4qnWKuxV2KsS/MjzPqflPQ4NR0pYXmlu0t2E6ll4NHM5oFdN6xjFSWE+XvzS83azqUNo
8VkkJYGdwjLxjr8VGealfDJY48cqZ4cZySpnt35jvooFubeONoRIsZMlQxqDVio2AqPE5b4QBouV
HRxBole/mZ4kWBwrXrKH9KMM60I61Xl37ZE4wE/k4k3/AAqEfmDW7y1e5tIIkEK1YP8At9qqS6+B
yGWJjCwN+5hl08IJVF521swPLMLbkshQIiPVgKUZQXG3uTh0+MyFyDZj0cZHdfdefL2HT57pIo/U
t4WZuQPEycSV71AqMsniiFyaOEIk2ws/nD5uAqYbID3ik6/8jsx7ddxI3RvzY8z32q2VjPDaenc3
EULsiOCFkdUNKynffBxI4nseSZuxV2KuxV4f5+vjd65cb1USsB8o/wB0v/EczezIWZS+DrInjzTl
8GL5sm12KuxV6N+Vd8wu3tSfhkjZaf5SEOv4E5p9bDhz+8MdOeHUEd4epZQ7B2KpLrv/AB1PLn/b
Sk/7p2pYq7yZ/wAofoP/AGzbP/kxHiqdYq7FXYqwD85IWn8s2iJ1F/Gd/wDjDcd8jOQiGMjs8x8r
zQ6Pqn1m9skuYnQoAw5BD15o1TQgKd98cWaIO5bNNMRmCTTOr3WbrVLX6o7Rxxxgux4Eqqjc/CtS
ajb+mZGohxQ2dplxxEbj1Q1088V3LqP1hpjIpRZA7KKH46xpUqtVPTkcr8SINksISjAXJA22qXwh
WKaiojNxKuQF5D4vhqe3XKY6+MTyaMevs7hZJcUZQSwMgJjFOo9qeGZoyirJc45I0F8lrHdwSRkE
QyqFeZxXjQBzTqCxpt7ZTkzRnYi0amZnAxCS3flDUYbGK8MaNHPVkIZSw8QwqSMxSZAAnk6kwlVq
Xl3TZYtf00lRyW6hLKPiIAkU1PhkRlshD6JzJbHYq7FXYq+fPMjFtVlZjUmp+9mzY9mf3R97q9Py
PvKVZnNzsVdirMfy1YjXoKfzt+MUgOavtIfvItY/xiHxez5iOydiqS67/wAdTy5/20pP+6dqWKu8
mf8AKH6D/wBs2z/5MR4qnWKuxV2KsN/M9S/l+3CniReRkEEDpHN45j6s1Ae9hk5POPqHrQx3M0in
1TR0jpzJHYqD4ZgGZB2awmmj3l5p3JrYLbRSfCpdPUoPjHFC1dj3GZGHV5ICubkY88oijuFWGyWR
1iSaG3jUcSrnivJEXkRyp9tunh3zcYQBjDtYQ9HJCPOZKGLiQWP269hxIrSu2U4sMQCQN76owYog
k0k+ui7iagnZraZljjYNQJ1DDZFO/wDDK80DdsdVjI3TrT7K30+aIzzPNCpApUlT1Hev45dixgxH
Fs2Y8RMapm9vLLp3C3s2E8cwIiCjckbFVDrxp16V/Vhw4eGNS3aPBHBRHJI5bdbbzBaW/p8ZEmic
kgFgWYE1Py6ZrM0BDMAOTgZqE6HJ6dmah2KuxV2KvAPNUBg1eZD+y7pv4q7DNh2Wf3ZHm6vBsZDz
SbM9udirsVZt+WMBk1qKTshdj8hGw/W2artI3liPJrgL1MfIPYsxXZOxVJdd/wCOp5c/7aUn/dO1
LFXeTP8AlD9B/wC2bZ/8mI8VTrFXYq7FWF/mlJ6egWp8b1AK/wDGKc/wyjVRuDDILDza0uAHDc1W
eM/APs1HUEvmCY0GA2TWCcOpa5YiJBTmoJoSdjWvXrlZItNnoq1nl0yNB/cTMZoyeIdWOxHJeNeo
rm60hMcYifg7XRyAhRO/6FkKXDN6dtC0iRrypQMACKs5p271yP5mWONAE11Uanw41V+aG1N7UmBJ
DQK5ZEcA1FPiqN9q7VzWHNPJIyLgZMkpStNNPht7u4KSs6Q8KvJwP7s12BHTfpXM7TaqWQiP2uZg
1eSdAc2pby6j+FZQV4mIGlAB9nbZafdmVqtUcUbq/NyM+cYt6W2M3qazaPMxkla4hPKm2zIBv7Zq
TlOXKJF1GXKckrL17NkydirsVdiryD8zNMa31V7lV+CWkyn2YcX/AOGXMns/Jw5THvdbkHh6g/0m
DZtmx2KuxV6t+V2mNDFNfOKcUES1/mciR/uAXNHnyeJmkfgjRDjySn8HoWQc92KpLrv/AB1PLn/b
Sk/7p2pYq7yZ/wAofoP/AGzbP/kxHiqdYq7FXYqwP835Hj8tWxU9b6Pl7j0rg/wyvMLDGYsPKReF
zEgAhqByYVPXcMevbwGYcsYa6ZXpmm3L23qMkTjcCVJAyU/arxagp75jSABY3RUrWS1lPorKJDaU
Lp9n/JPp7Gq7dc2+j1Hoo/B2ek1Vx4epVpdQgjm/eyvCihYw/Jeap8Q6EjkKGmZUssI+m+jlyyRg
KJCFn0ppx9c9c3UnHgWeMqNiw4ihanXr9OaOcuF0vETumltfXkSywWr+hFcH40BBoaUCk9xQkZdp
NSMd7WHJ0+cQ5iwozRyyxjoObFRGpqqqPcmg6DHWaoSNR+llq84kaHJV0hm/SdpAyqaXEZqT0PME
n8Mx8P1hxHrubZsdirsVdiqQecNB/TemERLyuIKtGO7qR8afT298BsEEcw42swHJGx9Q5PDby0ks
5jG4PGvwk9x/XN1ptRHNGxz6uNiyiYUMubEz0LSLnVLyKOGMvyYBVH7Tf0HfMPXarw48I+otOaZP
pj9Re76Ppsek6fDYxnkYxV2/mc7s335q4ig7DBiGKAijsLY7FUl13/jqeXP+2lJ/3TtSxV3kz/lD
9B/7Ztn/AMmI8VTrFXYq7FWL+ftDvfMOl2un2LKjm7V3ZzRQoinFT9LDIyjxJEbYtY/lpE1oZUvx
LJGSrVj/AHbOOytyYinSpH0ZCel82yWLgNdUDHp0tpcJaWt2YZbdgsnp8mHCu4cbL9BzBlcSRTjZ
DvVKHme15lrWIqt5zBDqOIMG9WqKnfiKgdO+DHKt2AiQULokUFx6ywNIYo5C5TgZFK/EBV223O30
YmJO5bYEdSlhki024P1S4UwSSFZERgSKkdAre2WGJlHdiCLTpRPAfUNF9UD4n3BBoa0A965RwgWz
gKBKLhR1DLdqVKGv7tgSd+Pv4daYkgc2cQJK9obU6rZNzX1mmiYDcsaug3NAMsgLlHZhMRB2er5s
0uxV2KuxV2Ksc1/yXputlplpbzvuxChkc+LLtv7jALibiaLi5tHGZ4gaLF4/yocTVeaER12IMjH/
AIAgD8cuOr1BFW0/lM5/iDNND8t6doUf+jLzmYUaZwK08FA2UZSBvbk4NLDDy596b4W92KuxVJdd
/wCOp5c/7aUn/dO1LFXeTP8AlD9B/wC2bZ/8mI8VTrFXYq7FVG5to7pUWQAhGD0IqKgEe3jkoyMW
ePIYXSXSaJLyK2tyLaDcpCsZ4gkdT+8APxb9MlDJw9G6Oqrciz3oSTyoZAw+sxpz3bjBQs/87Uk3
OYufD4k75ONnAyTsbMf13y9orRy6ZNrkdlP8AkDxcyq8U2CmQcagDocqGjIlfFt7mJiCAhdO0XRd
KjeG08x2ojdSvB7csKFmbf8A0gVoGpkvyu/NBgCiLLynpWsWp0k6zBfmOIkCG34MDWnqt++atOQG
I0oHIo8LdNf8BJGONndpbIv2FW3BAr9qv73euD8rfVfDrq3J5GkkZnN+paQAOWgJ3pRiv78Uqd8H
5IXzZxFUowfl1FbXkF1DfFRDMkzL6VS/AqeJb1O/HwyY01EG2ziFVTNMyGDsVdirsVdirG7rytqN
xdTXCa7ewrLIzrEjsFQMSQq/vBsK0xVS/wAIan/1MV//AMG//VXFVay8saha3cNzJrl5cJEwZoZG
Yq4H7LVkOKsjxV2KuxVJdd/46nlz/tpSf907UsVd5M/5Q/Qf+2bZ/wDJiPFU6xV2KuxV2KuxV2Kp
ddaBo17O1zd2cU00lOTsKk0AUfgMVUv8LeXf+rfD/wADiqIstF0rTpTPY2sdvIylCyChKkg0+8Yq
jsVdirsVdirsVdirsVdirsVdirsVdirsVdiqS67/AMdTy5/20pP+6dqWKu8mf8ofoP8A2zbP/kxH
iqdYqtdgiM7VIUEniCx28FWpOIFqlSeaNHkErI1wwtyVmK2lyRGw3If9x8JHvl50mQVy38x+tt8C
Y/tCY2t3a30C3NnKk8L14yRkEGmx6ZVOEoGiKLXKJiaKhc6vp9rP9WkkZ5wATDBHJPIAdwWSBHYD
buMlDDOQvp57feyjjkQuttUsbt3it5ecsa8pIirLIgP88bAMp9iK4J4pRG4RKBHNCR+ZdJmklhiN
zJJAQJkW0uiyE7jmBBUV98sOkyAAmt/MfrZnBId3zCMsdSsdTjMtjMsyoeLgVDK38rq1GU+xGV5M
UsZqQYSgYndu91C1sBGbkvWZuEaxxySszULUCQo7dB4Y48cp8ljAy5IJPMukySywRm5aWCnrRraX
RaPkKrzUQVFR0rlh0mQAHbfzH62ZwTAvb5hubzJpEC27ySShbzj9XIt52DluirxiPxbfZ64x0uSV
1057hAwyN+XmFVNbsXljiIuI2lYIhltbiJSx6DnJCq/jkTp5gXt8x+tBxSA/aFCfzRottefo+aWV
bonisP1a4LMf8gCE8ht1GTjpMso8QG3vH62QwTIvp7wib/WbDTJIorxpEa4NIgkMsnJv5QYo3HLb
p1yGPBPICR08wxhjlPkpza9psEk0bmYtbgGYx208ix1USfG0cTAfC1cMdNOQB238x+tIxSI/aGoP
MOl3Jg9JpuN0QsMjW1wkblvs0keJU3+eMtNkjd1t5j9aywyH9oTPKWt2KuxV2KuxV2KuxVJdd/46
nlz/ALaUn/dO1LFXeTP+UP0H/tm2f/JiPFU6xV2KsNt9aOiza9cvaTTxC/PKVCgjQssa/vKvzA9w
hzYSweKMYsD0uScfGIi+iYaNYT+X/L95cM6TzS+tf8Id4lLJyVI/EfDlWfIM+YDptFhkmMkx8l/k
qNToEF4W9W4vS89xMd2eQuwPI+1KYNef3xHQbBdT/eEdy6LV7WXzE1gLC6jv1hpJIRDw9DkCrsyz
Goqdu+/TBLBIYeLiHDfnz+SnGRjuxSB026nt/M/mH0bOa85Pa19EwjjSI9fXmi6+1ctywEsGOyBz
7+/yDOcQccd65u8tyC48x6veTr9SuphGPqDAiRUQAeq5pxPKv7NcdUOHDADcd6MwrHEDcd7KSiMy
uQCyV4nwr1pmDbjse0X/AJS3zJ/0Zf8AJlszNR/i+P8Azvvb8v8AdQ+K3zaBbpophiL8dVgYRpxB
YkStRebKu58SMdF6uOz/AAFdPvxf1U0iv7i4u47WfT5raNlaTnOYWHKMoVC+jNLvvXfwyiWMRjYk
D7r/AEhrMABdobzRpEOp6cZS/wBXurL9/a3I+1G67023o1OmT0mY4594OxDLBkMJeRUfLN6dYV77
UBx1K0Y20tuRT6uR1op7v1J+jtktXj8I1H6TvfenNDgNDkmeqoi6XflQAXglZiO59MrU/QMpwn1x
97XD6ghfLSJJ5b0xXAYC3hah8VCsp+gjJ6o1nl7yyz/3h96b5Q1uxV2KuxV2KuxV2KpLrv8Ax1PL
n/bSk/7p2pYq7yZ/yh+g/wDbNs/+TEeKp1iq1y4RjGAzgHiGNAT2BIDU+7EKkWkaVqcE+pDU4rV7
bU5WmZY5XcryUJwKvAgYEDrUfLMrNmxkR4Sbj+O9uyTiQKvZfo+m6vpLvpzGC50gMRbl3cTxxnf0
2X0mVwOn2v6YM+XHlHFuJ9e5ck4T3/iasdI1HQjJDo7Q3FhI5kS1uWaMwlqlhHKkcvw17FfpxyZ4
Zt52Jd46rLJHJ9XNdZaTfLrk+vXphSSW3FstvCzOoAYOGMrJH4fyY5M0PCEB33aJZBwcI71CwsPM
FlqepaiYLOT9JNE3p/WZV9P0lKfa+qGta+AyWTJhnCMbPp8h+tlOeOUQLO3l+1V0/RLz9Ny+YNUe
L6w0X1eKC35FI0rWpdwpYn/VGRyZ4+EMceV3uieQcHCE8NaGm57V2zGaUg0rTdatdc1DU7qO19HU
/S5rHNIzR+ihQU5W6Bq19sy82XFLFGIu4307/i35JwMABeyp5g07VtRnsDZJb+lY3Md4TNK6M7R8
hwosEgA+LrX6MjpsuPGJXe4r8bowzhEG+opES/4huAsXpWtqjOvqypcSSuI6/GEU20Q5EdDy2yI8
GO9k/D9pY/ux3/j4rfQ1m41RHvI7X9HQktGiSyGTmK8JHBhVWp2Wu3XcgY8WKOPYni/HmtwEdrtB
X2ka0nmBdZ0YWsatGIrlJpZB64HTkqQsFK9jU5ZjzYjh4J35eX2s4ZIeHwytNdUi1C502S3tI4TP
cRtG4lkZUTmpUkMsTlqE+AynEYRnZug1wMRLdT0C0vrDS4LC/WIPaosSvA7OHCinI8446H23w6mc
J5DKPXvTllGUiQmWUtbsVdirsVdirsVdiqS67/x1PLn/AG0pP+6dqWKu8mf8ofoP/bNs/wDkxHiq
dYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqkuu/8AHU8uf9tKT/un
alirvJn/ACh+g/8AbNs/+TEeKp1irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqFm1PTbd
/TuLuCF/5ZJEU/czDBYYSywidyEQkkcqh42DqejKQQfpGFkCCuxS7FXYq7FUl13/AI6nlz/tpSf9
07UsVd5M/wCUP0H/ALZtn/yYjxVOsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirznzv55aF
n07THKopKPIho0hHUKeyjx7/ACyeDBLPKhy6l12fUSyyMYGgOZebyaneu3L1OPsAKZs4aDDEcmsa
bGOideXfN+oaTcqVkorH4lP2H/116fTmNqez+EcUPkohLCeKHyez6TqlvrFil7b7BtnQ7lHHVTmD
E2HY4M0csOII3C2OxV2KpLrv/HU8uf8AbSk/7p2pYq7yZ/yh+g/9s2z/AOTEeKp1irsVdirsVeDe
YfzI872PmHVLG11L07e2vLiGFPQt24xpK6ItWhJNAO5wWi2aeTvMnmK7sBc6zeG5ubglYIikEaIp
40eQxRBwRQ+OWCGzk49PxRsp1a+YdRjnnjvmj9K1LCRzTlQMPiAULXavQYTAVs2nTQMRXMrJPNV2
Zl+qoZopgRGWXidt+W6rWgO4rgEN0/lIgb80u1bW/NenXMFu90iiUqCwWI/Cep+wwFO9col4hlQG
3ewjjhPkFkfnDVopnW4n9VAKAoiKK/5JZOnzGZfhCnI/JwIDG/Nf5gea7HUIrXTb0wgRAyL6MLVc
s2/7yE02GUzAi4WqhGEqikQ/M7z2G31SoHUehbD/AJkZC3G4i9U/LXX9U8x6HcXurSerPHdNCrBV
X4BHC42jVR1c4xZRNsvySXYqkvmzVDpWjTSxtxlm/cxnuCwPJvoUHIyutnH1mY48Zrmdng93cNcz
tKeh2UeCjpm90+EYsYi4uLHwRpRy1m7FXof5Za48d79QlaqXA9Mg9nUFo2+ndc02tw+Fl25SYaeX
hZ66S+96rlDsnYq7FUl13/jqeXP+2lJ/3TtSxV3kz/lD9B/7Ztn/AMmI8VTrFXYq7FXYq+bvNFhM
3mbWWVA3K/uiKH4t5pD9nKjkALC92YeXfMa2enQRWdrFaTQII5mVN3p8POm+5INT+rMnEYzHN2Wk
jjywon4K0huLtLpTcCOS74MYo+SPx+NATL4cmrQBq1yuuCRvkylH1nuQU1/e2k1stsT/AKPsAXNV
3p8BLbEmtcjPUQhQY6jVRx0AL72mu5ZhxIPNKnip57V3pXxJyzT6oZG7T6kZOY3U4ZI7hTQs6sBw
478jUDpsfuy2eaAG5bPFA3ULry3Pq98gtQguHUlo3IVVEY4gMWIHI0JIzEyGUpe91eqjKWS65pBd
6Dc20xWWNUANDUgAe9RlRyVs41UXrX5SwNB5cuFYUreOw2pUenCAd/lluKVhlHkznLGTsVedfmre
lI4LRT0jZyP+MjcP1Kcs00ePPEfFwNaeLLCPxeWZvFdirsVTPy9dPaalHKnVCHUf5SEOP1Zg9pwv
FfcWjU+kCXcX0IrB1DruGAI+RzWu2bxV2KpLrv8Ax1PLn/bSk/7p2pYq7yZ/yh+g/wDbNs/+TEeK
p1irsVdirsVeJavbPP5k1ODmqxzXk5PqEcQQ703rUZr8pqRaCd0Klp6Mh9NTLOWI9RSaADqBQ7jx
yEcshuDTOE5ROxTue5uNQEf1p4g8NYouEfD0Wd1JpwHSi9PfM/SZjmnuOTsNLPxJbjkh5UFtHCWl
jle4P2UPIrxNeL0r233zJ1EI5CAR1b8uMSqwg51uZ7eUW8ohmNfSdDQmpJNfhP68ZwPIU5HhXGhs
lelWkl/c3U0szxSQN6YjDmo+0SKCg7ZRigeKvtcTDD1nbZm+gQ27RMsUlLqAmnIMS9amlVVmpRTU
ZZkxeoEFnlxkSEiEfqcs+oaeby4j5xWymjUXgW2UigAr9+V6rFEwvq4uoxxgD3pt5BAGkT8RxU3L
EClOqR/xynR/R8XFiyjMhLsVeVfmsT+kE/4xR/8AEpMyNB/f/B12o/xkf1Xnmbhk7FXYqitN/wB7
ovmf+InMbX/3EmrU/wB2X0LpxLafasdyYYyT/sRmnHJ2WP6QicLJ2KpLrv8Ax1PLn/bSk/7p2pYq
7yZ/yh+g/wDbNs/+TEeKp1irsVdirsVeFa5cU8wapXiEF7cK9RXb1XU7Zg5I+otBjuq21y6KqwuG
jqePUk12NE29qZRIJBCNic/W4IrYsLpKuQQOIZR4NUnkW8cu0YuYIb9NfGFKbkJpLnj+8PxKFpxU
k7kDeg3zZZMnKQv9bs8mQCpAkjuVlWWFVeeJomIDRlgAGG9WJ8PfMLWauZ9NU4uq1JmKApL9Pa14
zek1Q5Lcwu53NASoJ9wcqxaiWKTRg1MsRTx0FrbxTQyNFPMhWWNloV2BG5B60r1GbPBkMo2erssU
zONy+CClu55I2SST92AFZFG5Cnl0/HNfqNXKdxqnB1OqscIFM6/L8odIuClafWW67f7riyej+hxo
cmU5ksnYq8x/Ne2b14rinwtCo+lHav4OMv0UqzjzdfqhWoie8PNc3KXYq7FUbpEbSXyBRUgE0+Y4
/wAcw+0ZVgPm06o/u6730PBH6MEcP++0VfuFM1YdpEUKVMUuxVJdd/46nlz/ALaUn/dO1LFXeTP+
UP0H/tm2f/JiPFU6xV2KuxV2KvnvXbto/M+siRRJS8ud2rsBK4B+GnTMXJGy1SG6/RRcXsy+mY3b
kAYXcRk/6taV+jKcgADEik5vkTTDHNdMIAAVQLVn6gioqSBUdcGkyGMxTbp83BIL+cVrA3BqmQf3
iMChRxXwHzrXNxHLCQ4ujtoZhkHF0UXaLUla1S8eOvKN4ECyAgioCsG2H2u2YetmJUQ4etyiVU62
tW09nQKvVCknSnEk8SrfPrmv49x3uLGdFMZrm+vnWW5lDSMeJkLfEgHxHjT3zO/ORMDtRc4aiHBy
ooJllif1h05UWtB02G2a+czkO7gzmZSt6B5CIbSJmAC8rljRen2Ix3+WZ2j+j4rFk+ZLJ2KsT/ML
TPr2ji4UVNsxDeySDiT9DBcHEYSEh0cLtCB4BIfwl4o6NG7Iwoykgj3GdBGQkLDEEEW1hV2Kst/L
7SmvtYhciqI4kY/5ER5H6C1Bmr7SycUxDu3aq8TNGPduXteYbtHYq7FUl13/AI6nlz/tpSf907Us
Vd5M/wCUP0H/ALZtn/yYjxVOsVdirsVdirym78g3N7rt3f390LeK8vbgwRoA8rcpXK9WCjY1ys4b
LOOG93al5NTQONw9ykkYBBkYGM1NP2fi3/XmNmxGDGfpF01b288enzSXFwbiFGqFkRiyRU5VXkeZ
6dMx5Gy49XyYrPFDBdtM0hWGWYG0AJ+GJQ1TxUU8Dttltkikx5JjrNlbiGB55fTmLmRHmURnc1AI
Zg3YVyOMSB2bJGPeoaZNcX0UkJf1nh+F6GooKKGr/nvjkgIlj9VJkjXD0YcHWMgMK0IFK7k0/lyu
m26NIo/VwrJISopzfmSUpt0Cqa9fHGBB6JMIUzPyD6X6In9FgyfWDQj3jiJGZ2kFQ+LCLKMyEuxV
TnhjuYZLeZeUcqlHU9wwocUSiJCi8T84eWLnSb5+Kl0O6MB/eJ2Ye4/aGZeh1Qh6JfB1QvTy4Jcu
hYvm1b0RZ2c15KEjBpWhanT+3KNRqY4Y2efcwy5RAeb2zyZ5d/Qen85l43NwBVe6IPsr8+5zS2ZE
yPMuRo8Bxgyl9RZJhcp2KuxVJdd/46nlz/tpSf8AdO1LFXeTP+UP0H/tm2f/ACYjxVOsVdirsVdi
qWz6PDIHeErFcF2kSfiWZS5q1PiHjhJLcM8uR5IOXy3NPT17tZqbj1Yefx1NHq0tajbBkqcSFyZo
ziRSQ6pb6Jpl41vqWpGOcorEJbvX7QavJWPXj0zEOkNbH7HGhDhLGp9I8szXz3x108jtGpsZKIvF
k47SrX7Va5KOlqNWkQCPkk0mW4huG16NjAjR0bTpDy5Abt++7EbUw/lR3sfCTu08gadOBqtrcq0l
1FHJHM8FdyC3qcea05BumD8se9fD80SPI0oR4v0j+7YDivoUKkHkDUSivfAdHfVMYkFSm/LyO4oZ
7xTxpwCwUUUNRyBmbl0xjpOHq2QPCnflvQT5espbQ3H1r1ZjNy4cONVRONOT/wAnjl2LHwClkbKc
ZYh2KuxVA6lBpd9E1nqJiZevF2AZT4g1BBwEAsMmKOQVIMQuvy+0CaX1ItQRFrUiQI7f8EGT9WSj
kyRFCRcQ9n19MiAnWjeXfLuisssUsc0y/ZkkdKL/AKiigGRqzZ3Lbh0cMZvme8sgjlimBMTrIB1K
kGn3YXJX4q7FXYqkuu/8dTy5/wBtKT/unalirvJn/KH6D/2zbP8A5MR4qnWKuxV2KuxV2KuxVQls
bK4f1J7eKV+nJ0VjQe5GKqf6L0z/AJY4P+RSf804q79F6Z/yxwf8ik/5pxVEoixqqIoVVACqBQAD
oAMVXYq7FXYq7FXYq7FUn1Hyromq3TXl7A0kzgAsHddlFBsrAYqhf8CeWf8Allb/AJGyf814q7/A
nln/AJZW/wCRsn/NeKpnpWjafosTw6fGYklbkwLM1SBT9onFUfirsVdiqS67/wAdTy5/20pP+6dq
WKu8mf8AKH6D/wBs2z/5MR4qnWKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2
KuxV2KpLrv8Ax1PLn/bSk/7p2pYq7yZ/yh+g/wDbNs/+TEeKp1irsVSt9Yea8lsNLgF3LbUFxI7+
lDGx/YLhJCW9gpyfBQssuHayuXUrwXa2E9n6c8kUkscgk5QMU4/B6nAPX4t6p9+PAKu14RVqGj+Y
DqV7d6bc24tLqzJ+ESeosihijOjcI9gwp0w5MXCAQUyhQtE63qqaLp0t+0ZmZNkiBoXPWlaGlACT
7DBjhxypEI8RpCXus6vZ6WupjTY5xw9WWKO5PJEIDV3txWg6/wAclHHEyq0iMSatFQalJPo41ThC
C0RmCiYmLiN/il9IU26/DkTCpUgx3pDS6vq8GkSarcabHEYk9Vrdrk8xGAWav+j05e2SEImVWkRi
ZVa9tXvI9FGqyWsYldVeK2E7EuHAKqG9D7ZrQLx+nBwDjq0cI4qRunz31xbiW/tls5G3ESy+qQP8
o8EAPyrkZAA7FEgAdllzc6itz9XsrWOZRGHeWaZolBYsAo4wzEn4cQI1uVAHVLbXXtWvLGa/g06F
kgaRGj+tN6jGI8W4j6rTttvkzjiDV/j5szCINWrXGr6lFq6aTFZQuZo3mila4ZQUQ8TyAtmIbfpv
88AhExu0CIq7RUVzq3riK5s4URkZlkinaRea8aI/K3jpWvXfARGtiggJdB5jvv04mh31hHaPIpdJ
TcFlkUf76/cLyPsaZM4hwcQLIwHDYKMGpahJqslhb2cctvDx9W69cgJy34FPQPx034g+FSK5Dgjw
3bHhFWhdQ17VNPsTqMunxehzVFU3LCQh24ISv1YgVrX7WSjjjI1aYwBNWj4LrU/ra295ZxRROjMJ
oZ2lAZSvwMrQRUqD1yJEa2KCBSPyDF2KuxV2KpLrv/HU8uf9tKT/ALp2pYq7yZ/yh+g/9s2z/wCT
EeKp1irsVYv5CqunXkU3+9aXkv1oH7XOi7n7sv1P1Dupszc2TNw5KWpyqeFaVrQ9PoyhrYjqEclk
q+Y7YEyadfXAuFHV7aSVhIP9j1GZEDfp7w2x32ROvSJqOk6lfRsHtoLZ4rdh0dnCtJJ9Gyj/AGWR
xDhkAiG0gn9kAbG3BFQYkBB/1RlUubA82OaZZNZ67c+XlcHTIwuoxQ03Us1PSr/IH+Knt88unK4C
XXk2SNxvqnHmP/jgal/zCy/8QOV4vrDCH1BIrLUZtLltJtfirZPBCtjeJUxQ1jAKyL+y7fzfwrls
oCQPDz6szHi5MuR1dQ6EMrAFWBqCD0IOY7UuxVIfJ/8Axy5v+Yu5/wCThy3P9XwZ5Oanqa3Tea7A
WkkcUn1Sf4pYzItOSfsrJEfxwwrwzfemNcBTS0W/inlOozxSrII1hMaGJajnyXg8kpr9OVyo8mBr
ogfM2njVIoba1+HUoW9e1lBp6XE7sx32PSnc/LaeGfCd+TLHLh9y/wAsX0N5pojEfoXVsxivIWNW
WYH42au55HeuDNGpLkjRUPO3/HBf/jNB/wAnUw6f61xfUyDKmDsVdirsVdiqS67/AMdTy5/20pP+
6dqWKu8mf8ofoP8A2zbP/kxHiqdYq7FUtn0S1kvG1C2klsbtwBJLbso9QDp6iSK6NT3XJjIao7hk
JmqREdmUVi08sk7KUFw/AutR1VQgjHj9nfvgMkWoWekJaxXFvLczXkN0XMkdx6ZFZCTJT04oz8Ve
nTDKd9EmVrJ9AtZtJTRYppba0RPTYQlOTr4Mzxv1O5pTEZSJcXVRM3aMsrU2dslsZpLgRgKrzcOX
ECgH7tEG3yyMjZQTZQKaCE1RtXF/dG4dRGwPo8DGG5enx9Dp8t/fJ+L6apPHtVIrU9PGqWj2Tzyw
RSgrJ6PCrKRQqTJHJt8sjCXCbRGVG1H9Co2kPo0l1PJC6el6j+kZBGAF4D9zx6DqVr74fE9V0ni3
t2jaNHosH1WC6uJ4B9iOdkYJvX4SsaH8ccmTjN0spcSOmjeWJo0laBm6SRhSy/L1FdfvGRBpiEDp
GipoyPFBdTzxOzOY5zGQHY1ZgUiRt/nTJZMnH0ZSlxKc+g+vqI1T6/dRzorRx8PQ4ojGpUK9u341
OEZKjVKJ0KpVTSXFwtzPf3Nw8SsIhJ6IVGccfUCxwICwBNK1wGe3JeLyXadpX6Pkml+t3F21wQX+
sFGoQKChSND07dMZz4uiylaFj8txRarJrEV9dJcTkeqqmIRuo2CMnobigp4+9cJy3GqT4m1Ur6xo
0etQi2uLmeGEEMY4TGAzKeSkl4nbb2ODHk4DdIjLhRtvE8MSxyTPcMtayyhAx37+miL+GRJsoKrg
Q7FXYq7FUl13/jqeXP8AtpSf907UsVd5M/5Q/Qf+2bZ/8mI8VTrFXYq7FXYq7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUl13/AI6nlz/tpSf907UsVSnyn5s8q23lXRbe41rT4Zod
PtY5I5LqFXR1hjVlZWkBBBG4xVNv8Z+T/wDq/ab/ANJkH/VTFXf4z8n/APV+03/pMg/6qYq7/Gfk
/wD6v2m/9JkH/VTFXf4z8n/9X7Tf+kyD/qpirv8AGfk//q/ab/0mQf8AVTFXf4z8n/8AV+03/pMg
/wCqmKu/xn5P/wCr9pv/AEmQf9VMVd/jPyf/ANX7Tf8ApMg/6qYq7/Gfk/8A6v2m/wDSZB/1UxV3
+M/J/wD1ftN/6TIP+qmKu/xn5P8A+r9pv/SZB/1UxV3+M/J//V+03/pMg/6qYq7/ABn5P/6v2m/9
JkH/AFUxV3+M/J//AFftN/6TIP8Aqpirv8Z+T/8Aq/ab/wBJkH/VTFXf4z8n/wDV+03/AKTIP+qm
Ku/xn5P/AOr9pv8A0mQf9VMVd/jPyf8A9X7Tf+kyD/qpirv8Z+T/APq/ab/0mQf9VMVd/jPyf/1f
tN/6TIP+qmKu/wAZ+T/+r9pv/SZB/wBVMVd/jPyf/wBX7Tf+kyD/AKqYq7/Gfk//AKv2m/8ASZB/
1UxVKdZ82eVZdR0B4ta090g1CSSVluoSEQ2F/HyciTYcnUVPcjFX/9k=</xapGImg:image> + </rdf:li> + </rdf:Alt> + </xap:Thumbnails> + </rdf:Description> + <rdf:Description rdf:about="" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <dc:format>application/pdf</dc:format> + </rdf:Description> + <rdf:Description rdf:about="" + xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> + <pdf:Producer>Adobe PDF Library 8.0</pdf:Producer> + <pdf:Trapped>False</pdf:Trapped> + </rdf:Description> + </rdf:RDF> +</x:xmpmeta> +<?xpacket end="r"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[7 0 R]>>
endobj
7 0 obj
<</CropBox[0.0 0.0 612.0 792.0]/Parent 2 0 R/Contents 27 0 R/BleedBox[0.0 0.0 612.0 792.0]/ArtBox[0.0 0.0 612.0 792.0]/MediaBox[0.0 0.0 612.0 792.0]/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 16 0 R/Im1 19 0 R>>/Font<</TT0 20 0 R>>/ProcSet[/PDF/Text/ImageC]/ExtGState<</GS0 11 0 R/GS1 22 0 R>>>>/Type/Page>>
endobj
27 0 obj
<</Length 1496>>stream
+q +0 0 612 792 re +W n +BT +0 0 0 1 k +/GS0 gs +/TT0 1 Tf +12 0 0 12 180 515.6797 Tm +(RGB Image)Tj +0.083 -28.667 Td +(CMYK Image)Tj +ET +1 0.9 0.1 0 k +/GS1 gs +q 1 0 0 1 463.1364 189.5939 cm +0 0 m +30.451 0 55.136 40.535 55.136 90.536 c +55.136 140.538 30.451 181.073 0 181.073 c +-30.451 181.073 -55.136 140.538 -55.136 90.536 c +-55.136 40.535 -30.451 0 0 0 c +f +Q +0.79 0.12 0.83 0 K +8 w 4 M +q 1 0 0 1 463.1364 189.5939 cm +0 0 m +30.451 0 55.136 40.535 55.136 90.536 c +55.136 140.538 30.451 181.073 0 181.073 c +-30.451 181.073 -55.136 140.538 -55.136 90.536 c +-55.136 40.535 -30.451 0 0 0 c +h +S +Q +BT +0 0 0 1 k +/GS0 gs +/TT0 1 Tf +12 0 0 12 428 166.3464 Tm +(CMYK Graphic)Tj +ET +0.145 0.251 0.561 rg +/GS1 gs +q 1 0 0 1 480.2273 557.8364 cm +0 0 m +30.451 0 55.136 40.534 55.136 90.536 c +55.136 140.538 30.451 181.073 0 181.073 c +-30.451 181.073 -55.136 140.538 -55.136 90.536 c +-55.136 40.534 -30.451 0 0 0 c +f +Q +0.188 0.639 0.38 RG +q 1 0 0 1 480.2273 557.8364 cm +0 0 m +30.451 0 55.136 40.534 55.136 90.536 c +55.136 140.538 30.451 181.073 0 181.073 c +-30.451 181.073 -55.136 140.538 -55.136 90.536 c +-55.136 40.534 -30.451 0 0 0 c +h +S +Q +BT +0 0 0 1 k +/GS0 gs +/TT0 1 Tf +12 0 0 12 449.3333 533.0131 Tm +(RGB Graphic)Tj +0.561 0.137 0.78 rg +/GS1 gs +72 0 0 72 70.6667 428.7448 Tm +[(RGB )18(TEXT)]TJ +0.592 0.859 0 0 k +0.019 -5.037 Td +[(CMYK )18(TEXT)]TJ +ET +Q +q +127 186 204.8 153.599 re +W n +q +/GS1 gs +204.8000031 0 0 153.6000061 127 185.9999695 cm +/Im0 Do +Q +Q +q +/GS1 gs +204.7884369 0 0 153.5913239 115 531.4086761 cm +/Im1 Do +Q +
+endstream
endobj
11 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP true/SMask/None/ca 1.0/AIS false/op true/Type/ExtGState/SA true>>
endobj
22 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
20 0 obj
<</Subtype/TrueType/FontDescriptor 21 0 R/LastChar 114/Widths[250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 667 0 611 0 722 0 333 0 722 0 889 0 0 0 0 667 0 611 0 0 0 722 722 0 0 0 0 0 0 0 444 0 444 0 444 0 500 500 278 0 0 0 778 0 0 500 0 333]/BaseFont/UESNHP+TimesNewRomanPSMT/FirstChar 32/ToUnicode 30 0 R/Encoding/WinAnsiEncoding/Type/Font>>
endobj
21 0 obj
<</StemV 80/FontName/UESNHP+TimesNewRomanPSMT/FontFile2 29 0 R/FontStretch/Normal/FontWeight 400/Flags 34/Descent -307/FontBBox[-568 -307 2000 1007]/Ascent 1007/FontFamily(Times New Roman)/CapHeight 662/XHeight 448/Type/FontDescriptor/ItalicAngle 0>>
endobj
30 0 obj
<</Length 327/Filter/FlateDecode>>stream
+H\j0~ +CI6N!rR[cdfp3>>KINչr{LSlg)~MxPq=kU|Pr';\p`1t +Sy= P`%ƿ6=BV|7+9{47bG*ִJ(i +Oe|7A)_^)bF@2gs.3G#YLfƚNxǼ3N:zxAxAf-::ryconν&&<f`n!Pc߹_T[ +0 +endstream
endobj
29 0 obj
<</Length 47999/Filter/FlateDecode/Length1 104171>>stream
+HytWǿooޛ~! " la- Eq)KZKa34XRT(-DHQMKj7>t߽ߙwgg潙 +'?~tz(wBv8`미<</kR~RK:irf?>%îp끧ow=;ά@;rgdVAe?VrcrF`\nVxL(g>iHCP~FM$" *D8P9p1;h4n<g HTcg]n욑cGc㨱cǏ-Nc8!=ʁY0$Yc/k^/u9M[2J {}WFYUWA?jV[[M +}0CF"`)^
aIYeGra߄g>nOP +b'^|^AKx,:[.H_#3vMu3Ha7d8"K
FDeL$j +RjnQtW4PR*ZZZ],=ww]u (H"n{0?C&I&7c֠Q]؇)~qm/^1{2obV[/^3f|Wn|:7T1n|Roeޛ]R)Ge|mK=ƗyRo/8㋽}Ɨx_7;eBd9hf;ddX2G-c<=}Ra|hTZ"Y"',
')K%r9kD[",g",jG",˖H%rj|n\D;KK+KkKof\|nX>7-[.X"DCc(' D@DODE"JDQ^@DDvb/U\wUрDQ5}"*! jDTb@DJQun ȨzucTj`Z>
-46˥ripD.DZ",HKK!imDZ"H;C%htD:["?2DX"]-nȝvtd2;nK&Òa6'|> 44Hg^}p?2AV?ׇ*҇uG*GY5qǬ*ǽoUSO61?pqÑ>GG02pH7>Ϫu*uY2:fIѩ0aFg>
3:ft.R00+aF;m6|'Ecs-M-3 yk'Isp::w;G[l;XlԎPNwX=oԾP:`;⠯'lg¨á:b,j I5-L +?&XH E⽰Cu<T"T2TQ?|#4|>e<b98bv8lwϊyF+j_#6 *JD j2ğ&$bO6ܵ)]&'MlXL ^//F6D,AT,E*:bqȈ{?WyS+j` սF\QG41-VL&KK"r|^ܙg@dMQIyps{Z:OiԜZQjOIzfl-=Kh-%Him*P9m]A:JǩN"]**V.!{/{r̖#r(-#t9CΒsr|NNɅr|A.+*V˗r|M!wr/')yV^UZtF\j7Mtܺn=7m6s[-n[vut3ܞnonNmmmB:kDTH7u+;.z~Pՙ!=\c8˄א"jѐ4fԒZּ$uNpiMGi:͠Y4QCs4OEz5h!-DMZL@hjJZDZEPZ$zZ_UVW'"D0Q BBC ""RJ"R +bAE)XK,RB-P'/_f{~gu|o#)uuz#_ˣzPJ}}WߕzDH~cz\KC='$ZO)zZbFzA/yI/I\?z]K3BzCoH7%ίүV +]UZ#HHGCwtǑLi^%B$ _:b0K'pID>3 +Q(I(Ft$\b*J7T1$s0GR1$
@ұ%Hc1K,R,X+Bzc%VJVajlZ\:l؈e(؊2 +d+rEWJeIhgh%KC{C{e-TSjUeU3Yiud),ʢc1ښXyٚY3Yc-bmx_X'$묋ub)2,C~i=l>G^<˓2`d
!Fbml6V~emfml+/]mm5^o2}I_nmK=i;G#==J?hq苁(@&`2I\lk5~ڇ8Ļ8p\O)Y\%|/p_|WhJ\GU+tŸzoVZ}kh=nu4a- fl)lB tZZWU*}U +KF/UjK5ZRT^z^C/=B/եKңR}E#=F#5mi&iD4m6MifMsڦmG۴mZ66@[z=8=О@'z L$]聮@7z HR4z Ƞ=Lz'=ЋMd}lz ȥ聾 # +JI O5Yv9,\[ϝ?dɩtկ]wHnc47?kv;|߱Ë4;<ϲ`n^WV**բݪn +zy|{O~aդ_}HqsdB:3ڃʯ7tܟY,=G<X!i gH +w^ir9QNjj05fKHxRxdtZKb}Sy?WevWY].?SWa&@_;[4x0xP*\XS?gNj?j + t05ĕi>V/?UtwX~/38*r?{5%Ѿ?"Wm櫈}Vkc? D(FFtӥ~3aPQ𥧹j_8ݳ= +$v !@&"c G[(X*8,B %doe%ce.]IJꮙ}{SR=eO;&8Ŏ;GZfjAk`Mm^۩<-V7][OֻzOOgmlt9Η8SΙrSb+j\ ?DZ8S8܈2bVFdt1z##2r<cXkT[AqƸNsu~/iT1eβ +xB.S}8}pA8Wm8 +GV&LSu#](Qa4U0c6C&cȀOdhB3Z ++l%!5Kt8/
閭etsm'^}D_O<Fįo@H/WībxM.7ě"Ui2A&ʶ2Ie,Qvd1ELb.1S1K٢HX)z.~>>c[`k133#ƙ`1l,5fMX8k"X$,5bX,kZ3ӔfQÅ,Z6,%|Nɛ-$֎gX2:ά{ue?{>6}>blՑ{g0;w-x_@]Q{Enb{&j5j5֨h,%[b/i=7<d +Jd?EfY4?y/gy?Njy~_2_oC?OS?/d3Wo[&sy>?PrPG +R! Ch@SejP]e@ +^ +l0c&c +vTLtLYIUW)+HO]+v='b?p /q00p4d>Y@Ed1YB%s"_/j%_8J
y$zAlߋMb3oN:Qj!]JUtjFItE҃ͣ'i>yFz^7]'}L9yA^
Bh(VN([HʩFuJ(6@848ZCdHЅ!zC`$ L0U%0<X +jw}X7֓e `)MoϬbN2P3̬e1뛍&fhfa1qUU~]oaAj0ap
iHixކkTowl7w2Q +YQ$Ήbq^\%L Ӷi\hQC۩ǵmMVM4M5TqI I;,ډQ.4~_6r6Q; ԥ+<6<kiK&B>V_/ї=x.)]2Ht`"d[N&PYSp!#e-%;T&eel/dLa6{>_8,r"O +H!9K9RLInKƊtȀLj.Ew)R='R$B{HR<8=P,a!LCh(e,egʔI4+?Ik(Mk:4F^TEb*`E}B}oo7 Tl,E+;,eFci]Z%0G]F/ǫAj[ѯ*UU;;8$fXxDdub֫۠aM6kޢemڶKl!5-=#cV]vݣg/w8hpΐr9jO>?aSN>cs~6o/YlWB[fW_~6~nm߱sݷ>=w/'O>_PxV+:W|K߮~uBM4VMC& ȥcD:Sp-I[ +{<u"jj7lV14`p@NрS偓\<`oeOg;ۻڻ'wڏًWO%OvD9b
qxGKG#1ɱ̱˱ N_g%vF:ltrq1겻B]aW/W 4XeU*[խVcYCtk5Zj}cm[1Uh]M=}9";+#eMx@Ey]q7wgތ +2æ&iL6im&m*'1mCLZ[4&FT4↸,+Ό AP4n3@Iss;~=9zOMM@s+N(J+^"֚t%ierMKL;6Z7L3JGwo=Mq58p::?"7ԑ8hpv3DKur>J.]s}/ƿ嵒KK{
n%\!M&d+7;kri]Fhr˳??4>)\s^[m)-o.խT + P`%܄a5}^7 !xA8+'8ǡ)(|0 -xށ._a
`$އ/0>mǐcja;c +4
C +1c1>"T A<cI8 ,Óx +v`G) +p OS6dB4hM4fQ>l# +i\Gi-"ZDi -eTL淩VJZEi
u6FDJSN;3I.M_З}M{h/t!:LG(TjMf4a2̆a!
6,UTF'4tS9MCJHUTM2]אj<<K ,CdᲝ2JF+C:eLP*Lʣ*WUJUK겺bevvvvvl&[(eLdGITHVT̐c89^f rDfI2[r̕Se&rgB9Y gB]J6_.e\$%r)rpLD+*Zk:^n&YnQ*JW*FŪ8PNTJRɪ:g3Q,?y +ʯy4,RUgEuUTwC]UߨSz婜x:<gs!<څd7Cunlxo>vF?Z &a !bWMEV`"BEvv"BD(^D+CkZ{$`O%Hɢ(:*:\[]Su^]*)z1#~%>c1Fdb/2>$&O0|s)2>ɧ4|s9JU\͗2_\>k\|op[-;|}%&AF09`MFn3"#҈,fa!bZŦ5V5j-m,m-Aӈ7\`ZTW>w9sRE]v邈,@( DAkhAP4l`\! ҋmswo{T*rT;%Yjr#^!)RSjIm㍤JKԓLɒIli
%Gr4&TIsi!IKfҥ/i#J[i'tN(%[ywEJtR =R(}2GA2X_/eaQvdq<.Oȓ 2Q&z+zU_
P/ҋ쮸ϸ2ܭpowJi~?s<_2"ϯr1/,y%ǫx51o;y.|>Χ,/릅ϴtﹿUn.bo[N蘉kf6&7qu;t2y0l?3SfXtys$3< +hH4<ƺ>ߥC;uXQKRBr&aRX.0]>,V+auTׂv=}qw{>Qv%虶D5u>w[Bӹ +{ۈRP]:rq7SWzROZ@WQyS@uTB:Q2t1CǑn3(!֥w})|ӌx# +=&5NRC*#ś)2~|[Z7^My*Q:R\U|?,WS)ECiV$Vp^4u&2}(Ƴt6,F3t +ı"#L/Ck=*_
,K$wUqL4 +^4TFG]>&4;(iمYKkhjfY đZ[RE
j>o͌[}͠y +*m 4Wu+&<|Ǣy)q8q:q3IIPYg$1:R &sEͷ><gwフ?LyeҰ8?-BE_TPsg$4= +B ^JSP^:jFcǠT1olWJFe u'=JZ>}p~C-| +.YvE/,.cI+֎N05Q|64j28M&bLNiILI5~ӽ;{=s<@ +"m:=LuҏI2DO07<kCc}k$0}Jc
Xo>.w94Ji;t+AO8} 6y^a_u|-;) 1+m3-j?a?o7D?O_m]X^AaDh{+l"י߀``qJ3kmQ0K?n+<tI1
ʢf."| +b%*<DK$<ZXW +MD|Hx&QCdRG#Ƚ +,4JwM1@n2-Y ݧ%bM/YIWAnԳZ趨n +Mjiz`f.FNm]>ŗϏ&zLVIlI|NqU£5EN&t4.(04r̔[$=Cn-*[ӡ}oL<r0`<sܚ'.58(kI+0tWBK26ւ[$8K3&*(eIk++/$( 4Oz0/^l='6[|MyhG(RIG}-1KHE0SLNkr;Mдff*c Wwż~E'yCqJ߲FniJH1Mۖ9ܔvFw"S +t2^{W_ڌW
mDCS0Ufl2L]<`/mw` +9ܒ䭈 +)oV|TWIGv'W,y|r+`/
ْⲚEe.W]Rpd8)!%1z4oVx4n=#QrC!qz+ia'Ն +1V3?p +]⌛BgVN5p"q?T
l}Ͼ;Ǿ_bK|>;g;8l$.@SQP kNJG7AE-QJAeb -eCju6U"jMYbfw?=w:F8y<,#G8.
pPQHrNU]kŒ^,-}M&?.ya8qT"Bo^'U=^ ++w㊢,_wmۡl:_iPxQnjv;7?L奔wR}t}_o
Ng; g-[~dL*,:8FѻݮIjwUhQ,qKfhWhBA |Iл +#2NG--0T@!A*Dn
Uԕd +-LʏeDzDzdlcIhm|nێffρ)Q5< չX"P17ZMb\z>E@Wzh,dSM"Z#13,@tlg(M8Bba,Ola@s۰qNwGѮ-ږhx Z^,=Jh6x2KPv`9IpʭM0cXpt xJ:t'SSnRu5r8fs} )IDTtѽt$ED'%".+!$d?D"^x@J({Ct`Dr|XYP1%߲|?=]wA -|x)F*L̈́uZ`D=')Y^"xi!IQ4apũ$pk\7N!/`T5Ɗ1EZiN,'"E3}cT;.kSßLׯ?֦fԷ
zg͋e<|+[}4솂e'룋{/_}Q)o@,+/ͪͦjᬩV"TGr"C5")FԨKjTB)nA'<#1fe{0!f
C>\d.3$16]Lgg([-IuV%
uH]*" KHA[;D^G?yxpLbNÀݏĂlCX74M?MnzB
}1seh)<eUvr8 +
Vm@RVh +*"*5P5nZGAmU!"JCC"'U^;&!*u={dy{^".-WV-V+YL|ƢN>PZ$Knn&oOu;KT~H +qX&aG`tv.螛qfڹbbK~#y%BSO[V +]dV=#خ<+?.4kEO.璲ҲZ?ĪqÃ89w!i4[5o ,Q0?G[Om;#&ٵeԖbmY "TX]$>~8G;Li/8N~] +po>&pL~nun
~Z{K{[sFD)o:d-шfH @00BԀs#Eaq9hZ:֡cռ$IHh_6 +P +fTe%
^g}:q:79?s9- L6?|`Y67{jF[ ++g=ϪkSܫMik{;hvaȲo Әj^?G胨igc"SOMgwHNN,~cߒ%+r;av'va/r]xz.}<u +~̌^|$ƗhbmImU5;XGln1JDcb`ZTJb 6*#0S&4sEultX~8`$j}~hx +q8}"u:_\Aij"ÈN0f:-N698MtJiAs3hf厧/id+Cp4ߪ||KJDvUR7L1;Ubx2!jqK-m$҄B,3!c
RJ23ޝaty"kO2E'%%4crIoQՎ6!ƔUsWf\Ǎ߿7q?z}w@u߳YNlރJu}8oS|ud +}qY]}D>{e&zpnckcHFx6H?(uמ|-V~E
/9ֶbowztlgTK^NZv^ȸ0X+U w3 +vڝK% +B{P[{!R|C(4uldLOD}= ^J;.Kɱܸz5yU\TzNoS¿c>|f|XLkͤ,LF侩>ZfE+NzJ啑i/T)T +*nP7Mƃ!t M=[[fJ{IAg<~+Bԥ.eB_HPw3[/CCoO9}$nʉ=]|7pjS6tcv}jiDևh${] +a mC}MZ +\%hvoC1ܙ4?T~^4RH ^}00=p;ʱAGo?-'3CU{z?څ8{bwP?Ǝ닩TLzF!yw:Ҥ*m̾bn?.[ӐEXi~/mK^MhbtW{fnE ZAkGPRcCVuGӪQt_)lpVpݑ1O8<5e%a4+?n9XYOSo\LHf&D'ss2.s
vyyN88t
0tET*nIO0ĜI*9)2侹i NOBt ~hB=fgzL +I#&A{*R^i5diѴB;YsZ+>TѴ;4<8p
8
yb(DG[F
%rTbW +EӺA5zVu<R$YR\P*T9:)N>Qp@(r:: +`}?UH Jд7 +vPz:qD{mS)n/99%'ML.\UПމEӵ`-z2؈^-;}|
3./&.*zxkHObGl&Jr2Ir!\M%דcnPgPc8L~Ȉ D54ZFkHzk6|&L0/aє98S839;7}nmwfh +bժ[{(?c1p~X4<<q
tFRЈ +nzs:ȅPeCJ-;_Ue +Q) +t٫Jd\ ++;#[`o"DF3u +^{ZJo +՚f\`j z'F]:#u<D܄J*D1"2UT-S٠O* +"YKxAMय़Q8kWPzee8P=v@IbRbq4# 56f1wv1ў-yS:@nOqW;Da9,Y~^09i:O*pT1ZD +5Vr.gD>7M5M5T_~͔JtB`8Et݀>RN_Ϋ5DZc8N|I8sKsOL.MNhnm줥qlm:Ԗ%iAEVc!L
+,~U'S*ÏuS5+D/yvu<yy{y?C)DcP?[CMPUխ6i4lHZJO=U`x(/ӯGd_.ك(;ckك屺U6I<NP
$'o%yTu*AM͉g7JRd]QM&^X@sl=Q >m=^e@#Дz4sj}]|qKZD&ل 35,w&"ftkm2\3X״$#!`ZKOH"wFLOn K-Vd0CMeR@*̩UQ]D!JSBKN jsIjKJ\LO,*\m=SK
M{R +=sD!ЯpV}<t1e+kCep.TX'jbUƄ`EN098c{eY.b/DVaLN|Mұ!-jm}R+2N1h߶<kI+*bogT] VtlkG(gP555DP;-z9LlB$XXenܴ%A)eN/S"Lgy R)nxc-nwLd\%8rMx9'\WFm^yd%/jPd8=::\P4RܱU75&xPJڐe\(\6֟toCu*9Bw{4`|c_||q(uV{u@AR} u 㚏
zРt(N^o9nX-oX$'\ӫUuK`. .Pˁc`O<O(<m<J$G,^cIɮp_Pe9VWZn[Tц%lmP!4zH"pk%y{ɦU7s.wi;(T
pΝQͨބT>OXh+cLTScH<<՟,[.kt~$sr655ܟ<,߄-g\l.\eD'q!9+9
:}\ՎhV/{J% +q*B5?\Ζ)KM9;8'9V&Ƚ7GsS" -e} QawT-r84Χ
05PYM)J%ɈMUS?*D#UaQ=LUՋQؘrs-j2KڔՃ;Ɋn%\▏'IM\8iWWorھڛ
z-F[ʯYJ:+"2_##'6{a^{%fԜ'/y(lGi 2l<qJnmSXG%4L'QamEЀ
O0?6N&}3 lTa` +H{x(@zwbdfX(PkjXZE1ļ^ԭ@<,h:"!Gwh(? =6|r@&>9=bg(o8P.1xtA"wm4kFBs2aU}_`v7'ҟt/"ӏt%Qw{}M\as҉g(Ml _f>:ia^&{:n2a;&d:b`73WlFG{mVc +a4>M[a6>*ul#~F9G!7?5*H:w0ߍ7нS{
}`#^s7rn +$p 60xxlll?,Άl,3{ٳ@71v,(r{$hm-D]>ɦd>HU$#d$%!".
d.H #DA!>)gN:;,Ś<Kʆ
x- ϸ0]2Q^fq%W%a[YVث\^k
TTrr$m o<R6k~D!"4jA7"5DŽW%9M`֠.eg~F{ܗkpU=s_@!\B%4(PyFD(Rg:(hTLҊ8 +cyhUZ-VVJ;tjyosN$Xwu{ݽ^km.ꥊqnb,sorGΑwEGm͵%+#{mEI{*^U;Yi246Aok]>It">cveU˸cK2R59~
`~xL5\i_~رLi3_lr15-/ˏbSrniSo=1<=m<"'?P`)~8~ҜdL^j=62Qۼ;F滫>1F-3=<HdeRT>R"gP<&t״+e\) v?Y{:\;:s&'O*:`]VS)u+dҗ|kKQZ#!mv6V[iNx.RKXQBf`w|:cl~kS?:O4Op}=ސzToTU^11=/摚7>g4uau+uL2EL~>m~T.bc1|{;?a!|reOqN9ms9Ү<Ę
R)p|9 CL<'i+UI;2aYK(buhM{Zꚭ؊~:k$}: +xr2TwѶey;L%GY:aE-x)R蚯cs\ދ_kw%^]L,!| +WwUOt.AJ>Gʐ_dt.%ݍ&_lQd?NMiI\5WN(EV""q5
qEEsdcN¢`E>s`|#65nj廑Q1a aN'GZy^TBeΈd7DGds'D+Cy8~:eC.]9њ&ɟ5lng8O$s5jk:rWōlߚ8.;\z歳ߓO={FM^sujnQL|kNLSCfh>!7)XQڋݟ9[|DRmJ</mSn/h9wtKrqۋ|o&v:--gsH=noa=
~`1/M5+^N<^R1r!J,ǹ4MmN ՞=Vsg>K)TA +(mj]܋R9r7Vy~tuR&.ܟ=E +֙{XUc^1y;Oćygx:ʡOl\?х|+&H S]amWU#r;̟X%ka&w3:v,RCU<ߒC0aRUw)e?sՏqJuqK-ٟٱi0kMMER]5s#YvonL1]cC=M=O.ds{^)gVjNQgdi91ғ/FmdWTG1/H +ՊTsBz`eV3؍jd7ۮH3L|~>]?YrWֿӽsO7Nw}]HNř.F\E?_/5NǞ< J/f-?ԿKBPį$vn/]9GA~ ;%8$Ri8
~wAM]ls,gv㼦d߄f;v1wh^~ڍw>\Fa8ԫL PrDGG[ңqxhk8Gq=qp=š~\\Uޥǐǟꌾm.|0w~KϢ?sLƙko3,p0&Z<_s=VpM;6uG|)l ֳkې*b@JACvŸp}7o$H%~a/W ߇*C}ɼD=S}UX+ĺYj>}\.~~mtCxQB1u_|yn/'-75Z?[߭A(mLv*K0nI"EzL^T/પ+7!!"hrA#klᑠഀ $iVcNmq +#SP`)SvZt`qZv:18*V+99$?d~w~o*rަ佉t ?@Ohzh/@S)tuai鶵ֲ"G& +5m2k +#XPq`
.R:BME#!ǦG<BYw='̻r?b{NL⧠WT,ű%N_S{ǵ)DKx_͑8`1*mSvi!ا8I賤@{wZo_AUzoї= +*WX:X圅@T9]M[IM0~1Yq}t<_A6\쩹[.#YtW@||u<-QveYZŠ/7 +;#X*w+v=olFR ,`~wQڇDo!9/"BeaPh +frw;1+'wpYzkh,cFó<GcWr٢È@؞S5w_ \k|SO~1\Q1ZʹaHUHW~J]
#u_`*smP.q:QbF'Zs|GC,$0u:{HX4Dn}FǨR;: +H|yBǨǑqyСcU1Τ"{X$X$8#O(G\*q]rYYS{s/!'Nۗ&;-?2$I:7 &sᛕyX3'}_zlߍuy'pmy6@|naW#vc:c!qr66uCG{=N1]˝Tzg% +^IaJ1\<qS4Jbj8ܐ>LgR1`0`0`0`0`0`0r,](F6
i9_E*_!C~ٷHط?=}hHki~ڭRǩ5)?ZopOo+[Tྯ}b}{FxiߧhW8
s}[B4j\m
Kz2ſE=Ws|5Ws|7G͡*_͡*_͡?:"ſKܷC_p$gC#WK⏐<ϋm$Oq-/~o?Qw؏GI4%h2fdHP-APS|]&ɑě* ZQ>Ei-ZnorIM"͒ikP翝65(~E+C퍺 4xP{mP#Z_UbZ}Iެ) Y4nߞ9kɻy1ՠFNlIO2,)IO/i 4co3$ߖGNQjLsMW@n)=TtٶțV6
h^jl,m7{cd
UemP5ym'zEfs&|meWsYꪽ!d鵒}KJW!ׯڀ2YGfz訪-z> %K-$6d^@2f& + +ޑjCHQ:JiҕTEPo&Zs9{UoϘZUD3KV ۤ;7OfhU5Jk[ǟ`[M=wy!VX\Y&ΐ(WۃOaKsx}El#OFHh-\+yb}rX~i;,OQ)C3c㊶JVᎳ+Z]\~j:mߪRZ<V#Jٖ?Ďg%xo;Fb[;3Ro`8m
uEǾ`k.wt\Ә=K3nrheXֳw\Ul}SL_S +;Sj>TgVzʹL^ry/5I;RScB1џ跜vRX;.ᕊ{'l"{ggHLEPkkbt.O'3{1T4~Q䠢AUj`:/yrF/)pJSF,Vc!)f4̹1J7" ì0I2Ká.CrJ.-y$3쫀BRXVV̜RBJJ))-eA`)/LdrwT55MwmM]M4Fdf[JZKikF͝L4=d]KzKSe_)`'.NY$p
2Lސ7em)yWF9F8/dL2E4.3d&l#sV曻EXR@>cGɧJVY+sBlI6#|#[dlCv.-wG>/rD19.'ὧ䴜rN숋rI.*?/f^rSnmU~;VsWܗPcy"ȄȂȆȁȅȃȇ((((Q%Q +QeQ( +JAe +jj#M-m耎D" +]
;^GD/F8pF!. +bcfbfcb},B,b,R|>'XOcVb9k9X 5l6l.Ʒ{ppG=NiYy\ q qW3~5\
-Ư
w;xGx') be:gfd&fffe6fgd.fe>Y,,,¢,FY%Y=j˲YXeVe5Vg
d-fe=g6d#6f)9[%[5۰-1فىd;_cw^>t/c,]c<0饏~&28¡7&sQ|r48N$NN4Nyٜcn8srs ~ȏ1?2~ϸ+k9\ϯ5n6n.{xxG=OiYy^yyW35^
-w;|G|'BAFj:M4f̚Ej6ͮ94ܚGj>ͯZDj1ВZJKk-4Xk4D+kVѪZMk
ѺZOkmimʹЖJ[km4\k4B#5J;k?փ$۶m6vc۶m۶m۶m;ᄁXն:VY}k`
5&XSkfͭVX[kguNٺXWfݭ^X_gm
A6؆PfmQ6XgmMI6٦TfmFlͱ6[hl-̖ +[il`mͶŶ6v)
~;`#vԎq;a'픝3vy`]+vծua7ݶ;v}{`='Ԟs{a/핽7{`}/վwa??!# +"#b"b#"^K !!1 )!9R %R!5 -!=2 c]2#"#r"r#m&? + +0(xqJJ=,ʡ<*"*2*:j&j! + +JJʪʫ**jڪjjjjjjjjꠎꢮꡞꣾɚ隡ٚZZZZZZZZڠڤڢڦڡڥڣڧ::::::::˺뺡ۺzzzzzzzz<ps8]Cyha=#ydQ=Gcylq=ybOI='SyjOi=3yfY=gsyny=^ya/E^Kyi/e +^+yeUW^kyzmu?@ +"PEPP%PPePPPPUPP5PPuPP
M-m]=}0`8L$LL4L,<,",,2, +*:l&ll6l.>!1 )9\%\\5\
-=<#<<3<+;|'||7|/?`HbhaX$EgxF`DFbdFaTFct`Lbla\c|&`B&bb0 23S2S3
23323323s2s32 +*:n&nn6n.>!1 )9^%^^5^
-=>#>>3>+;~'~~7~/?PHRhQX $WxEPDERdEQTEStPLRlQ\S|%PB%Rb(*+R*R+*+2*2+*+r*r+* +*PTXETTT\%TRTZeTVT^TQTYUTUT]5TST[uTWT_
PXMT\-RZmV^QY]U]=S[}W_4P`8M$MM4M,<-"--2- +*:m&mm6m.>!1 )9]%]]5]
-==#==3=+;}'}}7}/?!=0ù9.w<Gţz41<z< <'I<'Sz*Oi<3z&Y<gsz.y<^z^ċz1/%^z9/W^ūz55^z=
7\u`["76efn-9l+CNNwŧ;vRffffffffffwwNffۛ-R$*T% +)NLtLBfc'tczЋчb7GUX:1a,b='b?p 80#p$88p"N843p&8<p!.Ÿ2\+p%ո:\p#n6;p'ݸ> x1<'$x9<"^x57&x=!>3|/%;|#~7?'/M(8 IN11y4<y<+J2«j:kZ6z>oF1of9o[VipO,縕'$ޚmy;ޞw9m\<r'O<g,ټw^ޙx.ʻ%<SocMˬinVlz)e#u=ؙt&2Ӝ< +tOVZ-E\[ M2QlˌC͉ʫ "nH̐F茲F
/>K>6%fI/A'۬wK'[[sBe[=
yhU|gqC6Vb=UjU=++5-j^^3vJ-E#)KV,-;^.ٶ5d~7Z^=+UW>,[C[M*%V)vk[&>,X6^rSs,3.V ϨqqVϦUlfsJ/;I1ئ8ӡXP,S9S9S9S9S9S9E*
$w0&GFT@dnSҲ7pm]xuI[˦/vI,z"7ԜS0"gE?/}h|,L5QEn9I_@VUf=Tfڶڶ).L"_JA3$=ƫbJKm6NH d)ҔGͨI+ƒi
KԢfG_Ս!*+]e)eV4!gբoiŀihfY/Iճ֜UE +f%"ץRT*]2aJ"JsRq + +uB{e,WET^ݓ{U*!P=^Ԏ}A+GD ANj5f6$'o!Wօ-IXyqQ^qV+OzsK!j趖hIUWVw%myPF+
k#鄣T>ByQW&;-eDzS]5QNt +P!US:mDt^˿V,kM3Y^\=4fޑ=PlS"EcbH}?b|%ã\`al\n8F$ dߥ$J{qw<[oP$?uqqow +`7یhWv>_??_&C=PA#Ќ#:3~o +up\+S\up\5*\*{{{~~sJ>pJ_|/E|/_7p#_p#7p#/«<o'i@р +:
]}^q;Ýp7>o|̫1Ƽj̫16̯1ko_/_]w<6yL\|}m肮tSTЈ& +фfQڻ?Yz@{V+5QP\|Bz?|5܃҃JP7yԓ}V7,A^/??{e=%]6xi
-ZKjzlǸ\mjWS>W)o2a|<ϧA%=p==z;9\~ԡO+k Ųz',^{ac؟>gz:D^Ϝ3/~˽_澚ݡ%ιwνss\z]ZKKwi)s靻EKh-ݢeam-y{?wR˼B
| lRHMF&qN։:g(Ih{Dr-l9n϶lf˹ b˹j?WM:&9)LaLaL!p>rb99!hˣ-L{=S +ٖg[m9-iN[?L38`aP!q|oSމޖ{[ήU*vW]bwU +*vW]vU쮊U*؛b)buM%!l9o<宼~:8$"+_s7x(h$EFYQQ4RFPFPFPFPFPFPFPFP(C!e2DQ(CQQQQQQQQQQQQQQQQQQQQ;
FN#QH4%FE#e8e8e8e8e8e8e8e8e8e8exeϝܩϝܩϝܩϝ?wLJ7^> +S_;S_;O7z^NnUzI_K۩۩۩۩۩۩۩x`7O<vWOOnvmvmvmvmvmvmWy2C=PA#VtD'tF ?O' ?O'3?ßg3?ßg
~7
~7
~7
~7_/_/+ +o[opnnPTЈ&4:<k~j 7o8`>ϟp_:Hh@ݟXF?Y+ 6u(s6(',{|~SO56^O뿷z7vo?R|ooχ}|zw^.y~<y?߿oo~9u}x<|c@<:Eǘw͛EM+)G5('e'ۗ{M5l_G}u4Ɠ60u4O$'[>ɖ$g[>ٖ7͖7[lJre{pmR
L#lΖro˽-<`˃-\H-[.U-<rNWɶ<l9w޹+&9]eIPlRf<f\eIBYMuIZcZVvZVMZbj-\Yj-\YjWjzZOVzVj=Y'++]'dA֓z;u}vFmFQGkԑ{wd'G:p?eɍKQUyά }ڮSCA[Ö(~OOI]LIW4_I-M_K4kiZ&4}-M_KҤkiZ4}-M_KF٘/eclnwW2_]Fu.e2_]|ueW2|u.eTy90/;~y˻_N3bQ%(Sbb4_(Fb#_)̿R,Jn[/dq`-/'CZ,b5fob[>-O\j.5ۺ|ؼ/y>ﶱ[%$wqq6inW؎ea>g{ss;;sνwˬݙvb4pχox}}}pcccc+<Kol5xs˿/55>;i}yˇ?3z{,/k,WVnU[nE+j\W߾N{s\)wRaV؆X.=oRpooo;on o& o& o&<w<g3x<g]<~b____錉Θ/tDLtDLtDLtDLtDLtDL;1N>;q??Nnb3`+a;7]
c# ~' ~/??==?oVI"D&L$2222222v@a PPvDGɧ}|-[ȷga +y*Uȫp+ +p+ +S_W~_7
~7
~7
~7
~,"(,"(,"(,"> +#((4J#(4J#(4J#(L>#(<#(<#(<CyGPAyGPAyGPEyGPAyGPAaFglp68eû/(./(PB +%(PB +%(PB +%(P?j_߂߃?|]ۃ[{}l=b{>:_ko|x-|7Bb{<xǾ+vF֣{!n#!x}y]~
~~X_߂߃cg[|߂߃cwD~OGx~Gx~F=y]~
~~{X_߂߃cg[|߂߃c=!v=+{2*2*2Z?]
c(e2U&Se2U&Se2U&Se27MyTGyTGyTGU3*2*2*2* +\OeTOeTOeTOeTW +_+|3?3?3?3?gU\eU\eU\eU\eU\eU\eU\eU\eUXeNUeNPeNPeNPeNЍ6ڮ䵑F^\\\\\eP +eP +e?
{sޙΜw39yg;sޙΜw3۱
~7Cr7
>m?<O94ɧO'N>|:tɣG'>t ``$I'O$$$I~&xF<#ޮgobw"E_~d@tLtLtLtLtLtLtLtLtLtLGtLGtLGtLGtLGtLGt|ǹPn +XflVlvob
vǞwp PQepS9S9enPnPnPnPnPp'ܕolۇ/O~w~z}s +~ֿr~&`[
۱;]
c& ~' ~' ~' ~|/ɹ/@Ax@ %Uu + HHs[.wso{r|w|w|=|=|=|=|? ++WX^aT<<Oy* +¯+W_)~W_)~W_)~Z|>ůRJ+ůRI'şRI'ŏ?RH#ŏ?RH#ŏ?RH#ŏ-χ)~G)~G)~G)~G)~G)~?(?(~7(~7(>Ƶ.'(~'(~'(~'(~'(~'(~'(~'hWx^W7(~7(~ex^FoQFoQFo7~_W
~7
~7
~7
~7~w~vnvn;;;+pO <'8s9pw=p9Sx +O(pQ8 +G9n;Ј&ts_K\\S[?}ϞośNQcޜCg958D9Q@uCS=zzzZЊ6:tl2C=Ј&4(RG0$!! aHCBmSцvtH0$!! aHCBoMGB8p$#&ބ$%!, aIKBX$%!, aIKBX$%!, aIKBX$%!, aIKBX$%!, aIKBXoMOBx$'&ބ0%)!L aJSBÛÛÛÛ%-!l aK[B%-akKs_ +:gڹo羝vaK~O|?V8Ч?{T&~sZת/?xٛ3C=Ј&4}n#Zl vEQQpv`yFWhU_ԀҺ6ZFWha-lܩ=.qyO딄{x_O7tO7t@7 +ng~gKtO t@WoqF-&N;_1u$Hԑ#эR</5[dsQ*Bپy8r6syطT[*ZժzޮͭS߷U}g#oU}dz[}_7YwYkmZ[lh~LQz3j3\dooۛ!d5x[l`3P}ՃU@V}sopz9FV}\ܞ;ꭚ[*Ҫ*6Wd>[yUoڱɾjXj/ү:ѯ:ӯ3:s__gu_gu_gu_gBƱ3?]~_~_~_W~_W~_W~_W~_7
~7
~7
~7
~w~w~w~w~?HCm%qTG%qT$|gD_g=YOs%((vo119lzFa9[<#|lK.?}7aqn|N
hDQ2] 2] 2] 2<l>2m:f
@,rN99D|111q|S痾OscNQzt]фfmhGgu2d֙mS݆bI[g֙;o۾;o۾;oΓ'C!」tT\F;>gWl +`vS߂r=^>ۏi߸.\yy}}yt9>:ǟ_/ýS^_>wܟ=z;TW/O]wO|{xy~}_j6us'7@HCR;JR\',qPR: +rXbuIMQ
u,`PCk`C#Mݏiۏecԍ=@+gҮ<={Fcr@tؔK0/(*R\40;E(Y/ +`!)ƁyB`:yͲYs: ,ᇈę]dH +XYU\gϑ#+)2R[t9
%^y>gSwv9)a)5Nd܃EӾu3Diۺy52\%հ-ږl˶g.[mv6a9'lv5:bU]].bSI` +Yۣ>ܿ3Fd-.WЎגf.2]~/{ȯÜJ_}kQCjD
յH +SӖN3Y9miRMMӖ:.XW]7mQT%T+Ӗ[;,ɎTG5eP}@sFwd4I'?(: HiHs!:G:$`E9z+O?y+ydni+7 Lc_BpE +a\x˿$!Jn}qG+0XX>>iK%Mf
![D<RL/ +~KIMv~vvy#NjA`ȗ#rgDi'Z3R_?~~o=]Y*L +nAw)oy"7*rD(f9.nA?#QDMFID}`jLm'ߦv/S;ܤSFUwjwf{Y + th4^%]$mw +~nQ>#aQM3|f$f0d 2gH =H$ AϤP0tgs潢@&F>˛T%]b"+*XOT1rZLb2 uv9xWv_8uOnf*ƗTns4xUzCMU5pĭpNW,D*ʜ**ՓZr^Qm*oi#H'ەmVQu
UVѶ쬲*ǧR1f*ϠUL[ץ;Ma߾˾;^k+(v9V9Q{R"=gK!1b1)L
o4X`l(f8_' G9JıAyDm_#֝8UuĩDƌqvV9T^eG [,壬8V$~"3vvǯIGTk4%F_qr4FlDmY6Ya6l@kt!ț>m܄0̏UlR%cUI܆uEDAXAnYh°li5NE M:>T='<390:@Ʊˌ>;<3؆
wq@>5@Z٧}Dv&Jjd0XkĞb>#jv7XW|A-\<k<Cñ_Juϖ+0fCx6R)<<U*{e:XHy.QI~';<<<N#2C;v
Z
7vGK\nkRJhڤ6Y[)H2d`>`6[֨˛#a~BPK< Kϼ<f_|,5i} _Duu]%2]@6Fj + fF;tbЮ~HHo7r6vS@|_/ fe6b6^ +Iڌ@3 +
+endstream
endobj
16 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 237967/Filter/DCTDecode/Name/X/Metadata 17 0 R/BitsPerComponent 8/ColorSpace/DeviceCMYK/Width 512/Height 384/Type/XObject>>stream
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +rS&cD5Ts6'E7FdU()8GHVe*9:IJWXYZftugvwhijxyz +()*6789:FGHIJVWXYZefghijtuvwxyz +4 +ұ4 XAg +g>uBEPbiknj'v + }~dkOwEqfn +0:9(炢Uuaqb#N'ӷE}EOM{ +2^͊U+$H +)~<5FG }Z|CC҆SY L?ڳjkMUF$$IpP68!f|$SU|yuuiCSHJgH^~~#^:;sOSp< zd!dC1@{q5`y>T(3TX0"=Ny?%Πc\fɈh3&r{8A=^'>:٘lAsvk
=N=jK?HR\O$"YY@0v-8҃ S*p`L<0#hThZ +R(F* +WQF>\Rv
donVVqB#ҕn7Z*_C:
^7Y/0cTPe˪ʃ}9Y"rʻm̳ݭ*N'˦kRt|34PRaʇ4Y?z^yQ v|8Yr(HHIEJQ:0s.jY?:|o0P#ɩP@'/VPzFmS*n ,#oĿDzz/ɗeEU<˭[גK(6/3ÎƢz`{ƌ~3b +znh(ǝW[P" +hITBxUd1z& 5O_Su9?6* )BZ$y8 +TV)zKՌ&;}M8_x3mm}yM|-x*bH,!2k٥XO1K:Spl+-6UIL<@4u܇TY +> +'ArRLME=D1b,Ҳ
v +}$vNf-5q:';0{{{wk1.JTY-)8H#EMKYBOI<UbU]Ux0wjjY7gn㙕eAE ž+f)u{ +$A$5/ynbsIPQ2Gf^d(:<,
+j^1IGI1杝05ٟۧ3՚px1L0ڈqjjf偣y.972O`nF{ږg9Cvq$Gp\Q HRDGI{Vom6b a,p:OYh|w+CeTFj*dVyZ4PY +28x +J_FǷ+rnN([8rR:[SYW<VVŦZ"SMWO1k64m"ƪvMqÍrZP5-Rj "a3 ֲMԬ jPQs_<u;˙ə7+$C[|Ɉk+GP[o>w-Px+T)>( +YeheĤ!3'T-[U(.!6'5°o[EfAkZ'NqR1,I) k+;n-r54 OE*-Zzܥ&p~ +V/BJZpI{rm IӜ +Ja4$ +ԅL8S4X}F{1Ʉ0#٭}t̩玢hp{2nU/(db'4bPąWFooo hx]/~ +KP +lYRZV1<6r]'(ԏS=OS1OK +Dq:ibx9bT2 #ܭjNߝc|ɡ +P%P#dPПpPcvq&<K +l3mSC"0t Y߇J:Q]֞Tc;%9a +O +x*Z8wXG"6ƜnYeubI$P)2`JcoAW5rБg
4ϭc=$=Jg,뛳
+ + +lEi5MRG)I bK1ۃ;-\@1$mC,Y+% +5PeZ}mٴ +X86 +A2"uQk?L +'Rzkb͊c86QV +V23 +`} I8.V|WXcK$"IrZ'+=Da=ILJp嬪i<>:wBarݦ0ӷ}F-ڙI6tmW^IQY:"@xP{ӣbF˗ksi<ơ +I@(J1i)HZnHJqj|nEQ<\[d:,n+if^YDj(';GEE/2YpP OOapɖrlkC[SG-+c<5
Ocm.h.Gt;b#N)tϒ#Zz8*ʤ(!1:zV%#!wQb9>s{MҴw%Qa$m +/ufWo:\ 0%O7]r~pȘVhҏr]! +P+ҪHKBUxAh]V_˴ɄQ1;iPGo9Ҟ÷1rgrS<}hWWUubU5Uv!+4n$Y~"T]VG( +(7bfh30x91IQ wZ"~WdFkp9Bw7miiV(:);kZz{IY($`DŽ=),ehGu*Q5[OKz/c4XTʒv$]P/3
v3S( +dco }{
'_1QIeN6o=[ʒ; +Üh0bXyeuMb,ТV; +|1-k/4.%I0)WFgVn%Va'Y& +#e=W_yp7-{>{jdciP[BCJ +ni;,UPbNqb1Ve'iCʦ`tTZq}}C4`;~e$wR UD͂`*cdF%̠wgZ +GoVuU8Qj'W7 +:$$^ݲT1<iq<y?L9mR<rJ +M~^rJvſ5zt۹i~rHA2)7b*8
F
t~d,Gyd\0pU 1=Ýd1[e<V +!*\^doGt) b"(~4:aIX@4-1QTe+Gy7++_6.Kד::֜&ޟ1U5Sq2vb&}Nvu7odQ@ /N BI'PpfJJ`L)C +] * 8k0I*Nҕl3Ғ*j?wlm-dj;=A'k%Y;r"Zꪩ+ +tun/| +˘P\63KXiqM׳fˆ@2
+/)INJczØTQeeqS +u.OlEY +9C4E_SՕb4s
yto6JmA\`K:ˬ2̥ %%%$lL +(qwJΥRNMd7rwn +֜L-e@0*\&5;ϱiZKwpK&OWYKA[2jJ,]ZZ Eoṕ_&B^TCd?q7ۅ%;b#6
ۀ5YKm[(
vo:ϰԒɻ.RG$\#1GoM`\IRAkqK3lZV(,}}>znJ>SJ4PT=XBom9KaGڔH>zTc[t +o +PA@T?V[ú9{vYR7i&T + pƑf;ɝ[-Bu +D +*7Y'wiYB="tw/c}JAp|Y;VE5K3%*D +3ajձ +;q]<8 +'jT;Ey)gSk6G: +jn +CaXGIQj5'nز'Ç\w/@pf+`xmEJVaؤrIHkiU)<n9v
oM)= $ +6AatήkR<`;~{ho&
x\Pv{NAG{ܪ剶/qJ V]䕧+T +C*ct +Ă-ѯ&ażI=۵_f)EnIucÇ~|@ck_Ò1?%`
+/}K>ugڱ{ oE]/5{@V'l@[ea)װچ!,Qsnba6FisVUяHQ) +2 {np̡`6u(rTfh*DGhSmo<줒{<9F1!b"5n2 O쪟iٯ;E@UFnPڵ'QL{+/]W"cyy@\1\X`LqŒAi?QyL1=bsXF-pM~:Œs
j) +ǁꦜY0O*( Z̑TORV)*4Gɘ`ñeF&yْXOv`&e)`'eO\'(ZhivKag=rPs,61i&oo~eD;1r ӅV/ +sV@Mp|u$Ϻʹ%|8w)bfuzEI1nYޤ +^V +LDo/ U +UY@<OWVmk}!T@":\~2'T`aۍ/a Ppcl
6zI0 k*$tXR*msml%kPH$LJY<^Ngu;UC̥A>%]<*Hh/éЏGKїēLQO4-6
$84r6ߘI)iU](; rӔ4浑 +v뙽xuvSCUGZ<~uu-=\,R_RL&?Qp<0K$б +]vbIsWêZOʠ?t +&l: N@Y +x|MMS'SRw!b;ymn* l +Vڙ>c~,$Oq.^K-iXÃ(tJXpp7pc.烁T|4k+m'ŀEgEH);N*cǭ#vKťD48n.3W"OcsBVa5dx0 +@0#pˤ9B)j&Ƽn +2u.34g$eHT1R=]T
LA^>SVSE5|%.:z<5TEMHUbbGy}JonoڲJeC +rDbE +'>L3$ mwm٪lZ@PԴcaӉ̜h_\n
4$
JZI1H'
}-vwqzGdXU$4
5}N'JDǵc +~7oss.7f +=f[lR@1ROY&[P!YsXH#qS8>:vs>?OTpbehx+ %Usl9JﱵbN +JJfvĪQbGAW$7$0LI}tTCIP}73[͙oe-)$u
L~*Ӱ +B%wi`m%ҙm0WWUQ)w*mn&e(v|rYH'ꮸ.a=J8`bpIPT]oUkr(P5ڗ$0plpZӾFo/" +ĞT>QRc,&r 7tZf7>'P&g1@oUj +Τ?4TAd)$ [*YL~ۅ)ރcX~+h:mY34an6JdfxL$lͪ*[/ +a-[ۆƢR)*A]ܫ{$)Ŧ9XPf7?&a#]G*byh*@жűmIۆ%&zt̝ozuܟGV{Y1S7(ZPi;"H +A*[<8@rV0ɜdqSMԼ3I*7jɥFQ X؝ +m۬s-R˱ˆFӬe$&$f.RiYI6nw*R=-OM{#Ʉ)CGߎ4͊ώ&7W)4WUp1@C8J2En#Yk"眻==FX1ZO>$sݔx0i +A:Þs.dz[ː!w3j^۳@6"<? +xH׳AnrSCEp{ +*p$Ca;
v3X>*ǚڻ`C]A-z#$=%$CLd + +LyEu9{ѶE2>Ԫ\KV:djHdäu|z SXn܇t.7ÅLT&leGpM[>7RXBNzz+lt#|S:Sp:Mk%:9JjjeP-wB rt$Aܷ#cHQF*=q'ҍ{<t5k)8@X$6#lu(S[$nچsfh5Bt8"F3=331w{.K +>e>NvD2T +*juY {x!Нcp +@g_RH3m4
ȻQi&&nK +]4\]Hӷ87.[,%2 +bܑZDDN-#Θy**UHC}˒!t>N1
ێi1͙*NTWqI) +;߅6SM%۲3b8RI!TEWfk~_&i.Ѣ:T}.s0Ahi_@B(ke-<o#6ې.ufIz= +Թ˫Hpۑ]ᵊNgK풕bf9gSe+)I;{C+COar95#ܸBgMyV`6{vkfݩ7j0:QeL{rP;v'cb{oȥ&"'+l7L7|]D ",~OwB (7E)~5| L +QYnkPmf< 5>whjjyhI`u
4&J@ >L:x!Ǭ+ !2]U♚؝54(dL#/gw(IӁ]%do,@ *T7?nIqJ\%cXp2oD=9W1W㒦> |&4Ęe%M{udoZ1Z؍FNƣ{| +Saϊ84(Ϻ} TZz$$).(*q"?a̸oEqzrerE1<$PlRux?M2kgoP"p^ֳۻ$;r +mt#-Z +?gezo[6c +yš)$%^Tp3v]7 +e#6nxT}-|nŚTZJ?}`<;0E;O[Oc*j<" +A +uR<RUT%]Qn7SA?U@#c5g@AF֗%bUծǰ +;}6 +_徲X+:x|G6ݸlZTjxKg\7Q^P8
F@?9aPj
igHY 6p
&~._hycKDj +huvW*VI)0 +8 dPSrG4.11ej@m`TVK +嫚uBYٛno<RΙ2Kx_, +Gg0t~NbqX/j#0ARcIE%e>>vr%&QqF;cmL]RɞM;*cS|ɢTu;cdٓstC(RcEUU {&wv-T(<LԇkM!(e2cT->#ͯϠ +s~Ҹ@Y|RW^Gt70R35^e7=ҵ0 Z +tO:eT<C?U$|ҕ15R-U($[0T]%#o +LRf#ڎ",IB6yv#.d:IOVgqZibXnBc<*|6VzLrK: +-`jłI0*jXH+*duA%(+ +JK-(F*WA(gY>);"FAۭ";!f<A|'h)8Ux x7OK\/JɕDJ
neVm4AV
La^5>ι<;9GOKJY/f~SΘVp!5<|9FpKÝߛLn-T +|EDȂuX/8Q!Pq +Iv9`v]臡\`SM_[ps.%=H«Ot@ +$ +>o0R<g@Yr10)5|O:)meo)Z-p+60RsrQ:[[Î\i{D-; Q}AA|.G5${Ȋ%7:kǒ+2v-M \f a9 +뛥&6% * +F-oy#+=hlZRdžڽ墀(.D8F1vZ=omOyj6Iw4 6O@\J +8DkU4tFlM60PF1vs-nUԥ1 Î5F +GTNP>yňd*^~<:OڀRMKTIoܓۘF{<O
kVTh@VR(Kw_~s.юP~[BW
VIVN0ҹF_ǿIfUT$8r_ qE1Ĥ,r|ڻZ`Ͳ,הXHDbN}Q!+LЛ +$Uv98쯗M#5&<&Q%YedX)g3ZVRY^+ߊQkhd̕pQ-Sa=<Hyh@U +@x6gdy+Ʊޞ +H"''nүɟ̲iq)m Gt+F_`cǃgY3|3lteD8^ EO.ԿD"vlQc9Um$i$FIFɠGfvś
kQ)$#5ljOÁfw+07ͪ! +YDJ#Zk^i pJL
&L*&rsdgK+ +I½[~Lky)$!L40*msܨcelPNkIGXաǡHXX~1O>_5иYHU6e`A<ʸoMjJȚntg$(q +7א?i/fyM<6UQ> +dX +d`ڛkk"{uSʸLO$zvϕOL++ˀff>#b7pIOӝKN"\45 6lӷbO~qHu v-CgᷢlYV,aFݖ7bŁx]Am.vX]rfIQRPX,/`$cHBmaK*w.URaJVҵO:havl?)nRRgZd:+?O(1~+EƳke +,tFJ:;SVFLg@۷ +.tYKCτ 8Q[^sKZ8AQWP5n;mpgo@Ei:ٟrvJE|/ j@c5hH%B^܋7?,]o/l>e%f +A20izLe J)bH葳W( D74"j1bg4HCk4 +4Ъn%v_C.-p0Z.ahQ:xӞzJC%#e,OQ +Ia4sȻ?ެvڄ>}WAG + ^_Yem +Jz_)j6>WrQsۉ<P4@A'E +R:dgN`H:A=O{v^yOC{v
+)LC26& ֽүfݜiNjm Jު:x8D;O +MM En6C:v[MOSAqFxˢ4mpDIMH8X}0-2al1/G"5Bymk؈۴7ᛕ5pʉmJlQ'h +2Wx:p*:xȩP"%,'a9sgƈ-ÅyJF|i)qδxUյ`wng+>Em_"v+LfKTJ?SB !ņǍVZ*\VXB' +RfEEYX\'c $aABt_ExLb{5<cIpԸEnNfɒ'cwnt&9ĀҀ-'P<SH)PK.(1fH`7ٽ_8H˲)RI=XhFhaUuN9"bzyHRA5@I/8czx +:}23;i欴\RS7Zj2$~`cݠk.l Tt&MI/,(磪m#qd:5",'U:^ړ$um_#w,G | 5*,/WgOįF S^EWej3MIJQT,CA-۸^e&oBid,İAI& +S4vW<^á)"fҢvS!<o=NDEI*[r^Lf-0hd(htӃYÒ +tK/k\omshOxcW6j +FZ0QBpw-a^0tp.cR@?Y, +ƪÎSV1iWkK\[fE{/ٯzj'4EA˘f&|-},Nq,{㈃zL-¥S.b$ nk^_9Ɛ1@iF}\0KZBua>֤F}*lZMlb<yed4$`DB͂$ +˳e*VϹ* +\6%EMH?>GߌWMwDzSGI)їɛcHwЌz&dcĩ*3fRĩ15ê'bIRXFPMw1ކvIVWk.ط{@ZH1ptVxwwbL<dVbxu4*RSMH@ +Fp#ǐ*-͝èZTO(L'Bcqi6 +gύ{wAt!XXm.`dz5f\BD¨Ꙫ"˰EFnٰ[{pv6(CiCd%jHJQ##fA[x4X6@NE<LWl
qz9]-2R
wZTљYx״.X]JTHڕFe/=͝͝ҷ$({+qY[Uf.3f\IY¾Wxkpjym\RO +viJYQB½so8&hZl&UjhӺݒMN.yQ='e<ێʘ>;Jj5tRW^]/0N8AOS1/U;S+<(i)UI#pߘE +.4۞2x*f +*ꑣ18鬧|k{-2+& 3(]ݠfW!(B; +ޫG8
Kxd2T5f\6ER#4Xjvsk&+J + +xc(OzS[ +i,u-;+P<T+Qrxt*zιWWb+H֕U
T;̅}`6~/weDFdtHTo]]-ʂVLCQ"xUf2Z%1 +
lMãu[?#IX +Tc6ˌ,$2ȚeOAR|]{};Rb;,bτeE +W{pŝȵvW]4 +3^\yb6IaKyFvޮ5!1Q"b dz_탡>[7f"pQHC4BDÁVCSQ, I,щ*"LKSC;4 +=爎L76`8jx߿Kb/=nÊgRu@.A
LF<*9CvDCV +ƭ-up8c5_6q ᬭ'G>]| +PCGn:x({P;ӂƒ1ҔP8[wX71..CHyR0R17 +hʡhpn>rV/`̙0@1=v/U<L솒u]V +'RP-P6[( +_Q7d
v@ػ8˽aEdaYۨ)կR8(;(+^2<@eFO~ږ$AHUZN +ڟ:,aj" $릀/!פ]6T}8Dij
,b=m|g^IBq-(0ڔiBNL(k]7i^N +9`/:Gu.|
zu(qh'dtk& +*q::%pi[˧8RtmԱVbJA'ٶ]{fu +C +Jd-n3#;X|[O^Ӝq +I*S4o(bmD6Ƒ-s-,,l@HHcH;vյ0đĚܖv7$I>'=.MuVbP;y2J&k_]xt7/qVajAFLo
P}k3bx6Pb+K/XDO-?qa 1/C(Dǝx^!LC`BxgJ(Vjrl^E&XyjApDL o@4DF1>qC^g[JPâvm$5[Cc<e2J/Bj)Z_1o癰^@S'gO^⇭r!P.I`IȖw_hb}p2kܼZ8 zl;.3+FJPQ:b5r(?xe +2.~!9/6gk9jxQ$W PdujbfgWJRs8n7 +LR _t{GVdZϺNxX_x6`OiMYMq\U0K<ksjG"EQ=1Xɱٵ(D퍂
-qzyLjGٹ<t(o>. +9|<Bv;O'RTX
_
|oƳA1L,F3AgqKɩOwIbTu'C$LR\K;p0zI"*A]~=a8% T/n;Ь:(2ʻ +1KZ<;p#AZ +@zx]f?`QS9-a$־[r%>}sE[bf:[*cCT",QG,m$UPrFon/./z鸷*A>m qDt$n:3njz|CzcW27Zy2-V5SMWmM4E=Ƅip9ПL}<}'P),8#<xL9hfiۂ^;#.9-#B +;@=#dc1mj;E{&_HZiF4j@,= +ܒ0#MEy%_vX3^7ֿZaI3KQb`
UBtO;>Iq8} +;l*L4֥l+w=Rc8[z[^sy5<v'Ph*#{Sv VӖoCN[R~SOgLۄC{ǣx5:a cr,oێQJfo!!#5 {YӚ;BUk 2t`uQSO!UC9knex +-}>^]~U=78UK;bcUyA4
Փe,JԎ}D&z˸^965E@Ddݶԓvk1(* +uq&xi6W=ٝ0J;NRz +~tXsd0,rfi$7/#$ޥPs2|0bIMpX#/4P41Q_%Xw<Y/#ݖvJ qd2dhq&TOwIZȹ_g)cC!l,IM+ +THaeռ+Ѣ>uH +j!*c5˽CvXmĖţĶ\8D;ҝBz8+3aD2ӻDF^$n祅ik!D/$v"wbX|xO7Z! }Een1^ðC +`V +zztiINH,ě + :A_:NzI&_%.|*ID7n<8xy45ۚŏ,-`O&|PK7xz$2KQ|8±[u<)r;JQQJ2lqQ$^WZW*Jnkw3 +_u?nJWi7e1]%'?G +HvxQO'J{}8̘gjE41IrU*#\NZQ2p$ڞ^^&d(hx16 ^rrZxI)OE<r(J"Y +42rUHKDP+ +s,KE)CRcdb}*ȢeFn 'y0ˢ8e_-eirCI,άw1 +#
#hr
^?fĪX)YMNl +=茊m ܆a8_d\4Pڴ#lGBn]-e3"vUJh0{02ag4妗宯tqU~b܇x6Y.4ؐL&(y7&ޜRB $ &oN|ҼA0jZO[W
Dhw*J}X;8U
<T4z$AV3${ik'x(<&mv6GM+DZ[J % +Fsr
Aow59uI}i"Y +> +9zz)05
;ɠjQ|U ?E + Ľi5̳{JGMCn8¬V N$STԒo~ogǝ˙ҪNQ18EМ
5 +R%3! +5G;f69q.I; pٶ7O^z̽0Cd.c6#asHfyw 'ҿ97OT:fkivJ`mYSN7-;Qhvy̢!I),X@=tqڟ`;ӗUavP $4S8zɽv62bIUSR#2m <{3ؕqu+u)HXӎdL?qzޅ#^}uW-fS?̊zJrdb$mxmk&,qb +$@$O{6-V^קQRET3SUO"@jINԒ;ږ}k}s^0ꇡ"hNIAFnϴBd&e${l7(cx@E_WQVO3 +Gʶ +~6woqa8 +V7vQ4q
u[-di谉iY aijH6;Mh2̔ҴBpQR i8ROyS\o#z)U*X)52f.qyFB]¢ +Ě&$J]r2ܩ1\N l&*ՂU773D{$wo38`$aRA`Թp1@ꪞzPN3,1JJW)v*r\tWz0l̓eFT^ +hGwD5)ygK +ғ80x8ߵsvƧ1WE":!Ǡ utъ'yUX" (,kܿBZTJ·oRt{# +Q~%f[~c5N'Q+)DB]vSn'{{6Х$BIpQ1)-y#$E" Nݼkl`HN2cK!O
,5aSGLiDu8])/A:Gk;Xz`8 )ZH:Mw/y~Ă'I ;+rNޔ'T[/לN: +gJ" +ba#c߄oo͢$[6BzS̘2)DD܍X^700LcК/uWV>]t$)qb~דp|v6ںyzH=TJ9˫0t7f
9B u:]G9}9η8πzU +qk9:zx9~w$4KXbzks9<7)o
5 7(Xq6?xtaGGƖ>SDdXkx7h&rdz,cnVd}<o6:)/\yOE3OzQX0R;<.!|ӑh*ZR|lvv7^@5{IQު;d):ecEQ +Gڞ(ݼ8̎f3iESR:K@=Ф{xrV^QZ-J\$-D4gq4C-e85Z0")/> +:u(FqTfVpm%K_/5an~n2>ꉔO䫊h˫wԛvtG% ǿoBPW0TGWgp(ԳYM;}&Ǔ$:fB4 *.I0,k$
PfQq,U--[Lu)}èCp PV+qSH%|5sqFVƺm^Mxg91=zk%EϕU̲@RM~OZޏe:=N3>LgLCU:UF0I_ fٟ緖NvIA<Jg S?G>m01F>j?A#a5ZdS`D)v驱DOcv;[ŏ u<ɗq&L_ȔΞtNX +U[K}{2RZx}]f-ں/!aiY#Q-wto?}N>9'S~>PuVU3#]ʕ +Jmcn0*±YlXz'UD1ԃh.nAGXlD8vj +bIj|&Wh<{xpvh@kM?t6e**P%D
hFqȝp2eXZ-uhQI&56As6)P=T + 8e +KF'%@ +oxw{2N[J(ac-hQF*iJ!0 '5*eW% +.gÃg\*>R(3)SSC,TxR4 +Um&+@x&>wk([3t6 +T6F&1XWg`d$3F_B33)JGOCˈS.hvk["kQ0b^A7o[d^;+knRcR7}.bHiK2fSpǹtP枞'`I$c;K +=Fٴ~۷Nft{r&z`]AJYR&AROؕTpy璘='wјe% {JON+!L/ڂPp8l=DfFZj|![a +NbAfc`ujE0.8w{x@RL@#I3=em1 ipw
Yf֔U+CRӅA+k#y3j^Jv6i5R"d˙lj-o.l}Wy|gEW:@qxÅUf`0 +i`_(42}ػ*^D=ܕq8WǪrq|;\O˕"g@24r1aknQw}G]rv:Tqv+'qqs_]d +`4b$8ɑ(PIAŹl.^ TʴLFN5nZhY+)M5Sm߷}xqK +%T:R3!؊H,b&U۩eTtz)>m[)HĨr25qx0M.-/!f=l +)*oJ͗퐬RP5
ǬMYSŸW88>zT Fc<1-uMNfÜ%&3 +&z4R`@?elw%y)Eѵpt*=[Gx`hz7I:>9Rpʌ=ck=#QbQPYfO{vūE
A3ʉZ頷?K=ҸO;K!ٷ[u\GX{xSEcʈjM(boE;DYt +2O]^ͅ)ԯn˙U3$n_GZ2@d}\f' +33Oo@u2""i0 t$OԾrR=ꥍ㯴q11N8mBӧ+dN-o8vuE[-έQ֡=Ug:XaLfe?a䟠bVUIv>x;r5 'R/m.z]^.Yb2zF|9ʭѲTp[+q;6ISrp +9?JEMUt&5F`nXe*\}mx$U͢z⟺#LTT=>]6(pHe[ +l!#@ + +*4ebŷ}mN +@ќ6GSptUJWY59^鄴V +MC.f:On:&<>tsU3)Ţ)L{~)!fzY +bgBew]yR.{/{ۃ?HreEt9/Q5$v;[CxI{sٷHQ +N1eٓ0P՟V̘6/(v[9h"3CK8
5Mu8Rt4~`pŖQRb5I +oY{ ӷdRM,gd uk+u2|w' +p6eVl"ZsVrh#4qvGH,)k#y +2,vgϦޒ,E
}L 3_KRna4}BǨ<:Ҝ +ɊUeoP7 +ţeČ0SOHp*I\CO4ӣ*H rIC>v]efˤ(ێ +I=BDf< +z[IԪuc+S +Q72U*&(!*Y<AErk
7=RM qCoG_[y2Id=8] +Q4<;Hu{[ .]iWr" +f +ڪzDžQӜJZcբ E@?j#ϩ^βܢʀ: +%GNy\K`4mXRRG3*BsovS:w䜯0| g3+S]UYQU3Kf.THF!@-m9oՎnl V'zj)nrl +YD@=*P$tҗSzǖNt +Ø]vڅgrGm6<^fz(%#F>{h{^1S^b$U(JW`lL[(Te2ʋ>'Q ġ]QC$kr +;}?mfns?j*ؔQ@oOQLHAp#QB|C$~ +vZY;0⍴ +936Y%,,xQ1l":i*]72_gE6'PtSM_#nAFO~g44Je)"pL+mOeٵ:V͗pgՆ#YX[TQa˾&M֘<Sf͓h2n1 #A04k}&)zϯV'O⥖7*D܉`oqn ?5S$-e]&:*F:Lh?.A\OSPfBS2fiU:ik-[\dL*Dw1H[I ''6YDq
_\~/Ii‑,[LbVj@ikJeyđ_̴d'=qQθ
RbG+e$k[Fd@=oNP&DIs䕍&~ +T$IM,I)Uy e[>ڊ>V1:-iҺjBLK!tHXsxDӖ7 qZizb7X
+4~ TRב:J3qm6DF&^fMǦnzy +'T^1bFWVNq.y%<:v}(?:Gyʕػ`|omxOE.%T(釙##Q<=5/l$t̍!Ƌ.:YQ_?R)8m[Mer + +$ +ʯϨ!HʮV +;2e1(I]9g7cqL:ZjxyJjK}yiwVN6'T}`@$Kȧ09SFhT<'x#^XOi^ o0c;SLQd#b<{{Nnf+&Ӯ<]=tr^lœt{nOn-?F57ȼFui}qvG9Պ_:vrAqj>5U`XMiFrѰt6R;=d8auN3Eiz^ic[dK"JCKB(:!w.EOZªk(oA
H0\F%%Mmo2E e8;F=TNs<%}TxQ6z5J|I&}`e,q)ΤukcqƩsP3u4u 5,< IIOL~ao[rvGs~2u$|Lu۹ +mŤFxyՏ~}HOʬpڌ=XEUU\ +Mȑ(ۮ8wY]:i_1JizZ$B8+o{xrRêNС8z
,VI +Rln\0%9
frQ{Eg,h
EM2[N;9Ndxa+mMY}h0$ +N$y/Tk+WE1$sq?$RӤSiH62ỔI=OxӽL6y`LJx
[k{gk>eu@IIȲ`qzJt89M$Y%jʟ"%YT +-$vy2N8-"XP=puu+ +m<xL.t`R.5MpZXPmTmkGp|Ȏz)+B} + +aD7y(;{iM#a25
;?|o^+u.%I!Ez7$aFׅư"E#5n$,2 +TH8NT/jܽK *^2Tjwy7'_EɴKO\k!p0ɺUpUp-kXfW[Y;9jJpԵqϱE.\A蠏WOΘFrDmͅFn537uGjH@$,wډ0]CbǨ,bye%YlI̶9-$8 +LL]dtNR + +B0$Q{w7<*Go=y +-wEDlxvSz1; 'zL**MI2 Uu}El}L+cJ>`Q͒QGV8S_~;s.j*xomA[cR@Ѝ>Ǫ4ˁtY2LpA3%8(ZFWG@4rtwkTq-n]6uYA(h/%zl2^F}%6|<^c*L=b1xYBlv㜰9LFaxF/>9=rISV +A1i_^f
ݩ! L;"F{&MEUG*Sr
;t2ÛqW1Qܽ=E%P\A_jGndjyR6^TKoSkrQ)Դ5Sim!ǃ +˽,:)0LrLu*h#YXex=6Ӱ7eҊRDj`SL +J`D&=Q˺}uߌc+OCQFZ77|zծO?r$PG%RrxV$A$1cO12m|xKhIBՂ2ɣAqiq]}Zi5Z" +su5Fuj\Wr +Yc{<Kp$B鯏
>z_BXǪ?$*̽GrCC<5A&<̩I,Aثkn/|s}q7-ww +V1W/_WbǍbURyܭ!̪8F匰@>#S5p$Q;I&X\\]YU$4k*^E>Rmb-bH:N.Sb4'x&)}-\&7(DR\[L_ʩUJ2>v<WΥD{(FBFlj*!++6#._9~yo +OO]%ּzdcXF=ZCxҬc1Pm{qj1:(aV1HҘXcUحݝg}a-bR1Biwsxf.qA%`+8XUog}oeՙg2/M3R%İ<E +|W)4x."bi0 +] +;.ٲʂe{$@$]ZyQ(zY=b=,ԕ34@&/+wH,As{9dUEEeQ-OAtʽv#3I⼯{3*~KjDEQBG%v[Eۄ@)845a_vNll3!T5vp1ZdZʨ6^[i}Mͮy#P!M|Y'qSOP)(^y6%HT2.{_պ,&jt lb@gfx9Bd7d%( Pc^Rх +o"RTXlJ A!Hטp$`uWXvIBDyLo+mAap "^we7yߵ :m"I8bHwX<VTBDD:$fZ6@K>%O-I bAGzaњщzoh.E<sUN""UU
u䟿{yke.X(i9 :H;nXȲ4hԔDlt4ާ,K)57D\VD%̥ErME{}Wt)SFqwJ_`UZYrW'nwl=hU [*qXĉ|Ɋl0Lt~4cYxabX*via`oӕc +g=V'sv|*Mg + yXlfVL*ӎ4nV`'hخsn~;U~.zRz'yf0%Zp0 L(%
tS3#$#v,p<W"1ܽFip) BWL!H@bu&ÙaW]>߇VVЕIZ>G/3G34QRdrSL^͌Lѽn܀.:W1t{.SdBjkC"4f/{3os˥-`NS~}d;porc_F3Q#m/{ +l~fZXY$\m(
n7#ܩ7f_D$Go|4XoR$mx8~q
{{5hGfgW7蔝젵p]Q8Q$T\Ulj"+*=pk ̸q@ +KǯR>zGm]Τx"dlW%?#+KnRh\ +QsՖJn6=>ɔнI<<AA^ܳzp)hB]/B}ApRWUx^i.; +p +}2TL϶%Wcb +iÄFEk"s.'IlAHmߟڗYp[g//S2:8PҞbV%5Vpiq,J mpo +[tv
s8%!ul@%Q0La>)j(:}T6';o9E@F"(ntXk*e}*Av1c1Sr?eQcİ~Z9m5b =+ٞ SCˆI
GC%!b0 {nu/ߌYr=)~}Kd):^0S//Dj'b.aEhSy$+ 1br8'qJ~_UU&W 5L4h܂ +Z3 +*ܭz-ҝ=`NJ {Mvf;x2;:<;WH:5Ѱ'H'nK9b5Ixn>D`~/ez#45e6^-M+<'wTibGArt6^!KcR;&_ ,R5ĦD҈X!OLt51,t'wmGf`ͰU)p<{96XdN (%NJ[粢x/<i|hjht:~BwݢfW%jGʈTIYTSbRGäǶLIS絬ܒ)FĦШP
4?oJe1c]VõnJwPP=tko.-!iP!IV H4*zZrI(G"rEe%M-]㣖C+kq"<5iBfJݰ +R}Hkٞf. +h~N_Xqac4ַZ3N^(gsp'x"EabT.O$dJW3Z(E2!<H+nn3AMwokTAԞ4piDZ>q:Js2(
k[OWjz\o䠮fQia*˥k~\ƎW2'<=ɺ37mڌ:AӗJ sVC~̒D@cpq6|e +YLn<J9@Y)>(ЛnF(Ei0zh+[ sC"E驰LLYTCހ"nfrp6+tBl5볝4Au*9ҔD־F(oi +]o!KhWIhI +Xkf*JhUno^G&?־KJr~S(0ٖ4;J%<|9Wû;d'CK.)8?Āa=<lJ +#Zz(fG*80XiՃ#mأ[3{YO# 6=_=^-ڵm!#Y% А:;Qb5&j,$BƗeS#JJ1+\ +S]
akww/-\)JP4(^Z-R, ( I> +Uٛ +i90 +0BJ>
%=<l@\_^ݵܾQMh F1$`@ƀ
) +ب"HM!SMBjvp2%\T,Cwk[]7ʈzS4S+U#̈V&p]ۮ"B]· +*) +ZHp0ڬ\X\g'|w Ll3H9x&_B% +XX{ǑF?#->)ʰ@*Dhn@:ndeHJTi3ܛ4h4HO +p<>V!Ȏ6$]7[s@~e;F)ىnE}upV+O=tH\ +V5mQyEd^:zzE}1ޥeo(*::IĨ%)kDzD$oCk,#C[^\m`)Zv(0Rx]s6̶r@ +&p#Hutp
)۷q苬:Y=Gd!2eȍ%B
LjSScPKNmԶ+{/m%Am,@Qڵϔ'*9.ڠ +?X9/9 +{==U-Mn3EolfcH8bL@5YU_;{7L(a18>U3Cьbq]_Bep
:ފ,sQ%Z\SAGQ-UBVFYXnbt}2QV[2RKeӋ(VFP=1SѻzZj:0Hl<MsR}v2"|nGtJp +(IHAbTh + +l6'YF +KbhB/bmϚYS$K) + + >ޝGr +S&1jf=d,70T4T)k빀˛pIDh(LIJGb<G҈R{ES+;)&+0 ^=_S»1 +Msp8.cvkX褣Bʈ;EÒlKW$ӯm+Sʷou5 C>YJ* +UE1f-P/UY+d)p|WTIVJn%6T NqepEW$aoX'${UvJj_ǙV<Zc6:\ζAt|ZbpS#ĪY[5,5<bt3W3JHW>?GeHU,IRP6VCEQ+(yͯB<E +;6C8S٧1ifYȔg,QvF7n,py>l&ю?y18*. P +.X
IY%-4A8^sf`d>U4.Ǘoz{3Xle$1Ģz(GgrK[_C~>Ur*cO[\RIDPwZ xPWاS(DUj#wT`|Aao/y2a<XK +'GzDӦJ9asCW] aZK'VU!ۯ߄Rӗ*::q㙦+<e#$I3{a\w5ϐFV3;h-ao M0:$sǪeX.՚*ep6h>YXY?b4k8zzE˘jTGiA%-KX?_3-Cߗ5N OOGN۽w*ZrDf +,/̪s$$=,fv ,bf +NR1hB +h݈oߍM*nv2Tѝ(ý;-}g0nRMx|;gc1JlfabX + ي~dӧ0敚mAp$ +[bom~bGƽu&Z@VeK|PWz[hv =58ƥ
xSJCF[ٯG;&ɬRGI=C79; +S} {SCH0JØqFcZ#[~s̸ת +4aUumE +ӚS@DmFo{UΓqh +""3UKOM qt߷F}9-"婵
'Q:?{&y i<$KC(02F=ӠeI,#TQ2 +' A~5[Vi[{9KTkmNj羖"LK,>5v;y[nhv'F/G&ggIp")] +ճ}ó%nO$X'K_C(ȝ-7L_尌'˧T8DvY$-\9՝u3ڡM" +1Uך*icJ
Ă'mN㹂uA1~Xe!^2.04KsETeEo}O)VdBcvT8d(.[+"zYeN]JzZhhT췲=Q9,N!PMWͭPda,0\L:ړٰvk߉V!<-5ӆ.Mfa +&˫9٫dF~$`ѝ:5ݯ~f↚IKo2`7y{K5 +?wpEVߨ.dn(UbDt)G:paM!Ia5TT&E oxiĢ0EgK@cVs8a=Wc$z,͌UK`%}|w]Bdq~[:ѭ0Lt>~kf_y;F!91\<η`_og۽;'u'TgF%=DqQ:p6Nqk.QJ]KFܗ} %ES`8Qc^sF0Q85u4YT墧D32Nn8*t 03mQhi!LRd@><-
sW!zJVP:<w-w7qJFtQuǽ(u"(qzA$QI(vP~ض;cf!a˸P) +%4j_x
=3$
[ɚ7ҖxJ:$nv.:N ^ؾ1[QSab$eV6Xi&CkR<'EJvBjR<cW
pv<C.റPQ +yҲ,젖VD8aQmnR쨼ذ,-s4%,1H0j +xIlRNRˉ #a.mľ^)A-[\PU%KUH +Y^3d'k xrB^ț߇'%l (41+.j0 dA0chKKX3=Efqi1pJގB0y)bWUԠ =,cluVvNړq;heHr5uݭx,I{4Uy㭑ðxgݘohG-̜ +?uSUdpI 9"6G'?BogweI@CWIA<*Bުij4EjDͤR@No6ZORXC`j{xr=9K/70@
C-Q}:՜cvDUʽw1~][,8~3 +T.mCY7dVk6[{8+{b\:f=Hn~$[p1~%85M|'XV^,.I{X߰`;O2<+ETF +IBړyn?`Y^N̺K;IѾvokdߌ(gP9#*͝:زclCȎ_Ŋ'KvYc6y`vdH +11JP$0qΘ~pNcv6KRVCea'$]pvє( +A[ GQuշ)nm7(R"B:+Jgne1T(j5>Xx:w0RV "vFރwcyqФa^L=4a +JUJxQ([Fց +z.KJA +Ѣucؕ/+Hd5%ZnC39hV[.&,Xjp_?hJN#I"~aMEdxn"M)Xwo~;aK`KmۈzS/l{=
A@ %CBwa}G3Shm;v<}^L2QE-#i>J`ߢ +|79a5&5ˤS#wS/zrų[3arR!㪯iLQ. + +>xctijfߘOj¤1jNF:=uKC5]bgE3[NM+2X_߅6mm7r>~/,[ЕןQr04)2q*#J6^^2$px YNֹVH{y6Tv +uy&aD mAw,5a8_Υ j(^;B w_l7L.>*D"i"2=3-~VU
'xR77w1ia}u Kj)q_#W6 +;nAK<_ߡFYB ++g=ff}YI&41U·;ӖL0jUf~Xk1LBZeb;pen綌û̞ r +8Ӹ<=3b4\3]ɴ"Za*GI$'ۢ)[lY!vyl^h! +t%DÀd9+fIصN-0]Չar[aR`ykU)f!<;pv^E_QK)Kq)SuIفwi4nԷ t+.O֬ɋM#-mron-/YhN=UoTO2QG+XNYm7\ngiv6 ֢gaUݻ!ٔ!T}Hx<pSXked@`#]u?W +y\BvyKoKv=G33VR&a3XV;j Y$b
]> +/73{M6iIu@JR:`bO@{yom +lᱨOKBL7-Tx{=~+L1і1wHq6CnT +lWJ&Jq.+q8>xp=5-\o +JQUyzyisy=D"(i'MkKnߴ\hlx{r3g._x)cP2TAɠVl^qRx6f=q^-.i'EKEYIUMRY +K#2He7 +)%)P"' +OVV+m9~l
"22"rbUǁ9mg$#d0 Gǎ{?Ot[&[Xԃ;A?*X`SI3o2&1T"x0<K×1L*=<\ߤňG!W-ܶI ^" V`+<YF42pGV,,%,aS?M\HۅyxׯRƓ!fV;YuqO\*0zF>sYXiKnݷV'XVhf(ہq_̱"%Oc--iެ6p\SWΖI)+QPNWi!|x.(似3Jg5}\xj97,Le$L7!jc:gwVĝPیqs6zF9$0Poĕ~crqo1QsZp46ޑehCT:M`Fr"kŞ +0VZ1sf:~1}YŦ)3p{ 'Ҋ3<x.H5S9Az7'mmxCk$4}!n<G]'IVKIQ\K͎Tl5EkYcKi%<行UqmۡnY*穌rdfKq
4'g`w}>Te[.6FOq3NլuԿϝꬭLuqֿs~v5_Xd]
tU´Żq5'!znñ$&XnHX&'-,Vo\ +
͘ѝ.UX%kBZ\X\EJ5>*⤭c3;1bNkܓ`8c8.}ULRVnWQ=SgOe}NGZeK$`f)j7
$T<7}@w+r/Fb]+1d9",?7 zѬ +K$ yO괵lvo4}ӊKRNJB4Y*mUm*Ju*Gj7Es^?>BlX`H<FxUx-N̵˂<*AKp8RcSчf`5Օ||Lu
+èK%POoQv>@rG"~z}DɮqD@k +OH;)㎕L>&"jyM᪔o!=w
.VFInIgXr,$-rU"EE晛(dgCa{uX[GQATG Tofh(+
O,2dqz^MzvGgfQsk--w\i7ݨ'gP#C
aKi
'Iǯp5t5g%(%TVq +?ZISRze3V"C,+ +ZjVBc8X8Gvk/om>7+uڀjN|{hhdjm3t-=W0lɈg<$V<5eTUf㦶#5yυprL>,)V4SݢbI6Rt!iTF2W$@8Kf<_}oJێNj_L58UNfZ?lj>LBpEu]&0š?;Zz³9N9Mޱq<$
JLaԓJtU~f|b0n+Rb4xv%(D3cȘ>[Hic'E7?{"054l,z,UU0$NѬ<Lxe4%FaN!jV*fρ:_U@b7Q}W#5]n#E>ˎ+r9 +4OZc(TΟQ*tc+aX4*⠑* I9ܦ2{?`{!Ed8Km'MٟLs-NgƫበGVb,P{Lz*X63ܶ5>SY +̛$܇k9 H)A8}ÇV4(RC Boz|R"=o+sZ2k)-2 +?o=пs;;P]KdbR=\LE0hsM2K'/Bji>MKw |kh]].[<>R2Ly4Ͳ
=Q^Y@QE06k5qG`Yw/g+a7xs?UFmoH
JV Ǒlk-̞lB 5R:-=5,MC1B_hlfX!/WÇUYrZJTzYTT<ͷb!ic6Űq#RT$Odm(b"IQWOM&4CKEM
mR+"=ߤa¿3/:m4T,5mK& +y/ }JA#P{Z +ܣaebF3;|PWwM2Ua],GaU$ԧbvb(,,n=3'ԍ'ι,]HasŵZ1DeYe}ӦcBEt9+1|[|7i0x{foYs`⌡ "BBȅvën8{lcTO.u/<:S%VФLR(yR$[rR}ɳm꒧mӨ-XZF؟L)=^ej +5H6pbK3zW³P+1"pGQMRd ߁>{T:ղ4)⑁NRF I 0pJ9=bWez~ (c 5PYKdb@ +T +n6 ++vt8SEƒc,TP<8PAO60dR7/a}f$Mvp&xOp5I>evXmG[8lUK+%믨Y<j&$)oLp>mc-6o[HX Sg:BIQa<IH;
&IQe\[lvDRxk)'4um*
`c +"ϸZ|fJ!#nC"۪c_`L eQcc8xrĤl&74y4[P)D\GhʙG2K8.P6V +Rvǭ+vɊ+J1r}})_IOxéEՀx2㎣E6˵\dWG*[rDضe +ꑾer&;Аp!ݖj3ͷKķQp|Ƈʈ昱}mڽ}1 +YOxEbJ-kROO#:("1YY>e0Mk}\djZ&@'$.E_JIÎ4amun +l{8#eMmn[qSb/ +0לoWjx{?xd]:-rztӶ4pl[hby<گkYVXi/Ff>0CێXeafmosmJș97©̨PlJ(>װ曹+6[u ++hR + +:ӈTl2 qJ7&Pr6c1I_Y_.XidOT7,$&][^vPFO鶜on#5<n~'9~~'^L.Ze$ +/i_8%Zjf +l&}!i#Եn܂<]3%WO +Pym5d`M8e<AчbIGaje +S@|_IΫY_ó[QR5M"CTLZTrS~(osGpI@IZe潔"¿ciO +L>p~wm.ob- +I'P$ +luX5JIWQ*̆lobntHIPoյ@j`n6j*y*"H +:d6^GnuG6a^KКjhYH J;xI+{nB=nIYp㮝 +A +'0CFU"-ڢ{_i*ls:r8èG.:qk}idۭ2`&lrMWNÈ͇ҫLkmn<JcinT\O +(Ѵa/C$r⏳n +QL*l& +$mhU,v>a^ڜNM +TE!]=hy**@5:r%MO'}rMל8xbP %8v
fey˚ZQiӎ?^0c Zq8)s]楊i eV&%Ўݪ;û^!W6%A)v LmΜcp%=0z{QYYj˽6icꙨzPVu>Gyn*+[̗Hrr*aVâŧWW>ǎò%.|; +d41Knn{\pro^D^RNmgβaj:?v^\r|gc%lYn|C|8BX,
H,kДHR1O$ainѸ:,.[rYפ@Zb:(Rf1ĮO*K;(a0. WʍVW 5#!dŨo!IjX +zGsQ&EFQI)U,7i$9z|E{X㑗D6u_?<,Yf8#HuX}G(<B\m)_+z #rVd*_K`8NSןAr707&M>$'m1Y3NfL1&Olmb{n0u>OԒel4u +H%fK]o:r=nR\gB. +HoYxţvSƙ2Tv +e}FDЯM_J`nP犮>PhxGwV=x{(0m':qRFu%8ѶӋAVaJ&Т-8KhKĠ:d$
m&8A* +ɱHأ$q#UC&_/!pRJ-=oPm7KlrЬ +is0cᤐ,'[vy-fAl +l6e=iy)fYⰒ3qq_K=|i̸H+Κ/-M<T1 +IJ%ewTUw[h _sz>GRJPƕn^Ko +nF*A(S= +H:ޫǛ3ZVc1W泌'v]kۧ]SZQܬl0=({_J`ȎW&%k8iㅛ1L3ZMƮ= A_M\\)`pLi"*Ջ%ʣ<$>}HuՎ3v?=M-4GlDIf
ň><oGk۰N}[D471-Jm +I#zSL:1Zsu?*ʅi~JHF*eMŸVvx +{ΠRIy3}oTlg:OOUJݜoIu>ݞ?Ə'=@_*䬋>_x%OQ.@T䞬g|\i$Fً2_ǩ&
Aٴ:jQ=ݹ/) ղcm\"<B:I'`un1n\_ɹǨ,Zhl*eI'ŪjZdD6ı:{,Zn_q +v%BI=u(3uwS\^LWA,klX~;;I%0#2h~<F) +vyeMr~)l*b+)":3bzKl, +>^殺ҒVNa;Iâ
m{xBYA RA*Wڟ!\8c9]X
ƱiQM$j7`(U`x7+ .1'N58仸K\J4j|FLc15/O~><`0<<3rZ2̦:܊*.U.BLHP>kvʵˊT'o + +Umtۛͻ+,lQ+©`fX$Ƒ6 #/[]<8:A +%aHBF*yAsInj::((:
|xGs:@Q~W1рtN)lellxlESv18#0G̟͐<)}jiQ=ơڇYC <4Z\sRQG8R-@K~*1X`\Ba +&ĤOƍn-ӨltUiCt8]/ +j)#\ +xbObTQ`-!Uic)6GaƭZ8Ӧo5TC3 +\R#j7r2Xrۮ=`AxVo|SpcqjbT頷N\1"ZyOէsƓ9S] cl +bOms6v*d~?O.oom0z)=Є (Épn{p9#=5TqkĮ+З2e#o*{/$]Pc8%P
ʼn<Koj[mvdu$lDXwJN4&t4Qf[npZO0MDmPlO%we#P"^\ҜY۰R<O3F,0*+:< +}asۉI3k{)p NJNaUlL|IŘہ. =F0E4
3h5<ekn0*DŽCl͋$LׅaYr(Z +ijVGNJRs-h+p5<gl06ŽRD$6uDX5G'p|85tC6tk>8W0)e|ѧTG7
/r{=R%J?nZ\(HlC]Tδo*#̰SӨ7O8z5zÊRF;Sa89*1YZ^Ǔf=oEdF`qDnwh9VCimG~3H)Gu:CJ09O(sLcJKCApѴQ&K X?=G7#w-Js&B +ҁ%c'_r,CN9HQ8<ˍtPk +,~d v + xIgp#ԛw@ã +,o?=eLa
pTPf<G L m]ɅaEE0hܴOlTnPzUf}NYtvP:Jڜ*AG|]8%N!T{SoRo% O$Q),%8:M{dXk`ǫlJ ScE;!|Xqf{v$J:3ۼʹKM' [Q~ +ɍb|s{l'JI0pIc2'xū0\>DRYp& ++)ć_s'S~E6ho9(B^'쏯 +]ꇬgqXqLj
JJop i߹\;N1uzT@1&E$ g3>/`C|B6z/2TńH$cl]u6G:k56|N+ha}D(TI^VΫ,O9bXC`5 &
HLa0 Ӆyn*D4I[֢FҢ`vE9#RA$# ㊖ȪELZx?d9>X4Y/ERU)ì˰FᑔR,A7fw3TH}u +I$ohQ:fI#QQJ! Ύh$`~W]Ȼ@d7R|FY
C@,ۙl6j 8qL{F$)< 7tņYtfdq +D;o6?e^ęhT+32 cA=5f٪) + +UWQ[9vw +{Y?//˵!B<Ő`Eo״,"VZ.yԑ2S +.\$/#*C}?>Dݨ>K1IGhf9uj`="G_⥎d|2HHtjJ%h6@6}}'X>鹼_/X.Oފ2LSaUz"CؓQK<$j$i
dn.vlf#P L@#; +n~!0]Hq_48 khZv3YL\`dgbW7hp v*:f*fJQ곕dp[+Jvryaju6Ғ֯Д@Xo,}Vht:Ml@Ia}P*Xs>EܯyvG+qVٱ,kKf[n7>>U +%U.ƚoU qnc881'p.*P`w;HvgƘ{+IU#XbT=u'ê6I[m`=;@/Z%qoE +o7锦#BL*߽%OE)e3<bZJ[V>R9 @h$_%[(gZJ,iFD@X{-T
W1.$%T?{ܶ).bxE750\F>}dKY3?<Nj4J4=<@ +h6j4=o5C썜 i*u9yPkf{yhG1%0 +Oظi*&oHQ_1c$ROJ1%Y\{y'p80Ekwlt"TH\2W9]Uk + +UQOH1[orop
|4kiK{:}"ɯ\qc_Mi|')(
"Tf6kGe,;#dDi +Kbzgs!fmoq s~)3bL燚5Zaf +x%l@1C
8}W0\@$"I&fw=7TL%L<0b=5\28k3.K1ʗ5&{`1Hj`=WLAT7%@??̡װWiyBٲyMJܪ]p(:|ɃI~r)Q"7}@f-s2Cr]?3SY<q\i'TOܱs<3nwzƏޠ[q +HӧpIpF\:gӯSre<qc9FqBq̖R;gfs䔺|kGQN)kvw%m֢BTHe{癖5Q\&o26CfpM9rwqˊ0^j4T +h +okk1CR&fMnyɘ1± +lSf,G
9%zeHXGa'Q{܂~~Ӹ[Jδ%F5j0vbۤkIL0TЗ|7\!Yq7hI))D[Ou@'>e|Os,?XJI4FKBTsn^[eE7uՎ +VLm6vzn!JT O9u/bLz>b!KAFtPk/cɷipi>6:rI8T+1l2ykH@ R=gW[ڥO.}ۮ S +{%z +c_$ğoÃͻVYy vp'yŲ˺v:i՟P'Rpj٫>[bQ$ĈMy?+ٹb(Y"Jkw0*BR$pSV! )p5āeHULldInOBə:,/jB#DfeTG]_{*Ë32a
嘡Ǩ#CG4/\ylϣ%Nڭ%.H?Ƒ::)e_P~K+OE[G\՚I'=nɈ|C
Leo)\s)`yU\ktd!ηv7I3<`lmq7:sn+a +KBZA5 +;@]$=&W^LC|jLbb_[svs2+vP"Rc>uYV]]#aLRËlz8i& +"BRS9ujTLf>zs:DlH+Z +^cdQty}1HޡRK
MÊ{_K܄ :p'MIQ!`x@8Y_ccp͔tZLZAy{b +0^ UӳDԛ0!k\H=OV\RbSV=3O*kZ_QHx#K:V8GQ(e=9WeWd.&j1`i*#$Ewn9^g_'T%pdXrXQ(ut㳦*FW
|Uu0t06?O{U>jpZ܅SS3Ls,u+dIꢾ[U1cOr{lC{(Ϯui*qZRCYR1'p:k5t8xG%P c^rȫ0hb6fVm)d.,8?tw' +# +끇-3Nwj=g1KFT)uM\nٶIQؔp餻_TY`cGʓI&Nd_ip<¨gXE
":} +R5RnZÊӌG4PZbDB+@D[Q)):M%Lmoې&E_vM=Jr4*<??b^dRal:H؟U_b$@k| R"mG΄)I-<T; +J:N5frNɤ?U1_nWZ\<ocX0Suǿ
ȷAPw0eT]F9>iq=B +|>oѬm8ѓ%S7<GOh&K% +a4yBZ9|@.X_qV#<G +(JH'|͎]*}c0<OjجRYw?Aۻf*C=S ++4>ۂ XpD.Cm{H[{;a#m,9* +=7P'쥎/6 --*Tn=a_jMPAҜqI+>ld> ++qӯMzE3uF+,MhQJZ̄mp^ nOM?/42ZJu䙗UͶ g(,-ُ}r/,19 +gճ)B$l)mt%g]r#V~7]m<H3>?UF 3j=WKpQ~SuqabOW +vg·zi_KK;HsL9Q<6b yqku;˖(!˸Gũ:z
E!$y ee`Ex: [u?D_>i)Lݸ!E'lugɗdNF!z6=tÂ,KfW崌*!X=Fvbom89ug\ΝI<>¨NcU"<a+)Ҳ
G:ؿ`[yrsotu)'`'˳KްS(RQr6klފ|2OWK:ee5VӃ<{?JC]J̔JqU0ьG,ѣjWW*$;Z33ooTYl B(ijӲq$Qoh?pJ8 :8M<!+U|ɑlˀjd(ՁP0S(-Ù^ZgżjN_v]xcF.-HA +s FftV'L@aMF݉nOgw +`.Hہlc|2q;C$e
nH66MdY}\ti"upSuMf!_X08d"U%:|8bl2Y؍DN$_U$
omuf|l RcT`=hLp\<lV 0J6" +OKa9ka,W}t8>#ý]f"
2|<U8 bq± ~aFβzϹۢ +>t!tާ0u>3И +J%/х*TtYRHPP R|$^pƽŞ!ԜS͝1jrI':=Dw$3B +LclWpNt#OgBWbHY[PUw%nߋkm-2$ +eKS + +3;q/N袠e@Pu$xx^)WmQīe=)FUnפ`Y/K[RKp$RN[+WHoMH>x7mk:M-zOisKJ%?h滛5~H1TO,
q[iy;ˉҜA1sq}mKP $6q߈2Y +BvC;ݙZT76=c*p>$FKi.Ja#70|ylnAkmtX=PdùnRAw>3"s
~όE:=%&,nE-pk?I2͘˖Ugx2Im<h!Ru +-Fê.i "* aXhѕTDj 7K'WPM4lno)qܧS!Td +YU +$4ҀͭƼ廢H")#Onsy/fjm{}o~<Δz0_M%J8
;4+#o`ݓ":©Yþ8͉fudE6W0*˻]MՇI9cě
@"$ԩBtqٲy +G;(t1Q:Ji䠭451ǀneJUTBdpȾa=HÝf.;IY9MBaRcdD5D;qxr +'/S5˗c_ᄈ62whUffuķNP]2e~Y+bpvo;E=s'S%Zz!sv'2k|I}!HE֮z84+;(іh|8/,[N`UZQ5MS<#P#[
8"
XF
@i +(i $u^1tDžMWE/=2 /}?>1slf0'd𢋽-8Y)JhZE@ۉhDx!:C)y<B +Mse/N`tjt!gYїU +^iHfH枩U`$P,=Ddw#C^'=+q$k,`?o3[okt\KyZCjTyT=YIr݄PM'p5CK=@7ڣbA vhB7ݡz-2KIfdqWkk;j6q\Uqyoq\wku +~f?ZLGH!qcc6d9m@:I<</vmOtcո_"p8Ī +$R +1 +GqʕN(G0Yk2N%$İȐDib +Ύu +:dHUu<)%^wo:-Ke^G1t_x)ب"7J=e<e8 S_R`v#eWA] IJ8|ɬ%N=ܡ4o]6BmRQT(hgPUZC-WIt6 ){ma$$S +`uoقĐ +X8m:qbiQb4G,ZI/fߠ*,N(r4EMWSJ19;vr廆Bx¦";+-CYڝ3ixnT6 ߢ# .t'}n͔bI`.JsdI" +ZrLeMjy$p2+Ypq41
9,Mkx۷#.VV +n1v{ tԟ-BBnm^S.#EZdD
! vk%4HDI +jӊqjI2X7:5ո~iy(D=4(̓} mٛ64$qsu0||8ÚAcE +Iu$n4?W
W҆76$7';_%旀"N lL&,wOv%<G +_ǗB&F`}K.,XO[L c77y +cqd>ەYC|$qJ$ttºu?bH4"vva8Srmn/5xj*\E,zg`lHINRT߽uv3CuJ1=/2L L%N_9 H-?ҾهJH,^y'a}iֲVC@,ɢW.u +a"+NnS<BjF臛M@וT\tugq
m]* +hHL3]kd-}Y,OJg/F@Mu{gn013q[1K*i s)wRv%QG
EI@PP.n0f +W[ K +dÈL`vQ2G4wHb39xQrZh{}GΨsw%;0+,; K-lV>BQ^<y/喬2V Ѐ.O2Je( N>IO
DU&3h;<S䌫q1p; ^mPL}AٲMΏha@lK̅9=+r;sY + +oE9:xDVL[-w + @"vG]g jRY&q 5m͙&
*E$Y!meEUSk~c//gt2+2RQTPGݔvͻW7eIPJS>pr,S030K%ɱ'Q\f'=D{ 2y
.Q0 +g}3Rf4N4"t/ӞaQpeF=BW4@pQ3Im8[pGPW"ȨA$Nڑ~yJ.mB# +q:yo=a%$t:AOPozYqg>|6e("H(ԑA +z֬+)~WéU)Su6f]n7`[INY-QONnfnf +uHT: +mneLb8!#8%cmd:RIwsN
HL^1ƴ\K fjl܁oǷzme7.bGWt0K`l +^B'x>cjpMk0 +9գ$?WMJ|`@ji$UQ{a]\t41)( +Nծx9}!]z?:]Ҭ +lOxیS*TT*{^0B=qcYB͍܅K{Gd<.?@F>BA=t +Jdz{˚V|#}`z~ȽGJY 2bI{G~}f`|VA4־嵣Oif +ز ;+ +>k+̝/_e@p& OPk0J&S@b t'OvlR%Pa8O$y`НmvmݸhʛQKi=`sZ4%ItbaqFejXjO0(~6{1gfKM$% t|k'<m2 +4M@D hm[`٧Q3'F(YJ +ːŀvjY8 +;~aŦisqڲ )Bb;V.YL1L`"bu
++{t(A*0R +zKPRA#NjΘ⺾j]x[bVVN=5糴FAQ" +\4* MWUTRڪ6 +A.xrG}%k<KJ:/l1ae"g`uō4ɍ \a +pXtq3eKII=BތYejfc +Vɹ<e +|rS5n3L(0:rvwi#%̃ϥ|uۥ)DJ+ԈĨtP=N|:5 +u0Hc1ȍۃCC,,tS?O`_Òeڍ +
w*&<XP2'j8uuD-=<ROZ ,kE(&Ʊ:2$R[$RB셚vb6mJW~3k4|Ӏ*X +XF>?elGO(rwyhЇo9}nzW,n ħ<+sM{1vphht-S`N
Ԭ.<v(CDF%άT$
sOx9B\R i%Y+DjGFbs^-6wmNRR%'4e^䄤,%nd(OHE +Am^^flu&QoLK&T:Ǖd[UM6<VUFCԵ2@m;8h1Nм3Ef[k,
O]ڽ~7%)ROmK,w1 +"W&Y9FPВ#`2kKRb3ay{ZdsaO8jWY0P;bN)ll' +IVZLDO8Pn)e:2||4<Kfμgΐa4M rcñ=\*Z,̝
xI-b#Țej2E@K0C"fBa(B3ɶ.F1}Iaԕ8kGD!#m'۷2oytKM5Rafqfz
OܥvyPQatKF,7ISoMV<Vx1ek;奔*3ˮYAIP8S=utSGESPaYS/`0&V54pXiKHNrb}-*vb|XB\Lh6aebpz_Lٓ4IL,c +rR +xҨv\ Jo@{A:]>#R@oB7(eb9@}6l<wsRb&:˴=M-$XG$/Qwqc9~0h)B{I8LSQ2=\"(ЯNJ +qF1ɧnlPqJ\j5o~=a9d]q }/q+Ju$Uf|$г|3!UYi*"|xl+jd2N7oqI*]I*;6Szdl&L:Jh#سRs{jßLd9|7$7 +N +N(X魿X%'L%$) tѴoZ0OfkXDž=`AWUtY#1ui+3 C^
QDV#Pp,}Z.ӋTS)O+Z
!nzH+(?.0UK2 *'&N+ektv'5+H遂)cquӨU71pARi'XS--m&.qo\mRm;r#9b~e +hޯ,7\pptE\pc1nX9г ?o~j\V+ +7Ӥi{\Bx>u?H8ޫXU8zҐ|-t[Bu&
3͕hVt{q`
[K +ST},ن3GAUJ[.;0R1P AQQ.A+7k{RL(A3^&|48qH??Ժx$)陌R/axó(pZD1 ++x1
|rU/
6L`Z٣V<ݝD]q:HbAŁR:&z +ðuk)))K6#Xm-eCeؔ\fL;]Noĥjqj jKi2}̶^x0bpU!0k{ikxp?n?Nzƙ3|.jqz-h FFF_;.a;Ҧ ++
Mxq(%}捲R"%)8N6CJۍUGGK:FU䝖8VRYAtۣ)kagfI)zIZjtԒoxe6cnm~sbޕ6mcJ +β.2st:V!*8WTLqLً͇=uI!IMlms'oN?CMpWy58T +⅚ +vX>i[ܖxF:4:odJ +`jCBāݻq5>;mA62>kpuy*qRJ +MY=LD@jא=3RY*YV0 +2K +>Z*3JrU [iw!XEab0\9g(mPY}˛JQE-kQYm>AQs&2`]5@xv +nS6c!1.ϲ +%ذW'֡+ +cHaY454"oo +{~3F^ͱ|N(Ubcӽ̂҅4}Ht??^mbtVgMO=]BRңTT0Hfc` +j7ᅵӬ\([MFAzg* +* +1Bu +J +dUU5$1rNtm}|>`ޢec2iǎ=`T+g:*Ȫ5rv +_i wFnO2J@erw2n +bsE<L껅Od`:i9͂RTyC#eF+}/#!1$&VC~i\xڞ)Wu'l,*bA-6x&Dz_`=k oR=5-h}طˑޠ튍_sORrĔa6r
F|3^Lj<~Oďy[- 4XtU<)~VIhlUɸJ"j3K4al)ä4ceb $pR%KfZI>o)@<tAw̤[
kn(;E9wTUW[kpnrгL:}_5fN`8\7 RFQ}M6)頢d䯘}8v;ȇbsTWK8 Â k?#-* D1C#NeVvصa4DipjRZa ndHNc3_DpNA\+s3bU5 +Iqj)&h"VV0Øvۼ{)*x! $Ѷ73SXȁq|`S0ҬeVy=%V!j, +Ѯfvaٷ;0V:qD +'[olxP>.єT +ZO=Xjt";*La5[͔m;4]cij]fCL<8tMUYuE,=I"*5/sqnsS/ΑhR2ҥT|Pm-@`SPcO.us*$ ,ԛA<,R5]X}H=40·S˅u1JAO3><>]xV-h*m]G!=EZ'J6b~1}7xd,RIjQ;6rSbSgLf/,f?V-_AOMxn'KRQRf[_VsG!fjkY^ H1n}3v +ej|b
r(Q +FIj4P/r +G:}oh_Ljp,<S&cHF)Q-+u22cXU0,,DU25\СSd%rڸlIX +bՉ +CWT57O~uBng:|>w-`<4z#+miJ|82rm-:=h"qb_gq$D4QU:H5e#N`<8ibjQI(ۇ-)32X0Ɣ!]gE
12neY^$jWacx^E>
e R y
} +©--..]Ys\ aluBzj X##ya{wMV'Nh+EA/we靿stD̟r̭L +JSgi59ah6ۥXB[R6GKӈ\{96VǏIZ@١8'{ʹXX_aM^-lJ{R<ȍЎ + +~CM't괵5QR̲Qx,/G%/Z:+%]gɘG!Igu.Lh[/ΛnOm9}x-+N
Fe6ÉYV"c9F|e~2=$%ٔ:pGu`\4 +s,C^
F {'Y.u.kO$-E%DuV[́g=wfR|BpҠ;:gvzqlF +F7߇ 4s0k)[m% +Q|ɈVP\LJf)rQN7/xWR +N.'`)WP43Rˡۿ~Cİhjr"a2+HC+ +Iy+裒T3T˅Gpߌ]f.,I50tq2xZD6Ie#:\b":&/k +sD="]h;4~Y3U$+2RHMck_:7Sb5B6w9}ݒ$R9$~#UTG[Q~x}NbT4x$yGO.#Y_-1*JXkzc
qi+?p&~E$![(哋dkystT4
7ȨQm[1g|Q-
[ǖ7jӬca?V;XeEHwqZ+mx:6$&H!FmQFc\ @Vu6NJz:@cdz.DIQ0!' +1|62QB,بo@˹~ +AF jX87ub +\zPIJUu;C&8B[Ky}gƶ$H ц^ AN-`X>5&s-E=D$$Gr8| (=,Ufoxj:bӤEAGOV`[̩gf[Лi]c]-[ozT?0( +}n=Udm꼯ArQ"̵xmld ++ӷηz4u+F!q)~JvW<FV9ݧvIEe +m00:M\:N^;2朕0b'd{XA]ʳ,XzPmuu#{4MK;5H7cJ$+[e'Xt>a獶2;> +Kv+Ӎ~=9➣}Grq`eoI8}._Nͅ J| =t^ +!?kO\vS媱3$s'ig+xHU'}U{##F#.F?:^? +W?*s)ږx +^rPCC°jq "w["y)|R<0yiZҳHSTKxl #sus<~*{U-e 6Df@F3YI؇!皗AQsQOPl)pYYUte_1s6Zc|JIz_$8Uv4uڼI$\x_YTM%i<K=j + +'.ȭRƕj)[̉jgͩ$l4P-![nFeܿWQ AYQ%-8ILQ
+L}:'ÊsCt Ib$I'v6DNIi&&6gu庺LFhnہ
&; +2b%xJ
EMNv[wlɅ%Z +NDLl&ۥ3sgbQ ˮKz@#eM^N.Tvb2ISUUUʭb:ނz{͝j'갓YNb}& 4T,,Mۓ&fې2<.ZOxHħ 2vl_T"lڔ5 +ϐx{!$Eey;5aңm/2A5 >صnZj0m:9k+t#U,A2;t;+Y,-ĨIZl>)ZP}Nj[Y=Qt +iShQY3MU58P%`ݯ}}ߗ |1J7UPa \(N-ދ8itd1Hh6ê;
~'MTj.^Fb.;1vtSС:14)ej`#_{i|8%eܭe"j
wsykB@0|W-ؙ +X}ZBHǮ (mQIsl}$xrL([){ܞKK՜Mg%x)˞@ F9NVЩ韡ٿ"Se +&]Uv
8K=S kaդJjIl3y%堩q;cdbVk{x +hJ`O6Nf:hIq,4+}B +q~F+%(iR^2 D.-_˟$45xǰ<qN#7+xW!T9FVAU1Ȉ.&QLO}b܁KkvB +eU4x]<bf̶.<j#n /#MXUXf|PMFa#!:we#f̈ jucfea$g< +l2'Y55 Nmk>HHhkm⊉)XGb[VOc܂kM!b>/8&3.O$(o.$,A,(OUE>9LTJ{/0w&k0O.-:Ro'pyi`$>NV6el×ǎ귇!漣^k"Yr;=M7\;?Za8~YVU9fqaXb +[V)&M:ŀZ]JjJUoXe*0 +V7XQ%+)icot6ǜ劬$StpCr;ܮBԙyo-dO3tC4}UéZI~5-O~ 3Mj¦Eۥo:uF%]Tw[n$ǭIGWP&E5zb2S_&U2X% +C-=:ff6 +\I|1f<Wd53ΪEUJ\0
+
/.,/?j\g,ZBv(tt^aZ)b +e6*AxË7ܸ1\v+? $T+:ݘfvLڡ&Q*I7>$LPR<FR"(UloՐjfhq.|zjE#u2` +il^O^9qHowe8R *oVy*1LPpeeM9e!(Nd<DDje)eS
D%a:lkOU:̏5ɂFyb`pmr8g&tX?n˫ +N8N0ݦ|;m6J:HQl~栮uTd,T{@pqx:TĚIw^Pu'c[ +$kl +s{m +>襗$(S4厝5#xvL8aݻͫЈΦ܀tɴx`֖PG!n +b( tzhVbęogi.}LOzj|a<&d.eGfX-7"%_;!N[ +Oںl)z=dh^6F6`_ +#6(9/ӦCܻsx(z +#y 6AoX}GTʙ#+Syd?+FIĂO}{{-r2r%┺:[0 IS;؆(Y ՄSM}C h©4Io-*䈤3;6m qՏ>e? tUQUbT|_.&N^Hv,"VwABP0 D.|bSE2TUI[XSWY#K,n}[s&$kGVGA4jі35ɸ +uAݑH@SvU
$3~%JTP { >.q\مEu#c{o
l8Knq41m഼تLЊ"悕7۵"zDQF~Jݥ6˭à9q)'h.˹*y#>^?} 6q?إ:} +IP`y +n##Z0{8|RgMQǠP5:g<JYH,
ܓIX#vypH[zh6=]=6D_#ĬB*
g൸;4*E +>WC Tأw-TFk*ͯAB&K$%gV5;d)tx$0<H +[}ÿz0oH= +A=9)0`m#Ć{]RE%ub4h55GFR 6p5tݹiI!K1L} 0h8xtLդ9{ʿ̷T?8(-^"9-ԴtFD)/k7nl]h0ѥiyAVQ3 +`1 +*2ck#[q=Q1
%
Y$Z~n;%93}X +U`bJR4gܞhկ4l@'jlOeErAzENZj%f+}|`hI-jMcub +lǝ^|Z$w@8P +( c2ncʒLUXZW*TUTt8g"-7+ZQ9ƽKǨiC
˻F)pH/۔-w
9tpD?m2NЭd&Rhq|KGJ ^TK,A +,[IJ'c5.y^>,Ht&O8qԩ17O8zV?<%ρUGȿK
{7l/ +X$EߡjO&|f8Jeǫ6K)U|1ā=/atwCؠ0r %,|5ҳ-̑tM V]A=ۜ{۬iIiIV Gԙ?ĺv7bҾ8:h~)'Ѭϋ͒}R`f#M2dž
ɖ9CoPw +};¡w 6?:r@P89" '0\!y~ +1eXB*1hǷ~c`85۞
o{1HKp6b; +HoMQ=mEB!' [(ۂ>Y)cxa^ơ eb\djBrͷmx[ljCx57W2UIZqy#i5$1tB>$s'FzI1TOzՙeQNvGNӔasbfK|u`I|úHBUCg_xW0E)q'V4ebW_]ϕYOǎ"dH~3kEJ. +,f@Ri̷lZBc~dΙfc4NּCU%|iu܄8mk}tͽy:5C0ވeLJASQI>"ʖvmxl
+RTÁIT# +]廼JU$րLK`
:GE'
m,.5=Qg]>#*F*駉,}Vnnw6&aI + +&Kw;=9)Uc=HPJ-VSDrydD}D$!+$"L睺nYiatuYME2 +aMiZlfhsm: +@QMN
_h;`kI@TGQ?sL_t%0:zj!&7"6nϪQffEK-0>'\sҵ3>31-<*eFMq/:^%Nft+QCTEU@ձy=#<d9gC@i0 +oxw`^6^ +mb{ThŲNMlI,nUE<OL磙)NC_Q}\)u<s+UKtG/udxN孆ıMq[+`( +hHʔ&"hjNπhv[cUj_]6~VIl:JR6SUQ!mvǏTXTTX~>8L[M d'E(}SqܨW/~]o;Wyĥ50V4Ӌ6s
#R<~@LȓHDktrsU4c[i:4b4iWDuu֎p5#.yƷr'!Il(Tr@:xcOwt 4ÿ0~A.4B *طdž) +L;{2P3EgjLeM50rڰ7"{xW3-jY1pF`m>+*'pr/9zV"3Eq8 +"6gNTi,YP|̘~=dgQ1 += SKMjȈ:4`\Zds'c6UēbGҝ뵉!Uy#.bFNgfHn%*[:u1UTB/uے婣I5doéJj\.pttl `mx5tDR3Р֗$ieȴgme-gŐ&ԦArM^䈲f0ķԒx翞Rւt)<p RIZ)(dmHŤc` +I2"=P'k6 \ʲFб
x7-n$i(0<7.|,1C}Ġ|8SN%
xVeCqه3fc4B)ݥ>_V<+m55CkmZӷc[~ѵ +>bTWɦu.t'[iĞPXڳOq'iϮTLy_\3b+}BUmC +AtPu^ΞMUQIeo2xtWZ|^B<ßḛ,/%;.ww~%=i*tlO<xRL!F젎i{s_5s,1lY8){I<HƧ +K#v۷ +l`ebI F5w7az9CRW<b2)5B]lcs`9=9f KkPR q2=0{uy%˔$8gfp|2>?&3ޞR`SB xYu"w䅼9hbQxFٕbR ^<W0!^uzAkv)oHIm+R'4^l×6()0,a6:3ILm+0V +Aȧ{s6ݴ]\IúNSLHm任p"xfH:@vtԜ-pкH7*JPW}j
mx%u{W~tˑYuc?EW
Sԣ)IRcu +>aAXQO@A}iU,f ܭ\*7KruϮ_˫ UELom='D !!6 _䣽;*2g=&
vciqSoÇ=
VoTΕ,!6 +6 yؽ^܄{}swwk4CxB +_7pLeY+J)dthĥ2[X-Z)"AǮnPT(?O1V_$C>rIoѭD[H +&p{_Ykzc|oN*&:ur,wװuFvnV{MFa\4Q,J'{pW=rVutd\JJUP{2CHRxc7rH:PV=&#<qSbϨQMFLP>81hêcjzi#G7!X +84 +GW9zzWaP#MUPu_ËMnrE6ܡGb:GܷJNWQ鏝Ar,v0 AS ,Tn)(۹~p3;kdư,=}-&U0:\9fN({)гGfܞ +os/?#hwF&,ibs^XI\ +LbLo՞Fºa/GbtVRu-!Y h6=)<M[$R.LK H;eԖ(2Vu+MAx8YtZJ +@_OTۤ2MnTP,d5M\P+g-m +I +KI<`s|=[NHQejV<hYmGėWIMAGfyUsFuq%ð*PUooR7g0 ^ n5L.IViBmËd1cUnbЖ?bOh{u<
o6t Q>tNaU^NɔdΛa*:=S +XtQMiCtPaaC2RSc%)Ea ߎ}tp<Z:Ypk(UAp}PIFݘP
<RzQAYM_7ͫ![2isp{#ab6 +)M\f9f7 +CeF+ˣUs 1 ʵHIu\?a{<bɗJ_M*VLA*HLPZw\4xQJuVok D(ThQ~ZOsϠO2m,bV%O1 +'JOU
كWωܥ9=&hMv3 +%:y%*H=pKڗi9v2ݲH*Yؙ'Mn"ͧUrm850IP#K\6`5tsC%ee1222>nf6˩u Ju$ g%IJH8=lŧVl3CXD^MŤ4Rs1 >s;̶/%$B1x˿CZuj2}6{6Xh+c +$6<xz)|S6/ux0QfnzZo*א($_}<`aKbL#<O +ޝ}AO9W5DZpV˨b|$GP7s2 JҤN TzQZ7V +&MKY=f8\~ŒqqS֚zBbBǰE +w>Ѥ`)tdu*؊ցPUBw>^ٴ+xT0&%(Qteq%,O 7Ol"btjU`oS"*$ilZl-ޗ£NZfzr.١)WU1> +Tj`<a{F']*wnpOIoOd/RЪ:yį"4 E:ezS7>s-<w'fxOu<ujqMG=P`C`*0b\ӱصĎlj,F2aUTcm$z2Ք8\I;)%eFp#U<aUuxCFBC#N|6WT4ݨpVhPogM?ᰤѪJ7 ss fMRdkh@e?w7*rӭ:*zjH
aL\6Tڌ$
0/1Ti밵0,q$5ВGl9J8e8!Y(a FI6sMa8R0 +Q84p,3xq*w.Yŀ|hgCKĦϔ撰NLTx˦}Onϻ/.t,<НPSDMʺptmJ,ωz8 vyb@\X.xg~Y?.)dhEPUUIO
yn,;B]͋.ANN;Dbs=hmIG
CLHJ<Q:ey{2[o5*h((@y]O䓹9*uP'+R
a@6[N>t0u6f +ޅตUT2CqR3 +|;Q8*jbX(\Kqx;C0tBqK3O +» +$½tBTD۰;tqvtLiӋ+z30 +eeT:[^m_Tډ| +arTP@"Hh6,ָ +tj"{U⟧xeZ*Dn +>0c>qJzQ
#`]S #yi_V? +%_3<$fK<hk`9&Ūdбѵsrp4旔5OTlZuSF1FYUt8 ?VMS%<;۔ޭEs-37XftN3EQ `Z:tɿ* p-oAR|GqbVjqjIozs1%FRΖ}
٤5[)4U쵀=F!RAde# E-LkY@q6SYLdӏH~`܂3,|y»0bۖ%2 +q=t*NA;
5S30<;q +M 'h2jōif M8`{-Y%JUZiᅙz^~}Ns-N"}qy1M`CS7C +B!Vh*Cx\ +߿Y@|t߹*Ygzm^uk%R<P#zRt2H +Q8F~6抪!S䬶V3O)Y5+Cɡ*{toVY 3;-eN3܃SqIld)XbwcOYnyX H 6oh=rI)Rw-)rTxp!}}Iމ`jN#I61ߵطGz:X0J06l0k~3a~ޞLD%J@u<I'vrXjO9ꩱl! bE:v-UIyyQ1^3GkW~tGxfzJɑ1e&C,LAjrÿpWEf+h)! 3#ZnԢ[8Iy6}t +$?2,@8,C=r/o'nLX]$UBm@6$j|xK3\3²eMu<KYOAOjKW py f']x8}g*,H*8N +r3d'Y1ˢ;]<5N3EY%Q=NڰPluH#8m4pO+USa!`:"Xrmo!|;Bx-ZOa8*G-ԬG}X_O8K f\kE5 +C4].W>`ܹ;3f:c5Tpb4MFOĿx+EԜ(SX66*}|J +V24p3몟W$yN +.`R%X~3$m1W !9\ CO}O\)˝u;)K-]R*?ӎqVa + $ZD{wƋ?ަ)o]a1*Tml~|VcxȽ2:Czz-,<fR-&Y~\h,'3&[[X^ 0' +lsf3RRB
@ϫ]>0ާU&,@g +j +pVx#@P`:jk'e +4Mfk&!+ +Tq lUb^)k[I\⟣~0=ņf cgZhO y/Q5rX0 +6rE$i}o2JgT0QX0*yL+2՜R[ˀ@rmNo(Pt()*og]婆>ER(>IܯCWfe^]д>-e8]Ym(H#s ~ս8C6+\pڝ681[w4$bvQ^ox)OPT"U#Tȟe䪞); +&6~v]_ǒ +X
#qk2fD| +S +"}w>ߏ&aԣv-¬N8IM_uUgؠZLxRǒE@Ac3̭_mz#:M'@etNS̽;]['¦I( +7
~ԧG2zqF=Y8M**Avםwl1RE*wY<qW^:o=nZ($чR⫒sEۄÁ0@<6e Û,/ !*#ѓwHPV~c,GUsADdDdž&I.<[&OW +$*Uuc)a_h8w喢S4IL +GpAk[.G說E.ix>l@R m?%KVjնc~oLhǩoHKfM~oA*RO@* ݈k,cO
8aj,CѢnZŚ#fJc֔Ze.$+ +3NXI7#dg
75WeDux$Q`TT)oB-ΚC؛a-!*dm{}|.7z.WYO" +^Uz۽HQ2p=N~:Zk!|ej]{Q7~ϝpx1<jvxMX.+WbL[r>ޒ i̍ +yIZRQp
bP`є˘;Rc20vuǜB<|GovEfE.4J4POeg SOa$Ab1Z28-N~s@IDzsTP3
@q+鰼xd:qqDٖJ +♉W/ s'Oii;טF +jj7)I <Oџae\^en4ؕ)dx[p8G +ϧڲ2E +fjVlB
cUڥWde$(h࿉f4xNmºLj4RbpVH]X!m:KٓYljU5L(*8B-!D#Ϫmp1Ι25aH!5FJV9hI]H[۱7ҷf|x@WLg^+?aԱAZ/(Pg:BvW`N0pi#\JoJ[ +9eL>8LPQRҤb?52xOK=瞢fǫ3'ǥa{2i$:h;twyϲwx,
)G>uk[Ͳ
5HĚ +OH&ɸ-p'i4?amE0_&~UT=HL1=^:IFO'nhaDJ*GkK8EͰ +bĐ8#z"tϳT-Rb4*n|@C^ktZ$$Vcz1ԶZA ʵJxRnz>k<zj>8UTM9Wi#qi
/Z=5?oT9 +RE#eHEh`#7
;նKN[cܵ!6N$G*+\3vi@3MiYqQ|gm
.6Ig@zatTXGx +{]<Myh˭'잯:qY#K +J` 4"zHO(g +<W F^J\a+t* ʷ]./y +}@ARm= +˙pF[.-O3bÄ]-!),j_[:ˋ͙:5eI>$y.aYS
+åyHc@UYMJP#iY33LMU~ yq* +(*e!Ì [no~(pq{~=T͇*ᲔStfqIA/QT#Bj|A\uYB;{AN/aj& +bo}:%f +pق<.e x*@$8Nnͳ.Rzxnj5~J0F#$ܱ&.SEEdO\7eO76ijKVJJ,C8}5R5%<'Pdcͭ,0*4o/m~NZ) ʙ?"k $wK*~RtLyDZS&Wojć *<G]#SZ?iYVGT"<W<be<AMd0T?A쩤wfRY= tp,ԀN-+\i+ξI*S#I6{UvQ°1[lᖰYfBΡΘK(طծO|X.):h[<[glӰc8vHZz]\&x0F*j<b^@ME>ƬtKlЍ_adͺN͕fF^ܽV:3 +iݬ)~y6N۰EÌfmjR +t]#T+]2k +\4؝-6GJ(Zi찭
_f +IۏE1Jˍ#5/J3JH7"xUYed˔dbM
{@$ܓ̫e:s=ؼ2V"Obg +ºيb9R +Jg0R71MoˑqXk1)ر>.R *g,mࡱ'8^CWGprfEh4U.Krup.=v5&k)f`ZBPZ +\S J} +Fu%WWSkxn;Z"J(؍Pdž~,~3U|xl!OLvQ.rA'oUfU!"ёp@ݽknۚ=!aлsQW9 +e +E0OΙ}}bB_Zfl>,`?>,w(JHI!@|LQ֞t]wAQ?1 +*W
DHHeʥxP&xIOޛuC=KQV +?y mHTջ"Džat.%ŠJIHvٵ:YH٨&>BHu|lε9k +h3fauֵ\jy%}K + + t>*BW>DJ\bZz3M,yQ2Ż\|ASUICYfI@CaG%<{gRUс$¹4{f`-P|Wfy(i'`уVVFr7wG#1@)Ҽvf&m^&L>F3Dam>tB +N#&JTee;} +;8cwvҍDƭ*jX衦AU$AKHuԝonaI[GSVKC<V +.6VF 8 ++0<m2ZaS`5nAE/(,naG
^ୢqTma.t5?j! +W=d'*a}GVY}N(h!7.+Ӯs>p梋 +t04Ma+Dυ?\c +E<_Jv6=8d [:tEcru^+R#p$=wCqex̱bI__+J@w +e
~!_iᑤx"SU1GĊ4x]erȓ(5ȃ`)F ZRLHC8xV\/'4!beE{w8CN4}Azi)S +>#mM>:!Ln{h;t&iWM7Qc8NPJ_hI]t5~ap;I]յ(4/J +Zb͌rBGRew~n댸jpF7T# +MVf@%fUԪ\#U4#k2칲ƍ3IӗM.s+ɍ˩. g<NiĢi\[C +)Mxh_̝"PGJv8a{NJqF+sB9Ћaۋz)} +h.4B\CqOR|]l41G3bu` GTiC j]]&AJ)/akUAWQ<T|;*,2z*d5h.a=z*`ҫ ('V[bj)Րk7sθ=vM2,wR43e ^܅Y)צ wĊT.N)*L*JUDh[@y4o-,aB2cP2Tŗ2ڛq,(:W +R䬙K./$ci wmr7.$6VZ9B~E@0lℏuQmcY~Kݏc5yWMFK2d :h&&_Nv5XuJC7qJYfqxIf
iߏ
+njn-OG];Y!Vzk\5w #_!TDn;fuQZ.K'M?ɉJR'b=@xbAG2a9eଊIA +F +c
TR-䝽;E1ϔ'Q3#f/ +E[ +vq5Gɔ%ewXvØrwC'=KĦqՑf4/ĉäOA-1ҟ] +lՅ\%"!WڕivMxqumRsqh4&G'H&L)I?9F!r-2>bٻ̋3*#~˷YR"vD:u6 Gxd+9cT,;!vSo}NnZeCOIFbvlUt +o.R҈OuIfP +6#`sQҖE,QՉF_7V|7U631ijefP*t/Rxf˷*y #Q{*{\ =ZqEbRdL?xetY
4dIo8bf`gƱ$DGkű +lUC6xȾdUbOvg͙-ⲷ0_1 +ַ$akwAVJm0K%;dm
ߧ.td슔Xi-ULsU0搝X1qq:)lhJ]҄pa%5?ZxzTEWoQh:YIՈ(yIGp +T۽dGFx(56fjEYf"dʠ2+)8fzeq.Exn-KM
Z HB6n2ZL0iRi)=
+wkFPKfF 4<-xPIxIcy^g;[2ԕ4~ŶT2L)&:Yѝ곶b~ +bOJ'Ǎ==(c +`_6'A<9i|R&\- ++'V6;.$n&n'ݲ +džPJ)8U>n>X
#xLAPERwy$#F,ᤕ 0ͩ$ +<M-LK
@
2m|Q %CE
mY"DRo.$XԉIWT>Pas)}\NxZև
7vՏ +wxizo} +w?p'(rS,O
Z5K
#LDZjy>sLqen; (@sL>eܼ鴘 5Ǵ)aIavt[wXv$\sHBXPqڇe +ߍ{pRxw+\#NG=:E#RJC5|K/՚`G)i-p8yl) +1U JEE-,R%ֺi>Xpu$e,}I=)]yqƳb;N0J~ŁR%iص$8mgnghS)$䧝gWU\__q 1iեDpȥI +\˔ HqPJ4SI3^ѮAk"nokύd]qD϶@:R3:JBn[&ÀfZQ7+upiKm + Aƶ&'[Q>&u[N8PbZ6cp><Me#Kijʠ 8d>V\ד2.{Ŏ{%OCEMGX7qgg4KGJ,Fm~=oM&dK*+vAT:+1vҤLW-dԤ'}9 +*DS=#Eo_]yJᬊ~kLL1q#f +bffUGJz2 +,Xm<}m]Х)V=(C*%?t*s/L9+EyOr5 +W.a4Ԕم>d^Q[[H(Bj鿪_R}*10,F<eo
GRtSޜ~sTV$BED1fӾ"BooMʔ&NJSXK@Dٯ>ziKw[/TITTΦ *y\{pUO,ᤔbnI7kvCh=<CI N?7B.`4a"(MěMnG&Q^h<w\|;zwm +qƯtjNƃ<%./ʑF/$ZV,Ǵr²=<iQAĆPH{vr]ojcUn
@̘Q;c+u0bu8yx|Բ@Hu2}mU^1[\r5Jc1wݴ]3y@-ѝ'LF$ˠ/!̷iqj]DiN,yoH#^pr,tځ1c,RH:5Ur.~ʏg3%p#sC8`+wGM~sf!6a˝XhihpxlKeXzMb bueQl75e skeoZi76Ga)zhzN?ǧ9VPVD+=4_-ܪR':
N:F)TmBnY/B{ p]^cubfԁ}mI\h=BOaYmYuvô +Ǘ2"2&\ŶBŰhRe b}{YqD#aH<,>VxpxHcfcGi&WG%j8EvI6uF +b|ʂ9{xz6՝~l^gڶ +ۯk/Nf(zu9ټg`L@>GðBlb S$jmaƨ zث8r`gM)hV38EKC?ӎyV5%jx<' +~-2!Ԕ@R-jT)<y;6Y)m/gm/pmLjIFJCOb4Qy)I) iKRbvMtSajٍBAe6`E9ʂs
dŤW6-+H6,<ֿA+AN:Ɯ*"AE'si;#a` ,+Zni|WYS0SD/0<s%e]/vyҏS`NL+M-~7+<EWsڑBRH>˲ʒ)ga3FLڦB}7sئ5b&:8@ +*ԑ%GoM4lJ/MQ<lv1Ge#7>eQj>-sXDYE!;h=oH`ʾP|-}h_Oh&3"X8R.t7{HlQj#8tY!yj7Scb0j:R7p.lořXGȭJ{z0\lA0JzT<|8UèAUD +SJLg(C7v0V ӰOi$c i)>QX6= 5!
ŭxzCXAjiS_Fe*ZcQcpwN`)atbP^͵c'`N?dl)Sw `Y=͛+.$:SX-$fJQcE +f*IHO2$ؓa_KS]dI4R0)ZԕfXQY@JYJiڌ? Wȅ
r b +LS,qT`S})678ai1k>v՜wlt$2TXd|!)c@e_~8}mN.; +困:8PW~å&mcw +vLζZm#EN!?Pkgp-IJ8D`hVbff.mc{cm-ȌDT_geB4E=uF7Tu*&T%fPmQ=3S)1 +w QZF[hUb8 +փ3"[Öd+ +52N]?8cH)Slɺu=ņr%V$Ot/ٱ?^+ݦI0A>)VXJ8R/=(&Fwo^ifY1JF"V/h%#qIezv_ZrOOFjD܃w
%-RÉ;,ю{_#v)]qڛD!\A
W[1|9Wb-qF +fҥF?HI4=3o+r$#O"cx\{qV~w(X<|(=9(Z #)c&1*O'$pV0b,Wm_.c=? +kj20yїZ}u:f +AӇs؍~|cx0zl%>+Fi:"(녻N;<zxIut +۾ڣB+u0떛0c_&z!u;;wH@QQ3b82OQQ)ZaYee$e +I#j}nDZ; +p.2|2ӊ7Y'pH7b}ܩ[KOSSOT46k_^GQ> +X[V +n|͝ +榎<_'j i#2ฤՓqeaqqdaMcikui'hK:U猭Ma5f+JBwkt'ñ:O?h>-K$g'%:z6~>ъi\-25WO>Z(Zw_9P +-.AO%$2K+OmQYā;hH!b`R +ώ+Xa*6-ʆǶ'l;v`Q3\<wl$OۊH;6RK +bo4 ԏ +" +ZZvQ{<~<ro{sGtjr~bI77T:"N^X-.z<)1:s{yDsJ I>udjR?>F=C;k|xΞhzoVkFwn"T5=VXAMy7Kvs{ywГ<O;ٞMn**I!虜^RlJ +]/6HB ؑruԾz%t)5[(gU4u#]8?8qΏA3AQOGf%g!+d6ofݏn\Q[+pΒP +zV-N~BnP)$a}t%t"cYoSIPs~awkØovg|Z=^@l±|QpYLOq*z1adR"fox>PbWi^6[$
()mGjnX:O1rI0xcϔx0@~* *~˙Hj$Y,4sBy)"U?b7xűK:ɇ+41v66e5qypTDVR.0WǤUb +O~7D.LjnC+Vy ze\ #{>Ҩ[$ +Gf*@Nj-0eGG +ꣿIX;}<W|#!a]r:6䮉M/G+&/>!ӧ0ՏAP5XÂ(jIb*r$~Ēu 2TpcmSҙؐ<NQ}tgXDyO
^2cj!(#F>r:bt1.EFϗøM#TH3 +v)y }欏S'K0ZZ<J!pr̎k_[b%8PQW6yb/4!' +H(xL`=EՍ>-+s%Ak!Χ>7s)Լ͆u# +%Q?*f#ZZ rW}wTQ#C`߾>`^SK~vQŰz*6i2w|5*G7̬ZR |Cԍsh\)x$bG{ o=ez<b<0bq튋 C)O0bu>.2UgML_m\ҍVr4ޫk:<W~q! DzՂ%$EM˙/R"_7\IW"_ConY/t10s8΅ގ.-;VKܭJ> qSܶ\JdǾ<61̰*r>(&ɐ̱SԕGQv̓%t52͖H_/aMOƋQ6L]V5&d7-J6߰ƾ4u"+AyBBuK4(
J#a>f +n;jxL +<UyhH^O7}*${ + +i! +ZlC\ST+N +a/dÔ + +*1\5PDn8G>4(,8+NW*3ƿ> +)YP.%UJ~DbIȧ7 +qpO#gͲF8ǯM7G&jI(%5]ߪ͑r<z%ԧ!&hcݱwOSFZN˸[Edk(!j*&geN$7*V,cج~u?5t6l^<sAXqu*Qovl}h94cP/͵XW2'cY.D) e![*GmKhwO=mxih 4ն>@
1dJƫCG閝"j2@Iݸݼ$M[w_t- &}im$QWbcv7[36[\p +LSX!"A1*ja(Ic({o1`]?jMZ +N*e(z6Am<L4Q:?Ljrk/7]iͽ +ǰ2$kNjɈ4tO۷6g +Gi`XB˘nJ$,E"~<Za¶cdhYg%e~d$mquQPHTdJ%_uc۹I̙rzГw7kZpagݵD?ze1猥pX05U[ /~ +=4ln|M:#27[T13n-OƑs☶UcE1v~8$foHy?,W|1͋b2[mi&0}{OJ;^t;<)3 +^5W\<9Wh|2@<7fdzΕ}t$+XH@C:)5%Vm52bP1z~huJjGۀ5z,٦sFH|J +XɠI]w6hw,*{-/晉Ex u@%J)f5ׅjQXl 8H5uSQ +F YDXՏakہ4]+= j,M.=L1ge3jt,.yvޠ+l
qJsy3U8%'9?SPYA +x[2'^UbK-%| ++(M9mL[?d^j~8uv,& <'!_%"5cME +"a&+{[ևx!Db3C8L,xpDG:>1<J؆3)円8]C {{DY;E An$g+oh mēzk3M}<<!bh=vr3AǝO3n!X~#O%$E-ZM?%R!`ln8wJ@>t(lr3WL +a%TU25U5VLC,<Cb;kqTS~ڵ[ܩP2S3œ3y ud8DDJUOYTrڎqFԓi74h#svk:܃ഴ9 5dfU䠨QD{:[&u%#hj7]h6]y)UIYpJ3whB3S?8Y6=ҜJ}]ڥ,t{`~N\dbt^y**t] `:],E>ONᰴq + +rye?h_jlx읕-n +}</=1nZ.P/Hfc$S9Y#xS-ƣ|:q.4}Y\*B8)IWVs_h9G WUzoa6]óVKy13gaA%H ߒPk7XJx \iJ +FQTᵒUUH7[bQƔΘ-#U8 + +i>ãʸ4R,c췁r}Ftej9<4n-O4̘} +&UIS`0QYEtXFkp(2W̒Gͩf$bnF߽C©űlPLF + 5r7/13vqLl}z^Z&|)6GSVrΨE|RjzY _Rg;n +h&ʣެb +',gy*&)
ISۣe%X0~ev2 +|Oy5skqLA+3nof{V:ԳkіbR,-.g̛^lgjyJnO`=4o+v2g:kf" +$T;I*6?E씘XMo(tlZA .(MTM]xk.q2a8!ՅϛSm]Z +ozg: q>§ѥY/G]t.)YfXf6b,,s
!;6sJ6m'NbxC<뒣z*1-۸axKGoiq*#gvڭ +D8E-8I_5
xk$QK)IMj Ow{~<]!$u¢'W{C{zƽ
u<jƽ>uf\&cwX^8Ks|9)?Ne)J3Kpx U:5y:TAo
uЫoq,*qZċh z,0=bmtt}.[=<hQO8u{mooORɓ8&"ME% +Rd +vb1UzDQtG&1JE_LJ`dM>4ɏɊabp$ۑ^;MsE0Vx/%ȹFXrv0)m?>u1S +V*T@;:h +e_aFEHW4n$}DtCYx1T"Tp`Y9de *`aSpӴԽ-G,)vb>$*0zj<%*12&WtJrY[jUa93EFVmPM<v4c.V=US^K-8GGF&=Pe +Og+!42eZ|JȒc-%1R +
Ca*mď,zoZp4$ȷ-h)MQ;z<Ipśw+RShi>gS89S4X*Zo%p +tZΔ[(U(7ac[=/8iK",k7U-Jxtyg1[iLYqPزWHXԖmIԾE
FX0RUEOFUa XÖe6VN? +aWm*JB!CGv1pa~#ZᴳF`-kO8]pΌze#.G +.&Z_u#v'ǃW} +_&2F +TT0"AЎ6Wu#Nj<0T$vHom
p?ذA@ =]v*9W8)jX)z6T@]Zz8bNB@Z1Cm];-Ń#8pqO̙J8h\#r
$.4fVE0b8bW̑j>6(]wķ6b +Zd~E4<$쎪JNIՔyáYdv8.W}m~V)6"h'F +,lO7yS-;EQv<+6K\LJ`%uFve +صa~rw՞ɕzѰ2TըgQ& +J`qR=i˫% FO##{E{ʽٿl-aC%M$,ՉE,a*O6Xmklsk +3T7vYѶ6x@=[~ + + (:4Ru?$cGr=v;2#C?I'[qֹL_w,n< +bfEIdUU3mf+0e a2rny!Vͨ-ZTNb>裗} +uS̅NiK"}Gsa kb0[{{|6#^t[` )}S0o8GC-76̙oRW(RHaX!?_9֙]u}Ď3Cŷ{ +Zh_4ehmVQhroe=+"B'עޠeDo_j5}Bw+2]V;H>5_R0jOU6Q$)ONGa]nlt;۶ZpQ:
]=bWm:-Iɂ\^U45JFH;4ض%+ĵsS#-5D2Z#kv.e%,@8j:M]<(~^2Xzz0~HiJ* Cۂ
OG6UbAT*4QEl6hS>$ȅ+{)z܂ڽ6ѫ7ÚFo˙פbRaX,D/Nά^p`5 'AQŋA +v"2מ;H'R +Zx#m{ү"phsPFF_UPYJa#435(Xeŭpgk87l=tϹg2q*1BGNnVe,ҕ%ń1!uQX*pyq"ɔk0Ǯ.70 PW1j'C+S$1MEV1~qqEO
b >qOhB(}݃X< +Ge)Ri8L7
R||8σtKRH +{÷,-2LbL[nK2NJLꎓ1Pv9.c'\c."7Zzycܮ]m;
g=ݗvF*aiS
-4dpcpE1JjI3+WR0;~Gƛ. +@RAͅy/s6mRV-M[xI1,aٟEodViLL.um.mν#DB:T*%4dLT!v1pXnpȍ1l⭙um<Rf]:.:p5hTY#&̯RK$5.I<*\s.ɉ:57eT6:$"l?~RxƈWb"c1ѷB2+ WPr/OMv27Wbؽ8YBf *r21οa4Z +YR,CHʬU9* +m{ + X' +uGZp0}Փ6Nh-w͝"c')a/MţQHw}X[wW}S +N?aę +,4-CUØq3Z,B_$SkY^()[X^(+:м_1`9)eV*1*'GoU TE>vͥlӯmk~e⻔!$F};k͗r%nKl
#G)C6V7Ը|`wO5,R6r +O=u]d6yU۬]46lyo-Pb[JxT]́> Xz +CTSAQMRvy,߹ ox[u)]q& +'GC$j [&;@<`7bm?3w*©䬨)%$%,nF߷%{M,RZ`jhYeeQ8qKռVYwŰ,dSUU3"]<FUk%kf9.AJga +#z
_vwzwJӂ<R0&+*hή!o-=-6?!3'#6.w*MWߕSÆ1-|Qz1̯_ S_\K
Fb1ln6+GۀOV[uYRfq*YPd5)D|ęi|mۈL8MomEa1&_S=6!o飧y> +܇˦VnKUU +J'U>]4>u5e(|,7I{64彮Zކ$2m/hY8P_r_):1:r-F?v{HZjd} G|S2G3dmkµ26{xudӉ$]T@@ +U|n +ԡ$R
2}1\^Ϟy(H hq|^0Pf/-}F'η] +1 +3sOHx}fHåZxt<#HIe\kl^*xOKW<]\>&'p4'yn'4u=:c9D6fNhˌet,&Zkub +&h7ڀ}{HyX5,^JX +a00424e,58gufmدorRE2u_/~r0Nt۶ RuTROOKd]ǷXrcS6!Ji{pp'\ +9|F_wmx|w\.*bqEK=w~.mζN%'3]rj|y:_hv|Ξds"C9 'MZ]vvyl9{PtSV!=Xڪ#7S:T*}ʌfpC{_=æk>u/+e<͘cCO=KB)!M8ɽG²d^\X1xFD6Ƴ|ݫ- +|'6M#B',02g)Xy1UT$a<[mSNDհj1V`6bYZl8LOM3kˬ3.1kz4tOM7Kv; +q_:IU7A>QVPTLM-l6iQX$yq4XHFQ5jb' f: +}X:AYS`@H$8;3ɼJ ;:8eymP~ё:ԟ8qVp8-{C~>qdKԤ1UͅÂj<l8xO:O:,ՌbT➍ᤤrfEb-Ox-5t>'EENTH^˶ٖral`vt/}ƔƟ}QsJ@q +W*]Ѯ$쭕s4 +5/)&6sD6ͷo;?9\ev* HB@LLϔtsoohrȤ$F'3RSÜvC:UAaC؝IfYI&4m߀ +}8%uooْygKTIàʼnxh_ٺF/wfDԧJe OAݠm}kxc8"_"& +a~Hcw)N')3 U^#y
~+*_ӼbȦfЃ8bѴ< + Qfof͡T@5GKTU;L'ZJT1Sy$ +Ī>evӓ'm$C $0Ǯ6Td֎adD +N[rcĮM3ϫv::i;jy`v+Wh| +^*ڈ| +MX#+5p!&-M@:e>x-.ܾ_$zA?E4/V͇U3<.Q1Sb ip8͙z.[IWiW_*ŪWiGTME9C%ޣI$xTߵdFĎUaԸZL>cu6Y8Q>U<XDysFjpIU
XG*kymFkJ 05eWvۄSWOzzS6d'UqzVmc{oq#xE'FGӯ[U=qf^f2D-rJ]hv=._0˺Vq8M<Y' 8(f_Q=eh:AUz%j*Jp*R':Ik
q˩}0e|dUt>tg
z:>(&CD& +<J3L4X$ı^zT5 +E/K=1K%YR.&٣;*Ѕ)3>tbCq8@tܫU~bAcɉLijY sE0aFbEx^sS2fΑ +JǦFi" 9~Soc&T{m12NFnzWo
QXDThn6<9~a8&LİQC5U%5iO +[I<{@FzJB%j1A|'C*IXAQTٓK=L2OQ,U4ҩi_Ptꞗf)I1,Fmdr>7KO17vr3Ey}[ +~[Zc0>5IS
HVIvt!g:#$1Hc"5<vޜ:q1i2ax4m,iN÷eJ;=3"JQu:YҮbesVytx%& DF܆߱Iޘ`2]UV'.')Յp[ݿgM +3ozOQ<[3wE#M-?K{X5#K5"I݇ǂ'IBN8DѢsv]HO@Dw"\i+sDmj&+7_9p<JLf1 RF憞{G +^'i#5;t,E
tY7SRDFrI:{>z8\ aa!u){ma_nnpAuVh˦Ҁ@3K}|?$b |ˈN&&H#mn{?9Gxyjq +l,JIqY|x0ˮ[Si`I?*FݹxÏ +^f\6Q|VSPP@^xfOH(07Z B:6e-*R:^~gZ LRFfވuVR1w`,t:M mI]h9 +w[*k/`iBqV1h%EHl=#@Hvl5ud:iHii>jx4TtXWᅫگXU>,85ާҙ3O : +|V\E^+驰pi.K{;04QS]2& +3W1JfpɚwӰ(3:M.MVjmμ0m@aѲΙ47 A8|f1|0s0o*Y6U` UQ~V(fK?JJ;vג捀 8etCuPɮАO +pҔ5ta[gُmv]7-H:F u^3?~+svx̴GQk58Ml3 "4X"ݕ- +p6t5eS8yڎw@"ۥ:
u{H3,%Ph]vo +ѡy+P5p[Zd7vogݑe9⒢p̽`GE$f]I(=D-l3\%e(N80pF97+:Dc +Kp#]n?Pwj +3)BVI%J$W#jpҒ֩INhRgY**ĎU-,BȡA!@6'S +dvs̔uX՟<SYX kF$4+3η) ѱ_păqc=Ѳϳ矲:+T *$qΌnRDsL)t~.
YQ_%.<d uG6 [TYG+`AKI4۠v*.ԝoߐed]pޅ%P +H<j+KKq(ZQyDZs42Uc-)FY];$8WHyՓLJ
þĹW?(u¢s~3Fpv; 7!{~,i^ѷ +eJ8+3 +T]\F.
p#Oއ)r)bxj_l cI%,pA]C0]N~OYw0|F堕&ZȫI"D+@T@vAf_JJ1J:>"KwuHש10?\::GUat3eIlJYFY]"+(XU$[R=Ne*n~<GPc#x嚑㐅_NfШF͇_4USM9b;rKag櫨~"ʫx$5nM鏢4uSņI1aUK4 +NLNW֏IzsA1"լ~SJX
;!ϮZ_RRRI +=qjҧ`S<
[[pUsuً̝;&W=Lą7TLy +.5${uVeyէݨ +*>'b-WPWи*F+,y4d̬9m +b~A5gz"0?^tpO>uKSVFkpF$xebQJQĻ֦}m̡͔)螹aD䈫x`E{S*VpBsWh` +N-zcŰki +Wx,WX$0J-nHefU[0b|@VjJVH3=y䳔%!R\QR2%K@$썘喇#'qhx]n!t}aOׁ\<S|\Օ}<D]d1mA8y׳W[pl?"K`J8$8d9-1k@[S<.yhSv>Ocmt1Z1_L?7E,t_*`uRO +7ZOrj:|6;1F;~]Ž#קt̙sn|ylp % Ǐn*1OE(yVhuMrԹBzx
D;x:F8U-n3wvTT43+ ` +\r%1}z(_o|Ջf:J|/>%=ZFډ_/۞v'ӌdUZ90H$5^yP?Z-w
3W;问'OO[cV冲DuXyIܕ| +1OE5<m?u1fY̨(4¡ZZvb1Toc&@}}*Uo`Ea
eݶ\~G#' +25K.J%NlI-VHJ1 +867).
EQJ@PU>p0eBSta//\p< $wK3b{O +P. H6+qu7d-#ȷ
L7Z)C2x
G&U_W-RÃIЯ'ɲBаz0#m'C#В+x7c{}4l#k-R1QST6C\#{})xO/Sja HpaR5phi:\g> +NWTct> +C%|I12R"i*>eVZ,$pjoF=G=d>^c`nY4S_08quy/8tma|E,?^` +;jN0ctP[jǁ4$ӄ#֑==5X]dCްOy̓dʼHm[C~ _Q< +HLZQxS)$ĉ +&v=]T+ucӾQI6Z"*$<;g +pc`( +TL6M7#jx~nϓ8DUWGCZ +o"x.3Bp'C3Z +R1n|nE42^ +Y>fɱD6ރ}<bẀVVˁڊlW+GYC,o5rMnrAp 8t:5~y%21i ڱ~ +;"'7~^!}y7Oe`QZ_*"vkl +HږoSiIQ^nն|*p'2Fq ,37ՋB*YPonc洭f-B6kD
_ +d4HԾ(<HP=òAWL没@,62/'ͮFW0w[@R-Ҹ`~.'1cF|slC9ᒠF´[,tKXQ8p[KZ=lOY^:TrRl]wݖ0Ye5,DU?ij%r\a`ӃLf jH\Dyb6tʙCum;~r9=dEM=Mعm"RT\Xk߅[mN(kG;v7=*.cJޝl'c\Rx^TB xe/2 B
ׅ!u|ӼK^8djaa."7j"ٲwdWۥ%F 'c?/dZ +#<@ +_ËSM3& +cD_?Ghfꘘ)IEC +̨asڇWf̃vCmIP/ţKJƽv,9hD3t;TҥL4*7-EYГ2M}0`Zʍ&| +.-*Hz(:^#`%IazƦ;5:_kÌ%B>1bgPj7]A6\[^,[BCI̽L8$[)F8*fZx0J_%/BGcA2Qj
F_4~ѱ))=>ҩf +;$վa=٪j*S<G37"R~mf2<S!U8<shyJRSQSSҼ0 +ڃTWQzg|X>!<`7F ʞזϻ;o1ŚĤA;AT`UV']膧>P5yTm?;K]_*Sqd-r}z˝Ur7`*GnT+wRf!ĆԯH mN\2ضTI0Q=.uү]qld +ƫjk<CFIYx<>euUrKȖ% +e'zEαl>|Ï*,p`HEQ<'V|Cb<'&`V;PD*+v{ck-KD-<:G}1^*5@d +fe${xncҺ,b0`S<GrM-߁Y~l Fكu1_A"Xaw +֟?a,2/ÙpcSj(E[h*[íXk1HeGŴht{ѠVW +uƺ?88)NTg0~=(zlW$&hj35Ƿi
Ctu +6PK_PT_GDSJԹ&<O0Įˏpޗ3RcrfUA,6I%kp;g)P"˙(+&105Tn`jE*@54p̶a|8~E}fu10jUDj, +D7r5 ȏJa̩q¦\U@j
E>%e`}.Xſcxq#c=T'1M]<lj8J֒8`}Z#h50fJu!56!)H%XpA92GewdGW1E +o~x+0t n#_^% +coO-መ&7Fx>uZs,>E5 c:Y|Y_8te)(BS +$5xwVnݵ?ĚrjJOE̵Xo]_3T3rM=Dž:sϕ);,1*2fa#~.,+&xZqʖabT[R;E`SI )bOv_p撗IMnVPepvT8-f8&\.y]/ OҎӵEEkIB wkrj 莉+/=T(SxqcU$m{l.xcǪ[AN$aW@ ztW'QQQ闬ܥd7"UTfvT Y6{;ȹeVIΤ{8$VR#`P"C%ۆ i>dxrHa22U9S1^4L22U"c +2 +|3 +!XQǝ:nV(ɩ7qJ9qq:qQ^|"ijMF:4'ܗswm(&D(tp' +?]4+bQF!Tcֿngeݚ l=3۽05*A#4lp'g,+z1
gDXUY'H6IO-ܮq8$;b[[VU!:|+|p8@ +V1pjEXq̡]Ge|$eޣ"$"fDэ +o,[Hi棂SuSk>}p
3g5=T*l5ػ+!,tkK8@$*|7k흃PD.y1M5T5pa"֒ $D{O-rаdTX<IOėmH.ᒛ%`nYI;諾 +l0=! +GNͼESFn -vTXu٣qe2n-)J@ +:y'q`xrUzA15G[Qohtbu?PW`ŋ{:|xE
t4 +w .$%8UjO:㈦HQVKff-nXDuKt8(CQ%fc XsHHHQahzAފ3 +ʌ'2APƛ`= ĦRfcXndI0dK}u +o5@э +gkY~;LdlQNt+ZDzmw#NpdY(`ƞ_o:{l5㛩{}zR4pR=Z]Ll#ˢUYUĺEA|YQOIK4܀u:ݚz.⍄Vu
"_ˠ"@,GYբ~\`zjgYu8u?6JQ&3!F#~Q؏Z>I$-ةp +1<.[
#KM)W<oKgsbP`I<1]<izEşP鶥z/)/8#cBg<9ELz-rX1Ŏ<CDSpNwoew*̤cT +pIXwtM8mM;f1f#߀Z,/וzUUzԾ溜b6x&깞T;_˅DPZë_I(cƠ_ˊeDAKQ(AE&xT?,ae\CštGZ'Uʱ&G<d7m1|h~&zb, ͔ oHf2?S^~,Onu>U4wo"8)O/={VA#֍7wgqu)bNo_so_VanG2e* a%Ua +B,6wU0Q} +6\D]3mÀVp1?:<N 7xg\n3'\Pj8}LZUMƎdumcS/f;cGI\j+|~U4%أ{aĺϛ>'XI/5 CTAz~ʹb)й]V)vvӹ~%pHQ +(}I-; +endstream
endobj
19 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 35665/Filter/DCTDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceRGB/Width 205/Height 154/Type/XObject>>stream
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +rS&cD5Ts6'E7FdU()8GHVe*9:IJWXYZftugvwhijxyz +()*6789:FGHIJVWXYZefghijtuvwxyz +Zev){.'J +)X(CnzlJ<Y3J~tT4Ob#J4vS&ոCdfSJ$d +ו\j;⤠"D#gU,'K*RYi):I=qIÆ<Ual+2Vo6W
4L:X]k/rܙ ip8>to䨷8:nbHT8l(da=d>54=GٯjLGGOUH1.H +D|H&/^&@QYƓB1,SܑW $-vp˭mgkIZБGY>Tj1U5BDaI0úOAN-ɕ(h-cSI@8s=D(F|;5[u(ಟ&ٲ^X [*)FDZz-;iO<4qpuR5
*
n 5EZj,=(a:^r*TaS&IX6/`<b(:P:ڌV?)ib*ip$/HV፴:I?4pR@kx*uwK(͒%+v. +}I;Namg1#SH +#SĊE}^8{"5HI})?n*vPL!%X)*֗Jj:oN°Oxn +Y`©*JQHQHJ+FJ-«4{$ή +Wt3_֍%%|X|Ը]G˵+b3M
4S^I)%ћb7:;)e@* 'e*[.%( (ဘHNB8/*/
kK$->mPR$`7# +Pߵٖ)&qLp6c wͶCA: +*ʉ1%c!00p +/u
=Eβ_Qhp콏VC-?%T췔cF3}*˻NB?} 71ʭڴi(#R %cgq7Һ<R|s JX!zb
*0#Eyf@Y^U{rtą-F|80N&:~0r6BHWd
61I]p:u/ESJ(*ij^(ˁ*B)m=qad$ Jўa69jx NG&y8NgjtaqQKQU +nnQ~ ++f+_xP +$[ +] +#r"ݾo:+HpTWxF0Hv[K^IR<[%n;֤I1yj̷b-rXTTP:XaĚ8]GnQ*ӌq]SG+804I*п^~#}vMcrSh, pL:K!jrrŖ}ޛם ï{K쓴k]7lHV:@`q5NR5\tTU)S
L~lqmdMBف"wx/I At0v:xjOߍw!)KXV*` lX-^cI\)?#"$IH`TK2Lg֖#SR:xÄTfmU6}!]uDJp'D#Z3&)j|MGbD0ISG\-Gˊ&52<YY@+vooh-+N<<QadSMݬVAzp +|j
C'oi$WZa ;<d9|Z&&`ABE:3ԛh +O8%; zI 5Ueb6\XիUl&vBMVuW]Sn6|E&D +Z{HIBmyBxnDap30=8PSܓ"|_̥\1j:)3c]Cl6<~::yrigh~Nk^%!8ή,(Rv9y +*8tF +lH;q +/BhWMuLԺcԒVLlvܣEymA^)m4qÒ5Vf^]Mg +mO$ հI,9la4"b<-Qb[
=/06m6uPT1;$Ūn"VPAFS~u{0dqV706inG] WTaFmjn4#T[KST*| ++l{[Jz hF1\Ta66,ZAWt{6++CpYE
@$yh5 v}YݱD0)ԮW~:3<GPLI⊶Zrb]0ԋTueybLDqSmk+[v#N@Q:Ǡ5@aS\|2YiU/4H&mh6`,N}Q!:V4)?wJ +%DـEOgYJ\2%EVjOTK3M$b1!FnI%}K6Xݻ +Cd4 +W +9}dp`IQ1zPuw={"a +[XvRڳ 8b3pl,2t6.&:"|i$㲃>,u6x--A*~nW~{H# 9Y3cl+>z #dpI$cSM6Cb#D-F$Ǘ\|yűޠʵ2B!jaIhdWhLn.Bd2sw::HouSWYK H L'>>T/$RGgpj\^:>j2 J)7N[ek=1"vyKB-ce*}%LLMq(r.Oʘ}lp32CC3ܱ# +W#[da&xD +Gb2̙߮}n9,J qhtk(A5Tı:;j8=n5NPt
qvQ܀ +̀vlglI|s@(ez:|Ņ2␕1l*u> G /-Ԃ&N4u'TÍbˉYUqV*58kk(I$F +pcF$57㦖eFRXIIVp$Uih{6e̷x\'֤y..Ҵ~dp>U\CxuD5L^#m#̅r +v(uIH&AQpG4WjHpO:S,nÔ6xv(wKQk. Dh>t'̿1r[lӇ.g\
YnT+EĎ-$ٯe:p=-#2$ONon ԲL +aṟl[ۣJ1vhAinAV3JN?\yG-u&:JfIG,BAnn9vIA24U@۫sgj7Ũ[QUDRWf +oKXƈQe̞6ZdQ +ʨC:u9
7[ĔcQ[)RGΙpLO}>xu8P'f?{ߚV6-jPPS.c1^@dKғ2 *[e_"}<k(,Mf$mg(sg|zj<b*u'MhE˘'3{5&WpF)%XKWY+3elEWZdHK?:쭜SaG@)%1HZl$U10cumDZY<BvqvW)$SA3J|7sY5M䡧5% +( @7JPg: +J6,g)fzl3%`d,qeNĝn +i 3ZE t_5iv>;';('>fkIr)Z +Hgz;"uNb-T.'zEidEFI_9Y!O\ ԡ*8ͳyR +DOI>s3@4^9F$B<X} ۽}Iu%*ELƲmɹ(ϓkj0͏TU`X 4U[hZ|se-(Ax:#w[tr_KJ))%Q铺bX`-E
}\LjFĕ<;)xn_Уp +$6c^q +]?+1ˇViQ,1!a +k*c8*aV7k-H4WP'gPiB]HL1GE'KSsvY3IuO&u
=V:uN 4)m^WzG2Un1ORRbt]TR=U<ѳb +/dmn%)RL̀rO$tϳG[7~*J9fˀfиЭ.<E#_.ǚ#K sMu4Uu*S
!i*cc&F<:ZV}PduI(bs9::5 +hQp\9XbgYb$嘒I'_o&K-e( +G!uxa Fـ + T*Wcq~7:cN t>Yb$HD@θg/L=, ɘf4[Q*:ƭّkEƣ9J 3 +6+u +>~v;Ŵm8% S;m_]B +"eQ +Aи,V\.YphUA${n}ŭ@b@ᶌ-˟(88X6WEB2=UoN<ƫ2<V$Ge*MIf [¡dvc +vţl
$qC!YW0!|5A->abqaX2͗y"zNX +#N =rdtQ_ĺ=zVFo6Ml!xz)p$ +I3BF"N)땃8uvXpŲQ1g9 +yF2/u<73FZJ0# ZֻA5%U^$CIQ㥤Bb +3"btlo9M48~XpJv"c&U!zD) |tѼ*JL1pZlzʘ1dR(0%J Xmؠ:0> +?lđDPYբ +}6^pƣa٪#ΒXLӵZ)c~߳m\
FA$GP2~m8vAg +AN!zMYq73_aUM4kMJmPxLi~j2cv9ܔN0oV49y{u +{,G]v[aJr`<$Fzf}Inɮ[q֊аbI"lQ6&1a2<oi%x((Q4yOo9QKinD'i8GMFylYB[O#슉c&u;M?.WƣaΌ9ibX26un~w(P 8B34%LvNt
^)ӾeʡMLrl^hdGtO'؉PY (lgQQNR +?P=6z +/5dM@U7y?2ˀ(n徢?ZzDjQ>l#nV11ƮstZQƋ.-P*1zjjqyZRCxI߉EʛJ̉#-\Ib'M*GXEqN]*Y2H`x `zk7Bq/T4nIw){m, -]+CPR8ԾRSfΣ,sjWbVUu +TzR7u(cb +QW-4sɰDZ3 ܓ½^bt&'8GR :ziǦC3R6|:"r)(q +HjvgLLehl
yem +,aj}* vp2ɥ"c
p<8F=企XWuKOnc'Ul`w9-Զ%A
H>%* +_tn9X5 `Jvlp6o):
/rFrRj<ѓ3ds5qVHEZFp#\>gޡJJAN0c}e!hQJfAT.e2dɇSaoO +@Zd1!.O}oX<:N)$Tjܸ zM,90L:,E}zdC%<.xj<<l6Y^i┠ZI5DZ|/_/6 @k
^-Ҙ1>O-_4r%cUJP#߰q$~RH&A$hE˻Z0l 4x§zCt<:n"V H֎:ɿtR#WA;F;(yBV 0&'nM8s5]:ԉj: j/.34I +F'y«gGTƲ5(tL
ޠsOS36Zk0QPFii𧊨X]䐒i%sam߫<ˁ :N8aYdZZ`GNINu[9uk4Éi'4
+X./%FfBܷ +4f,",;mMk<uL\)>To/R}Cb*Xf #l&4+blb*ܶ\,+.Z|BD0լecsB59#̕8f;JeA9kZs<^CrX6iuJ +1HLj"U]]bުP{y$9jث +PfBpHǦ{oyi<JL<z=pi;:r5|6͕>uG +:Z('VGtԨ`0HR;G}H}դtjG QϼYsʶu(HLJ2AIƛ[3-%mD4qf +CK8ekEf ++ԞdL[K`0-YS!G-tF[=pRI'JFh!gD> ᇳ|?Pz[AOݘR_6!V/n-P#笫Urxt8Dq/V*deO/Ao<emaZDABGtUom?hTuΟ%怢Wa5PHVH,onmR.JTy)2ּF.X.e
w2`I@,HIb-vN >ݎ3lQ@:&8ўG7(ZPcTI#MzzWc/a/V3sIGp襅$,B9R^m\*|0m:Q;OA;([ŧ:mK?0D>gW7k&LӖQWkd*j9 +p'Y(jy%id!З[Nnz۶IgG9Նy"AAҙ#3F<h`izOIsd'ǣP5d@JTvg)֕ +P88J9it&DpH +]ۈ褋#F*Ӟ`_B_a ӴwWW&aYK1t'STR>/y`.X(_vǃl5sp +W`mO*)i4jQXn|G24É?*fX9#6,uFk*=Kxݖ턉^am/:wFR騯Yc/ZMJ36< +gZ5 +NH +moS1oGF(N"g-JQOnݥo +BN8)erKi}Z*|0Bnv^g:^Ґ:iv^)=O$O
bbUHpMeH?-P r-^#zZ^_ͫɨ߲:x̄Y xGn2D$
@ +nf~;PEI0 +]aeiLOH0vwٕrku] ^A vm͙.ayg##|.9kX +zѬB;{ܧ5j\YP; +Nٜ0۲vg76) 8C={z)OԟJG+#8]3:ަZHbhj +bE +_|Npܠ '0O=1A=c9HqWBS
(_ViFcU +**9"E(j$DږV[*YH;|
˯CJv{It.#I $GEaм}E]|[.abԡ|M$xLɑʂubIo5d֨hCJ$v'@{˹nJ1(1zr3bi)h͞u@]6F/
Ɖ+¦Bb>#_`Z͚kjP!݈i6V-Elf`|RfJ>x)U-6S\V@4ga!(,H@{4bROM,rѥY)qPrNKkMaFW +LVʢ~a5'0vI{wn{պu, lQkAzCxW
y"&8梕iڜ7Y+E$Ns"G/-20 Dn4,_. +U +,O+f;6cp2=N'n;vN\`r &[Mx~Y]T$mnxkzEic=,O]Ծ0zJsQ?:
a|<x]qm%R^nսF!˽gvb1h){4ThRmwҶ*OқҦ1<~= }86glOx씰ddiMQ9+ +x3Smn߆5Jp +Jc@5oo(x)aPd3 +t8G0ndjsKlBgdo1¢r6*H9zBAF b'u:I\0]*:9'jJ2a4nk4 +]#Ttp.9-.(%1I{[嗍 +p'3я>tc}-l6*6QCXO$ƪeeA`5i麏%%$&AԜt*Y݇72Z)+ Noty6/
tX?NW9+-%|zBj0@!HG>_nCJK +6|cGJ~7}/f_꼷pj * &8`6m +Q[*GMȱbu*$"rX<s2Ĥ +yȞ:rN.f2,%qL8]Ц;TX+\fGJN3#\0rشA'l ]WñLcYQAUuZ}N e4*K +I%ۍUlbDmbw[Vu}DCҤKRL(#0+"ci):m^
(($cS텠FѪv%g,Nr?YrSe;8=æ*1$`*+&xJ))%C*m{
~iM D@ +hqX]P˸˰(Jnv]u>5岧 +Ű<BW
lI[ܸ#P fP zi3@
K y|]>bMp9TIu]u}b5q]ӥƖMkV +d$kew֨$}"D6i[ Qn3aN#^%4pc(RHXX4(QvkdMҀ>/gGQwiB~`='g1>l\δ$舕4MDPxlȫ"B%G܇o D|RG_N+2TPL{o%(:c8&
gصTY~\q?)')ՙUGFlv8,R>#(rƩ{MUdJ3CIttm"E +T3a"ltB{d$=T|ǜ1_e[rq#oÜ?}VUsiX!:)3R*n nrZ},菸] \P0C̠^wŞA%ĝ5S "j +&ik)&!(2RfA {Ưr\(ґǧ]ӄ/tG9|Avv:zU%I,.Z +5ʂ +W@Y,bs-ԣ +0<07)B$Fƕ~rșOQW%=~WiUez40.vnb +1$(p IцXLF̩O"RӊDJXo_((l(Ԩ1)՟KU)R͇YHqjYbqWBMBXCk +"cOOfOCz.%5N9[aXҒzFVP +pAAj8z/q:L\]d:/uǫ)iJ%Z%[1[߂] +,7irn[r
U;u n E'ޯbVuW)|%]]LTTѢL'pU&I>^k@Y
9眧|ˊ5>c`FZ:4"t#ȭe +qVnY1 ODY +?SGJ1Pd&|OҜAM{1W*/[
6n#"6t~;]aIz +i*Ү&Ze
x(̬.[R1i EӜ_uN +zhsd#=>r!
Y5R3Mt}mn1u&R äQ{@:^A)8
a5XSsSr4.b>x
" +
luS}Vz +6JIDD7&u]FR̙7hpW?iG|Mݡ*g0˷J\A +>#ÌIN<MWx +OBr't!`ty
J +Z,;©i`iZVew;&]Ϲf0HٻVU ZteDD DUadjN,j1 +AGd2J&:E<swvl/kyRXt
S~L؝D$ `'ZVocV3%=9땦d6-bwa2$c + +Jlz*di䨢1:,lMKqPRZ>i#gn{ne-ĒP$m pzj +Zh^Z/O+3#5&o.Sw]~7'L@!dcɸi/ ]<8
4f1L0azS)" +0 +#JIoU36
bzO%CDjdHӕVODO>}4lv5c&&-<qŜQU w`[tnIRcKY#1=ti;vl +u4Mė/~KjwiΊXn.\:Ie?f,6Is5gT2=- df%K)ٶ Iq +J +hi36WqQή#މ23; vy+āJC xΫk/r_,Fdbk$ + Č18a=;E Cy +~DR
1F.;1p)t(IK ʓ?*~i0F&***9<1V#>Ď$|fئ@pz~?hz+/\pr,=E|J M$MYɲji#a#H豰v"OUan.]I$=92@b@ ++~tLEuxTP +X4XΉQrBT? +jwMDɌ18_15pKj$NqƉwG}uW7f10 ®UF1Y6;B7n2>)( +f=M<R6GOB:DFgije|YjDb&F&Ma2X +=tWr4mN8u~\ +WGx + #nuKǥKMA6Wux3hUFTj0{ӹ֛u( +Hdt!_0\C4t"xQ6kfihƋKN5c{\pY5
|@a-ZDt3uiz
PGOb)yhJׄQEXX܅:f9AmPvN4eupMPzF\!d69@0-ɴZVH"vkYA@g:*P.(Hn^PcL?SИlI0CRVB,
__g)f/?;|4O +{V^źO56*(G,M4A1TiEk=ӏ~e +/ +\ +3?Mq}=m +endstream
endobj
17 0 obj
<</Subtype/XML/Length 3302/Type/Metadata>>stream
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c037 46.282696, Mon Apr 02 2007 18:36:42 "> + <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <rdf:Description rdf:about="" + xmlns:tiff="http://ns.adobe.com/tiff/1.0/" + xmlns:xap="http://ns.adobe.com/xap/1.0/" + xmlns:exif="http://ns.adobe.com/exif/1.0/" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" + xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/" + xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" + tiff:Orientation="1" + tiff:XResolution="1800000/10000" + tiff:YResolution="1800000/10000" + tiff:ResolutionUnit="2" + tiff:Make="Canon" + tiff:Model="Canon PowerShot A400" + tiff:NativeDigest="256,257,258,259,262,274,277,284,530,531,282,283,296,301,318,319,529,532,306,270,271,272,305,315,33432;61A673783E262E836328FE5F0E8EFA3C" + tiff:ImageWidth="512" + tiff:ImageLength="384" + tiff:Compression="5" + tiff:PhotometricInterpretation="5" + tiff:SamplesPerPixel="4" + tiff:PlanarConfiguration="1" + xap:ModifyDate="2011-07-12T12:21:23-07:00" + xap:CreateDate="2011-07-12T12:01:20-07:00" + xap:MetadataDate="2011-07-12T12:21:23-07:00" + xap:CreatorTool="Adobe Photoshop CS3 Windows" + exif:ExifVersion="0220" + exif:FlashpixVersion="0100" + exif:ColorSpace="-1" + exif:CompressedBitsPerPixel="3/1" + exif:PixelXDimension="512" + exif:PixelYDimension="384" + exif:DateTimeOriginal="2009-07-14T10:34:15-07:00" + exif:DateTimeDigitized="2009-07-14T10:34:15-07:00" + exif:ExposureTime="1/400" + exif:FNumber="38/10" + exif:ShutterSpeedValue="277/32" + exif:ApertureValue="123/32" + exif:ExposureBiasValue="0/3" + exif:MaxApertureValue="123/32" + exif:MeteringMode="5" + exif:FocalLength="422/32" + exif:FocalPlaneXResolution="2048000/175" + exif:FocalPlaneYResolution="1536000/131" + exif:FocalPlaneResolutionUnit="2" + exif:SensingMethod="2" + exif:FileSource="3" + exif:CustomRendered="0" + exif:ExposureMode="0" + exif:WhiteBalance="0" + exif:DigitalZoomRatio="2048/2048" + exif:SceneCaptureType="0" + exif:NativeDigest="36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,36868,33434,33437,34850,34852,34855,34856,37377,37378,37379,37380,37381,37382,37383,37384,37385,37386,37396,41483,41484,41486,41487,41488,41492,41493,41495,41728,41729,41730,41985,41986,41987,41988,41989,41990,41991,41992,41993,41994,41995,41996,42016,0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,27,28,30;1415DD4A18F25440072891B84A65FE3E" + dc:format="image/tiff" + photoshop:ColorMode="4" + photoshop:ICCProfile="U.S. Web Coated (SWOP) v2" + photoshop:History="" + xapMM:InstanceID="uuid:7CECFCBEBBACE011841685AA9CCA09F5" + xapMM:DocumentID="uuid:C377191EB9ACE011841685AA9CCA09F5"> + <tiff:BitsPerSample> + <rdf:Seq> + <rdf:li>8</rdf:li> + <rdf:li>8</rdf:li> + <rdf:li>8</rdf:li> + <rdf:li>8</rdf:li> + </rdf:Seq> + </tiff:BitsPerSample> + <exif:Flash + exif:Fired="False" + exif:Return="0" + exif:Mode="3" + exif:Function="False" + exif:RedEyeMode="False"/> + <xapMM:DerivedFrom + stRef:instanceID="uuid:FB4D5A37F39CE011B6F8B3CF2E552537" + stRef:documentID="uuid:FA4D5A37F39CE011B6F8B3CF2E552537"/> + </rdf:Description> + </rdf:RDF> +</x:xmpmeta> +
+endstream
endobj
28 0 obj
<</CreationDate(D:20110712122634-07'00')/Creator(Adobe InDesign CS3 \(5.0.4\))/Producer(Adobe PDF Library 8.0)/ModDate(D:20110712122634-07'00')/Trapped/False>>
endobj
xref
+0 32
+0000000003 65535 f
+0000000016 00000 n
+0000020455 00000 n
+0000000004 00001 f
+0000000005 00000 f
+0000000006 00001 f
+0000000008 00001 f
+0000020506 00000 n
+0000000009 00001 f
+0000000010 00001 f
+0000000012 00001 f
+0000022389 00000 n
+0000000013 00001 f
+0000000014 00001 f
+0000000015 00001 f
+0000000018 00001 f
+0000071751 00000 n
+0000345787 00000 n
+0000000023 00001 f
+0000309929 00000 n
+0000022613 00000 n
+0000023001 00000 n
+0000022500 00000 n
+0000000024 00001 f
+0000000025 00001 f
+0000000026 00001 f
+0000000000 00001 f
+0000020841 00000 n
+0000349167 00000 n
+0000023665 00000 n
+0000023268 00000 n
+0000000113 00000 n
+trailer
+<</Size 32/Root 1 0 R/Info 28 0 R/ID[<F2C926B5EF2FA34C92886BB35B3E009B><2B6CDDA818AEA84A83B63AD5CEB212EC>]>>
+startxref
+349343
+%%EOF
diff --git a/examples/text_graphic_image.pdf b/examples/text_graphic_image.pdf new file mode 100644 index 00000000..e551870c --- /dev/null +++ b/examples/text_graphic_image.pdf @@ -0,0 +1,627 @@ +%PDF-1.7
%
+1 0 obj
<</ViewerPreferences<</Direction/L2R>>/Metadata 22 0 R/Pages 2 0 R/Type/Catalog>>
endobj
22 0 obj
<</Subtype/XML/Length 16073/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> +<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1-c037 46.282696, Mon Apr 02 2007 18:36:42 "> + <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <rdf:Description rdf:about="" + xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"> + <xapMM:InstanceID>uuid:3061f54b-da79-4e4f-8d50-bb8ea880972b</xapMM:InstanceID> + <xapMM:DocumentID>adobe:docid:indd:9ea070bd-7cd6-11e0-b511-cc88c39318f9</xapMM:DocumentID> + <xapMM:RenditionClass>proof:pdf</xapMM:RenditionClass> + </rdf:Description> + <rdf:Description rdf:about="" + xmlns:xap="http://ns.adobe.com/xap/1.0/" + xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/"> + <xap:CreateDate>2011-06-22T10:16:27-07:00</xap:CreateDate> + <xap:ModifyDate>2011-06-22T10:16:27-07:00</xap:ModifyDate> + <xap:MetadataDate>2011-06-22T10:16:27-07:00</xap:MetadataDate> + <xap:CreatorTool>Adobe InDesign CS3 (5.0.4)</xap:CreatorTool> + <xap:Thumbnails> + <rdf:Alt> + <rdf:li rdf:parseType="Resource"> + <xapGImg:format>JPEG</xapGImg:format> + <xapGImg:width>256</xapGImg:width> + <xapGImg:height>256</xapGImg:height> + <xapGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4AE0Fkb2JlAGQAAAAAAQUAAimY/9sAhAAKBwcHBwcKBwcKDgkJCQ4RDAsLDBEU
EBAQEBAUEQ8RERERDxERFxoaGhcRHyEhISEfKy0tLSsyMjIyMjIyMjIyAQsJCQ4MDh8XFx8rIh0i
KzIrKysrMjIyMjIyMjIyMjIyMjIyMjI+Pj4+PjJAQEBAQEBAQEBAQEBAQEBAQEBAQED/wAARCAEA
AMYDAREAAhEBAxEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAA
AAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEH
FbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01Uo
GvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJ
WWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2Ei
BnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfy
o7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiY
qLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMBAAIRAxEAPwCbeU/KflW58q6L
cXGi6fNNNp9rJJJJaws7u0MbMzM0ZJJJ3OKpt/gzyf8A9WHTf+kOD/qnirv8GeT/APqw6b/0hwf9
U8Vd/gzyf/1YdN/6Q4P+qeKu/wAGeT/+rDpv/SHB/wBU8Vd/gzyf/wBWHTf+kOD/AKp4q7/Bnk//
AKsOm/8ASHB/1TxV3+DPJ/8A1YdN/wCkOD/qnirv8GeT/wDqw6b/ANIcH/VPFXf4M8n/APVh03/p
Dg/6p4q7/Bnk/wD6sOm/9IcH/VPFXf4M8n/9WHTf+kOD/qnirv8ABnk//qw6b/0hwf8AVPFXf4M8
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
5Emw5Ooqe5GKv//Z</xapGImg:image> + </rdf:li> + </rdf:Alt> + </xap:Thumbnails> + </rdf:Description> + <rdf:Description rdf:about="" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <dc:format>application/pdf</dc:format> + </rdf:Description> + <rdf:Description rdf:about="" + xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> + <pdf:Producer>Adobe PDF Library 8.0</pdf:Producer> + <pdf:Trapped>False</pdf:Trapped> + </rdf:Description> + </rdf:RDF> +</x:xmpmeta> +<?xpacket end="r"?>
+endstream
endobj
2 0 obj
<</Count 1/Type/Pages/Kids[7 0 R]>>
endobj
7 0 obj
<</CropBox[0.0 0.0 612.0 792.0]/Parent 2 0 R/Contents 18 0 R/BleedBox[0.0 0.0 612.0 792.0]/ArtBox[0.0 0.0 612.0 792.0]/MediaBox[0.0 0.0 612.0 792.0]/TrimBox[0.0 0.0 612.0 792.0]/Resources<</XObject<</Im0 13 0 R>>/ColorSpace<</CS0 16 0 R>>/Font<</TT0 14 0 R>>/ProcSet[/PDF/Text/ImageC]/ExtGState<</GS0 10 0 R/GS1 17 0 R>>>>/Type/Page>>
endobj
18 0 obj
<</Length 817>>stream
+q +0 0 612 792 re +W n +BT +0 0 0 rg +/GS0 gs +/TT0 1 Tf +48 0 0 48 62.6667 672.0521 Tm +(Black RGB )Tj +0.502 0.502 0.502 rg +0.028 -1.861 Td +(Gray RGB )Tj +/CS0 cs 74 0 0 sc +0 -2.028 TD +(Neutral )Tj +0 -1.2 TD +(CIELAB)Tj +ET +0.855 0.863 0.439 rg +q 1 0 0 1 451.2545 532.1 cm +0 0 m +41.507 0 75.155 29.252 75.155 65.336 c +75.155 101.421 41.507 130.673 0 130.673 c +-41.507 130.673 -75.155 101.421 -75.155 65.336 c +-75.155 29.252 -41.507 0 0 0 c +f +Q +0 0 0 1 K +4 M +/GS1 gs +q 1 0 0 1 451.2545 532.1 cm +0 0 m +41.507 0 75.155 29.252 75.155 65.336 c +75.155 101.421 41.507 130.673 0 130.673 c +-41.507 130.673 -75.155 101.421 -75.155 65.336 c +-75.155 29.252 -41.507 0 0 0 c +h +S +Q +Q +0.855 0.365 0.439 RG +10 w 4 M +/GS0 gs +q 1 0 0 1 350.1097 513.3745 cm +0 0 m +174.545 -157.091 l +S +Q +q +307.1826477 0 0 230.3869934 85.1999969 108 cm +/Im0 Do +Q +
+endstream
endobj
10 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP false/SMask/None/ca 1.0/AIS false/op false/Type/ExtGState/SA true>>
endobj
17 0 obj
<</OPM 1/BM/Normal/CA 1.0/OP true/SMask/None/ca 1.0/AIS false/op true/Type/ExtGState/SA true>>
endobj
14 0 obj
<</Subtype/TrueType/FontDescriptor 15 0 R/LastChar 121/Widths[250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 722 667 667 0 611 0 722 0 333 0 0 611 0 722 0 0 0 667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 0 444 0 444 0 0 0 0 0 500 278 0 0 0 0 0 333 0 278 500 0 0 0 500]/BaseFont/ELUSXP+TimesNewRomanPSMT/FirstChar 32/ToUnicode 21 0 R/Encoding/WinAnsiEncoding/Type/Font>>
endobj
15 0 obj
<</StemV 80/FontName/ELUSXP+TimesNewRomanPSMT/FontFile2 20 0 R/FontStretch/Normal/FontWeight 400/Flags 34/Descent -307/FontBBox[-568 -307 2000 1007]/Ascent 1007/FontFamily(Times New Roman)/CapHeight 662/XHeight 448/Type/FontDescriptor/ItalicAngle 0>>
endobj
21 0 obj
<</Length 317/Filter/FlateDecode>>stream
+H\j0EY6Gb14n +^A~#SC-Y; )T ҽDUT~=ـx
ީ$ۛZfhH,ӌCQD9aG;q`1_Uzb(KؑK_!Ze~?/[\<By-N5ZwAU4J(i +DvwT8}2T8e 39ΙJb> 3S]_f}>2f\|r{f=T8r5gm!Pkk|9~@*W +endstream
endobj
20 0 obj
<</Length 45819/Filter/FlateDecode/Length1 101292>>stream
+HytWǿo7M, +o¶yeEy~I%P"ߜ2$+&u~V~Ox>2)|$ǤXF +3(%#i:=(Ƙ+$P&dLE9MNGCr89WG\,W!Aޓ5hll`2ooڣT +~1|L+Dn1l@98*zk +X +lrJw/ui_漧}| ?j_о٩}S}>]T*?i_־٣}Wr.u*TFj_Ӿe~˝(9@rX'ڗ9/w>!<zg_Dor2G
cL!s0|N.ӆC!r9o\0D.j"ˆC!r0Dn"ۆCAXH!r6D>7Dj/4ZC1_2_2p!G>+<"yD$wȀGD +="H!߁^Q!"PBeGD="RyDdGD{DdKDFzDd=
\"GD6o둑;Fy|dij<T&..K3å;ia4DZ"
6H[M$ig7D:"ɆHGM!bt5D"D"=ȓf2d;!ǐkЗr': & 4C$>Ra?,QG*TGJcF*Rtq + ܸF8tBGwZaFW +E(TVZPk-"E@ TEғW/wɽ~7<97MuD"un]KCݥ$R>y@i4zX}}_ԣzT1=&zROJ~HST?39izYZ"^zMIn&miTJ{#]:'zCDtDd!Ka IBFbtF +Q,(EtDha*Jw\R03`b.JccHbsxNzaI&c,>X˰L˥V`de,9XUjX52kVa#6`7d2۰M;evc3w;xGF]+xh)GH +qǤq\yS|*cqgqV.H).㲔*x
۸--I@LvTp.S]ȅdjtWՑG\]WW]@u.RsQ.JfX+3]3Lw-\ZV2Ź8]<ڹv:S(s]Ky,]K]K.ե3.ݥBYW9WJ'ܕˢvy>#CVYb0OUVjϬՑeaEZ,([ +kn%ki-ekcmkoe%X:Y'yպZWYe=ː_Zo-k,re
Ά0YollB+6ʯu`dMI>Q^/+J_
IwݯxHֳzh8}!|1fIxoڋ8!8$>)9\\W߹jdq$!*pŮgBn!eu5&Cuf@j#lq6ſk9&4[NiJ]}N_UWW!zRMzT^C/O/եKR}zԐ^Hi(A mM6MSڦmӜiA۴mZ6i8ڦ
mO۴C@Gz H:.@2=ЕFtR@*=F@Oz=I},z=M\z`!4$zYLߡ7#2;̎"dv4- d̎!t,9-!i)9-#r:N"r:N##d2]c5N;h%\Wj]
ݩ{zP/zBfټl@L#x + ;m;ǿy\¿q
s>WSD<n+0ff5mͬu$KKL˲6lXTOLe% 1<&N3yBcW؍<v')yL%i1<fǞy$cؗ<f~1<1< I 8$!C`Fdp$Eh2X@`CX2XBǑR2XFǓ dp"D')dp*&ϱ>zy[vA@Ng\;>Ky$'$_@oq~EEDw7ˏ=?'#nvϳlvxb+XͫWUOWUgUճ*^U`EJЯ>5ڇN'Z3h@|3#+ڡ=Nt
g7|V;j<OG<X!i <}/PPMeKHxrxre:φԖXT9W?K̽_jsU{{jgXpmpovwHXstHG]+"A
\*ʬ4WɈ*$J߽hߟi쿑?UmV{b? o87PnѦt~Xa(K驍{&%L:0=vV쾷+ +q/y79\1M3V-&bVT|ec0_mOwd"gW-QOM3%[XFd'~e͒l63͒^?~91Y(e;=[]/E0&ARa +L=[AyP
w`2@"x6̃}Vraa/#pa18 +`7_@| +lQ$,4$vx=x{xC|515XJcCX313#ƙ`
0ɬ,5dXcքpmY$vĢYkbY3֜٘iJ(aGb-XKZ2Y I-y[V,amY;ڳ#Kf/Og#gs6bY&Ʋq?r]QYywsG
ނEQQ{EnbKbh4QƨQc-* b1Nv~{4{fy2L2'y1//y9?s<_7~_WU~_7M~w.!'Lx_ߐYd6/OB +Ch*6fFx[x'*kx['yG*FuJ(6rA$4HVm!:@:dAgF}a 0Px&Ts`.̇X%e\u4V×5=l~8: (2p.Ac܃G^*URYޛ2H,H!J.VY"Y4
Y}R+L9kڲv,gX*X:`X&b,,ua]Y75]l>Ԡ]փf`6D`&hJ0kAӴP3܌0
Ff3lgfgv7{A@\~I_ѯXihn6fx@0aҨbx>gUMK+kGRqJӢ\g9q^"..'-V24C۩oi۴aqDP;ͤ骁f.)kE<}8JsigGlc3*=]F&k{tfYb_mB['Eb}>AQ(P֖A2XڥC:K:Ғn*dl/;T.)d'cd')d̑̕eLl,&#b-bIArL9II )%H9Mer\%ur$mrGq\q
9KAԥa">:A>ʁTiPG'Jc`,S>HECi
uD̘X2FH"Ei=Cci}ڀ)+9P߇P럊`6TQ_{z+㭕3W\W+B
ЖŰXëR>4c 9mH3Z
8yir6`^
a*>~UVQV` +cCFDFE a|M6KhآeRmڶKi!cZzF̬y]vޣg~}8hÆ(9jO{S~GӦϘ9kΛ`K>Y+>VZŗ__fn7}-[m߱wwO.:rcO,.)=.?sy¯tf&kU^pd
QFqt2CSI[{(܅ +u"Zj7|V5<hhPAСAS?^$=docOٻڻ{'ٷwov8M DG#Qı Ng5vF;ӝ9|4R:q1鲻]W׀4XcU[:Vg%Xì4k5Zb}emZaUj]n-ݭܽ:O'I${xx*ݹogBU^Lq 8vBb'Nl86NlD DUt;^eB4k$i%e'9s}3s}{3z/j`C)n:+Q"Rtbje +mfFf5qz&'_mPHHj\q]]}rJwmquvwոnh6Psv_L|Usn&%<?i}nGp-;5?uEYMl5Ps~,kkܞ}W`oݓ5Uڊ + +[a#*``. +&BgbPH(\1vTnm\Kp).\+p%ո:\p#܁Spn-?G'6mcb1Q8ĝ¯X0[%cp(C1pxa<G1S0[1,X'$lb\Kx2iMIE)TFiP.4S(fRMsh.ͣOh!-Ŵ2crZA+i5z@i1x6J6N_v.o[M{h/t!:LG(B#hF &´idJM˴kyxt9*&y<TJ.%LW^ +FxY<Qa2D0.#d2F8Rn(TPW*S%uY]qt|uuzG(eLdkFiTL#(9Zc8̐e 'I2KNr*rge)t\9OΗr\(p>8T.r\!WUr\#ur 7MrQS-UJP.V*I%Z֪1CY%^+c_s~_/KG+*3T[ک:NP]TWՍ'qOlSyOù<x9<)6 XxX7&x=l:ZcЂS!LAB +cC8E3\P&Ev" +;ag-bDh!DK/KkZu$a*Hh-ڈ"MScXyW]SJU>^tE'Yt]E7]<&z~> Oħb.Ft1R1q3>ćc\ǹOI>ŧs\yq /p_K|U. +ʬ5uAM%g7_ÜkKπQ/&%! +UCЄ6L +ЇaͰVxcx:KJSpmsWr_nv{w^piiv%F
m)\*rPfϹs)b&]PǜrZv>x>ruImEۣTNSZ@T*SD5SR$Z&;u|]_'O
}#||c|f>E/|oK|Ov`'n[>t'n[6zRo[VMo;tJ>>ǠugJ8sNG~(cfT0-f<aƛ #Qs7L)3xΘg<Yܔqrsn-悹4i(4_jN(Տq +3As>h7
YͱpG*
?w܊IuxA8]G|͌1~Q*2Ԉ~PM͡nHK:=6S@
3-TLRm$r$!Gn3!6.]qx
+)~uT2n(^F8jR:RLe|
6?,Tqj@襠e0-K +1"6v65+ç;TXyItoo1e +_{Mt,fS? +87nuD{D)ˠS䀐-2h1y +iڲ+>i>\ V{ԵGD,Ҋ@C4mDV8hc/QCe
}ۓnakyGs*"cky^8hڠK39uYiLq& +^Gf GRJr ӂ[
m4JtAfwagъÎӅlK2LKvgyjel`NFCt.~yE:C٭99g9ԫȢO0i`239hHqCªBFڳ*YM +P*`0TQrsN[fEy\o}G'.+ +zq!%ֆĮ2M.l7хaq{HSiB +LHsI ſWūmx+ZZ"JBw<3y˂= ʢ +eA/wOUT*T:w\S\|.W+#VlC{To]+)GYynx爼CV|ceƩ]5M\w9g_wM0Vr(4JBa,nj7bC!eSK +***LeTVZ5@chM+(DѴXFU6{ۤ}UBΡ7<W͏7&T(wyИqe' +.F/<kXP@Hjv{\R&;?;=w:H=$ߨ\ZWk +kV/h6U1(QᄇoEQlP~9DS8jh
>~HW-y٥MOo|"עuTn +~>i"ìh hICOP5 *_?SJ-ő.Z5ݲ;%c`wC0tppn,w<4_ 9'$ECGOt&3r!8DXf@Aomm^>0y=]E*9QpK!]&H1gTQ&:b:F3{^qD3`1ssXɮ4>\fȦPZ`K?v|[qq +(LS$l4A +qi:$eH8H)+ni|ťc7>5ң>3ʦ/Zy34ѹN6>~%*OD)-=;OnNzBubG^-h, dR<l??a?<kYѯ3a_@ZF +.#ד$9d +WLEdEKK+k-,]b0`8fCgv$1U'ѭOT_o739!3gʘ3e̙8qAEnË90n6(*BepZ(TPboYhpQ +m +XHP0# $G3F
s20hʠm{$M+JcU.1Zgw_j>r#.=}_kѡPֽ! $;GkeCdYT^#iM4(}uF|QFv ;ޑA;;xrGx=gp-j:K5{/fe_;A(xPTפ.0 +cqјt4F6FVL^A';W9!{89SnƗ97F}]7a1ep1a?|`NX$B +ytU0dt@e8VFE"$݀l.99.NB(pƅ5BA'Vcc2EXp1S6ˌBIeM""dc^BB4A:^<|glb]ڼmzmo-ߵI ~woRa%i凵wk_1~+#u#H"KcdjS2p$#JYVE) +1hY<0D/mc%\oZ4;hUVv
iط~NxE\6۵}whM D/(}RMS +(g +@E%oAlbÙg!lcGvb)ޡs3`%fEmEVۘgs|%#sB=BjnNã`<_:,7Hgyߒ(T6fNTٺ߭^ W7\!;9
$G=m09OzMP4<\2
dvCp)8?H~v~?7S2J +*
ثt4wdITU
W1ŮRaUٴɌ
+آB +ըؘx[ wvlGEaZ R9]!Q)v贝Κ<<ѯ_S +6Bk4~T?s巿5̔L,b{dEzHp2.,XSNV6`PZ0{'wZ2!j.5StZl4eI,f`0 +7A9djj@VsHMUBX6(&QK[m2x!B +&lGl:=Z6k)Tģ(tk6_ngۗkȣjfx\x6gueLN]PɎDً_Isv[$IeGB!"$ubWSI +~):Oa>?'wYۻ=T*hQkp5rξFN{N%!&e.ϱ^[ouSRԈܽ! qqOՖ +tԙ%D*wD"R˒<#/K%jiT4KeRWIZcFBCB:tWg.'5>y^e)H$[!I&~ w5{v8"fԜ42|bIL-2o"?25j`]N[-]iiIQEx"fĞ|KD/bfu6b㢼0^XxZlM2`$TmWlܐTc徶vp9N
͠҈7S⫊V`:-;ssEU4R WFO<1#CS'0>A=3+L oo""gdf+6
ߝUyB +2z,7ne[nn.UfK6!23kڶBb?X2Z` W$AStÏ#ch`tv7:U%מYS}e݁1hh^K
N'_MXj캟Bisz/:kYܧ.._GrqMFz=l[qYKw>kcۘʑXOE5X1TNUߖq8<;OIF@'`#Ш?4N)ӡw]=^ߝϴE9FeH9=MƞD扆G7D#OFam7%kxѧD]әןX*0]bTW}lS=}>=~6ql[;$~4ڬ@Jz +E<pK(!+,4\/!D)!J|Zd'x,ƢgǯWj<*&f^qr',|7*\ +[ZH)e= +iY_Hg$[
_
{ğ<ԃ2>x]r8x%(zDD + 1r+Wh2A"2U$ʴrMFC&1@Hf
qѠD4R}_hIM # +!J`j f?'EO cuaQ5]ӛޖuꌸP'-lLJ4]jKށ/MHř/pqۭzֻA5 (q_1<2h]O + e n/ܥQNweyѨ#7hPCM(څCt! +~G@l9>LVe YFu +a)ʓ&M-d[ōE,nE_ +<7۶pf3 A?|(Ѐ&ol.0ana<a۫5e#T]ajgn."EAvLSYU5y}RiF/ۨ;o(Q닞{?$8t(c7666~A_~_0/Z,}5mvۅJ?&.9rQBfOjT:R:ΩSug- +{bk.2F,vA" _j.j0w)i14duQ,K Ѥ8`RQqURyܒKr4VM(}4^1lR$\TIghK_z}v@?`mM^@xr8F<zް9aR% + S\6+QQ5TLj"ycJZ4Bޞ4SIbڐń(
ښmBi*ïItGvJ/=u瀮bԺ18m\? +]wyJ?@Jj5}U_:dqY@K`%PU!WS{AI:!l?{h=[,~c-MŗxEN/Ɂdʌyz/Ӣ8]-w#/~O7MKavҨgg`p~/Wd" q_$er2{E(J\<?@I-#CBd3m$oW <<_ +C\U
c+Do#̀ 'lmA{د,ЗqDaMql67A&] +xr_={$*j8/ob#=Bmaw&A."wT~+*;ݶxL +/1LcB + D<*DKi3(mE `eԶ!3F`ʄ +<t(mB[-J[ǀo={$PO39w{Z +|'4wRP?;>w#^ZA hbLȎ4%5!YDZo`&el5Zڃe8ԧ&Ya&%li`p6\|iUJjX#Q6xܕk&X"S(vs<!>DEQ?s*8a5J1ֻъsZz!(lsmIKcHF;UUE*IcgH^vesi>1.9laǖDsO15I9me||'7ts0EysXfOb]yFm[ߗX4ӀxߟE9ʍ^I9}[֗!<lLJ"{I&fq>w-jxE +GD.0bnslSƐ@rJ'JqV/ٻ(d;94~2yE++K)Ҧ\OT|A|``/\s_6WRq6P!֏*龄"riWxE%ݎ4mr/+8bdcꢎKt<TOpKhMC7+?Q_^c[ߗa4
S{GsLDGrX +QSCԖ +q7
q#|?ru+ jbW#^!'Z0Gl7<xʛ#3k6͠c<$(jwT{E8zCeWkad7DOd5+-щHO ȥ38<sY3qJ-1sg_șw^n=XaFзZg$Ax${A&k@wbݻts&vnt1:bjϬ] +jG('fwϜ9l{ˬ?bYkN\9]- v+GГMPV2Kga_.}V.^<i@cRJ#*`X4T/+N=Ǫ\̿q`8%uQ.qHbl*!_:gt\;Rui/GN\0u6%^{lVG:+Fбdʈr$Q9Tp\@nv->~qcaocpNa H}5YX-9]6vڏy^: հ\#CyۥT%rh9fqXlUr!y8<um|VlKڞV!FJzP̠Ln2=̏Y]K#ۗMQBp'(aT36uazr:=rYOc_#^<{tAz矨I;q`o3U)R>_SL@߳b>?[C{`?dfJuQM?<v5
YV~y[IZM>g`7.0V +GWfA}U +>gA}Uz?wizu߶.Bˇ~+.?(So^u +-&]&1\{[[篩]wʷzzmֿ2}vr<!!!@<HH0k/[T-AjaLR2i2ci-2>A[ +힛%Vg?6vϾΞ~Ww)TKwz8`â~p1܍ro#xT =RKD{\n>Mw3V%.+rV"Tl#~mA\;NYn+{S8/*Q~bc(?i݀B{X +{]mL5\S5s
>8n+Xw:$*{Q4"yl|s,x:PtpDGsOs c_(9IxKZ!~}^z sUso#F½m٤TMo\Zע{vi|Avc$1#W95>g9po=ӑ~JjPu;kA @Q>Z6T8}]ƹML3 +pn-XS. +rY"ip."x@O +]n6yc`bJ=wHxYi<mX
~$չi?${(c4H~0$as)z>qQ{w;zq~LP*u2s`߭i,z'@ڻբg[)2gAGVvgs?8|G_nG^Pg>e\ +ˉ~{mNQ`L`#Ig{?#A=5gܯ3zr3U߹D=}͐^KbqE]xqL꽻J[pޟg%^E`Z
jKbPu#Vr욏8ͯkrJ,1=y֭>5Ǡ%Al{k|5n`짇p?;b'qcn&i"oĢ]Ӆwt<϶`ė
:F=2ς:VL*7:
eZA {$A= Rԃz-Κ:ރ]i%&9uخ4aޙLgGNpc߬koĚ}pc+vcĔ;kSγ12stsw*,
<}o8g8g [i
y;xy5ejp+G'ʿÍM݅^&zM]"7}kSMgPisשxOЀ(ni'g"xG)X()O4\f+qzU?`0`0`0`0`0`01Q,Myt-"C~ߝ˾EEbߦZAFxTHjߧV\1:bUh?N5hI Zg~^#^-hߦU;4ʻCnGCE1Z=8zOPK9flʎg(/O|_!d-?PjPjFʨ9TC9TC9TC"&cXH~w/czϏ+R7,~A$ԽN~Rf"e# )?K +_% +#}eGwyJh8fLijVI%wHj<i㿄f oꯢZ +^\}Z-tuwF_Սv^]3Nuĭ{[nrQǷ#V/?䫧P4,W%vQsxZ;ѡV,'l[
h]q<'FX}nC^ĎV͚sVnJmyf* ŭ:~CfɨS*"湑Dv%lۉs5]+c9@KP+Gª,()8u-;73:+Z]jJF=q$ X"WkAGvn +v1n%|+bN;"m\sC9F9aکߛ^$+ʑM8eM:[2e^ ?Sޫ1<%'wIyT +R/Im%sj}<ST^9;&0Mj0gګWx[Gwb%UTVFRNyܹK(K%,UV"X)3gԔK2%KmJu[F +ML+;BTRCkmi+4z?wԛ:,
rt;]Mz[o2@ ,C2SK0Crt+Rj4M'2Br%nGF+^<$#2^qyB 2iWE</d̐d̒8M9\yIY(d,Kd,*+d8]:
ySޒA6&y[ޑw=y_>ͲE6H>C8K>KݲG;b|)_|+i ?O"o(8[9(-9A9sqʣ*|TBeTq.F5\P5q).C-\ڨhHC#4F4E34G\+qZZj5hvh ס3
]聛胛00CpBDPd0Grn8|$|܆#q'(܍{0c0p/x +A2<ɳXey6XX+ +/`U^("^jikR^ZYue>!؈لMٌقWJ^Ŗlּmx
۲۳eGvuyod+;{&d/f7fe? +_ +*:[\
M|]7sCnG۹S~ϹwsrW[~OW~Aa_<ʿy?փЗFc۶ضm6vƶmƼ5_!B #P0pH(hX8x +i Y
ّ9yQ +7ʠ,ʡ<*"*2*:j&j6.>!1)9ZFKBkA[C{t@GtBgtAWtCw@OBoA_C@`PpHhXxLDLdLTLt`ga6`.a>`!a1`)a9V`%Va5`-a}6b6cb;+{ppGpp'ppgppppWpp7ppwppO/o_?I +kk [[
۲۳;;{{s +rsgl\|.B.b.R.rJjZznFnfnVnv]={yyyGyy'yygyyyyWyy7yywyO/o_?GA +( +(B+*+"*"+*+b*b+*/%PB%Rb%QR%SrPJRjQZSzePFeRfeQVeSvPNRnQ^S~PARaQQSqPIRi2*r* +J*jZ:zjFj&jfjjVj6jvjN.n^>~A!aQ1q I)i4K5Gs5O@HDKL˵B+JFkNAIE[M۵Cjvi?>!1 )9]%]]5]
-==#==3=+;}'}}7}/9Ce;P0pH(hX8xᅵ ȉIɝ)ʩiəYٝ9˹y]]ȅ]E]]%]ʥ˸˹++kk븮빾[[۸۹;;{{xyxyGxGyxy'x'yxygx,</"//2/ +*:o&oo6o|Ї|G||'|ҧ|g|||ї|W||7|ӷ|w||ЏO/үoџ_?ӿAP@ +d*fe:gfd&fffe6fgd.fe>gd!fe1g d)fe9gVd%VfVe5Vg
d-fe=g6d#6f6e36gd+fe;gvd'vfve7vgd/fe? +*:n&nn6n.>!1 )9^%^^5^
-=>#>>3>+;~'~~7~/?QPSpPHDIV@FaNAIEQMC1KGqO@ HDILɕB)JFiNAIEYMٕC9KGyOU@UHUDEULUB%UJUFeUNUAUIUEUUMUC5UKUGuUO@
HDMLB-JFmNAIE]MC=KG}O5@5H5DC5L5B#5J5Fc5N5A5I5ES5M5C35K5Gs5O@HDKL˵B+JFkNAIE[M۵C;KG{Ou@uHuDGuLuB'uJuFguNuAuIuEWuMuC7uKuGwuO@HDOLB/JFoNAIE_MC?KGA!ҡӲphqXsxGpDGrdGqTGstpLrlq\s|'pB'rb'qR'srpJrjqZszgpFgrfgqVgsvpNrnq^s~pAraqQsqpIriqYsyWpEWreWqUWsupMrmq]s}7pC7rc7qS7sspKrkq[s{wpGwrgwqWwswpOroq_s@`PpHhXxODOdOTOtLl\|/B/b/R/rJjZzoFofoVovNn^~AaQqIiYy_E_e_U_uMm]}?C?c?S?sKk[{GgWwOo_
+ op- @ % +6c0a #vN)H&4c300s03c
K˰+cvvd脍<(`(C]j{b/}/8 +FL3C2G+Iy:tY*Y2\ݹ^ܛp_y +d +"Ռ @krreTI<ȓllL3y#0gzFͼ0BdL3Bfd~5Q),);XJE3nיӶ%YŢm^jUlS3nv鰌Y\6fڳ\檲eئ69\2ſgZiv\-WlEaͨfbDGkNߣz>cڏix\3z)͵:S54Z?Z?Z?Z?Z?Z?~vӝ!n*(P,zJ9#cc(Ye]eqW+d+ZF\P,j?(ULftE^s/#m?Tvf!P*iș/d/c1ܫeF/k%[șTF3/U+1ǛǞǖ\LGJth즜HNi6:S1ؤڛڛj` $Ț֨nшn+X[gNo79x1V]jQUYN-E}cIvf؆zRw,#㚉&'[c}o.եU=(%I,QJFV6U6ڪ6ZVm:{^V[Fzm=w~͖S]m~\kRMY%lή3*6-#7;n6UT[2f*uU*dUSٕjKǚj{ܶ0$6iw,LrHJ'Kp +qF`כ'Yggp<Ra}?M=Yմ|_N^-5^O-nW5ݞ~<@Lt=9~syr8-WVn,Lnv/EOOgnzW]bF\}vz}g|x0ſol?~pe}\.rW/ΓUboqwt0iSxqoޯWG{??;Mqz4F4mݠڣ>)\up\Lqp\up\WP>Gp +Gx{{{~~ϡ+~+~|//_|/#7p#\FnF^ײvy]MuG*hDum-.=n[}Rg^yUWa^y
++̯0 +?
p +фfA[t2T^~uR:DyɌF*%AAm,p)5kԠ%h5ڼ[y;N5Yg- +v݇r]5pBMir-Y%iW1
{LhG[>_<_S
r
AMXנP;9Ρv$7Ҥ/Oݥ6]~Yv(x8uRMsu>3qkN/5T/~n\fhk\;9ιvnjҦ.mKvnjjѦZmEGX8Ka8l0~@2ؤ$MDou$=}c{4Gc{`\cc{lldg;[r쭛)my!YlyŖs@z{@z{@sѬ?WM:&y +} +OAf +q +q +#-[.''D[my<S>S>S>Sg*d[my<m>m>m>m-D`_000P!q|<OSމޖ{[ήU*vW]bwU +*vW]vU쮊U*ؓ)`}&6GY6GV{>+Ó|Io+·ۊmEbYSЭk4FIQQ[HAAAAAAAAQ(C!e2DQFTFTFTFTFTFTFTFTFTFTFRFRFRFRFRFRFRFRFRFRFVFVFVFVFVFVFVFVFVFVFF2e4h(QFF2Zeh*UFV2pFN#QH4%FFppppppppppP;S;S;S;Żakvkvk7ϻWo;So;}><V9m'`ӽ<NN_۩۩۩۩۩۩۩ƾrW'~xz;<I+FNNNNNۮwf:ԣ4 7hnтhw;~w;~{=~{=~_~_~_~_ +gh-3C'!:5Z_CkP_Ckh}
A}
55PbJCa@{U|T2SePI1-ơ8Ueu1bЯIM5^K^^\\ՕY7Yt˘ғ#M7;N=QQMsj{Nmϩ927p{x;M5U8|poGet[ȕn趼MVv&aX;;be|܃.8t?1~pCcsC;9Τ55uxD派+oշ秧翟ػ.ӗo}_~{^KU}e{0cx![6#G=J(ѣF5|jHK
ˏ&_jΚXWZX+kcunVZ
^k5x
^N[.u:x^u:x5
x +GW8ϾEW8pt7zVNw}';q߉NwOR_/SzH~O~lӧOz'B>|*TSɧO%J<*yTQ9 +nɳ~N^sɯ_'AAAA8o$I~s$$$$$I|'N's?7;'hΕ N`YrY$lYV10t3nm7J֟Nq:ʹЅҍ6gA_vqj'ԎqjgԎq;nǵsSjvPTjU;AvP=pkމ7}~y>|o>_y}_֙ЕVFwAOzѠ/3?3?3?3?_~/_~/////++++W_+~ůW_+~ůoooo7~o
7~o
ۭ[onzvۭ=O<t=O<wo_%J~*UWɯ_%J~ӳE|ɯ_%J~*UOɟ?%J(QGɏ%?J~(QGɏ<<Ǐ%?J~(QGɏ%?J~(QGɏ%?J~(Q?$I'M7o$I~&LϺ'O$?I~$I'O$?I~$I'O$?I~$I'O$?I~$wov$I~&M7?<o$I~&M7o$I~t;'➸'{➸'{➸{^{^{^{nn^^^Ny<}p_/s_/KKIIIɯ2[gZhiAu[JSNw?˿~߾LNne:uS)n:o>|U^4'|BK_[wAOzѠțM3-t+t}Qo0PC!0PC!AOzѠ/z!0PC!0oQG!pQGo!,RK!,RK!,RK!,RK!,RK!,RK!,RK!,RK!,RK!,oSO!<SOo!L0TS!L0TSBU8po!d[[!lV[!lV[!lwؚ{_u.Es7ov{?L[KxߛLuro?/l0BJ7N\yywKu\Q} +\u? +V5Y5RkҺ&]e&-vnp/Zgl~
`
,tVܪn,̪kB[T(7իҍz<6{ձcSǦM7ZݗV?#:F7c*'Ue|1Z]13^}Li}ը*lVGT?OOm̔1Z~3}T?VՏ1~gǩ6gxf4F=:Fuo&xamp,6jXF˨lXaUX}կUF먾>Տ9wpO1ק1|<T?~Tc=Տۨ=ՏwٱxSxoQ>jߟƫaoaovӰ4a7
iMnvӰXvo
;S;;;;~w;~w''''_%JT.rtu]8͟g"!e/O,}:F1e42[ec2Z[c422Mc4Qe1cQ}c$e$w双lJ_~x/+tJuTJuTJuTJugZ֤rzAOzQIs4WP5:qqq)<o_rgδЅ>UFwAOzYYY͏2(ִִ0}V6s
#1\@p + _ +M#4UAIeZe%Kd
+* .IflAӴS-1mheԍ=BZ)&<8=\;z.z.z.z.h|'^kmk)zZy:H]Ճzhˮ],eϑ})#=LFٟ]F<x0 +/YT,ЪG907lL̈́q,(;fC5B}fڲ5p7 +̬Tţ +e/71{b +R7ٯ{3յ,KG8ƮZܵ9J"H1F`T&$9np56mbI~'/sR߄n uBG-T/ZWa@_e`e`yY:Ǝ%)A +Qzj{u=)Cl6eҼ,@ڜdJBH><l=-;
a8faʒ,+<o:!nke],>o_/ڗY^{];={>P:].qy]5.:9ͺq'$Fx +~&<Ƌ,Xn乑
^6跢$"fDsEoKb4RaTd-(`h-xj++ e|It1WD<_IJ:VIG* +Gz(///%}Ɋ中OUZV_kE-}ZUWT۸}ۆ[fZnj%[ZZXn]ʬ H- jsGv(3$x0@l+N;MZ$VLGeLD\L§H3^I``X{ +)H^V+L9xeC:p: I"8+9 +iB6]ޠi帩ɋ,&\b#䦋Oj.uͫLNa=uqm^ɜ保2-hti'7i^h\^3C|Zq
QV~I`9+ޏp¿&._"PL۵mpקiSjזVj57ir+_{G<qu9Gc Gбu;6:yN3ƙt:NSqg~zyQ"8vMM=`x+ԩcq%yq`Uӎ=F}Up}}%`wҔk*\9BiEBNM$hܘ!nq/##Kk($'
Ἕk>:-z)ظn]0b\zlS)}/$>G_P?}!XM#eJ?HHHK2FhJ4<elYY&]$+e*G &iJ )k+%"
Cf1[C[.^CbEҬχO0뫓a͗NdM:>ȩ)r'rކ!njN-t/x8-^myFhWq[w!Ң'}G]zWL&RC:Zq!
ECqV\Ԛ'dokuDM)DC<;J_/0uW.NG@R6qAE:u:tqk ҥK7W77'/{%W~[k2ItPB؝ڄ7/C-&¿6X7lZ8=:ƩJU6/rإfeW5T#5Q%kb! +/b(Fb"V(p?6H| +ǢDa¢QXM@<]q2{~-)y"RDGu{yN7InUՠ7g3>7(9gy&iCJK%.8MR2 ++{Ƶe +,e^MYB +endstream
endobj
16 0 obj
[/Lab<</BlackPoint[0.0 0.0 0.0]/WhitePoint[0.964203 1.0 0.824905]/Range[-128.0 127.0 -128.0 127.0]>>]
endobj
13 0 obj
<</Intent/RelativeColorimetric/Subtype/Image/Length 68027/Filter/DCTDecode/Name/X/BitsPerComponent 8/ColorSpace/DeviceRGB/Width 308/Height 231/Type/XObject>>stream
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +rS&cD5Ts6'E7FdU()8GHVe*9:IJWXYZftugvwhijxyz +()*6789:FGHIJVWXYZefghijtuvwxyz +[|x8k]>=]+&bjd.EKLZgDV:hk[O54ąMJ#XN<El4MYzÕ`Ցe6að/yӜb:Q<rSEƃ#wrO +PkW"OkzoG/d EUfMňebJ$kBHneA]eZBH*`{0݉{cJDʴ# `:x#,4F"UTQemӕ+Q*Q82<ܺ-"V#I>:꣭93Fd zi+ot +֚Ή@mRBx:CQiuSEH@ D",=f)ѼVÜd-w5S$Ƕ:j
:`)|'۷x J"}q?} +F)RI\1f*8h)RSńA2@XA +dJ))g -Lsı(0Wa߿_,A5]8DGS8]3%e>f4}Rwבe0Zcn>Jw#{/[+G$|h*P9<^)[XUpJIٛd|{jT\Fً(kj1US +.\ۿ*txD1yV"rIU*aq#)LrSCKvJQQṉ<ijm\[p#]on.>t#`0g<@wc}b4<)֥&4s6|k^%rvy 1!eCQTJ䝂+(ZJ(g + эa~l^#V4
OWH,`-}FӯW;7DBD46^5(amlR9G'd*Lqz<@MDsv+[jm <hv|@c(GYc!t˛Ducʶl~ +ǪN3 +?c(Op6*88\=Zz̽.WY +E)".k{cu7l`II021{82_%JV0 s֟\>[1yiE*♨UITlc+Hc'sʲ_$bz`>pi~vWn~\][^:$N8:_SϹ'4~̱h3x4UM6#_/>[J> wy/63L':q+TJAُM]9νb\/*XĞeuu%ED0ң3eMArmŹpLJxPTjm*Y
+]_q\3FRyږi28M; yD'a%W[M֢ +v''nȣ1(&d"ysbN($x%MѺIA#wnOrQQ!#0æ;?)bxUM'J~3u":Y"F2c`;
٭IwVuJ7]KJT<H8I +4["pVE8e#+X8:{StZɮ1TH +nelW+p<C
l*T<Fif J||UpI8}בZB|`g^| +4u9N#*#[QS$>\q"CNMGo[kUө$.p,+
* +& +)!Z-/4,$0ԅx$nitBJum;%ʚS/&%+T;0#٥QtX.5˙pߘ֕j%<Fj +ten]-Ĥ1îer))IRQi$ +l(TZuyge=p( +x)iY*Gfff +~z:A w+Ɯf`(Di;Oj:̭A+T3AWM2EiQRVB,^rq̏`(+s;tA`u~01j1ߏ=IJx/NwM\f>+zxѩrp0N=XD<
'F) +*ޮ9qb$Ik̨,*ǿ{<7xك'g}ܼטmE V0<:%?EqCi㙣4U!(顊yHő}cmxgZgg.YIN>%`Jaґ8h<tjx
N74IYz6NhjALLG + +v?\RB + +/e1C:2x?'P*PYB*BauV8#&>f&Z3(2!1h6<JL,Y$؆K1(M42Hn(I` + +\i%˝FKTU5
Ok%\fX7*F"/0~,!,B[4OF.8'Luq2OM"sNf̙B\?\=E%}9ŧz9U5
iI! +<jkSdȀcj=g/H^eOV1~bOlJg3%4*JV[bK-N2V5 +!SI-aZ)_܅ +vd?OUɡ~QvTg"7NmNj))2DJ'7,,n, +KImwް +â3,bM*Gl?]
|'h Dž{Iެ4aҦJA$+:6*9UcG]OjZ:gjů +㦘J%R+w1UǘŇ +, DDmKbn0mE;LٲG0UJdj'=s2m/ۋ6v
J:=x +B +GlE#$g=ejy0jlSަ4-%x/܋v +`v"v4-έ_-9 'G(z~sv@/ǣ]ؓQ.\7c|-0Ίho@?o)UrtKOFQ2ׅideDjP|m}/n ̷5ۻ *&&{g7Ka >5?:uSٗ%ouX.',S2~`E}hc@"+[vܖҩQL(ݕme0A$uz8lY-Twx,X8}=E_D6(
ϰܛ?е6Plj*G:q{nKI1L\Z<dMD{Pekli8 +q.;aFH⢯F FW:;/f-Tb#X'!*'i<Osi
&5$2yʮ +3 +MhW@QifvD+ +NJELeInuk:UxliGy_f +?̍KmiI +j1JNy*zfMtux-T$TUM3؋{f6uwl5b$j +kk!L'mK/O1B6Sy{uq\T[CJ)2&e#@KZ6$ iP ϖ6тXwo+t4b&cq5%.7qZ&5ByFӱXS>n&b,j)!:$&OϭoLL$c|@ a;8mνx6_=FY1cPb1>]ZJ_!Z`f`>fH]us9Ki*A3(˶nєnH +O@+/ (#"F}Os{mB[R a{{Km'p8lvULHQ|WU}MH#*@ʆa! WUVu%(JI +2S]رu{;˖f7o!Z[mn/J#oۢ]W]0hO*jJRY]VF;$mrxu7{0S3rA)$d]RZ' +35_M0J4]IIԽ2P:lO)Hаf,t])J2nV 쑴Rw̔ZJ|$1`H}]9Pԭ[VH^K{U5_p_2*D4V +iFIel%<llxirۗ+Pq,V K-4Pk8n;Ȧ\;-晲ɴE#5Z +N4uc¤Pnq +i$i\6W'.$LF4$e7\ +w!봉m$0 n F +>v
lo^Y.҇G>`SxP0/)q +<P%+H)@OwnU3T +*
+)-XiN2H=3{1<_*0<ytx\l86U{+ +`_Qr'i]]#0yo5kV)j&jᘪνRH,
K-gj &Fð +GZ75 Q`/,k~#u#@nwˁ +RFMuMP&hU見kvܕ/ZJA҄v9i}Aү +k?,>Z ۸EA_)e/: +QO+ה>i
2=u~1[uG6=>|IF$.o{i<FHBBa)8dr4#ekfu'o|
ͭM @e]Kk%V^ĩ!e>)QY$ad +i +¨KXmAstP8vO:
cΕjsF'bTٔbD%bEP wW☛${K\|.L#-S#I K.t:us+|ɕ4$M5sJSDEu8 +s"=Q3X|{GmP&e]]}}KM7h,XON8aEǣ|мn,:'iD,J9<x_!-(Nl>%jb`oog듨l4A[vU!ͦ*e>؎NJ\emmf'6صJ6x+YƓpn%XC{$x㔮_2g0)ԓ*R*0ZY7m_]a LOp+l +Ss$$
X_Q +Zx*<8δ/1vӚQaE+Eܱ*e
n9xol\ҳMI^V{rǂg'o
--W&^K]B{x0RI;i( Rd36*0#0r
ͮ +$q +̋0BM#L:6YnkݨDC=Ԍw/gQA1XN
oy+*dffx_a`aon}$4~ 'dž>mU R0Ӣy +ab <zudb[P3 ә.~/lgIAO,jjVS9$mUY/vN%^R-~E%*=&?Z`J;u/C?GD?ʹ:)ځ}uc}oE÷a#Ok{|+_ZD78L]FsU58M,QaM5,`/~ >#@+Ɇ%&'Scayk[3ejwZ;
,XB襬dEw@+ +oot^(i&2>4됳fWV\jLWؽO^LdWуk +ʸ
J@Wb2s,;\۲NtR +4xbo3%ᆓcXqbt4Qm%Yu[
JKb8ZV,P)+cNX{nn&)l#i4\*]Li0\2IEJB@C+M$%@ȁY\@XA?e!($B7_pvF,:ޘ3MSz8hJ(*wZ:v|>X. =25;BxlY>gHW826qUêqS]Hhq\VJ +H¤hG;)j*K, +lyv$ֈւE>fOK}ϙB +쑘0,4cSQO
;Ɇ7H6A8b< +yIդ'ϙK 8l6HK#k>=i46jQA]MՕ̒C:2n5J+ +F횖@nm|3[Kkkߍ=s%4~#e5`=ON^TG]f;Y:wq*,BpDјRnƽA)J$R Uspn_rtq檼IY\gFd괯k*ܷWSG֟7ߣ3:5dw0t؇6ɉM,.bOoo?!<l +=;gYG`*!t2c|xM0TǢ]8"%qzG Hq~xu.4r'`qa"w5UQejHj1\wWI;k.p7.#Spw#]^ki54?P*Esl=ֿY*KՉFҾiTnwfHE1dIRf,almmrV{U%>u}w!+PKͤlCNY/_2aUE0ç)N$l 9դi(@ښ]YSj;i"|y0`@X㽴acoMiГ7Lգڌœ㦭\'x/-{>JhH5'Aۖwx N=6x^H[=X\E]Ҭ)[@e| ,+Q%C7# + +SR`5UQ
i#1 +]eH9-ҭ]5_mr7 +CJZy%r +t9X]}e
%F|Bޢ 6`EO-jJ'hm(RXIṮ9\bQIG@EO 4 +.73Y3rBJɃ(Flΐgi!PPuFń1jki ĉ3FhY'"Hoeۀ6HĘ0"zh۲zMƉCB?~|6pOK>|, + +zԌlcphk THUyI2/w^t+kYRyJ8OE3宷asmfbWL:ȞbKF,j<Hvkėأt{!B]apahD=3$7K6n85)^%g +fyhY6W&b]?aFu +A=7do +ҧUpu, 6GЙNbY]_A]˘hjNR(ߔ2ZtK(YoB֊-ƙҔ\f۲\"0HhM}&USMOSME]迖QQ*CITJ'"L]TBpF#^+^B㍨IE_өF>ܑTįGP6 +fkv\Lro#b}9OtˮM8'aV֤oOSQ|bYZSAu x +4NsHn5a>Z;nĂUp<՟h9N|5D[wtkAB8*3apB27T(l"Az?Zh νAy
)Ә+Uo Dwpw3JD=5>vIv;| f*re\?%2څHJyj8P|Ock|o(_Xmލ{1^?g|R1ܛkS3SPU=U49brt +4]l$A +Aд('xOCBGID)nRT4 +ï18ƃOiOiܘ_Xr4xW^&\;+Ldh0*XԐ{-:[WwJe!R&Ni +?QK%F`\;2MB؋OFAa_\Ⱦs\1Umuj"xAg΄9?dx +A=kWuNMx-Q(p0neʳ4n a|hjxNWy +&¡}%!Wސ3lqy mCRljOA⃙نd
^aC0YiñJ-PCN7Řlg-U]<梭S`Fw.'%O+vV4Jy3sQxK!j꿗F\؊²Ii! vyZw)gX3pd4([n +d7\2Ԭ?xc-1MS
RmS_V[]fBݥ#8'lhzoIq ڝ=d!4C٣ _A)j*WMڝ$F1P9GVLտs߹A* +=(XFyyeIP@<)STfS^?Q0zU̦8BU@X@P)N[ \1E{a564p'ș(t9xH#\U$^_ZYZ"@M7lm8lc_>u"n朥S=U0a顒O$x͒pAr=*]$5`7])j'n>9ޓ}3^Gu.LpUc5T0Q"RNv+ijH$'@KS&veY.XnA"''C>7,U( l)@FLP3F1^ao
ULۼbfi{k~jy-@py
?j6kfu(pz'!3u'eViA%VNTӕ;}:߁rLST'O/j~+Q +{Sy7N\!RI"w,u6[hK +/xmF!J p9[)LY;3u 9~>l4eP[Ca`/5<L=pgLROU +M,ZyE3{aᕶI1F=$x`E}dxx\*h$\vׇI@E^!h_?Iu.زTJ50tw$=iz ?ZL&c~znt]IGǩ3bH.{^ҍg#ʸzyfFf2;C,yesKP6,YP"|JI$=˷iI2duա9 (r'vɑ5$W$s$o'ڰ}D0&=4{6l[wA;~Ԟ"&]=U1\Ԍ2X̒+hŀ+oI(q4oogwqTۃ2`DŽu'XU^Vb)?UH6PKOTUC:$Tn6~CݔC'ሠrn2MTL8 `̞k>z~ϵG%NQ*6$u5G$h#
]edY2Y;A<f$d[qojKN2]` PqbV((c%8YUq{
Mċ|8mEKu8Va0EiqZi $݅{r:i~JR8Ҫ*E)
hau-(M8⒝57tIIKUSU9\J=LM%2I:7@w9ftR@դm(o
_,)
+k>#:gQR?AYESM<U8rG}ેQ~-6EۊL $ުSvXcnuF$$Jώb7T<~LRjM٘`ܝ̮-2 +X{`F] 匽\&֥: /=s܇X<LTQ̳Ӭ~`ʟhɽ omP:@nطQN1Q@h(/UzYk2D=ȭ)y0ы_AnmU:1QHF/}}}C:O)9srEOTLjI<ITv4BXn: 7wdԥTg +S9PJS,=Qfa$bۇ~ ,^LE.ü7<欻+fhRROW=)Ke +5pT$l#KdAGEv\NA6j6*&gb8KKv +]}MŊ+R#O@æ~
[!
$Id}Q}hJgG(ÖiGZ&j6;o+Jc+`ʧq='lۆ%p'd@0z#
2ZI(: +\<ÓsNӥ~CVYrXQCh%6=Გު +
e*bUSUs&MӞSTwosf + +N7+ogm3)xR斴GM5cx\QN96١E,c@~:V`dD[~N`&W.Kվ-KZJkFm x9m$Y +($(FU<eB2-0# +>P4+m`kqc[D4ƕ'0~f%6.cV&owq\sxw#{h͛#jg%:9U10Ms"i`H!͐ңh2%?J0^3\MzOC69SES2lif.̎(ɘLhm$o{Nognfyzb4Uux\` +JZv;FTў~4Msf``Fv +$eeLOu +ݙ +n0^<6CJ{es8+Ӭ?&!BU\ob)$l +,l 1x˼6f-ix$@ haVגDF'҄~te#s-_,XGQsIB0&:$IB$ɗ2]X>4oz#Q-%WJ:#%&[TD1fX^6R}$Hmq$*1dEyw[,.Pdq +HJH|cI^=Ũ:m8CIISԁǑ?ԞX4o-[I)3OTqvShqM!Dl4ZrM~+R`lHŷ[NAN-
1f0\U,9[{/ksYAb.Kƀ6ROX̶6t.STLa\0̕zXȓǜiȊ)(JĖl*;E+hV#`?.Pj?H]$9`X}anґjXk:RI,5n y[.{(nVd[ww$"YՕ?a'vU}smG¼հTi){T +Htݺ_ĕ;0o5E(W]qc<nѴNqSL]iLdz˹VJ8m3,T*c# +m-+&U)Y~lHY +Z.샄jۄ: +f: +^f,)YлLT;%H^&VSmAWvwwNgYʍ7u_G?TK2J"Wbu4J0im +@$9m<MDYKrA;&dPQ :+XF!KQOqM_O#8KFO DxP٦FUP*vcJ|YV`άH#d>Mj:CPsSSCWGQ(䧐ӽ=@0#pTk + +b
[o&[flh>-6&ob9/wjhQxq'Np_}IzuV'P«iJ4ZbvZ tu-[O9-PR\)>%ZO&W؞d9ZKE!@[1V +yjQk#o.2O&G@@7Ur\$ +Z&\3$faIzWSb|d)Uw
>тN$ +QC[h,;tQ[ZUN4A['a_;TIAav7l)@ +3/im.]7OV~ƹ~c +03.U9s:<qVm7姻 +TE:f|$ mO/-$\]b84^'Kt,4wO\Yuh횻+0hj].#9]Fm}H'Ǜ]W.άU;s@Oԟ_YO4ՙc/M3RM2W[ح +J,T8_P٘F=j!"JjO +S+t9z ++"23nB{dzgZiĹeIDOߧ?8N93XZ*X셈
XwGmV6cJ`wUU?L"
'pݻK}\F#Nڔ~Svff]l<Uu;{H?WoL)ku#P̴e]]a>~[I%Ğ-~%o<H('UUᶆ`ً"tևH+e +k# +n[]g'gp\5FJ+UW~ynU3lowE9T`.`đX?Фa$,MA+}xU4*$k_ibqX'= +^8[ճ/QVkZX`8[5 +Bd8qᲆl} gZ(dUZ'5T%,4!US,
H@*~ ++D
[s¤
~}UQ&H8 +gbm2(9}3̐#Yc&}6,f,[kH;ݮ/pѧ[bmďPc:AU%s Ĉ{}I;Yl$qُʭr Gr=)3U<K0GwX{um~V7.7 3VF8
*0S,Ϗdjz,j UHHIZ8Ts + +0|.1)9Ti+tQI'+.O@W*<E=V""%*VnCy,-rvd靜#9sniV)IҮ6sTu &
fM"%Gͥb}~1M\ =!VH.o[΄O=ʯԵZtxR"I2Jn/pͽP82#=TYgl?! Tȏ7zZ<dʤV4Rs$H̥HH
@叅)Dž@1yf.+m/O3v/Y 6N;)]},+fГ&1ۀ4~ؠaoO}2tǨSǚyjRL<qESusnm(3A}J;SƌtTX6:p,8ǹ7'h69冦)SgkecJ!*OA`8]~UQTWaQnV?tmp
W`+`Qe|IكϘwDPEbxd`My{=,4 +2> +|.h!cjjH%.Mɿ;%Z6@$Ǖ5Yxu`:II8c$(`KԮoa1th.Fj{l2ܳ6&_0T?*{sSz2^s~WqVLj+,,]~7nUiᢐ +Q"z= zD}LK +,:}%m )?hjm{/{iԥ@W;jymk.6`pK=*T#0G2ѷ^܂n\LO% vR041k&bAU"ark[N8m#BR+ +O3 au%MTiiXOuMIEf + +rnilFKmiNY#~^mSCQnNeܲ82_K@6DuW<*wP:3M7֡
O3!@_yvB~sۺP.6uPD];Tu7ӥ,INį![ݻǂ0~&^\@2>4ޫzg<MЬɘ:LF:""ZOeE +M4;7FI/MoUYX1ΦcoU/U+3'U6-d-FÅnJX&@8pé]@1WXZ*ݼv;cwd +W;~ Bs^ҽH$utЯg1@m$DGQ;^1̋t;ۧYTN]Tdhĩ66*uyq +-jG{A +0?JEu*5y?9: +'FȕM9?y'ÞR0GeR*raqu )O8FViq=tc/u9 <F-UH!<FV&Qup(BHj҉LxiĤf +#7fJ\$Dp*Ot8R4u\4,nPf$iȏnЬK;3bQ:HوG葉n6&ܩI$A}ULƱhSRMbPs4]$pV$bIɃ"ܿ4pF&=-}nn[|-Rx=b8>d-%xfiij +"i7\7oԑA\ϪIvPx70G\3=v-b2 +1J^ +3]3AIY5AI;2
??dyV,ӃS<PTGG- _0b. +XjD6iKUƄ +!S+xsIMyFWo?oey.\ѧU7M%$}1z+Wp/N6ӊ,KNLz.K XSthqj) +M4>u%c8X1jzÎ[\uj'pq~2'lQMz̹{(v dZVYy&HªsP pWdMd#OqּJ|7çΊ_ȨWbRkOmHt2(ڋv"Yz6KI;AeY݄KHp1ej#\GSI_KO;7,Yl no-nRd8$yVH3Y%/<vmQ2bl|>B
W/f6Wb@#@7H%' AjE=--^`**`I(Jy(UHV.s[##i>@L=mj H +w<[=ԵZ{z*3Lm +@ +.y)8U`ʘ+R4BݕVR-n'NJĴR">Ǖ:$}QLަR_SD]GRZ~ĮMwVĒ(Dt]ܭ-`SrBt;:;O^D<pY)*cm/n-Y}:L|E<ݲ4ћX7Wv +͵ct1axiZhv9d4=+]mu<k&y͜U3EG$Rd*I7O" +G֏1ug&c8i㎖dMR@Bz(H$igE5jq' +F\`xdPjr02U>_knCnY9tҜ$niFO'6F\&1 +Y!PvCww] {"okvyyjui +[~3 +$iΊܐA +.X^;cuw1bφct
hGdH)>tRZ=H+0w>\`ELJn^!cemO֚&U +^"18u ++6A=L]V_
ZL+_vZ%RHJgsIu!)J8m'pF
o[vͦB@u fF8;!x(_2:zwd[ܵfkbxV;4-=6ob 2䕯BÇ} ^`9Pq\6o%R(XhS4Wt`~Np5FZZI D 1=oNUdy(Pq pROXCL/1JIg9'Y;#p}tnsCbKRH#I'm
[͑~In!Ԭ` &6Eޛ:y]3Vr08-bTAD,fy`O*<.69m QóP-7I+Ksrp +!qJ3h"ah7odR c5\3(Ɣu6#Y¯<]eNbby[e"E'ggiLa,nX[^&V@ӻLJUc9uY[j23h Ui瑁 +,i*<*uTM.⌰r?E8 +,86zLK +o +mY4іq1YE4_5UTC!Oxە,ۈ +. +@u^ +<G^3&˛nJ,>L¥wE;^($0>a0*lqt0O$sFm8nfy̩S(P #oX(XC̹dE%_U +e#,ݦpᑅϹA7&1,Q+Ԯ)0gb@p({7k,f +dH; Ԏg3RJ+LB "jzP! +c{{p-,nI~(A(3`y[yvdRENGYG3>k`ab"!7fd]Tp弪l 7momo
@UW_C}YtO1*;̑a_/1hJhܖ-`@:lH7<VҌLlW87.RB"Nƫ!eEco<6Xv -G:H*$
A5 +ӏy볾n20Үܖ +W
I fl{NZ1e,ɞq{Ġ| +xy%Hi%ԉ +" +N +#
Nb
i{<2v@%.(NE#CK[|ً$L"MHPf%[XMSCQҩM9n: +k'υ(zIrLVCG(9$QԆ_,nvKR,#of=c<Ay +
g5ǐH)(2mͫ{%(,
e
p_N[9ۑ B'uPρ䜷r#pN4`4Wa55#JdWV#*.wm?BYOj>cI4U̹A&ι,>ʔS: +Y +#&7e:تVڊ"Hиа;@#xKx[;ކh#iU{^5e<^2TG%3,iYIlX|4kٻڶʓIvBbk{df4ݓ:ggI\:l[y35.[-LXn#^F{x#h# ]qARDQIL۩tX}q0Zֺ11=˰ +ڄ#S}"xW-kU6%[7 +F@VbI$~f&]{R AGJdfhz+YPS^ssN#ōO,Q8 +!A`ěh;.CHeOv49uA߲B@V<I&ImgYs~٧,g^>d?0PӚu EٛV:X(+K\! `@5nEw)Џy~&=#a.)u'rg6z9jqH
55Z +h9$YM;n]ZC2FuyV< +5el{|rgi( w.ryzYVxp4y:Q 8(#4 Y +ɹo + +KE8unPi~PUvu(VQI/lŧ,Bt
<t^^[$/fsI1F~rFLqaYJZ3I"#}ORȶ&"xKgHI!O7éeY#1Ҟ0x_kqth#o˟AmIz`jqDá0G<4@dlvč4pzޣzЅKvgM8ed}v3(㉷@
&]$8 +[w!#*zL{1ᏚD9FPBbN]?0FuHH [+}ˋ!QPi qZՊTfj;<,.X5u8<++3Kuش@ K6_Z*0T)U-OO$~\2E\. +^t[}Ǘ$t֮:GIqʯ}Ia<MK`4dzU\"t G&pn +@Ll q*6mc +Vec5>BP*ru&+DQp4H.ez骩0
em4,s<-#lԨ+;EJ0' Exj*m +zSW^|9g39Xe8$L`R컍\#TcO +ϥxdpq>]'S-<jr +Ĉ#ƪ738;G~H[Z +ŖW..1$u$Y]ֱ毗pTQ'V˔E4JwpEOA<HPKu't-e[eΖ!A{L%z +*did( X]EefKII;0PRt9u!r"N-RJ|) o[gVA$O M8[2z&^!G(}~VKqa؞Z%<GkO[FH{!9H\<zr<R<)e1^F쪬c]-@IOP&@~^b#12-cI (_ˈMEρӊw1x:da=4s^#O|=0SgΤg`zjtnvy811l_9mZJ$+ +H/VHIclW/f*Ōb2R2<yw#=($_}^U<a%* +b.o~ŭ9lRֱ1 +({eConab@#`&x><kf&z a +ԮT@*X{
{-)09(K|Ra + iy5a9vy + +O{uk} H_wE; - w<m̅Sۮίubx}we{H>̫,c8nfzˇ +Nb(}'b2hr-a(,g|:Zl!)T:Dzj$I=; `vn,^;D斝xlW<iolFLr&OMA`x$kp<a]Fd +ڑkVo-DdQD +n8!UZ38b
2 +#3VSj;Gqw{R*aX&)|xqqe1DnvR~gxGэ湕i8{n}~rE9bϸ0L PJ䵭H]oöeWICmJ< 8{GczKi:εCKQJN!+SPyĂY-e/WmYhm2IH*Z<2h^kQ*BT@;zhnn\yZ0+,SK1y6̜yj< +Ԭ*硇)#mǬ(cNJeA4UPTFEBЈMߐ}g0rD`<22YZECe-ogaIV^˛QKC.#&'DbVR;wW +'Tz)"e*kF؎%)fXR0X;&ozo' +e_K~*soO$j'h%Tb[_`Vaf6NU?*b.Ae
gnjł9&bVEWAVV(q=ut)D>b3aLI>KʼZ8a&PJ@k7;jٕxL
tBJvGaƩYD;i#=Zd8N:1 +ZS`OSSw&QĎcha;}/{^y[ytRn{z/Z^2)w%iRJy2Xܸ +<rAmӰƌZBǥY=_љ'9^ฌILn +!bD<HgMH1Z<55U6';T aK<䆖;ᧉ?o4j%HXRzAM*ݝYj?*ȸz?5Pi!e#5 +;mV<M<vyTN,C.mkbJ<^mNL84?k
Oݥk|$YtJ[cŖ+*HVcy^[ +4)'J`VL.h&6S,M Xle!N})}g0@OgkvM!d=arPicR"*)hȷo쌆!zioSx5bEV &_)p\a~i+k #;w#[i; +SI +pPYًYvNo(ʇS[L/"CKXyu:w6mZ +JO5uus(Qlc{;e[ ښO8JU8PYVay/Z=\Xk e!ƻƪ-T،ĴOPs5 +Tf2M?!qOK2_d,!IP8az5_-kżaXL"^>E<K ++f
Nήl؛|uj̍ʩܦG·M3"LgN`ShhtfvQAl +GC%8) ۵S*.ͷ?ONF_o߬448)MҼYqtl
A,{ÇwH +G>rք9݀H|b%g)(۷~bډ0iD&$~T]@gـ;=*# #m7G]ɐ5 'M g[#N8Vkƨ[͒Y=<1kx"8ݒ&h^xQE_p[$as`:()XH.S( +\ýps%I[|CMu@P]K@X}M^ub2eði#0OJ6%b8`0}jD HHHӮ,:W|1ՋV!x+QYV=,j/,(.}5O鵹BD8qJ/4&қ*MY{mf @?Bֲkګ0RӇfy5rG[NڅFFhB.9|M%ip) tVXֵghNo%mp|46#
orR3 =+wbqVFcу3PG.[vE]Z,gD +:^?jzzk:yZ \;U&D[/m
8MeHڞ*} GC\0zZ,cRӬO3 +{N&U7:i8߽jj5}#L^,) "CPWjuP0vweI*d`QNIz R۠x`h悕@=}5n\:1UpN$ +9w2T[¢բRضq)vvqa|+!+"XM,C~]Ex# +T\҂91*iK;x[Z(ΞRSj/S3PAy"pK@7Kh<DW%>O9g>t +Ԯ8UZCuMig +Ē=7sn5+J"=NzGy*]G8UUB4VA +fmRNjr[pKtb8c&[QK
1 +/SPSQ#@da]J4pu<V[2#A
XLf+)vVV$ʣr- +nd;F I5M'˧ foNیߒh1\7xCf6n>>˟ƏF~: qIuK
0Yr<-O,`扶&7+[M5eK$Θ5Z92M}/*L:ĝ6sku7Ǟo1tf
&D4F:<ӺeŢ"9 +EV`iQ;7 :|iHpVzERK +:䬿MA*0RGm)WS)Q'CgnZ(gaL;i
:4PVPx7 +lҎ=GʟS&|ɏ>l Ea^Tmt[W:'\j +qqOTf ++ +IhŤ)¹U笗u0XX]R偵 +"QS#d(sqx%"5L&kd0,C%I=Qױ&MXT(˙B8|GpfꞄѡK9* +{^.]ViSCw=t7cV )Eo6QIM3*:*mn^Z m ;"kġQ +`;"r1۴Ѯ킘tGAAuqqݩӇ~_>Ms=&V +QRV +#aW#~3 T&*h:p,e5XKӰxe$7Vnun#E>IW{tMR+ Zhc5C"ڝ@{rͭVl~wP{ɧ_HN0b0$`75P1 RXZou$
o<.:OY=` o>ChEWeYZ0[%J0Ҩ62X +Y[%u)%t$nebV'y>je43^Y.PO`fXF it$m>VYR[m8wXF]s<v3a +KYM
=3%`tבXojT6]wPZê&0*~P=0Ǫ>rw>M,1yRYؓ{ +hnkXYDxzhz)=A0T:m]_J]i$,G87-nQFϦ-8PziC# +gs sT)K±8FI7Qm
|ySb0-^b)gNbJOZ(iF-ڔl1IOSK_"5.i$=o7yàqKqٍgr969i#d + '{NxܯAV5䲔 + +&PqLRV1_(Bu6I\Uo]#Q(k6eyZO u&F(PR|G"EVP+-rO ^óT="%E8C,lK2y
@댡ت+I 1R?ъ\#
\>jUb|H +GFio! +Q'vQ6]A+ct؝# + OD +8 kCI5MDYJ,xvrT. q=5f2*<Oix!!Y2{oTp&tEDw< t[ÔZU 8+Qt~":H8 +\ˉ6!K U4LM 1~bZ":wm{E%:J*1,$°ʯR'G!p + !D3L}?&E̅lHX"4[D"@;ۻxH4Xˎco +=Td2M@3LVZ9*GΒ< +j\oc7yBPa:A"jn+t.-YOIj7yh6jt81I떈`*ʄ + +MiCyg-J cAl=i4㞘*qaèDfRv,-:7B76(q^{)`)&4J͑@PnOcWU)1yy`*Is
|Jc?Rf̽Ê4P]-K/U +x77BZn\A/l%IT3 +.C: +SҥbJtbwNdF +3bóaqjWpČ "_ +tm +ҟΩo +6}J72Qɹ{ԏLE=
N#qJy(4n|
ÁV鲅!KDWRf6qgi +2{+(q<L*{fy*$TZynD4x=~#=a}al!P*|($V=tcoMq-DF3TS)s~z;Ycf1dHxҍv $l7' + =L9q]ôuǦ1MN#T8% ۹/4 +P)Ju$*=t;eWNf̘Y*[Y|\8qHuEn!SYr3귡H: +SbM$!ПyTJS"ێ%&>!OR/Z"K'Kh'3Hds!q]IpG
q
&p&H̙36a-Լ_*SAbXV"|R֏+cȱN)t6 '正JI +%b +l1@c@UaAdSb(=m#O;WFx,,J'(4koUP}xyC`,ee2
c/EK +wYYPa!Nb#17`/*nҌVD%\ +>G>@ꑆXKP)"cHMf/cATRC6v5}\]oSWwEn;Fߍ9a)=O΄\l胤GJKOtAS]!ItВno[3잺;jˆt114~fCNVh%br1`6dciP>Tt;ɘD\@rL +Hp>*9#B|f])bdD +FZ%CrB8FÚe9>Ymb%E@Nl&zDK&g,C[VQ2J)Ls)L&"wyRVZq:Rv"6b
Z)SlVu1)PLc<F#t/\kq<םy)$KWMy! +U@Je'r,cq$?O
F_B@J+D0qW ,#Bc4UP6 +ai3AdXwES4Xu
<Ł䬞LNU4I# +Sz?Xt㊷8fz +X&kT +b93uMRb/[Rj*VU]YpODmd$gE_Voq`kT+p Ѭ乁z}8ݢ +7~{ƫ+i1F,>B0W
r`$Ivb>+{1RTH(l_D&J/'#b91PЬp +|=U;MJ~^BpFβv[߉!YgQ> +z]KP +z|-^_xF1R1` 42Hֿ8ڸoJAM<ʂAO +:I6<j19gnQJ dY2.DR0#+ nAzHRHP2fΧ˳`5Y{-"M]>O[UK +!% i@8VJgFG%} +R"A Ƙ3LF~x>*6ICLX2V[%f~0?S"sN26Om.MS,X~X:uEdbAW{ +8'H*2K Kp1pQ)楆Sŏ1o;ȋ>;՞]!Yh2TO[zo^YQ):d o3U,ňsOeZjjZX&icx<+.u'ؖUgempN%ARHDLdDnRY諾(3sVUF.aBfz+`yoѨ~طqhVHd`D0G$zbÞ̆
Vel;Z7&\c<[p0!B + +sS!xk"J4Ro)/r Bk2C ҥ=)і%w&9srZ,4h2Rnh)$۽\[ +ǰG.6%5,r6I
u;SmT[1F*;o.:1wܥ:S$ԏT2UfS3q*>ZTZihI5VI"!oA<a@ kG'uvдTٗ!uk#;Q=*ɫj8مˇ_%Y',}4 I`XfVj|JAP fpɺg@/] +B$8EU<u2KbYB.GLYz +nl#Fh| +KNJ#5+˭G_MÎf2'AQ^(xvi(ijyC]bwmͪI<Mi6h֊^_9iR`U<":rFO*<}P(I;dt)Ģ#+/4t[?'|?+gm[ZDtAkT
+endstream
endobj
19 0 obj
<</CreationDate(D:20110622101627-07'00')/Creator(Adobe InDesign CS3 \(5.0.4\))/Producer(Adobe PDF Library 8.0)/ModDate(D:20110622101627-07'00')/Trapped/False>>
endobj
xref
+0 23
+0000000003 65535 f
+0000000016 00000 n
+0000016265 00000 n
+0000000004 00001 f
+0000000005 00000 f
+0000000006 00001 f
+0000000008 00001 f
+0000016316 00000 n
+0000000009 00001 f
+0000000011 00001 f
+0000017534 00000 n
+0000000012 00001 f
+0000000000 00001 f
+0000064834 00000 n
+0000017758 00000 n
+0000018156 00000 n
+0000064716 00000 n
+0000017647 00000 n
+0000016666 00000 n
+0000133054 00000 n
+0000018810 00000 n
+0000018423 00000 n
+0000000113 00000 n
+trailer
+<</Size 23/Root 1 0 R/Info 19 0 R/ID[<216F229577A5EE46B76ECCFFA631A63E><2F906DFFBCE6D040877907067CF14093>]>>
+startxref
+133230
+%%EOF
diff --git a/examples/tiger.eps b/examples/tiger.eps new file mode 100644 index 00000000..f86aea3a --- /dev/null +++ b/examples/tiger.eps @@ -0,0 +1,2737 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Creator: Adobe Illustrator(TM) 1.2d4 +%%For: OpenWindows Version 2 +%%Title: tiger.eps +%%CreationDate: 4/12/90 3:20 AM +%%DocumentProcSets: Adobe_Illustrator_1.2d1 0 0 +%%DocumentSuppliedProcSets: Adobe_Illustrator_1.2d1 0 0 +%%BoundingBox: 17 171 567 739 +%%EndComments +/tigersave save def % prevent residual side effects + +%%BeginProcSet:Adobe_Illustrator_1.2d1 0 0 + +/Adobe_Illustrator_1.2d1 dup 100 dict def load begin +% definition operators +/bdef {bind def} bind def +/ldef {load def} bdef +/xdef {exch def} bdef +% graphic state operators +/_K { 3 index add neg dup 0 lt {pop 0} if 3 1 roll } bdef +/_k /setcmybcolor where { + /setcmybcolor get +} { + { 1 sub 4 1 roll _K _K _K setrgbcolor pop } bind +} ifelse def +/g {/_b xdef /p {_b setgray} def} bdef +/G {/_B xdef /P {_B setgray} def} bdef +/k {/_b xdef /_y xdef /_m xdef /_c xdef /p {_c _m _y _b _k} def} bdef +/K {/_B xdef /_Y xdef /_M xdef /_C xdef /P {_C _M _Y _B _k} def} bdef +/d /setdash ldef +/_i currentflat def +/i {dup 0 eq {pop _i} if setflat} bdef +/j /setlinejoin ldef +/J /setlinecap ldef +/M /setmiterlimit ldef +/w /setlinewidth ldef +% path construction operators +/_R {.25 sub round .25 add} bdef +/_r {transform _R exch _R exch itransform} bdef +/c {_r curveto} bdef +/C /c ldef +/v {currentpoint 6 2 roll _r curveto} bdef +/V /v ldef +/y {_r 2 copy curveto} bdef +/Y /y ldef +/l {_r lineto} bdef +/L /l ldef +/m {_r moveto} bdef +% path painting operators +/n /newpath ldef +/N /n ldef +/F {p fill} bdef +/f {closepath F} bdef +/S {P stroke} bdef +/s {closepath S} bdef +/B {gsave F grestore S} bdef +/b {closepath B} bdef +end +%%EndProcSet +%%EndProlog + +%%Page: 1 1 + +Adobe_Illustrator_1.2d1 begin + +.8 setgray +clippath fill +-110 -300 translate +1.1 dup scale + +0 g +0 G +0 i +0 J +0 j +0.172 w +10 M +[]0 d +0 0 0 0 k + +177.696 715.715 m +177.797 713.821 176.973 713.84 v +176.149 713.859 159.695 761.934 139.167 759.691 C +156.95 767.044 177.696 715.715 V +b +181.226 718.738 m +180.677 716.922 179.908 717.221 v +179.14 717.519 180.023 768.325 159.957 773.199 C +179.18 774.063 181.226 718.738 V +b +208.716 676.41 m +210.352 675.45 209.882 674.773 v +209.411 674.096 160.237 686.898 150.782 668.541 C +154.461 687.428 208.716 676.41 V +b +205.907 666.199 m +207.763 665.803 207.529 665.012 v +207.296 664.221 156.593 660.879 153.403 640.478 C +150.945 659.563 205.907 666.199 V +b +201.696 671.724 m +203.474 671.061 203.128 670.313 v +202.782 669.565 152.134 673.654 146.002 653.936 C +146.354 673.175 201.696 671.724 V +b +190.991 689.928 m +192.299 688.554 191.66 688.033 v +191.021 687.512 147.278 713.366 133.131 698.324 C +141.872 715.467 190.991 689.928 V +b +183.446 685.737 m +184.902 684.52 184.326 683.929 v +183.75 683.339 137.362 704.078 125.008 687.531 C +131.753 705.553 183.446 685.737 V +b +180.846 681.665 m +182.454 680.657 181.964 679.994 v +181.474 679.331 132.692 693.554 122.709 675.478 C +126.934 694.251 180.846 681.665 V +b +191.58 681.051 m +192.702 679.52 192.001 679.085 v +191.3 678.65 151.231 709.898 135.273 696.793 C +146.138 712.674 191.58 681.051 V +b +171.8 710 m +172.4 708.2 171.6 708 v +170.8 707.8 142.2 749.8 122.999 742.2 C +138.2 754 171.8 710 V +b +172.495 703.021 m +173.47 701.392 172.731 701.025 v +171.993 700.657 135.008 735.501 117.899 723.939 C +130.196 738.739 172.495 703.021 V +b +172.38 698.651 m +173.502 697.12 172.801 696.685 v +172.1 696.251 132.031 727.498 116.073 714.393 C +126.938 730.274 172.38 698.651 V +b +0 J 1 w +170.17 696.935 m +170.673 690.887 171.661 684.318 173.4 681.199 C +169.8 668.799 178.6 655.599 V +178.2 648.399 179.8 645.199 V +183.8 636.799 188.6 635.999 v +192.484 635.352 201.207 632.283 211.068 630.879 c +228.2 616.799 225 603.999 V +224.6 587.599 221 585.999 V +232.6 597.199 223 580.399 V +218.6 561.599 l +244.2 583.199 228.6 564.799 V +218.6 538.799 l +238.2 557.199 231 548.799 V +227.8 539.999 l +271 567.199 240.2 537.599 V +248.2 541.199 252.6 538.399 V +259.4 539.599 258.6 537.999 V +237.8 527.599 234.2 509.199 V +242.6 519.199 239.4 508.399 V +239.8 496.799 l +243.8 518.399 243.4 480.799 V +262.6 498.799 251 477.999 V +251 461.199 l +266.2 477.599 259.8 464.799 V +269.8 473.599 265.8 458.399 V +265 447.999 269.4 459.199 V +285.4 489.799 279.4 463.599 V +278.6 444.399 283.4 459.199 V +283.8 448.799 293 441.599 V +291.8 492.399 304.6 456.399 V +308.6 439.999 l +311.4 449.199 311 454.399 V +325.8 470.799 319 446.399 V +334.2 469.199 331 455.999 V +323.4 439.999 325 435.199 V +341.8 469.999 343 471.599 V +341 429.198 351.8 465.199 V +357.4 453.199 354.6 448.799 V +362.6 456.799 361.8 459.999 V +366.4 468.199 369.2 454.599 V +371 445.199 372.6 448.399 V +376.6 424.398 377.8 447.199 V +379.4 460.799 372.2 472.399 V +373 475.599 370.2 479.599 v +383.8 457.999 376.6 486.799 V +387.801 478.799 389.001 478.799 V +375.4 501.999 384.2 497.199 V +379 507.599 397.001 495.599 V +381 511.599 398.601 501.999 V +406.601 495.599 399.001 505.599 V +384.6 521.599 406.601 503.599 V +418.201 487.199 419.001 484.399 V +409.001 513.599 404.601 516.399 V +413.001 552.799 454.201 537.199 V +461.001 519.999 465.401 538.399 V +478.201 544.799 489.401 517.199 V +493.401 530.799 492.601 533.599 V +499.401 532.399 498.601 533.599 V +511.801 529.199 513.001 529.999 V +519.801 523.199 520.201 526.799 V +529.401 523.999 527.401 527.599 V +536.201 511.999 536.601 508.399 V +539.001 522.399 l +541.001 519.599 l +542.601 527.199 541.801 528.399 v +541.001 529.599 561.801 521.599 566.601 500.799 C +568.601 492.399 l +574.601 507.199 573.001 511.199 V +578.201 510.399 578.601 505.999 V +582.601 529.199 577.801 535.199 V +582.201 535.999 583.401 532.399 V +583.401 539.599 l +590.601 538.799 590.601 541.199 V +595.001 545.199 597.001 540.399 V +584.601 575.599 603.001 556.399 V +610.201 545.599 606.601 564.399 v +603.001 583.199 599.001 584.799 603.801 585.199 C +604.601 588.799 602.601 590.399 v +600.601 591.999 603.801 590.399 y +608.601 586.399 603.401 608.399 V +609.801 606.799 597.801 635.999 V +600.601 638.399 596.601 646.799 V +604.601 642.399 607.401 643.999 V +607.001 645.599 603.801 649.599 V +582.201 704.4 602.601 682.399 V +614.451 668.849 608.051 691.649 V +598.94 715.659 599.717 719.955 V +170.17 696.935 l +b +0.2 0.55 0.85 0 k +599.717 719.755 m +600.345 719.574 602.551 718.45 603.801 716.8 C +610.601 706 605.401 724.4 V +596.201 753.2 605.001 742 V +611.001 734.8 607.801 748.4 v +603.936 764.827 601.401 771.2 y +613.001 766.4 586.201 806 V +595.001 802.4 l +575.401 842 553.801 847.2 V +545.801 853.2 l +584.201 891.2 571.401 928 V +564.601 933.2 555.001 924 V +548.601 919.2 542.601 920.8 V +511.801 919.6 509.801 919.6 v +507.801 919.6 473.001 956.8 407.401 939.2 C +402.201 937.2 397.801 938.4 V +379.4 954.4 330.6 931.6 v +320.6 929.6 319 929.6 v +317.4 929.6 314.6 929.6 306.6 923.2 c +298.6 916.8 298.2 916 296.2 914.4 C +279.8 903.2 275 902.4 V +263.4 896 259 886 V +255.4 884.8 l +253.8 877.6 253.4 876.4 V +248.6 872.8 247.8 867.2 V +239 861.2 239.4 856.8 V +237.8 851.6 237 846.8 V +229.8 842 230.6 839.2 V +223 825.2 224.2 818.4 V +217.8 818.8 215 816.4 V +214.2 811.6 212.6 811.2 V +209.8 810 212.2 806 V +210.6 803.2 210.2 801.6 V +211 798.8 206.6 793.2 V +200.2 774.4 202.2 769.2 V +202.6 764.4 199.8 762.8 V +196.2 763.2 204.6 751.2 V +205.4 750 202.2 747.6 V +185 744 182.6 727.6 V +169 712.8 169 707.6 v +169 705.295 169.271 702.148 169.97 697.535 C +169.4 689.199 197 688.399 v +224.6 687.599 599.717 719.755 Y +b +184.4 697.4 m +159.4 736.8 173.8 680.399 Y +182.6 645.999 312.2 683.599 y +481.001 714 492.201 718 v +503.401 722 598.601 715.6 y +593.001 732.4 L +528.201 778.8 509.001 755.6 495.401 759.6 c +481.801 763.6 484.201 754 481.001 753.2 c +477.801 752.4 438.601 777.2 432.201 776.4 c +425.801 775.6 400.459 799.351 415.401 767.6 c +431.401 733.6 357 728.4 340.2 739.6 c +323.4 750.8 347.4 721.2 Y +365.8 701.2 331.4 718 y +297 730.8 273 705.2 269.8 704.4 c +266.6 703.6 261.8 700.4 261 706.8 c +260.2 713.2 252.69 729.901 221 703.6 c +201 686.999 187.2 709 Y +184.4 697.4 L +f +0.09 0.5 0.772 0 k +433.51 774.654 m +427.11 773.854 401.743 797.593 416.71 765.854 c +433.31 730.654 358.31 726.654 341.51 737.854 c +324.709 749.054 348.71 719.454 Y +367.11 699.454 332.709 716.254 y +298.309 729.054 274.309 703.454 271.109 702.654 c +267.909 701.854 263.109 698.654 262.309 705.054 c +261.509 711.454 254.13 727.988 222.309 701.854 c +201.073 684.508 187.582 705.963 Y +184.382 695.854 L +159.382 735.654 174.454 677.345 Y +183.255 642.944 313.509 681.854 y +482.31 712.254 493.51 716.254 v +504.71 720.254 599.038 713.927 y +593.51 731.236 L +528.71 777.636 510.31 753.854 496.71 757.854 c +483.11 761.854 485.51 752.254 482.31 751.454 c +479.11 750.654 439.91 775.454 433.51 774.654 c +f +0.081 0.45 0.695 0 k +434.819 772.909 m +428.419 772.109 403.685 796.138 418.019 764.109 c +434.219 727.908 359.619 724.908 342.819 736.108 c +326.019 747.308 350.019 717.708 Y +368.419 697.708 334.019 714.508 y +299.619 727.308 275.618 701.708 272.418 700.908 c +269.218 700.108 264.418 696.908 263.618 703.308 c +262.818 709.708 255.57 726.075 223.618 700.108 c +201.145 682.017 187.964 702.926 Y +184.364 694.308 L +160.564 733.308 175.109 674.29 Y +183.909 639.89 314.819 680.108 y +483.619 710.508 494.819 714.508 v +506.019 718.508 599.474 712.254 y +594.02 730.072 L +529.219 776.472 511.619 752.109 498.019 756.109 c +484.419 760.109 486.819 750.509 483.619 749.708 c +480.419 748.908 441.219 773.709 434.819 772.909 c +f +0.072 0.4 0.618 0 k +436.128 771.163 m +429.728 770.363 404.999 794.395 419.328 762.363 c +436.128 724.807 360.394 723.518 344.128 734.363 c +327.328 745.563 351.328 715.963 Y +369.728 695.963 335.328 712.763 y +300.928 725.563 276.928 699.963 273.728 699.163 c +270.528 698.363 265.728 695.163 264.928 701.563 c +264.128 707.963 257.011 724.161 224.927 698.363 c +201.218 679.526 188.345 699.89 Y +184.345 692.763 L +162.545 729.563 175.764 671.235 Y +184.564 636.835 316.128 678.363 y +484.928 708.763 496.129 712.763 v +507.329 716.763 599.911 710.581 y +594.529 728.908 L +529.729 775.309 512.929 750.363 499.329 754.363 c +485.728 758.363 488.128 748.763 484.928 747.963 c +481.728 747.163 442.528 771.963 436.128 771.163 c +f +0.063 0.35 0.54 0 k +437.438 769.417 m +431.037 768.617 406.814 792.871 420.637 760.617 c +437.438 721.417 362.237 721.417 345.437 732.617 c +328.637 743.817 352.637 714.217 Y +371.037 694.217 336.637 711.017 y +302.237 723.817 278.237 698.217 275.037 697.417 c +271.837 696.617 267.037 693.417 266.237 699.817 c +265.437 706.217 258.452 722.248 226.237 696.617 c +201.291 677.035 188.727 696.854 Y +184.327 691.217 L +164.527 726.018 176.418 668.181 Y +185.218 633.78 317.437 676.617 y +486.238 707.017 497.438 711.017 v +508.638 715.017 600.347 708.908 y +595.038 727.745 L +530.238 774.145 514.238 748.617 500.638 752.617 c +487.038 756.617 489.438 747.017 486.238 746.217 c +483.038 745.417 443.838 770.217 437.438 769.417 c +f +0.054 0.3 0.463 0 k +438.747 767.672 m +432.347 766.872 406.383 790.323 421.947 758.872 c +441.147 720.072 363.546 719.672 346.746 730.872 c +329.946 742.072 353.946 712.472 Y +372.346 692.472 337.946 709.272 y +303.546 722.072 279.546 696.472 276.346 695.672 c +273.146 694.872 268.346 691.672 267.546 698.072 c +266.746 704.472 259.892 720.335 227.546 694.872 c +201.364 674.544 189.109 693.817 Y +184.309 689.672 L +166.309 722.872 177.073 665.126 Y +185.873 630.726 318.746 674.872 y +487.547 705.272 498.747 709.272 v +509.947 713.272 600.783 707.236 y +595.547 726.581 L +530.747 772.981 515.547 746.872 501.947 750.872 c +488.347 754.872 490.747 745.272 487.547 744.472 c +484.347 743.672 445.147 768.472 438.747 767.672 c +f +0.045 0.25 0.386 0 k +440.056 765.927 m +433.655 765.127 407.313 788.387 423.255 757.127 c +443.656 717.126 364.855 717.926 348.055 729.126 c +331.255 740.326 355.255 710.726 Y +373.655 690.726 339.255 707.526 y +304.855 720.326 280.855 694.726 277.655 693.926 c +274.455 693.126 269.655 689.926 268.855 696.326 c +268.055 702.726 261.332 718.422 228.855 693.126 c +201.436 672.053 189.491 690.781 Y +184.291 688.126 L +168.291 718.326 177.727 662.071 Y +186.527 627.671 320.055 673.126 y +488.856 703.526 500.056 707.526 v +511.256 711.526 601.22 705.563 y +596.056 725.417 L +531.256 771.817 516.856 745.126 503.256 749.126 c +489.656 753.127 492.056 743.526 488.856 742.726 c +485.656 741.926 446.456 766.727 440.056 765.927 c +f +0.036 0.2 0.309 0 k +441.365 764.181 m +434.965 763.381 407.523 786.056 424.565 755.381 c +446.565 715.781 366.164 716.181 349.364 727.381 c +332.564 738.581 356.564 708.981 Y +374.964 688.981 340.564 705.781 y +306.164 718.581 282.164 692.981 278.964 692.181 c +275.764 691.381 270.964 688.181 270.164 694.581 c +269.364 700.981 262.773 716.508 230.164 691.381 c +201.509 669.562 189.873 687.744 Y +184.273 686.581 L +169.872 714.981 178.382 659.017 Y +187.182 624.616 321.364 671.381 y +490.165 701.781 501.365 705.781 v +512.565 709.781 601.656 703.89 y +596.565 724.254 L +531.765 770.654 518.165 743.381 504.565 747.381 c +490.965 751.381 493.365 741.781 490.165 740.981 c +486.965 740.181 447.765 764.981 441.365 764.181 c +f +0.027 0.15 0.231 0 k +442.674 762.435 m +436.274 761.635 408.832 784.311 425.874 753.635 c +447.874 714.035 367.474 714.435 350.674 725.635 c +333.874 736.835 357.874 707.235 Y +376.274 687.235 341.874 704.035 y +307.473 716.835 283.473 691.235 280.273 690.435 c +277.073 689.635 272.273 686.435 271.473 692.835 c +270.673 699.235 264.214 714.595 231.473 689.635 c +201.582 667.071 190.255 684.707 Y +184.255 685.035 L +170.654 711.436 179.037 655.962 Y +187.837 621.562 322.673 669.635 y +491.474 700.035 502.674 704.035 v +513.874 708.035 602.093 702.217 y +597.075 723.09 L +532.274 769.49 519.474 741.635 505.874 745.635 c +492.274 749.635 494.674 740.035 491.474 739.235 c +488.274 738.435 449.074 763.235 442.674 762.435 c +f +0.018 0.1 0.154 0 k +443.983 760.69 m +437.583 759.89 410.529 782.777 427.183 751.89 c +449.183 711.09 368.783 712.69 351.983 723.89 c +335.183 735.09 359.183 705.49 Y +377.583 685.49 343.183 702.29 y +308.783 715.09 284.783 689.49 281.583 688.69 c +278.382 687.89 273.582 684.69 272.782 691.09 c +271.982 697.49 265.654 712.682 232.782 687.89 c +201.655 664.58 190.637 681.671 Y +184.236 683.49 L +171.236 707.49 179.691 652.907 Y +188.491 618.507 323.983 667.89 y +492.783 698.29 503.983 702.29 v +515.183 706.29 602.529 700.544 y +597.583 721.926 L +532.783 768.327 520.783 739.89 507.183 743.89 c +493.583 747.89 495.983 738.29 492.783 737.49 c +489.583 736.69 450.383 761.49 443.983 760.69 c +f +0.009 0.05 0.077 0 k +445.292 758.945 m +438.892 758.145 412.917 781.589 428.492 750.145 c +449.692 707.344 370.092 710.944 353.292 722.144 c +336.492 733.344 360.492 703.744 Y +378.892 683.744 344.492 700.544 y +310.092 713.344 286.092 687.744 282.892 686.944 c +279.692 686.144 274.892 682.944 274.092 689.344 c +273.292 695.744 267.095 710.768 234.092 686.144 c +201.727 662.089 191.018 678.635 Y +184.218 681.944 L +171.418 705.144 180.346 649.853 Y +189.146 615.453 325.292 666.144 y +494.093 696.544 505.293 700.544 v +516.493 704.544 602.965 698.872 y +598.093 720.763 L +533.292 767.163 522.093 738.144 508.493 742.144 c +494.893 746.145 497.293 736.544 494.093 735.744 c +490.892 734.944 451.692 759.745 445.292 758.945 c +f +1 g +184.2 680.399 m +171.4 702.4 181 646.799 Y +189.8 612.399 326.6 664.399 y +495.401 694.8 506.601 698.8 v +517.801 702.8 603.401 697.2 y +598.601 719.6 L +533.801 766 523.401 736.4 509.801 740.4 c +496.201 744.4 498.601 734.8 495.401 734 c +492.201 733.2 453.001 758 446.601 757.2 c +440.201 756.4 414.981 780.207 429.801 748.4 c +452.028 700.693 369.041 710.773 354.6 720.4 c +337.8 731.6 361.8 702 Y +380.2 681.999 345.8 698.8 y +311.4 711.6 287.4 685.999 284.2 685.199 c +281 684.399 276.2 681.199 275.4 687.599 c +274.6 694 268.535 708.856 235.4 684.399 c +201.8 659.599 191.4 675.599 Y +184.2 680.399 L +f +0 g +225.8 650.399 m +218.6 638.799 239.4 625.599 V +240.8 624.199 222.8 628.399 V +216.6 630.399 215 640.799 V +210.2 645.199 205.4 650.799 v +200.6 656.399 225.8 650.399 y +f +0.8 g +365.8 698 m +383.498 671.179 382.9 666.399 v +381.6 655.999 381.4 646.399 384.6 642.399 c +387.801 638.399 396.601 605.199 y +396.201 603.999 408.601 641.999 V +420.201 657.999 400.201 676.399 V +365 705.2 365.8 698 v +f +0 g +1 J 0.1 w +245.8 623.599 m +257 616.399 242.6 585.199 V +249 587.599 l +248.2 576.399 245 573.999 V +252.2 577.199 l +257 569.199 253 564.399 V +269.8 556.399 269 549.999 V +275.4 557.999 271.4 564.399 v +267.4 570.799 260.2 566.799 261 585.199 C +252.2 581.999 l +257.8 590.799 257.8 597.199 V +249.8 594.799 l +265.269 621.377 254.6 622.799 v +248.6 623.599 245.8 623.599 Y +f +0.8 g +278.2 606.799 m +281 611.199 278.2 610.399 v +275.4 609.599 244.2 594.799 238.2 585.199 C +272.6 609.599 278.2 606.799 V +f +288.6 598.799 m +291.4 603.199 288.6 602.399 v +285.8 601.599 254.6 586.799 248.6 577.199 C +283 601.599 288.6 598.799 V +f +301.8 613.999 m +304.6 618.399 301.8 617.599 v +299 616.799 267.8 601.999 261.8 592.399 C +296.2 616.799 301.8 613.999 V +f +278.6 570.399 m +278.6 576.399 275.8 575.599 v +273 574.799 237 557.199 231 547.599 C +273 573.199 278.6 570.399 V +f +279.8 581.199 m +281 585.999 278.2 585.199 V +276.2 585.199 249.8 573.599 243.8 563.999 C +273.4 585.599 279.8 581.199 V +f +265.4 533.599 m +255.4 525.999 l +265.8 533.599 269.4 532.399 V +262.6 521.199 261.8 515.999 V +272.2 528.799 277.8 528.399 V +285.4 527.999 285.4 517.199 V +291 527.599 294.2 527.199 V +295.4 520.799 294.2 513.999 V +298.2 521.599 302.2 519.999 V +308.6 521.999 307.8 510.399 V +307.8 499.999 307 497.199 V +312.6 523.599 315 523.999 V +323 525.199 327.8 516.399 V +323.8 523.999 328.6 521.999 V +339.4 520.399 342.6 513.599 V +335.8 525.599 341.4 522.399 V +348.2 522.399 349.4 515.999 V +357.8 494.799 359.8 493.199 V +352.2 514.799 353.8 514.799 V +351.8 526.799 357 511.999 V +353.8 525.999 359.4 525.199 v +365 524.399 369.4 514.399 377.8 516.799 C +387.401 511.199 389.401 580.399 V +265.4 533.599 L +f +0 g +0 J 1 w +270.2 626.399 m +285 632.399 325 626.399 V +332.2 625.999 339 634.799 v +345.8 643.599 372.6 650.799 379 648.799 C +388.601 642.399 l +389.401 641.199 l +401.801 630.799 402.201 623.199 v +402.601 615.599 387.801 567.599 378.2 551.599 c +368.6 535.599 359 523.199 339.8 525.599 C +319 529.599 293.4 525.599 v +264.2 527.199 261.4 535.199 v +258.6 543.199 272.6 558.399 y +277 566.799 275.8 581.199 v +274.6 595.599 275 623.599 270.2 626.399 c +f +0.1 0.6 0.45 0 k +292.2 624.399 m +300.6 605.999 271 540.799 y +269 539.199 283.66 533.154 293.8 535.599 c +304.746 538.237 345 533.999 Y +368.6 549.599 381.4 593.999 y +391.801 617.999 374.2 621.199 v +356.6 624.399 292.2 624.399 y +f +0.1 0.6 0.45 0.2 k +290.169 593.503 m +293.495 606.293 295.079 618.094 292.2 624.399 c +354.6 617.999 365.8 638.799 v +370.041 646.674 384.801 615.999 384.4 606.399 c +321.4 591.999 306.6 603.199 V +290.169 593.503 L +f +0.1 0.6 0.45 0.25 k +294.6 577.199 m +296.6 569.999 294.2 565.999 V +292.6 565.199 291.4 564.799 V +292.6 561.199 298.6 559.599 V +300.6 555.199 303 554.799 v +305.4 554.399 310.2 548.799 314.2 549.999 c +318.2 551.199 329.4 555.199 y +335 558.399 343.8 554.799 V +346.175 555.601 346.6 559.599 v +347.1 564.299 350.2 567.999 352.2 569.999 c +354.2 571.999 363.8 584.799 362.6 585.199 c +361.4 585.599 294.6 577.199 Y +f +0 0.55 0.5 0 k +290.2 625.599 m +287.4 603.199 290.6 594.799 v +293.8 586.399 293 584.399 292.2 580.399 c +291.4 576.399 295.8 566.399 301.4 560.399 C +313.4 558.799 l +328.6 562.399 337.8 559.599 V +346.794 558.256 350.2 573.199 V +355 579.599 362.2 582.399 v +369.4 585.199 376.6 626.799 372.6 634.799 c +368.6 642.799 354.2 647.199 338.2 631.599 c +322.2 615.999 320.2 632.799 290.2 625.599 C +b +0 0 0.2 0 k +0.5 w +291.8 550.799 m +291 552.799 286.6 553.199 V +264.2 556.799 255.8 569.199 V +249 574.799 253.4 563.199 V +263.8 542.799 270.6 539.999 V +287 535.999 291.8 550.799 V +b +0 0.55 0.5 0.2 k +1 w +371.742 614.771 m +372.401 622.677 374.354 631.291 372.6 634.799 c +366.154 647.693 349.181 642.305 338.2 631.599 c +322.2 615.999 320.2 632.799 290.2 625.599 C +288.455 611.636 289.295 601.624 v +326.6 613.199 327.4 607.599 V +329 610.799 338.2 610.799 v +347.4 610.799 370.142 611.971 371.742 614.771 C +f +0 g +0 0.55 0.5 0.35 K +2 w +328.6 624.799 m +333.4 619.999 329.8 610.399 V +315.4 594.399 317.4 580.399 v +S +0 0 0.2 0 k +0 G +0.5 w +280.6 539.999 m +276.2 552.799 285 545.999 V +289.8 543.999 288.6 542.399 v +287.4 540.799 281.8 536.799 280.6 539.999 C +b +285.64 538.799 m +282.12 549.039 289.16 543.599 V +293.581 541.151 292.04 540.719 v +287.48 539.439 292.04 536.879 285.64 538.799 C +b +290.44 538.799 m +286.92 549.039 293.96 543.599 V +298.335 541.289 296.84 540.719 v +293.48 539.439 296.84 536.879 290.44 538.799 C +b +297.04 538.599 m +293.52 548.839 300.56 543.399 V +304.943 541.067 303.441 540.519 v +300.48 539.439 303.441 536.679 297.04 538.599 C +b +303.52 538.679 m +300 548.919 307.041 543.479 V +310.881 541.879 309.921 540.599 v +308.961 539.319 309.921 536.759 303.52 538.679 C +b +310.2 537.999 m +305.4 550.399 314.6 543.999 V +319.4 541.999 318.2 540.399 v +317 538.799 318.2 535.599 310.2 537.999 C +b +0 g +0.1 0.6 0.45 0.25 K +2 w +281.8 555.199 m +295 557.999 301 554.799 V +307 553.599 308.2 553.999 v +309.4 554.399 312.6 554.799 y +S +315.8 546.399 m +327.8 559.999 339.8 555.599 v +346.816 553.026 345.8 556.399 346.6 559.199 c +347.4 561.999 347.6 566.199 352.6 569.199 c +S +0 0 0.2 0 k +0 G +0.5 w +333 562.399 m +329 573.199 326.2 560.399 v +323.4 547.599 320.2 543.999 318.6 541.199 C +318.6 535.999 327 536.399 V +337.8 536.799 338.2 539.599 v +338.6 542.399 337 553.999 333 562.399 C +b +0 g +0.1 0.6 0.45 0.25 K +2 w +347 555.199 m +350.6 557.599 353 556.399 v +S +353.5 571.599 m +356.4 576.499 361.2 577.299 v +S +0.7 g +0 G +1 w +274.2 534.799 m +292.2 531.599 296.6 533.199 V +305.4 533.199 297 531.199 V +284.2 531.199 276.2 532.399 V +264.6 537.999 274.2 534.799 V +f +0 0 0.2 0 k +0.5 w +288.2 627.999 m +305.8 627.999 307.8 627.199 V +315 596.399 311.4 588.799 V +310.2 585.999 307.4 591.599 V +289 624.399 285.8 626.399 v +282.6 628.399 287 627.999 288.2 627.999 C +b +211.1 630.699 m +220 628.999 232.6 626.399 V +237.4 603.999 240.6 599.199 v +243.8 594.399 240.2 594.399 236.6 597.199 c +233 599.999 218.2 613.999 216.2 618.399 c +214.2 622.799 211.1 630.699 y +b +232.961 626.182 m +238.761 624.634 239.77 622.419 v +240.778 620.205 238.568 616.908 y +237.568 613.603 236.366 615.765 v +235.164 617.928 232.292 625.588 232.961 626.182 c +b +0 g +233 626.399 m +236.6 621.199 240.2 621.199 v +243.8 621.199 244.182 621.612 247 620.999 c +251.6 619.999 251.2 621.999 257.8 620.799 c +260.44 620.319 263 621.199 265.8 619.999 c +268.6 618.799 271.8 619.599 273 621.599 c +274.2 623.599 279 627.799 Y +266.2 625.999 263.4 625.199 V +241 623.999 233 626.399 V +f +0 0 0.2 0 k +277.6 626.199 m +271.15 622.699 270.75 620.299 v +270.35 617.899 276 614.199 y +278.75 609.599 279.35 611.999 v +279.95 614.399 278.4 625.799 277.6 626.199 c +b +240.115 620.735 m +247.122 609.547 247.339 620.758 V +247.896 622.016 246.136 622.038 v +240.061 622.114 241.582 626.216 240.115 620.735 C +b +247.293 620.486 m +255.214 609.299 254.578 620.579 V +254.585 620.911 252.832 621.064 v +248.085 621.478 248.43 625.996 247.293 620.486 C +b +254.506 620.478 m +262.466 609.85 261.797 619.516 V +261.916 620.749 260.262 621.05 v +256.37 621.756 256.159 625.005 254.506 620.478 C +b +261.382 620.398 m +269.282 608.837 269.63 618.618 V +271.274 619.996 269.528 620.218 v +263.71 620.958 264.508 625.412 261.382 620.398 C +b +0 0 0.2 0.1 k +225.208 616.868 m +217.55 618.399 l +214.95 623.399 212.85 629.549 y +219.2 628.549 231.7 625.749 V +232.576 622.431 234.048 616.636 v +225.208 616.868 l +f +290.276 621.53 m +288.61 624.036 287.293 625.794 286.643 626.2 c +283.63 628.083 287.773 627.706 288.902 627.706 C +305.473 627.706 307.356 626.953 V +307.88 624.711 308.564 621.32 V +298.476 623.33 290.276 621.53 V +f +0.2 0.55 0.85 0 k +1 w +343.88 759.679 m +371.601 755.719 397.121 791.359 398.881 801.04 c +400.641 810.72 390.521 822.6 Y +391.841 825.68 387.001 839.76 381.721 849 c +376.441 858.24 360.54 857.266 343 858.24 c +327.16 859.12 308.68 835.8 307.36 834.04 c +306.04 832.28 312.2 793.999 313.52 788.279 c +314.84 782.559 312.2 756.159 y +346.44 765.259 316.16 763.639 343.88 759.679 c +f +0.08 0.44 0.68 0 k +308.088 833.392 m +306.792 831.664 312.84 794.079 314.136 788.463 c +315.432 782.847 312.84 756.927 y +345.512 765.807 316.728 764.271 343.944 760.383 c +371.161 756.495 396.217 791.487 397.945 800.992 c +399.673 810.496 389.737 822.16 Y +391.033 825.184 386.281 839.008 381.097 848.08 c +375.913 857.152 360.302 856.195 343.08 857.152 c +327.528 858.016 309.384 835.12 308.088 833.392 c +f +0.06 0.33 0.51 0 k +308.816 832.744 m +307.544 831.048 313.48 794.159 314.752 788.647 c +316.024 783.135 313.48 757.695 y +344.884 766.855 317.296 764.903 344.008 761.087 c +370.721 757.271 395.313 791.615 397.009 800.944 c +398.705 810.272 388.953 821.72 Y +390.225 824.688 385.561 838.256 380.473 847.16 c +375.385 856.064 360.063 855.125 343.16 856.064 c +327.896 856.912 310.088 834.44 308.816 832.744 c +f +0.04 0.22 0.34 0 k +309.544 832.096 m +308.296 830.432 314.12 794.239 315.368 788.831 c +316.616 783.423 314.12 758.463 y +343.556 767.503 317.864 765.535 344.072 761.791 c +370.281 758.047 394.409 791.743 396.073 800.895 c +397.737 810.048 388.169 821.28 Y +389.417 824.192 384.841 837.504 379.849 846.24 c +374.857 854.976 359.824 854.055 343.24 854.976 c +328.264 855.808 310.792 833.76 309.544 832.096 c +f +0.02 0.11 0.17 0 k +310.272 831.448 m +309.048 829.816 314.76 794.319 315.984 789.015 c +317.208 783.711 314.76 759.231 y +342.628 768.151 318.432 766.167 344.136 762.495 c +369.841 758.823 393.505 791.871 395.137 800.848 c +396.769 809.824 387.385 820.84 Y +388.609 823.696 384.121 836.752 379.225 845.32 c +374.329 853.888 359.585 852.985 343.32 853.888 c +328.632 854.704 311.496 833.08 310.272 831.448 c +f +1 g +344.2 763.2 m +369.4 759.6 392.601 792 394.201 800.8 c +395.801 809.6 386.601 820.4 Y +387.801 823.2 383.4 836 378.6 844.4 c +373.8 852.8 359.346 851.914 343.4 852.8 c +329 853.6 312.2 832.4 311 830.8 c +309.8 829.2 315.4 794.4 316.6 789.2 c +317.8 784 315.4 760 y +340.9 768.6 319 766.8 344.2 763.2 c +f +0.8 g +390.601 797.2 m +362.8 789.6 351.2 791.2 V +335.4 797.8 326.6 776 V +323 768.8 321 766.8 v +319 764.8 390.601 797.2 Y +f +0 g +394.401 799.4 m +365.4 787.2 355.4 787.6 v +339 792.2 330.6 777.6 V +322.2 768.4 319 766.8 V +318.6 765.2 325 769.2 V +335.4 764 l +350.2 754.4 359.8 770.4 V +363.8 781.6 363.8 783.6 v +363.8 785.6 385 791.2 386.601 791.6 c +388.201 792 394.801 796.2 394.401 799.4 C +f +0.4 0.2 0.8 0 k +347 763.486 m +340.128 763.486 331.755 767.351 331.755 773.6 c +331.755 779.848 340.128 786.113 347 786.113 c +353.874 786.113 359.446 781.048 359.446 774.8 c +359.446 768.551 353.874 763.486 347 763.486 c +f +0.4 0.2 0.8 0.2 k +343.377 780.17 m +338.531 779.448 333.442 777.945 333.514 778.161 c +335.054 782.78 341.415 786.113 347 786.113 c +351.296 786.113 355.084 784.135 357.32 781.125 c +352.004 781.455 343.377 780.17 v +f +1 g +355.4 780.4 m +351 783.6 351 781.4 V +354.6 777 355.4 780.4 V +f +0 g +345.4 772.274 m +342.901 772.274 340.875 774.3 340.875 776.8 c +340.875 779.299 342.901 781.325 345.4 781.325 c +347.9 781.325 349.926 779.299 349.926 776.8 c +349.926 774.3 347.9 772.274 345.4 772.274 c +f +0.2 0.55 0.85 0 k +241.4 785.6 m +238.2 806.8 240.6 811.2 V +251.4 821.2 251 824.8 V +250.6 842.8 249.4 843.6 v +248.2 844.4 240.6 850.4 234.6 844 C +224.2 826 225 819.6 V +225 817.6 l +217.4 818 215.8 816 V +214.6 810.8 213.4 810.4 V +210.6 808 212.6 805.2 V +210.6 802.8 211 798.8 V +218.6 794.8 L +220.6 780.4 231.4 775.2 v +236.236 772.871 239.4 779.6 241.4 785.6 c +f +1 g +240.4 787.44 m +237.52 806.52 239.68 810.48 V +249.4 819.48 249.04 822.72 V +248.68 838.92 247.6 839.64 v +246.52 840.36 239.68 845.76 234.28 840 C +224.92 823.8 225.64 818.04 V +225.64 816.24 l +218.8 816.6 217.36 814.8 V +216.28 810.12 215.2 809.76 V +212.68 807.6 214.48 805.08 V +212.68 802.92 213.04 799.32 V +219.88 795.72 L +221.68 782.76 231.4 778.08 v +235.752 775.985 238.6 782.04 240.4 787.44 c +f +0.075 0.412 0.637 0 k +248.95 842.61 m +247.86 843.47 240.37 849.24 234.52 843 C +224.38 825.45 225.16 819.21 V +225.16 817.26 l +217.75 817.65 216.19 815.7 V +215.02 810.63 213.85 810.24 V +211.12 807.9 213.07 805.17 V +211.12 802.83 211.51 798.93 V +218.92 795.03 L +220.87 780.99 231.4 775.92 v +236.114 773.65 239.2 780.21 241.15 786.06 c +238.03 806.73 240.37 811.02 V +250.9 820.77 250.51 824.28 V +250.12 841.83 248.95 842.61 V +f +0.05 0.275 0.425 0 k +248.5 841.62 m +247.52 842.54 240.14 848.08 234.44 842 C +224.56 824.9 225.32 818.82 V +225.32 816.92 l +218.1 817.3 216.58 815.4 V +215.44 810.46 214.3 810.08 V +211.64 807.8 213.54 805.14 V +211.64 802.86 212.02 799.06 V +219.24 795.26 L +221.14 781.58 231.4 776.64 v +235.994 774.428 239 780.82 240.9 786.52 c +237.86 806.66 240.14 810.84 V +250.4 820.34 250.02 823.76 V +249.64 840.86 248.5 841.62 V +f +0.025 0.137 0.212 0 k +248.05 840.63 m +247.18 841.61 239.91 846.92 234.36 841 C +224.74 824.35 225.48 818.43 V +225.48 816.58 l +218.45 816.95 216.97 815.1 V +215.86 810.29 214.75 809.92 V +212.16 807.7 214.01 805.11 V +212.16 802.89 212.53 799.19 V +219.56 795.49 L +221.41 782.17 231.4 777.36 v +235.873 775.206 238.8 781.43 240.65 786.98 c +237.69 806.59 239.91 810.66 V +249.9 819.91 249.53 823.24 V +249.16 839.89 248.05 840.63 V +f +1 g +240.4 787.54 m +237.52 806.52 239.68 810.48 V +249.4 819.48 249.04 822.72 V +248.68 838.92 247.6 839.64 V +246.84 840.68 239.68 845.76 234.28 840 C +224.92 823.8 225.64 818.04 V +225.64 816.24 l +218.8 816.6 217.36 814.8 V +216.28 810.12 215.2 809.76 V +212.68 807.6 214.48 805.08 V +212.68 802.92 213.04 799.32 V +219.88 795.72 L +221.68 782.76 231.4 778.08 v +235.752 775.985 238.6 782.14 240.4 787.54 c +f +0.8 g +237.3 793.8 m +215.7 804 214.8 804.8 V +223.9 796.6 224.7 796.6 v +225.5 796.6 237.3 793.8 Y +f +0 g +220.2 800 m +238.6 796.4 238.6 792 v +238.6 789.088 238.357 775.669 233 777.2 c +224.6 779.6 228.2 794 220.2 800 c +f +0.4 0.2 0.8 0 k +228.6 796.2 m +237.578 794.726 238.6 792 v +239.2 790.4 239.863 782.092 234.4 781 c +229.848 780.089 227.618 790.31 228.6 796.2 c +f +0 g +314.595 753.651 m +314.098 755.393 315.409 755.262 317.2 755.8 c +319.2 756.4 331.4 760.2 332.2 762.8 c +333 765.4 346.2 761 Y +348 760.2 352.4 757.6 Y +357.2 756.4 363.8 756 Y +366.2 755 369.6 752.2 Y +384.2 742 396.601 749.2 Y +416.601 755.8 410.601 773 Y +407.601 782 410.801 785.4 Y +411.001 789.2 418.201 782.8 Y +420.801 778.6 421.601 773.6 Y +429.601 762.4 426.201 780.2 Y +426.401 781.2 423.601 784.8 423.601 786 c +423.601 787.2 421.801 790.6 Y +418.801 794 421.201 801 Y +423.001 814.8 420.801 813 Y +419.601 814.8 410.401 804.8 Y +408.201 801.4 402.201 799.8 Y +399.401 798 396.001 799.4 Y +393.401 799.8 387.801 792.8 Y +390.601 793 393.001 788.6 395.401 788.4 c +397.801 788.2 399.601 790.8 401.201 791.4 c +402.801 792 405.601 786.2 Y +406.001 783.6 400.401 778.8 Y +400.001 774.2 398.401 775.8 Y +395.401 776.4 394.201 772.6 393.201 768 c +392.201 763.4 388.001 763 y +386.401 755.6 385.2 758.6 Y +385 764.2 379 758.4 Y +377.8 756.4 373.2 758.6 Y +366.4 760.6 368.8 762.6 Y +370.6 764.8 381.8 762.6 Y +384 764.2 376 768.2 Y +375.4 770 376.4 774.4 Y +377.6 777.6 384.4 783.2 Y +393.801 784.4 391.001 786 Y +384.801 791.2 379 783.6 Y +376.8 777.4 359.4 762.4 Y +354.6 759 357.2 765.8 353.2 762.4 c +349.2 759 328.6 768 y +317.038 769.193 314.306 753.451 310.777 756.571 c +316.195 748.051 314.595 753.651 v +f +509.401 920 m +483.801 912 481.001 893.2 V +478.601 870.4 499.001 852.8 V +499.401 846.4 501.401 843.2 v +499.801 838.4 518.601 846 V +545.801 854.4 l +552.201 856.8 557.401 865.6 v +562.601 874.4 577.801 893.2 574.201 918.4 C +575.401 929.6 569.401 930 V +561.001 931.6 553.801 924 V +547.001 920.8 544.601 921.2 V +509.401 920 L +f +564.022 920.99 m +566.122 929.92 561.282 925.08 V +554.242 919.36 546.761 919.36 V +532.241 917.16 527.841 903.96 V +523.881 877.12 531.801 871.4 V +536.641 863.92 543.681 870.52 v +550.722 877.12 566.222 907.35 564.022 920.99 C +f +0.2 g +563.648 920.632 m +565.738 929.376 560.986 924.624 V +554.074 919.008 546.729 919.008 V +532.473 916.848 528.153 903.888 V +524.265 877.536 532.041 871.92 V +536.793 864.576 543.705 871.056 v +550.618 877.536 565.808 907.24 563.648 920.632 C +f +0.4 g +563.274 920.274 m +565.354 928.832 560.69 924.168 V +553.906 918.656 546.697 918.656 V +532.705 916.536 528.465 903.816 V +524.649 877.952 532.281 872.44 V +536.945 865.232 543.729 871.592 v +550.514 877.952 565.394 907.13 563.274 920.274 C +f +0.6 g +562.9 919.916 m +564.97 928.288 560.394 923.712 V +553.738 918.304 546.665 918.304 V +532.937 916.224 528.777 903.744 V +525.033 878.368 532.521 872.96 V +537.097 865.888 543.753 872.128 v +550.41 878.368 564.98 907.02 562.9 919.916 C +f +0.8 g +562.526 919.558 m +564.586 927.744 560.098 923.256 V +553.569 917.952 546.633 917.952 V +533.169 915.912 529.089 903.672 V +525.417 878.784 532.761 873.48 V +537.249 866.544 543.777 872.664 v +550.305 878.784 564.566 906.91 562.526 919.558 C +f +1 g +562.151 919.2 m +564.201 927.2 559.801 922.8 V +553.401 917.6 546.601 917.6 V +533.401 915.6 529.401 903.6 V +525.801 879.2 533.001 874 V +537.401 867.2 543.801 873.2 v +550.201 879.2 564.151 906.8 562.151 919.2 C +f +0.1 0.55 0.85 0.3 k +350.6 716 m +330.2 735.2 322.2 736 V +287.8 740 273 722 V +290.6 742.4 318.2 736.8 V +296.6 741.2 284.2 738 V +267.4 738 257.8 724 V +255 719.2 l +259 734 277.4 740 V +300.2 744.8 311 740 V +289.4 746.8 279.4 744.8 V +249 747.2 236.2 720.8 V +240.2 735.2 255 742.4 V +268.6 751.2 289 748.4 V +303.4 745.2 308.6 742.8 v +313.8 740.4 312.6 743.2 304.2 748 C +298.6 758 284.6 757.6 V +241.8 754 231.4 742 V +245 753.2 255.4 756 V +277.8 764 286.2 763.2 V +311 762.2 318.6 766.2 V +307.4 761.2 310.6 758 v +313.8 754.8 320.6 747.2 320.6 746 c +320.6 744.8 344.8 722.7 348.4 718.3 C +350.6 716 l +f +0.8 g +1 J 0.1 w +489 522 m +473.5 558.5 461 568 V +487 552 490.5 534 V +490.5 524 489 522 V +f +536 514.5 m +509.5 569.5 491 593.5 V +534.5 556 539.5 529.5 V +540 524 l +537 526.5 l +536.5 517.5 536 514.5 V +f +592.5 563 m +530 622.5 528.5 625 V +589 559 592 551.5 V +590 560.5 592.5 563 V +f +404 519.5 m +423.5 571.5 442.5 549 V +457.5 539 457 536 V +453 542.5 435 542 V +416 545 404 519.5 V +f +594.5 647 m +549.5 675.5 542 677 v +530.193 679.361 591.5 648 596.5 637.5 C +598.5 640 594.5 647 V +f +0 g +0 J 1 w +443.801 540.399 m +464.201 542.399 471.001 549.199 V +475.401 545.599 l +493.001 583.999 l +496.601 578.799 l +511.001 593.599 510.201 601.599 v +509.401 609.599 523.001 595.599 y +522.201 607.199 529.401 600.399 V +527.001 615.999 535.401 607.999 V +524.864 638.156 547.401 612.399 v +553.001 605.999 548.601 612.799 y +522.601 660.799 544.201 646.399 v +546.201 669.199 545.001 673.599 v +543.801 677.999 541.801 700.4 537.001 705.6 c +532.201 710.8 537.401 712.4 543.001 707.2 C +531.801 731.2 545.001 719.2 V +541.401 734.4 537.001 737.2 V +531.401 754.4 546.601 743.6 V +542.201 756 539.001 759.2 V +527.401 786.8 534.601 782 V +539.001 778.4 l +532.201 792.4 538.601 788 v +545.001 783.6 545.001 784 y +523.801 817.2 544.201 799.6 V +536.042 813.518 532.601 820.4 V +513.801 840.8 528.201 834.4 V +533.001 832.8 l +524.201 842.8 516.201 844.4 v +508.201 846 518.601 852.4 525.001 850.4 c +531.401 848.4 547.001 840.8 y +559.801 822 563.801 821.6 V +543.801 829.2 549.801 821.2 V +564.201 807.2 557.001 807.6 V +551.001 800.4 555.801 791.6 V +537.342 809.991 552.201 784.4 v +559.001 768 l +534.601 792.8 545.801 770.8 V +563.001 747.2 565.001 746.8 v +567.001 746.4 571.401 737.6 y +567.001 739.6 l +572.201 730.8 l +561.001 742.8 567.001 729.6 V +572.601 715.2 l +552.201 737.2 565.801 707.6 V +549.401 712.8 558.201 695.6 V +556.601 679.599 557.001 674.399 v +557.401 669.199 558.601 640.799 554.201 632.799 c +549.801 624.799 560.201 605.599 562.201 601.599 c +564.201 597.599 567.801 586.799 559.001 595.999 c +550.201 605.199 554.601 599.599 556.601 590.799 c +558.601 581.999 564.601 566.399 563.801 560.799 C +562.601 559.599 559.401 563.199 V +544.601 585.999 546.201 571.599 V +545.001 563.599 541.801 554.799 V +538.601 543.999 538.601 552.799 V +535.401 569.599 532.601 561.999 v +529.801 554.399 526.201 548.399 523.401 545.999 c +520.601 543.599 515.401 566.399 514.201 555.999 C +502.201 568.399 497.401 551.999 V +485.801 535.599 l +485.401 547.999 484.201 541.999 V +454.201 535.999 443.801 540.399 V +f +409.401 897.2 m +397.801 905.2 393.801 904.8 v +389.801 904.4 421.401 913.6 462.601 886 C +467.401 883.2 471.001 883.6 V +474.201 881.2 471.401 877.6 V +462.601 868 473.801 856.8 V +492.201 850 486.601 858.8 V +497.401 854.8 499.801 850.8 v +502.201 846.8 501.001 850.8 y +494.601 858 488.601 863.2 V +483.401 865.2 480.601 873.6 v +477.801 882 475.401 892 479.801 895.2 C +475.801 890.8 476.601 894.8 v +477.401 898.8 481.001 902.4 482.601 902.8 c +484.201 903.2 500.601 919 507.401 919.4 C +498.201 918 495.201 919 v +492.201 920 465.601 931.4 459.601 932.6 C +442.801 939.2 454.801 937.2 V +490.601 933.4 508.801 920.2 V +501.601 928.6 483.201 935.6 V +461.001 948.2 425.801 943.2 V +408.001 940 400.201 938.2 V +397.601 938.8 397.001 939.2 v +396.401 939.6 384.6 948.6 357 941.6 C +340 937 331.4 932.2 V +316.2 931 312.6 927.8 V +294 913.2 292 912.4 v +290 911.6 278.6 904 277.8 903.6 C +302.4 910.2 304.8 912.6 v +307.2 915 324.6 917.6 327 916.2 c +329.4 914.8 337.8 915.4 328.2 914.8 C +403.801 900 404.601 898 v +405.401 896 409.401 897.2 y +f +0.2 0.55 0.85 0 k +480.801 906.4 m +470.601 913.8 468.601 913.8 v +466.601 913.8 454.201 924 450.001 923.6 c +445.801 923.2 433.601 933.2 406.201 925 C +405.601 927 409.201 927.8 V +415.601 930 416.001 930.6 V +436.201 934.8 443.401 931.2 V +452.601 928.6 458.801 922.4 V +470.001 919.2 473.201 920.2 V +482.001 918 482.401 916.2 V +488.201 913.2 486.401 910.6 V +486.801 909 480.801 906.4 V +f +468.33 908.509 m +469.137 907.877 470.156 907.779 470.761 906.97 c +470.995 906.656 470.706 906.33 470.391 906.233 c +469.348 905.916 468.292 906.486 467.15 905.898 c +466.748 905.691 466.106 905.873 465.553 906.022 c +463.921 906.463 462.092 906.488 460.401 905.8 C +458.416 906.929 456.056 906.345 453.975 907.346 c +453.917 907.373 453.695 907.027 453.621 907.054 c +450.575 908.199 446.832 907.916 444.401 910.2 C +441.973 910.612 439.616 911.074 437.188 911.754 c +435.37 912.263 433.961 913.252 432.341 914.084 c +430.964 914.792 429.507 915.314 427.973 915.686 c +426.11 916.138 424.279 916.026 422.386 916.546 c +422.293 916.571 422.101 916.227 422.019 916.254 c +421.695 916.362 421.405 916.945 421.234 916.892 c +419.553 916.37 418.065 917.342 416.401 917 C +415.223 918.224 413.495 917.979 411.949 918.421 c +408.985 919.269 405.831 917.999 402.801 919 C +406.914 920.842 411.601 919.61 415.663 921.679 c +417.991 922.865 420.653 921.763 423.223 922.523 c +423.71 922.667 424.401 922.869 424.801 922.2 C +424.935 922.335 425.117 922.574 425.175 922.546 c +427.625 921.389 429.94 920.115 432.422 919.049 c +432.763 918.903 433.295 919.135 433.547 918.933 c +435.067 917.717 437.01 917.82 438.401 916.6 C +440.099 917.102 441.892 916.722 443.621 917.346 c +443.698 917.373 443.932 917.032 443.965 917.054 c +445.095 917.802 446.25 917.531 447.142 917.227 c +447.48 917.112 448.143 916.865 448.448 916.791 c +449.574 916.515 450.43 916.035 451.609 915.852 c +451.723 915.834 451.908 916.174 451.98 916.146 c +453.103 915.708 454.145 915.764 454.801 914.6 C +454.936 914.735 455.101 914.973 455.183 914.946 c +456.21 914.608 456.859 913.853 457.96 913.612 c +458.445 913.506 459.057 912.88 459.633 912.704 c +462.025 911.973 463.868 910.444 466.062 909.549 c +466.821 909.239 467.697 909.005 468.33 908.509 c +f +391.696 922.739 m +389.178 924.464 386.81 925.57 384.368 927.356 c +384.187 927.489 383.827 927.319 383.625 927.441 c +382.618 928.05 381.73 928.631 380.748 929.327 c +380.209 929.709 379.388 929.698 378.88 929.956 c +376.336 931.248 373.707 931.806 371.2 933 C +371.882 933.638 373.004 933.394 373.6 934.2 C +373.795 933.92 374.033 933.636 374.386 933.827 c +376.064 934.731 377.914 934.884 379.59 934.794 c +381.294 934.702 383.014 934.397 384.789 934.125 c +385.096 934.078 385.295 933.555 385.618 933.458 c +387.846 932.795 390.235 933.32 392.354 932.482 c +393.945 931.853 395.515 931.03 396.754 929.755 c +397.006 929.495 396.681 929.194 396.401 929 C +396.789 929.109 397.062 928.903 397.173 928.59 c +397.257 928.351 397.257 928.049 397.173 927.81 c +397.061 927.498 396.782 927.397 396.408 927.346 c +395.001 927.156 396.773 928.536 396.073 928.088 c +394.8 927.274 395.546 925.868 394.801 924.6 C +394.521 924.794 394.291 925.012 394.401 925.4 C +394.635 924.878 394.033 924.588 393.865 924.272 c +393.48 923.547 392.581 922.132 391.696 922.739 c +f +359.198 915.391 m +356.044 916.185 352.994 916.07 349.978 917.346 c +349.911 917.374 349.688 917.027 349.624 917.054 c +348.258 917.648 347.34 918.614 346.264 919.66 c +345.351 920.548 343.693 920.161 342.419 920.648 c +342.095 920.772 341.892 921.284 341.591 921.323 c +340.372 921.48 339.445 922.429 338.4 923 C +340.736 923.795 343.147 923.764 345.609 924.148 c +345.722 924.166 345.867 923.845 346 923.845 c +346.136 923.845 346.266 924.066 346.4 924.2 C +346.595 923.92 346.897 923.594 347.154 923.848 c +347.702 924.388 348.258 924.198 348.798 924.158 c +348.942 924.148 349.067 923.845 349.2 923.845 c +349.336 923.845 349.467 924.156 349.6 924.156 c +349.736 924.155 349.867 923.845 350 923.845 c +350.136 923.845 350.266 924.066 350.4 924.2 C +351.092 923.418 351.977 923.972 352.799 923.793 c +353.837 923.566 354.104 922.418 355.178 922.12 c +359.893 920.816 364.03 918.671 368.393 916.584 c +368.7 916.437 368.91 916.189 368.8 915.8 C +369.067 915.8 369.38 915.888 369.57 915.756 c +370.628 915.024 371.669 914.476 372.366 913.378 c +372.582 913.039 372.253 912.632 372.02 912.684 c +367.591 913.679 363.585 914.287 359.198 915.391 c +f +345.338 871.179 m +343.746 872.398 343.162 874.429 342.034 876.221 c +341.82 876.561 342.094 876.875 342.411 876.964 c +342.971 877.123 343.514 876.645 343.923 876.443 c +345.668 875.581 347.203 874.339 349.2 874.2 C +351.19 871.966 355.45 871.581 355.457 868.2 c +355.458 867.341 354.03 868.259 353.6 867.4 C +351.149 868.403 348.76 868.3 346.38 869.767 c +345.763 870.148 346.093 870.601 345.338 871.179 c +f +317.8 923.756 m +317.935 923.755 324.966 923.522 324.949 923.408 c +324.904 923.099 317.174 922.05 316.81 922.22 c +316.646 922.296 309.134 919.866 309 920 C +309.268 920.135 317.534 923.756 317.8 923.756 c +f +0 g +333.2 914 m +318.4 912.2 314 911 v +309.6 909.8 291 902.2 288 900.2 C +274.6 894.8 257.6 874.8 V +265.2 878.2 267.4 881 V +281 893.6 280.8 891 V +293 899.6 292.4 897.4 V +316.8 908.6 314.8 905.4 V +336.4 910 335.4 908 V +354.2 903.6 351.4 903.4 V +345.6 902.2 352 898.6 V +348.6 894.2 343.2 898.2 v +337.8 902.2 340.8 900 335.8 899 C +333.2 898.2 328.6 902.2 V +323 906.8 314.2 903.2 V +283.6 890.6 281.6 890 V +278 887.2 275.6 883.6 V +269.8 879.2 266.8 877.8 V +254 866.2 252.8 864.8 V +249.4 859.6 248.6 859.2 V +255 863 257 865 V +271 875 276.4 875.8 V +280.8 878.8 281.6 880.2 V +296 889.4 300.2 889.4 V +309.4 884.2 311.8 891.2 V +317.6 893 323.2 891.8 V +326.4 894.4 325.6 896.6 V +327.2 898.4 328.2 894.6 V +331.6 891 336.4 893 V +340.4 893.2 338.4 890.8 V +334 887 322.2 886.8 V +309.8 886.2 293.4 878.6 V +263.6 868.2 254.4 857.8 V +248 849 242.6 847.8 V +236.8 847 230.8 839.6 V +240.6 845.4 249.6 845.4 V +253.6 847.8 249.8 844.2 V +246.2 836.6 247.8 831.2 V +247.2 826 246.4 824.4 V +238.6 811.6 238.6 809.2 v +238.6 806.8 239.8 797 240.2 796.4 c +240.6 795.8 239.2 798 243 795.6 c +246.8 793.2 249.6 791.6 250.4 788.8 c +251.2 786 248.4 794.2 248.2 796 c +248 797.8 243.8 805 244.6 807.4 C +245.6 806.4 246.4 805 V +245.8 805.6 246.4 809.2 V +247.2 814.4 248.6 817.6 v +250 820.8 252 824.6 252.4 825.4 c +252.8 826.2 252.8 832 254.2 829.4 C +257.6 826.8 l +254.8 829.4 257 831.6 V +256 837.2 257.8 839.8 V +264.8 848.2 266.4 849.2 v +268 850.2 266.6 849.8 y +272.6 854 266.8 852.4 V +262.8 850.8 259.8 850.8 V +252.2 848.8 256.2 853 v +260.2 857.2 270.2 862.6 274 862.4 C +274.8 860.8 l +286 863.2 l +284.8 862.4 l +284.6 862.6 288.8 863 v +293 863.4 298.8 862 300.2 863.8 c +301.6 865.6 305 866.6 304.6 865.2 c +304.2 863.8 304 861.8 y +309 867.6 308.4 865.4 v +307.8 863.2 299.6 858 298.2 851.8 C +308.6 860 l +312.2 863 l +315.8 860.8 316 862.4 v +316.2 864 320.8 869.8 322 869.6 c +323.2 869.4 325.2 872.2 325 869.6 c +324.8 867 332.4 861.6 y +335.6 863.4 337 862 v +338.4 860.6 342.6 881.8 y +367.6 892.4 l +411.201 895.8 l +394.201 902.6 l +333.2 914 l +f +0.2 0.55 0.85 0.5 K +1 J 2 w +351.4 715 m +336.4 731.8 328 734.4 V +314.6 741.2 290 733.4 v +S +324.8 735.8 m +299.6 743.8 284.2 739.6 V +265.8 737.6 257.4 723.8 v +S +321.2 737 m +304.2 744.2 289.4 746.4 V +272.8 749 256.2 741.8 V +244 735.8 238.6 725.6 v +S +322.2 736.6 m +306.8 747.6 305.8 749 V +298.8 760 285.8 760.4 V +264.4 759.6 247.2 751.6 v +S +0 G +0 J 1 w +320.895 745.593 m +322.437 744.13 349.4 715.2 Y +384.6 678.599 356.6 712.8 Y +349 717.6 339.8 736.4 Y +338.6 739.2 353.8 729.2 Y +357.8 728.4 371.4 709.2 Y +364.6 711.6 369.4 704.4 Y +372.2 702.4 392.601 686.799 Y +396.201 682.799 400.201 681.199 Y +414.201 686.399 407.801 673.199 Y +410.201 666.399 415.801 677.999 Y +427.001 694.8 410.601 692.399 Y +380.6 689.599 373.8 705.6 Y +371.4 708 380.2 705.6 Y +388.601 703.6 373 718 Y +375.4 718 384.6 711.2 Y +395.001 702 397.001 704 Y +415.001 712.8 425.401 705.2 Y +427.401 703.6 421.801 696.8 423.401 691.599 c +425.001 686.399 429.801 673.999 Y +427.401 672.399 427.801 661.599 Y +444.601 638.399 435.001 640.399 Y +419.401 640.799 434.201 633.199 Y +437.401 631.199 446.201 623.999 Y +443.401 625.199 441.801 619.999 Y +446.601 615.999 443.801 611.199 Y +437.801 609.999 436.601 605.999 Y +443.401 597.999 433.401 597.599 Y +437.001 593.199 432.201 581.199 Y +427.401 581.199 421.001 575.599 Y +423.401 570.799 413.001 565.199 Y +404.601 563.599 407.401 556.799 Y +399.401 550.799 397.001 534.799 Y +396.201 524.399 393.801 521.199 399.001 523.199 c +404.201 525.199 403.401 537.599 Y +398.601 553.199 441.401 569.199 Y +445.401 570.799 446.201 575.999 Y +448.201 575.599 457.001 567.999 Y +464.601 556.799 465.001 565.999 Y +466.201 569.599 464.601 575.599 Y +470.601 597.199 456.601 603.599 Y +446.601 637.199 460.601 628.799 Y +463.401 623.199 474.201 617.999 y +477.801 620.399 L +476.201 625.199 484.601 631.199 Y +487.401 624.799 493.401 632.799 Y +497.001 657.199 509.401 642.799 Y +513.401 641.599 514.601 648.399 Y +518.201 658.799 514.601 672.399 Y +518.201 672.799 527.801 666.799 Y +530.601 670.399 521.401 687.199 525.401 684.799 c +529.401 682.399 533.801 680.799 Y +534.601 682.799 524.601 695.199 Y +520.201 698 515.001 718.4 Y +522.201 714.8 512.201 730 Y +512.201 733.2 518.201 744.4 Y +517.401 751.2 518.201 750.8 Y +521.001 749.6 529.001 748 522.201 754.4 c +515.401 760.8 523.001 765.6 Y +527.401 768.4 513.801 768 Y +508.601 772.4 509.001 776.4 Y +517.001 774.4 502.601 788.8 500.201 792.4 c +497.801 796 507.401 801.2 Y +520.601 804.8 509.001 808 Y +489.401 807.6 500.201 818.4 Y +506.201 818 504.601 820.4 Y +499.401 821.6 489.801 828 Y +485.801 831.6 489.401 830.8 Y +506.201 829.6 477.401 840.8 Y +485.401 840.8 467.401 851.2 Y +465.401 852.8 462.201 860.4 Y +456.201 865.6 451.401 872.4 Y +451.001 876.8 446.201 881.6 Y +434.601 895.2 429.001 894.8 Y +414.201 898.4 409.001 897.6 Y +356.2 893.2 l +329.8 880.4 337.6 859.4 Y +344 851 353.2 854.8 Y +357.8 861 369.4 858.8 Y +389.801 855.6 387.201 859.2 Y +384.801 863.8 368.6 870 368.4 870.6 c +368.2 871.2 359.4 874.6 Y +356.4 875.8 352 885 Y +348.8 888.4 364.6 882.6 Y +363.4 881.6 370.8 877.6 Y +388.201 878.6 398.801 867.8 Y +409.601 851.2 409.801 859.4 Y +412.601 868.8 400.801 890 Y +401.201 892 409.401 885.4 Y +410.801 887.4 411.601 881.6 Y +411.801 879.2 415.601 871.2 Y +418.401 858.2 422.001 865.6 Y +426.601 856.2 L +428.001 853.6 422.001 846 Y +421.801 843.2 422.601 843.4 417.001 835.8 c +411.401 828.2 414.801 823.8 Y +413.401 817.2 422.201 817.6 Y +424.801 815.4 428.201 815.4 Y +430.001 813.4 432.401 814 Y +434.001 817.8 440.201 815.8 Y +441.601 818.2 449.801 818.6 Y +450.801 821.2 451.201 822.8 454.601 823.4 c +458.001 824 433.401 867 Y +439.801 867.8 431.601 880.2 Y +429.401 886.8 440.801 872.2 443.001 870.8 c +445.201 869.4 446.201 867.2 444.601 867.4 c +443.001 867.6 441.201 865.4 442.601 865.2 c +444.001 865 457.001 850 460.401 839.8 c +463.801 829.6 469.801 825.6 476.001 819.6 c +482.201 813.6 481.401 789.4 Y +481.001 780.6 487.001 770 Y +489.001 766.2 484.801 748 Y +482.801 745.8 484.201 745 Y +485.201 743.8 492.001 730.6 Y +490.201 730.8 493.801 727.2 Y +499.001 721.2 492.601 724.2 Y +486.601 725.8 493.601 716 Y +494.801 714.2 485.801 718.8 Y +476.601 719.4 488.201 712.2 Y +496.801 705 485.401 709.4 Y +480.801 711.2 484.001 704.4 Y +487.201 702.8 504.401 695.8 Y +504.801 691.999 501.801 686.999 Y +502.201 682.999 500.001 679.599 Y +498.801 671.399 498.201 670.599 Y +494.001 670.399 486.601 656.599 Y +484.801 653.999 474.601 641.999 Y +472.601 634.999 454.601 642.199 Y +448.001 638.799 450.001 642.199 Y +449.601 644.399 454.401 650.399 Y +461.401 652.999 458.801 663.799 Y +462.801 665.199 451.601 667.999 451.801 669.199 c +452.001 670.399 457.801 671.799 Y +465.801 673.799 461.401 676.199 Y +460.801 680.199 463.801 685.799 Y +475.401 686.599 463.801 702.8 Y +453.001 710.4 452.001 716.2 Y +464.601 724.4 456.401 736.8 456.601 740.4 c +456.801 744 458.001 765.6 Y +456.001 771.8 453.001 785.4 Y +455.201 790.6 462.601 803.2 Y +465.401 807.4 474.201 812.2 472.001 815.2 c +469.801 818.2 462.001 816.4 Y +454.201 817.8 454.801 812.6 Y +453.201 811.6 452.401 806.6 Y +451.68 798.667 442.801 792.4 Y +431.601 786.2 440.801 782.2 Y +446.801 775.6 437.001 775.4 Y +426.001 777.2 434.201 767 Y +445.001 754.2 442.001 751.4 Y +431.801 750.4 444.401 741.2 y +443.601 743.2 443.801 741.4 v +444.001 739.6 447.001 735.4 447.801 733.4 c +448.601 731.4 444.601 731.2 Y +445.201 721.6 429.801 725.8 y +429.801 725.8 428.201 725.6 v +426.601 725.4 415.401 726.2 409.601 728.4 c +403.801 730.6 397.001 730.6 y +393.001 728.8 385.4 729 v +377.8 729.2 369.8 726.4 Y +365.4 726.8 374 731.2 374.2 731 c +374.4 730.8 380 736.4 372 735.8 c +350.203 734.165 339.4 744.4 Y +337.4 745.8 334.8 748.6 Y +324.8 750.6 336.2 736.2 Y +337.4 734.8 336 733.8 Y +335.2 735.4 327.4 740.8 Y +324.589 741.773 323.226 743.107 320.895 745.593 C +f +0.2 0.55 0.85 0.5 k +1 J 2 w +297 757.2 m +308.6 751.6 311.2 748.8 v +313.8 746 327.8 734.6 y +322.4 736.6 319.8 738.4 v +317.2 740.2 306.4 748.4 y +302.6 754.4 297 757.2 v +f +0.4 0.2 0.8 0 k +0 J 1 w +238.991 788.397 m +239.328 788.545 238.804 791.257 238.6 791.8 c +237.578 794.526 228.6 796 y +228.373 794.635 228.318 793.039 228.424 791.401 c +233.292 785.882 238.991 788.397 v +f +0.4 0.2 0.8 0.2 k +238.991 788.597 m +238.542 788.439 238.976 791.331 238.8 791.8 c +237.778 794.526 228.6 796.1 y +228.373 794.735 228.318 793.139 228.424 791.501 c +232.692 786.382 238.991 788.597 v +f +0 g +234.6 788.454 m +233.975 788.454 233.469 789.594 233.469 791 c +233.469 792.405 233.975 793.545 234.6 793.545 c +235.225 793.545 235.732 792.405 235.732 791 c +235.732 789.594 235.225 788.454 234.6 788.454 c +f +234.6 791 m +F +189 690.399 m +183.4 680.399 208.2 686.399 V +222.2 687.599 224.6 689.999 V +225.8 689.199 234.166 686.266 237 685.599 c +243.8 683.999 252.2 694 y +256.8 704.5 259.6 704.5 v +262.4 704.5 259.2 702.9 y +252.6 692.799 253 691.199 V +247.8 671.199 231.8 670.399 V +215.65 669.449 217 663.599 V +225.8 665.999 228.2 663.599 V +239 663.999 231 657.599 V +224.2 645.999 l +224.34 642.081 214.2 645.599 v +204.4 648.999 194.1 661.899 y +178.15 676.449 189 690.399 V +f +0.1 0.4 0.4 0 k +187.8 686.399 m +185.8 676.799 222.6 687.199 V +227 687.199 229.4 686.399 v +231.8 685.599 243.8 682.799 245.8 683.999 C +238.6 670.399 227 671.999 V +213.8 670.399 214.2 665.599 V +218.2 658.399 223 655.999 V +225.8 653.599 225.4 650.399 v +225 647.199 222.2 645.599 220.2 644.799 c +218.2 643.999 215 647.199 213.4 647.199 c +211.8 647.199 203.4 653.599 199 658.399 c +194.6 663.199 186.2 675.199 186.6 677.999 c +187 680.799 187.8 686.399 Y +f +0.1 0.4 0.4 0.2 k +191 668.949 m +193.6 664.999 196.8 660.799 199 658.399 c +203.4 653.599 211.8 647.199 213.4 647.199 c +215 647.199 218.2 643.999 220.2 644.799 c +222.2 645.599 225 647.199 225.4 650.399 c +225.8 653.599 223 655.999 Y +219.934 657.532 217.194 661.024 215.615 663.347 C +215.8 660.799 210.6 661.599 v +205.4 662.399 200.2 665.199 198.6 668.399 c +197 671.599 194.6 673.999 196.2 670.399 c +197.8 666.799 200.2 663.199 201.8 662.799 c +203.4 662.399 203 661.199 200.6 661.599 c +198.2 661.999 195.4 662.399 191 667.599 c +F +0.1 0.55 0.85 0.3 k +188.4 689.999 m +190.2 703.6 191.4 707.6 V +190.6 714.4 193 718.6 v +195.4 722.8 197.4 729 200.4 734.4 c +203.4 739.8 203.6 743.8 207.6 745.4 c +211.6 747 217.6 755.6 220.4 756.6 c +223.2 757.6 223 756.8 y +229.8 771.6 243.4 767.6 V +227.2 770.4 243 779.8 V +238.2 778.7 241.5 785.7 v +243.701 790.368 243.2 783.6 232.2 771.8 C +227.2 763.2 222 760.2 v +216.8 757.2 204.8 750.2 203.6 746.4 c +202.4 742.6 199.2 736.8 197.2 735.2 c +195.2 733.6 192.4 729.4 192 726 C +190.8 722 189.4 720.8 v +188 719.6 187.8 716.4 187.8 714.4 c +187.8 712.4 185.8 709.6 186 707.2 C +186.8 688.199 186.4 686.199 V +188.4 689.999 L +f +1 g +179.8 685.399 m +177.8 686.799 173.4 680.799 V +180.7 647.799 180.7 646.399 V +181.8 648.499 180.5 655.699 v +179.2 662.899 178.3 675.599 y +179.8 685.399 l +f +0.1 0.55 0.85 0.3 k +201.4 746 m +183.8 742.8 184.2 713.6 V +183.4 688.799 l +182.2 714.4 181 716 v +179.8 717.6 183.8 728.8 180.6 722.8 C +166.6 708.8 174.6 687.599 V +176.1 684.299 173.1 688.899 V +168.5 701.5 169.6 707.9 V +169.8 710.1 171.7 712.9 V +180.3 724.6 183 726.9 V +184.8 741.3 200.2 746.5 V +205.9 748.8 201.4 746 V +f +0 g +340.8 812.2 m +341.46 812.554 341.451 813.524 342.031 813.697 c +343.18 814.041 343.344 815.108 343.862 815.892 c +344.735 817.211 344.928 818.744 345.51 820.235 c +345.782 820.935 345.809 821.89 345.496 822.55 c +344.322 825.031 343.62 827.48 342.178 829.906 c +341.91 830.356 341.648 831.15 341.447 831.748 c +340.984 833.132 339.727 834.123 338.867 835.443 c +338.579 835.884 339.104 836.809 338.388 836.893 c +337.491 836.998 336.042 837.578 335.809 836.552 c +335.221 833.965 336.232 831.442 337.2 829 C +336.418 828.308 336.752 827.387 336.904 826.62 c +337.614 823.014 336.416 819.662 335.655 816.188 c +335.632 816.084 335.974 815.886 335.946 815.824 c +334.724 813.138 333.272 810.693 331.453 808.312 c +330.695 807.32 329.823 806.404 329.326 805.341 c +328.958 804.554 328.55 803.588 328.8 802.6 C +325.365 799.82 323.115 795.975 320.504 792.129 c +320.042 791.449 320.333 790.24 320.884 789.971 c +321.697 789.573 322.653 790.597 323.123 791.443 c +323.512 792.141 323.865 792.791 324.356 793.434 c +324.489 793.609 324.31 794.028 324.445 794.149 c +327.078 796.496 328.747 799.432 331.2 801.8 C +333.15 802.129 334.687 803.127 336.435 804.14 c +336.743 804.319 337.267 804.07 337.557 804.265 c +339.31 805.442 339.308 807.478 339.414 809.388 c +339.464 810.272 339.66 811.589 340.8 812.2 c +f +331.959 816.666 m +332.083 816.743 331.928 817.166 332.037 817.382 c +332.199 817.706 332.602 817.894 332.764 818.218 c +332.873 818.434 332.71 818.814 332.846 818.956 c +335.179 821.403 335.436 824.427 334.4 827.4 C +335.424 828.02 335.485 829.282 335.06 830.129 c +334.207 831.829 334.014 833.755 333.039 835.298 c +332.237 836.567 330.659 837.811 329.288 836.508 c +328.867 836.108 328.546 835.321 328.824 834.609 c +328.888 834.446 329.173 834.3 329.146 834.218 c +329.039 833.894 328.493 833.67 328.487 833.398 c +328.457 831.902 327.503 830.391 328.133 829.062 c +328.905 827.433 329.724 825.576 330.4 823.8 C +329.166 821.684 330.199 819.235 328.446 817.358 c +328.31 817.212 328.319 816.826 328.441 816.624 c +328.733 816.138 329.139 815.732 329.625 815.44 c +329.827 815.319 330.175 815.317 330.375 815.441 c +330.953 815.803 331.351 816.29 331.959 816.666 c +f +394.771 826.977 m +396.16 825.185 396.45 822.39 394.401 821 C +394.951 817.691 398.302 819.67 400.401 820.2 C +400.292 820.588 400.519 820.932 400.802 820.937 c +401.859 820.952 402.539 821.984 403.601 821.8 C +404.035 823.357 405.673 824.059 406.317 825.439 c +408.043 829.134 407.452 833.407 404.868 836.653 c +404.666 836.907 404.883 837.424 404.759 837.786 c +404.003 839.997 401.935 840.312 400.001 841 C +398.824 844.875 398.163 848.906 396.401 852.6 C +394.787 852.85 394.089 854.589 392.752 855.309 c +391.419 856.028 390.851 854.449 390.892 853.403 c +390.899 853.198 391.351 852.974 391.181 852.609 c +391.105 852.445 390.845 852.334 390.845 852.2 c +390.846 852.065 391.067 851.934 391.201 851.8 C +390.283 850.98 388.86 850.503 388.565 849.358 c +387.611 845.648 390.184 842.523 391.852 839.322 c +392.443 838.187 391.707 836.916 390.947 835.708 c +390.509 835.013 390.617 833.886 390.893 833.03 c +391.645 830.699 393.236 828.96 394.771 826.977 c +f +357.611 808.591 m +356.124 806.74 352.712 804.171 355.629 802.243 c +355.823 802.114 356.193 802.11 356.366 802.244 c +358.387 803.809 360.39 804.712 362.826 805.294 c +362.95 805.323 363.224 804.856 363.593 805.017 c +365.206 805.72 367.216 805.662 368.4 807 C +372.167 806.776 375.732 807.892 379.123 809.2 c +380.284 809.648 381.554 810.207 382.755 810.709 c +384.131 811.285 385.335 812.213 386.447 813.354 c +386.58 813.49 386.934 813.4 387.201 813.4 C +387.161 814.263 388.123 814.39 388.37 815.012 c +388.462 815.244 388.312 815.64 388.445 815.742 c +390.583 817.372 391.503 819.39 390.334 821.767 c +390.049 822.345 389.8 822.963 389.234 823.439 c +388.149 824.35 387.047 823.496 386 823.8 C +385.841 823.172 385.112 823.344 384.726 823.146 c +383.867 822.707 382.534 823.292 381.675 822.854 c +380.313 822.159 379.072 821.99 377.65 821.613 c +377.338 821.531 376.56 821.627 376.4 821 C +376.266 821.134 376.118 821.368 376.012 821.346 c +374.104 820.95 372.844 820.736 371.543 819.044 c +371.44 818.911 370.998 819.09 370.839 818.955 c +369.882 818.147 369.477 816.913 368.376 816.241 c +368.175 816.118 367.823 816.286 367.629 816.157 c +366.983 815.726 366.616 815.085 365.974 814.638 c +365.645 814.409 365.245 814.734 365.277 814.99 c +365.522 816.937 366.175 818.724 365.6 820.6 C +367.677 823.12 370.194 825.069 372 827.8 C +372.015 829.966 372.707 832.112 372.594 834.189 c +372.584 834.382 372.296 835.115 372.17 835.462 c +371.858 836.316 372.764 837.382 371.92 838.106 c +370.516 839.309 369.224 838.433 368.4 837 C +366.562 836.61 364.496 835.917 362.918 837.151 c +361.911 837.938 361.333 838.844 360.534 839.9 c +359.549 841.202 359.884 842.638 359.954 844.202 c +359.96 844.33 359.645 844.466 359.645 844.6 c +359.646 844.735 359.866 844.866 360 845 C +359.294 845.626 359.019 846.684 358 847 C +358.305 848.092 357.629 848.976 356.758 849.278 c +354.763 849.969 353.086 848.057 351.194 847.984 c +350.68 847.965 350.213 849.003 349.564 849.328 c +349.132 849.544 348.428 849.577 348.066 849.311 c +347.378 848.807 346.789 848.693 346.031 848.488 c +344.414 848.052 343.136 846.958 341.656 846.103 c +340.171 845.246 339.216 843.809 338.136 842.489 c +337.195 841.337 337.059 838.923 338.479 838.423 c +340.322 837.773 341.626 840.476 343.592 840.15 c +343.904 840.099 344.11 839.788 344 839.4 C +344.389 839.291 344.607 839.52 344.8 839.8 C +345.658 838.781 346.822 838.444 347.76 837.571 c +348.73 836.667 350.476 837.085 351.491 836.088 c +353.02 834.586 352.461 831.905 354.4 830.6 C +353.814 829.287 353.207 828.01 352.872 826.583 c +352.59 825.377 353.584 824.18 354.795 824.271 c +356.053 824.365 356.315 825.124 356.8 826.2 C +357.067 825.933 357.536 825.636 357.495 825.42 c +357.038 823.033 356.011 821.04 355.553 818.609 c +355.494 818.292 355.189 818.09 354.8 818.2 C +354.332 814.051 350.28 811.657 347.735 808.492 c +347.332 807.99 347.328 806.741 347.737 806.338 c +349.14 804.951 351.1 806.497 352.8 807 C +353.013 808.206 353.872 809.148 355.204 809.092 c +355.46 809.082 355.695 809.624 356.019 809.754 c +356.367 809.892 356.869 809.668 357.155 809.866 c +358.884 811.061 360.292 812.167 362.03 813.356 c +362.222 813.487 362.566 813.328 362.782 813.436 c +363.107 813.598 363.294 813.985 363.617 814.17 c +363.965 814.37 364.207 814.08 364.4 813.8 C +363.754 813.451 363.75 812.494 363.168 812.292 c +362.393 812.024 361.832 811.511 361.158 811.064 c +360.866 810.871 360.207 811.119 360.103 810.94 c +359.505 809.912 358.321 809.474 357.611 808.591 c +f +302.2 858 m +292.962 860.872 281.8 835.2 V +279.4 830 277 828 v +274.6 826 263.4 822.4 261.4 818.4 C +251 802.4 L +265.8 818.4 269 820.8 V +277 829.2 273.8 822.4 V +259.8 811.6 261 802.4 V +255.4 788 254.6 786 V +270.6 818 273 819.2 v +275.4 820.4 276.6 820.4 275.4 816.8 c +274.2 813.2 273.8 796.8 271 794.8 C +279 815.2 278.2 818.4 V +281.4 822 283.8 816.8 V +282.6 800.8 l +287 788.8 l +284.6 800 286.2 815.6 V +284.2 826 288.2 820.4 v +292.2 814.8 301.8 808.8 301.8 804 C +296.6 821.6 287.4 826.4 V +283.4 820.4 l +282.2 822.4 l +278.6 823.2 283 830 v +287.4 836.8 287 837.6 y +293.4 830.4 295 830.4 V +308.2 838 309.4 813.6 V +316.2 828 307 834.8 V +292.2 836.8 293.4 842 V +300.6 854.4 L +304.2 859.6 302.6 856.8 y +F +282.2 841.6 m +269.4 841.6 266.2 836.4 V +259 826.8 l +276.2 836.8 280.2 838 v +284.2 839.2 282.2 841.6 Y +f +242.2 835.2 m +240.2 834 239.8 831.2 v +239.4 828.4 237 828 237.8 825.2 c +238.6 822.4 240.6 820 240.6 824 c +240.6 828 242.2 830 243 831.2 c +243.8 832.4 245.4 836.8 242.2 835.2 c +f +233.4 774 m +225 778 221.8 781.6 v +218.6 785.2 219.052 780.034 214.2 780.4 c +208.353 780.841 209.4 796.8 y +205.4 789.2 l +204.2 774.8 212.2 777.2 v +216.107 778.372 217.4 776.8 215.8 776 c +214.2 775.2 221.4 774.8 218.6 773.2 c +215.8 771.6 230.2 776.8 227.8 766.4 C +233.4 774 L +f +220.8 759.6 m +205.4 755.2 201.8 764.8 V +197 762.4 199.2 759.4 v +201.4 756.4 202.6 756 y +208 754.8 207.4 754 v +206.8 753.2 204.4 749.8 y +214.6 755.8 220.8 759.6 v +f +1 g +449.201 681.399 m +448.774 679.265 447.103 678.464 445.201 677.799 C +443.284 678.757 440.686 681.863 438.801 679.799 C +438.327 680.279 437.548 680.339 437.204 681.001 c +436.739 681.899 437.011 682.945 436.669 683.743 c +436.124 685.015 435.415 686.381 435.601 687.799 C +437.407 688.511 438.002 690.417 437.528 692.18 c +437.459 692.437 437.03 692.634 437.23 692.983 c +437.416 693.306 437.734 693.533 438.001 693.8 C +437.866 693.665 437.721 693.432 437.61 693.452 c +437 693.558 437.124 694.195 437.254 694.582 c +437.839 696.328 439.853 696.592 441.201 695.4 C +441.457 695.965 441.966 695.771 442.401 695.8 C +442.351 696.379 442.759 696.906 442.957 697.326 c +443.475 698.424 445.104 697.318 445.901 697.93 c +446.977 698.755 448.04 699.454 449.118 698.851 c +450.927 697.838 452.636 696.626 453.835 694.885 c +454.41 694.051 454.65 692.77 454.592 691.812 c +454.554 691.165 453.173 691.517 452.83 690.588 c +452.185 688.84 454.016 688.321 454.772 686.983 c +454.97 686.634 454.706 686.33 454.391 686.232 c +453.98 686.104 453.196 686.293 453.334 685.84 c +454.306 682.647 451.55 681.969 449.201 681.399 C +f +439.6 661.799 m +439.593 663.537 437.992 665.293 439.201 666.999 C +439.336 666.865 439.467 666.644 439.601 666.644 c +439.736 666.644 439.867 666.865 440.001 666.999 C +441.496 664.783 445.148 663.855 445.006 661.009 c +444.984 660.562 443.897 659.644 444.801 658.999 C +442.988 657.651 442.933 655.281 442.001 653.399 C +440.763 653.685 439.551 654.048 438.401 654.599 C +438.753 656.085 438.636 657.769 439.456 659.089 c +439.89 659.787 439.603 660.866 439.6 661.799 c +f +0.8 g +273.4 670.799 m +256.542 660.663 270.6 675.999 v +279.4 685.599 289.4 691.199 y +299.8 695.6 303.4 696.8 v +307 698 322.2 703.2 325.4 703.6 c +328.6 704 338.2 708 345 704 c +351.8 700 359.8 695.6 y +343.4 704 339.8 701.6 v +336.2 699.2 329 699.6 323 696.4 C +308.2 691.999 305 689.999 v +301.8 687.999 291.4 676.399 289.8 677.199 c +288.2 677.999 290.2 678.399 291.4 681.199 c +292.6 683.999 290.6 685.599 282.6 679.199 c +274.6 672.799 273.4 670.799 Y +f +0 g +280.805 676.766 m +282.215 689.806 290.693 688.141 V +298.919 692.311 301.641 694.279 V +309.78 695.981 311.09 696.598 v +329.569 705.298 344.288 700.779 344.835 701.899 c +345.381 703.018 365.006 695.901 368.615 691.815 c +369.006 691.372 358.384 697.412 348.686 699.303 c +340.413 700.917 318.811 699.056 307.905 693.52 c +304.932 692.011 295.987 686.227 293.456 686.338 c +290.925 686.45 280.805 676.766 Y +f +0.8 g +277 651.199 m +261.8 653.599 278.6 655.199 V +296.6 657.199 300.6 662.399 V +314.2 671.599 317 671.999 v +319.8 672.399 349.8 679.599 350.2 681.999 c +350.6 684.399 356.2 684.399 357.8 683.599 c +359.4 682.799 358.6 681.599 355.8 680.799 c +353 679.999 321.8 663.599 315.4 662.399 c +309 661.199 297.4 653.599 292.6 652.399 c +287.8 651.199 277 651.199 Y +f +0 g +296.52 658.597 m +287.938 659.426 296.539 660.245 V +305.355 663.669 307.403 666.332 V +314.367 671.043 315.8 671.247 v +317.234 671.452 331.194 675.139 331.399 676.367 c +331.604 677.596 365.67 690.177 370.09 686.987 c +373.001 684.886 363.1 686.563 353.466 682.153 c +352.111 681.533 318.258 666.946 314.981 666.332 c +311.704 665.717 305.765 661.826 303.307 661.212 c +300.85 660.597 296.52 658.597 Y +f +288.6 656.399 m +293.8 656.799 292.6 655.199 v +291.4 653.599 289 654.399 y +288.6 656.399 l +f +281.4 654.799 m +286.6 655.199 285.4 653.599 v +284.2 651.999 281.8 652.799 y +281.4 654.799 l +f +271 653.199 m +276.2 653.599 275 651.999 v +273.8 650.399 271.4 651.199 y +271 653.199 l +f +263.4 652.399 m +268.6 652.799 267.4 651.199 v +266.2 649.599 263.8 650.399 y +263.4 652.399 l +f +301.8 691.999 m +306.2 691.999 305 690.399 v +303.8 688.799 300.6 689.199 y +301.8 691.999 l +f +291.8 686.399 m +298.306 688.54 295.8 685.199 v +294.6 683.599 292.2 684.399 y +291.8 686.399 l +f +280.6 681.599 m +285.8 681.999 284.6 680.399 v +283.4 678.799 281 679.599 y +280.6 681.599 l +f +273 675.599 m +278.2 675.999 277 674.399 v +275.8 672.799 273.4 673.599 y +273 675.599 l +f +266.2 670.799 m +271.4 671.199 270.2 669.599 v +269 667.999 266.6 668.799 y +266.2 670.799 l +f +305.282 664.402 m +312.203 664.934 310.606 662.805 v +309.009 660.675 305.814 661.74 y +305.282 664.402 l +f +315.682 669.202 m +322.603 669.734 321.006 667.605 v +319.409 665.475 316.214 666.54 y +315.682 669.202 l +f +326.482 673.602 m +333.403 674.134 331.806 672.005 v +330.209 669.875 327.014 670.94 y +326.482 673.602 l +f +336.882 678.402 m +343.803 678.934 342.206 676.805 v +340.609 674.675 337.414 675.74 y +336.882 678.402 l +f +309.282 696.402 m +316.203 696.934 314.606 694.805 v +313.009 692.675 309.014 692.94 y +309.282 696.402 l +f +319.282 699.602 m +326.203 700.134 324.606 698.005 v +323.009 695.875 318.614 696.14 y +319.282 699.602 l +f +296.6 659.599 m +301.8 659.999 300.6 658.399 v +299.4 656.799 297 657.599 y +296.6 659.599 l +f +0.1 0.55 0.85 0.3 k +223.4 758.8 m +219 750 218.6 746.8 V +219.4 755.6 220.6 757.6 v +221.8 759.6 223.4 758.8 y +f +205 744.8 m +201.8 730.4 202.2 727.6 V +201 739.2 201.4 740.4 v +201.8 741.6 205 744.8 y +f +0.8 g +225.8 819.4 m +225.6 816.2 l +223.4 816 l +237.6 803.4 238.2 795.8 V +239 804 225.8 819.4 V +f +0 g +229.784 818.135 m +229.353 818.551 229.572 819.296 229.164 819.556 c +228.355 820.072 230.462 820.129 230.234 820.845 c +229.851 822.051 230.038 822.072 229.916 823.348 c +229.859 823.946 230.447 825.486 230.832 825.926 c +232.278 827.578 230.954 830.51 232.594 832.061 c +232.898 832.35 233.274 832.902 233.559 833.32 c +234.218 834.283 235.402 834.771 236.352 835.599 c +236.67 835.875 236.469 836.702 237.038 836.61 c +237.752 836.495 238.993 836.625 238.948 835.784 c +238.835 833.664 237.506 831.944 236.226 830.276 C +236.677 829.572 236.219 828.937 235.935 828.38 c +234.6 825.76 234.789 822.919 234.615 820.079 c +234.61 819.994 234.303 819.916 234.311 819.863 c +234.664 817.528 235.248 815.329 236.127 813.1 c +236.493 812.17 236.964 811.275 237.114 810.348 c +237.225 809.662 237.328 808.829 236.92 808.124 C +238.955 805.234 237.646 802.583 238.815 799.052 c +239.022 798.427 240.714 796.513 240.251 796.674 c +237.738 797.545 237.626 797.943 237.449 798.696 c +237.303 799.319 236.973 800.696 236.736 801.298 c +236.672 801.462 236.501 803.346 236.423 803.468 c +234.91 805.85 236.268 805.674 234.898 808.032 C +233.47 808.712 232.504 809.816 231.381 810.978 c +231.183 811.182 232.326 811.906 232.145 812.119 c +231.053 813.408 229.9 814.175 230.236 815.668 c +230.391 816.358 230.528 817.415 229.784 818.135 c +f +226.2 816.4 m +226.6 809.6 229 808 v +231.4 806.4 230.2 807.2 227 808.4 c +223.8 809.6 225 810.4 y +222.2 810 224.6 808 v +227 806 230.6 803.6 229 803.6 c +227.4 803.6 219.8 807.6 219.8 810.4 c +219.8 813.2 218.8 817.3 y +219.9 818.1 224.7 818 V +226.1 817.3 226.2 816.4 V +f +1 g +1 J 0.1 w +225.4 797.8 m +216.88 800.591 198.4 797.2 V +207.431 799.278 226.2 797 v +236.5 795.75 225.4 797.8 Y +b +227.498 797.871 m +219.252 801.389 200.547 799.608 V +209.725 800.897 228.226 797.005 v +238.38 794.869 227.498 797.871 Y +b +229.286 797.778 m +221.324 801.899 202.539 801.514 V +211.787 802.118 229.948 796.86 v +239.914 793.975 229.286 797.778 Y +b +230.556 797.555 m +223.732 801.862 206.858 802.96 V +215.197 802.79 231.078 796.681 v +239.794 793.328 230.556 797.555 Y +b +345.84 787.039 m +344.91 786.395 345.124 787.576 v +345.339 788.757 373.547 801.927 377.161 801.677 C +346.913 788.471 345.84 787.039 V +b +342.446 786.4 m +341.57 785.685 341.691 786.879 v +341.812 788.073 368.899 803.418 372.521 803.452 C +343.404 787.911 342.446 786.4 V +b +339.16 785.025 m +338.332 784.253 338.374 785.453 v +338.416 786.652 358.233 802.149 368.045 804.023 C +350.015 795.896 339.16 785.025 V +b +336.284 783.162 m +335.539 782.468 335.577 783.547 v +335.615 784.627 353.449 798.574 362.28 800.26 C +346.054 792.946 336.284 783.162 V +b +0.8 g +0 J 1 w +304.6 635.199 m +289.4 637.599 306.2 639.199 V +324.2 641.199 328.2 646.399 V +341.8 655.599 344.6 655.999 v +347.4 656.399 363.8 659.999 364.2 662.399 c +364.6 664.799 370.6 667.199 372.2 666.399 c +373.8 665.599 373.8 656.399 371 655.599 c +368.2 654.799 349.4 647.599 343 646.399 c +336.6 645.199 325 637.599 320.2 636.399 c +315.4 635.199 304.6 635.199 Y +f +0 g +377.6 672.599 m +374.6 670.999 373.4 668.399 V +367 657.799 352.8 654.599 V +329.8 645.599 322 643.599 V +308.6 638.599 301.2 639.399 V +294.2 639.199 300.4 637.599 V +320.6 639.599 324 641.399 V +339.6 646.599 342.6 649.199 v +345.6 651.799 363.8 656.799 366 658.799 c +368.2 660.799 378 669.199 377.6 672.599 C +f +318.882 641.089 m +324.111 641.315 322.958 639.766 v +321.805 638.216 319.357 639.09 y +318.882 641.089 l +f +311.68 639.737 m +316.908 639.963 315.756 638.414 v +314.603 636.864 312.155 637.737 y +311.68 639.737 l +f +301.251 638.489 m +306.48 638.716 305.327 637.166 v +304.174 635.617 301.726 636.49 y +301.251 638.489 l +f +293.617 637.945 m +298.846 638.171 297.693 636.622 v +296.54 635.072 294.092 635.946 y +293.617 637.945 l +f +335.415 648.487 m +342.375 648.788 340.84 646.726 v +339.306 644.664 336.047 645.826 y +335.415 648.487 l +f +345.73 652.912 m +351.689 656.213 351.155 651.151 v +350.885 648.595 346.362 650.251 y +345.73 652.912 l +f +354.862 655.726 m +362.021 659.427 360.287 653.965 v +359.509 651.515 355.493 653.065 y +354.862 655.726 l +f +364.376 660.551 m +368.735 665.452 369.801 658.79 v +370.207 656.252 365.008 657.89 y +364.376 660.551 l +f +326.834 644.003 m +332.062 644.23 330.91 642.68 v +329.757 641.131 327.308 642.004 y +326.834 644.003 l +f +1 g +1 J 0.1 w +362.434 765.397 m +361.708 764.732 361.707 765.803 v +361.707 766.873 379.191 780.137 388.034 781.521 C +371.935 774.792 362.434 765.397 V +b +0 g +0 J 1 w +365.4 701.6 m +387.401 679.199 396.601 675.599 V +405.801 664.399 401.801 638.399 V +398.601 630.799 395.401 651.599 V +398.601 676.799 387.401 660.799 V +379 670.699 385.4 670.399 V +388.601 668.399 389.001 669.999 v +389.401 671.599 381.4 685.199 364.2 699.6 c +347 714 365.4 701.6 Y +f +1 g +1 J 0.1 w +307 662.799 m +306.8 664.599 308.6 663.799 v +310.4 662.999 404.601 656.799 436.201 632.799 C +391.001 655.999 307 662.799 V +b +317.4 667.199 m +317.2 668.999 319 668.199 v +320.8 667.399 457.401 668.399 481.001 635.999 C +459.001 661.199 317.4 667.199 V +b +329 671.199 m +328.8 672.999 330.6 672.199 v +332.4 671.399 505.801 684.399 529.401 651.999 C +519.801 677.599 329 671.199 V +b +339 675.999 m +338.8 677.799 340.6 676.999 v +342.4 676.199 464.601 714.8 488.201 682.399 C +474.801 707 339 675.999 V +b +281 653.199 m +280.8 654.999 282.6 654.199 v +284.4 653.399 302.2 651.199 304.2 612.399 C +297 654.399 281 653.199 V +b +272.2 651.599 m +272 653.399 273.8 652.599 v +275.6 651.799 289.8 656.399 287 617.599 C +288.2 652.799 272.2 651.599 V +b +264.2 651.199 m +264 652.999 265.8 652.199 v +267.6 651.399 283 650.799 270.6 628.399 C +280.2 652.399 264.2 651.199 V +b +311.526 695.535 m +311.082 693.536 312.631 694.753 v +328.699 707.378 361.141 766.28 416.826 771.914 C +378.518 784.024 311.526 695.535 V +b +322.726 697.335 m +321.363 698.528 323.231 699.153 v +325.099 699.778 437.541 772.28 476.826 764.314 C +449.719 771.824 322.726 697.335 V +b +301.885 691.233 m +301.376 689.634 303.087 690.61 v +312.062 695.73 315.677 752.941 359.254 754.196 C +326.843 768.91 301.885 691.233 V +b +281.962 680.207 m +280.885 678.921 282.838 679.175 v +293.084 680.507 314.489 721.778 358.928 716.699 C +326.962 731.045 281.962 680.207 V +b +293.2 686.333 m +292.389 684.864 294.258 685.489 v +304.057 688.763 317.141 733.375 361.729 736.922 C +327.603 744.865 293.2 686.333 V +b +274.922 675.088 m +274.049 674.046 275.631 674.252 v +283.93 675.331 301.268 708.76 337.264 704.646 C +311.371 716.266 274.922 675.088 V +b +267.323 669.179 m +266.318 668.134 267.909 668.252 v +272.077 668.561 302.715 701.64 321.183 686.138 C +309.168 704.861 267.323 669.179 V +b +336.855 701.102 m +335.654 702.457 337.586 702.842 v +339.518 703.226 460.221 760.939 498.184 748.073 C +472.243 758.947 336.855 701.102 V +b +303.4 636.799 m +303.2 638.599 305 637.799 v +306.8 636.999 322.2 636.399 309.8 613.999 C +319.4 637.999 303.4 636.799 V +b +313.8 638.399 m +313.6 640.199 315.4 639.399 v +317.2 638.599 335 636.399 337 597.599 C +329.8 639.599 313.8 638.399 V +b +320.6 639.999 m +320.4 641.799 322.2 640.999 v +324 640.199 348.6 636.799 372.2 604.399 C +336.6 641.199 320.6 639.999 V +b +328.225 642.028 m +327.788 643.786 329.678 643.232 v +331.568 642.678 352.002 644.577 390.099 610.401 C +343.924 645.344 328.225 642.028 V +b +338.625 646.428 m +338.188 648.186 340.078 647.632 v +341.968 647.078 376.802 642.577 428.499 607.601 C +354.324 649.744 338.625 646.428 V +b +298.2 657.999 m +298 659.799 299.8 658.999 v +301.6 658.199 355 655.599 385.4 628.799 C +350.499 653.574 298.2 657.999 V +b +288.2 653.999 m +288 655.799 289.8 654.999 v +291.6 654.199 316.2 650.799 339.8 618.399 C +304.2 655.199 288.2 653.999 V +b +349.503 651.038 m +348.938 652.759 350.864 652.345 v +352.79 651.932 387.86 649.996 441.981 618.902 C +364.317 653.296 349.503 651.038 V +b +357.903 653.438 m +357.338 655.159 359.264 654.745 v +361.19 654.332 396.26 652.396 450.381 621.302 C +373.317 656.096 357.903 653.438 V +b +367.503 658.438 m +366.938 660.159 368.864 659.745 v +370.79 659.332 413.86 654.996 503.582 620.702 C +382.917 661.096 367.503 658.438 V +b +0 g +0 J 1 w +256.2 651.599 m +261.4 651.999 260.2 650.399 v +259 648.799 256.6 649.599 y +256.2 651.599 l +f +287 637.599 m +292.2 637.999 291 636.399 v +289.8 634.799 287.4 635.599 y +287 637.599 l +f +278.2 637.999 m +283.4 638.399 282.2 636.799 v +281 635.199 278.6 635.999 y +278.2 637.999 l +f +182.831 649.818 m +187.876 648.495 186.218 647.376 v +184.561 646.256 182.554 647.798 y +182.831 649.818 l +f +184.831 659.418 m +189.876 658.095 188.218 656.976 v +186.561 655.856 184.554 657.398 y +184.831 659.418 l +f +177.631 663.818 m +182.676 662.495 181.018 661.376 v +179.361 660.256 177.354 661.798 y +177.631 663.818 l +f +0.8 g +1 J 0.1 w +257.4 588.799 m +255.8 588.799 251.8 586.799 V +249.8 586.799 238.6 583.199 233 573.199 C +245.4 582.799 257.4 588.799 V +f +345.116 496.153 m +345.257 495.895 345.312 495.475 345.604 495.458 c +346.262 495.418 347.495 495.117 347.37 495.753 c +346.522 500.059 345.648 504.996 341.515 506.803 c +340.876 507.082 339.434 506.669 339.36 505.785 c +339.233 504.261 339.116 502.912 339.425 501.446 c +339.725 500.025 341.883 500.015 342.8 501.399 C +343.736 499.727 344.168 497.884 345.116 496.153 c +f +334.038 491.419 m +334.786 490.006 334.659 488.147 336.074 487.584 c +336.814 487.29 338.664 488.265 338.246 489.339 c +337.444 491.4 337.056 493.639 335.667 495.45 c +335.467 495.712 335.707 496.245 335.547 496.573 c +334.953 497.793 333.808 498.528 332.4 498.199 C +331.285 495.996 332.433 493.867 333.955 492.158 c +334.091 492.006 333.925 491.63 334.038 491.419 c +f +294.436 496.609 m +294.328 496.986 294.29 497.449 294.455 497.77 c +294.986 498.803 295.779 499.925 295.442 500.947 c +295.094 502.003 293.978 501.821 293.328 501.252 c +292.193 500.258 292.144 498.432 291.453 497.073 c +291.257 496.687 291.308 496.114 290.867 495.723 c +290.393 495.302 289.953 493.778 290.049 493.207 c +290.102 492.894 289.919 482.986 290.141 483.249 c +290.76 483.982 293.81 493.716 293.879 494.608 c +293.936 495.339 294.668 495.804 294.436 496.609 c +f +268.798 503.401 m +271.432 505.9 274.222 508.861 273.78 512.573 c +273.664 513.549 271.889 513.022 271.702 512.176 c +270.9 508.551 268.861 505.89 266.293 503.498 c +264.097 501.451 262.235 495.107 262 494.599 C +265.697 499.855 267.954 502.601 268.798 503.401 c +f +255.224 509.365 m +255.747 509.735 255.445 510.226 255.662 510.558 c +256.615 512.016 257.916 513.262 257.934 515 c +257.937 515.277 257.559 515.586 257.224 515.362 c +256.947 515.178 256.605 515.048 256.497 514.918 c +254.467 512.469 253.067 509.798 251.624 506.986 c +251.441 506.629 250.297 502.138 250.61 502.027 c +250.849 501.942 252.569 506.123 252.779 506.237 c +254.042 506.923 254.054 508.538 255.224 509.365 c +f +271.957 489.821 m +272.401 490.69 273.977 491.892 273.864 492.781 c +273.746 493.709 274.214 495.152 273.302 494.464 c +272.045 493.516 268.596 492.167 268.326 486.359 c +268.3 485.788 271.274 488.481 271.957 489.821 c +f +286.4 506.999 m +286.8 507.667 287.508 507.194 287.967 507.457 c +288.615 507.829 289.226 508.387 289.518 509.036 c +290.488 511.185 292.257 513.005 292.4 515.399 C +290.909 516.804 290.23 514.764 289.6 513.799 C +288.277 515.446 287.278 513.572 285.978 513.053 c +285.908 513.025 285.695 513.372 285.62 513.345 c +284.443 512.905 283.763 511.824 282.765 511.043 c +282.594 510.909 282.189 511.089 282.042 510.953 c +281.39 510.35 280.417 510.025 280.137 509.343 c +279.027 506.636 275.887 504.541 274 496.999 C +274.381 496.09 278.512 503.641 278.999 504.339 c +279.835 505.535 279.953 502.678 281.229 503.344 c +281.28 503.371 281.466 503.133 281.6 502.999 C +281.794 503.279 282.012 503.508 282.4 503.399 C +282.4 503.799 282.266 504.355 282.467 504.514 c +283.704 505.491 283.62 506.559 284.4 507.799 C +284.858 507.01 285.919 507.729 286.4 506.999 C +f +346.2 452.599 m +353.6 472.999 349.2 484.199 V +360.6 462.599 356 451.399 V +355.6 461.799 351.6 466.799 V +347.6 453.999 346.2 452.599 V +f +331.4 455.199 m +336.8 463.999 328.8 482.399 V +328 461.999 321.2 450.999 V +335.4 471.199 331.4 455.199 V +f +321.4 457.199 m +321.2 477.199 321.6 480.199 V +317.8 463.599 307.6 453.999 V +322 465.999 321.4 457.199 V +f +311.8 489.199 m +317.8 475.599 307.8 457.199 V +314.2 469.399 309.4 476.399 V +312 479.799 311.8 489.199 V +f +292.6 457.599 m +291.6 473.199 293.4 475.399 V +293.6 481.799 293.2 482.799 V +297.2 488.999 297.4 481.599 V +298.8 473.799 301.6 469.199 V +305.2 463.799 305 457.399 V +295 487.599 292.6 457.599 V +f +289 485.199 m +282.4 474.399 280.6 455.399 V +279.2 461.599 283 475.999 V +287.2 491.399 289 485.199 V +f +267.2 465.399 m +272.2 470.799 273.6 475.799 V +277.2 491.599 270.8 482.999 V +271 474.999 262.8 467.599 V +267.6 469.999 267.2 465.399 V +f +261.4 470.399 m +264.8 487.799 265.6 488.599 V +267.4 491.999 264.6 488.799 V +255.8 469.599 251.8 462.999 V +259.8 472.199 261.4 470.399 V +f +255.6 486.999 m +267.2 509.399 245.4 483.599 V +256.4 493.399 255.6 486.999 V +f +240.2 501.599 m +245 520.399 247.6 520.199 V +255.8 529.199 249.2 518.599 V +243.2 508.999 243.8 499.199 V +243.2 508.799 240.2 501.599 V +f +570.5 513 m +558.5 523 556 526.5 V +569.5 508 569.5 501 V +572 508.5 570.5 513 V +f +576 535 m +555 550 551.5 557.5 V +578 528 578 523.5 V +578.5 532.5 576 535 V +f +593 689 m +581 697 579.5 695 V +590 688.5 592.5 680 V +591 689 593 689 V +f +601.5 608.5 m +584 620.5 l +603 603.5 603.5 599.5 V +601.5 608.5 L +f +0 g +1 w +210.75 631 m +232.75 626.25 l +S +261 469 m +260.5 472.5 251.5 462 v +S +266.5 464 m +268.5 470.5 262 466 v +S +320.5 455.5 m +322 466.5 310.5 453.5 v +S + +showpage + +%%Trailer +end +tigersave restore +%%EOF diff --git a/examples/transparency_example.ps b/examples/transparency_example.ps new file mode 100644 index 00000000..82ffadab --- /dev/null +++ b/examples/transparency_example.ps @@ -0,0 +1,48 @@ +%!PS +% Postscript that uses Ghostscript extensions to do simple transparency + +/PageUsesTransparency true def + +systemdict /.pushpdf14devicefilter known not +{ + (\n\n%%%% WARNING: Transparency operations ignored - probably due to using -dSAFER\n\n) print flush + /.pushpdf14devicefilter {pop} bind def + /.begintransparencygroup {pop pop pop pop pop} bind def + /.endtransparencygroup {} bind def + /.poppdf14devicefilter {} bind def + /.setopacityalpha {pop} bind def + /.setshapealpha {pop} bind def + /PageUsesTransparency false def +} if + + +<< + /PageUsesTransparency PageUsesTransparency % needed if we are using transparency + /CompatibilityLevel 1.4 + /PageSpotColors 0 +>> setpagedevice % in case we are going to pdfwrite + +% work around rectfill mapping directly to device fill_rectangle +/rectfill { + gsave 4 2 roll moveto 1 index 0 rlineto + 0 exch rlineto neg 0 rlineto closepath fill grestore +} bind def + +0 .pushpdf14devicefilter % depth .pushpdf14devicefilter - +.5 .9 .2 setrgbcolor +0 0 300 700 rectfill + +.2 .5 .9 setrgbcolor +200 100 400 400 rectfill + + << >> clippath pathbbox newpath .begintransparencygroup + + .5 .setopacityalpha 1 .setshapealpha + + .9 .3 .1 setrgbcolor + + 100 200 500 500 rectfill + + .endtransparencygroup +.poppdf14devicefilter +showpage diff --git a/examples/vasarely.ps b/examples/vasarely.ps new file mode 100644 index 00000000..18c0429f --- /dev/null +++ b/examples/vasarely.ps @@ -0,0 +1,588 @@ +%! +% vasarely +% Elizabeth D. Zwicky +% zwicky@sgi.com +/vasarelysave save def % prevent residual side effects +% +% Inspired by Vasarely's experiments with tilting circles and squares +% (for instance "Tlinko" and "Betelgeuse" + +%% circles +/part { circle } def /nnrand false def +%% squares +% /part { ngon } def /nn 4 def /nnrand false def +%% random polygons +% /part { ngon } def /nnrand true def +%% random stars (not my favorite on this program) +% /part { nstar } def /nnrand true def + +%% tilt the base shape a random amount? +/twist false def +% /twist true def + + +/rainbow false def +%% To make rainbows +% /rainbow true def +%% Set this to 1 to go through a full range of colors +/rainrange .25 def + +% number of different designs per page +/inheight 2 def +/inwidth 2 def +% number of repeats in a design +/xtimes 10 def +/ytimes 16 def + +%% This sets the relationship between the two hues: comptwo is maximum contrast +/colorway {comptwo} def +%% monochrome comptwo harmtwo harmfour freecolor compthree closeharm +%% origcolor + +%% This sets the brightness and saturation of the colors; vivid makes +%% them both bright +/colorfam {vivid} def +%% vivid jewel intense medium pastel free orig contrast +%% medjewel medvivid vivpastel medpastel + + +%% Only experts below this point! + +usertime srand +/seed rand def + +/starcompensate false def +/constroke 1 def + + + +/circle { + /radius radius 1.33 mul def + currentpoint /herey exch def /herex exch def + herex herey radius 0 360 arc +} def + +/ngon{ % polygon of n sides, n determined by nn + nside 2 div radius rmoveto + nn cvi { + nside neg 0 rlineto + 360 360 nn div sub neg rotate + } repeat + closepath +} def + +/nstar{ % star of n points, n determined by nstarslider + /radius radius 1.33 mul def + currentpoint /herey exch def /herex exch def + 0 radius rmoveto + 90 nstarangle 2 div add neg rotate + nn cvi {nstarside 0 rlineto + 180 180 nstarangle 2 mul sub sub neg rotate + nstarside 0 rlineto + 180 180 360 nn div sub nstarangle 2 mul sub sub rotate + } repeat + 90 nstarangle 2 div add rotate + closepath +} def + +/nstarangle {180 360 nn div sub 3 div} def +/nstarside { + 2 + radius + 1 + 180 nn div + sin + div + div + mul + nstarangle sin + mul + 180 + nstarangle 2 mul + sub + sin + div +} def + +/nside { + 2 + radius + 360 nn div 2 div tan + mul + mul +} def + + +/tan { /alpha exch def + alpha sin + 1 alpha sin dup mul sub sqrt + div +} def + + +/pastel { + /backbright high def + /backsat medlow def + /fillbright high def + /fillsat medlow def + /eobright high def + /eosat medlow def + constroke 0 eq { + /strokebright high def + /strokesat medlow def + } + { + /strokebright low def + /strokesat high def + } ifelse +} def + +/jewel { + /fillbright med def + /fillsat high def + /backbright med def + /backsat high def + /eobright med def + /eosat high def + constroke 0 eq { + /strokebright medlow def + /strokesat high def + } + { + /strokebright high def + /strokesat medlow def + } ifelse +} def + +/vivid { + /fillsat 1 def + /fillbright high def + /eosat 1 def + /eobright high def + /backsat 1 def + /backbright high def + constroke 0 eq { + /strokesat 1 def + /strokebright high def + } + { + /strokesat high def + /strokebright medlow def + } ifelse +} def + +/free { + /fillsat anyrand def + /fillbright anyrand def + /eosat anyrand def + /eobright anyrand def + /backsat anyrand def + /backbright anyrand def + /strokesat anyrand def + /strokebright anyrand def +} def + +/contrast { + /sat medhigh def + /bright rand 2 mod 0 eq {medhigh} {medlow} ifelse def + /backsat sat def + /backbright bright def + /eosat sat def + /eobright 1 bright sub def + /fillsat sat def + /fillbright bright def + /strokebright rand 2 mod def + /strokesat rand 2 mod def + +} def +/medium { + /backsat med def + /backbright med def + /eosat med def + /eobright med def + /fillsat med def + /fillbright med def + /strokebright med def + /strokesat med def + +} def +/intense { + /backsat high def + /backbright med def + /eosat high def + /eobright high def + /fillsat high def + /fillbright med def + /strokebright high def + /strokesat high def + +} def +/orig { + /backsat rand 99 mod 55 add 100 div def + /backbright rand 99 mod 35 add 100 div def + /eosat rand 77 mod 22 add 100 div def + /eobright 90 rand 75 mod sub 15 add 100 div def + /fillsat 100 rand 90 mod sub 100 div def + /fillbright 100 rand 45 mod sub 20 add 100 div def + /strokebright 100 rand 55 mod sub 100 div def + /strokesat 100 rand 85 mod sub 100 div def + +} def + +/medjewel { + /alt rand 2 mod def + /backsat alt 0 eq {high} { med} ifelse def + /fillsat alt 0 eq {med} {high} ifelse def + /eosat alt 0 eq {high} {med} ifelse def + /backbright med def + /fillbright med def + /eobright med def + constroke 0 eq { + /strokebright medlow def + /strokesat high def + } + { + /strokebright high def + /strokesat medlow def + } ifelse +} def + +/medvivid { + /alt rand 2 mod def + /backsat alt 0 eq {1} { med} ifelse def + /fillsat alt 0 eq {med} {1} ifelse def + /eosat alt 0 eq {1} {med} ifelse def + /backbright alt 0 eq {high} {med} ifelse def + /eobright alt 0 eq {high} {med} ifelse def + /fillbright alt 0 eq {med} {high} ifelse def + constroke 0 eq { + /strokesat 1 def + /strokebright high def + } + { + /strokesat high def + /strokebright medlow def + } ifelse +} def +/vivpastel { + /backlight rand 2 mod def + /backsat backlight 0 eq {medlow} {1} ifelse def + /eosat backlight 0 eq {medlow} {1} ifelse def + /fillsat backlight 0 eq {1} {medlow} ifelse def + /fillbright high def + /backbright high def + /eobright high def + constroke 0 eq { + /strokesat 1 def + /strokebright high def + } + { + /strokesat high def + /strokebright medlow def + } ifelse +} def + +/medpastel { + /alt rand 2 mod def + /backsat alt 0 eq {medlow} {med} ifelse def + /eosat alt 0 eq {medlow} {med} ifelse def + /fillsat alt 0 eq {med} {medlow} ifelse def + /fillbright alt 0 eq { high } {med} ifelse def + /backbright alt 0 eq {med} { high } ifelse def + /eobright alt 0 eq {med} { high } ifelse def + constroke 0 eq { + /strokebright high def + /strokesat medlow def + } + { + /strokebright low def + /strokesat high def + } ifelse +} def + +/maxcon { + rand 2 mod 1 eq { + /backsat 0 def + /backbright 0 def + /eosat 0 def + /eobright 0 def + /fillsat 0 def + /fillbright 1 def + /strokebright 1 def + /strokesat 0 def + } + { + /backsat 0 def + /backbright 1 def + /eosat 0 def + /eobright 1 def + /fillsat 0 def + /fillbright 0 def + /strokebright 0 def + /strokesat 0 def + } + ifelse +} def + +/monochrome { + /fillhue hue closevary def + /strokehue hue closevary def + /eohue hue closevary def + /backhue hue def +} def + +/blackandwhite { + /fillhue 1 def + /eohue 0 def + /backhue 0 def + /strokehue 1 def +} def + + +/freecolor { + /fillhue anyrand def + /strokehue anyrand def + /eohue anyrand def + /backhue anyrand def +} def + +/purple { + /fillhue rand 15 mod 80 add 100 div def + /backhue rand 15 mod 80 add 100 div def + /strokehue rand 15 mod 80 add 100 div def + /eohue rand 15 mod 80 add 100 div def + /backhue rand 15 mod 80 add 100 div def +} def + +/comptwo { + /fillhue hue closevary def + /strokehue hue .5 add dup 1 gt {1 sub} if def + /backhue strokehue def + /eohue strokehue closevary def +} def + +/compthree { + /backhue hue def + /strokehue hue 1 3 div add dup 1 gt {1 sub} if closevary def + /fillhue strokehue closevary def + /eohue hue 1 3 div sub dup 1 lt { 1 add} if closevary def +} def + +/origcolor { + /backhue hue def + /strokehue + hue 1000 mul cvi 3 mod dup 1 eq + {hue closevary} + {2 eq + {rand 999 mod 1000 div} + {hue .5 add dup 1 gt {1 sub} if } + ifelse + } + ifelse def + /fillhue hue 1000 mul cvi 3 mod dup 1 eq + {hue closevary} + {2 eq + {rand 999 mod 1000 div} + {hue .5 add dup 1 gt {1 sub} if } + ifelse + } + ifelse + def + /eohue hue 1000 mul cvi 2 mod 1 eq + {hue closevary} + {rand 999 mod 1000 div} + ifelse def +} def + +/harmtwo { + /fillhue hue closevary def + /backhue hue def + /strokehue hue .2 add dup 1 gt {1 sub} if closevary def + /eohue strokehue closevary def +} def + +/harmfour { + /fillhue hue closevary def + /backhue hue .1 add dup 1 gt {1 sub} if def + /strokehue hue .2 add dup 1 gt {1 sub} if closevary def + /eohue hue .1 sub dup 1 lt {1 add} if closevary def +} def + +/closeharm { + /fillhue hue def + /backhue hue .05 add dup 1 gt {1 sub} if closevary def + /strokehue hue .1 add dup 1 gt {1 sub} if closevary def + /eohue hue .05 sub dup 0 lt {1 add} if closevary def +} def + + +/high {100 rand 25 mod sub 100 div } def +/med { rand 33 mod 33 add 100 div } def +/medhigh {100 rand 50 mod sub 100 div } def +/medlow {rand 50 mod 100 div } def +/low { rand 25 mod 100 div} def +/anyrand { rand 100 mod 100 div } def +/closevary {rand 70 mod rand 100 mod sub 1000 div add} def + +%rainbow +% {/colorfill {fillhue 1 1 sethsbcolor fill} def} + /colorfill {fillhue fillsat fillbright sethsbcolor fill } def +%ifelse +/colorstroke {strokehue strokesat strokebright sethsbcolor stroke } def +/eocolorfill {eohue eosat eobright sethsbcolor eofill } def +/backfill{ backhue backsat backbright sethsbcolor fill } def + +/xstep { xrange xtimes 1 sub div x 1 sub mul } def +/ystep { yrange ytimes 1 sub div y 1 sub mul} def + +/functionarray [ + {sin abs} + {sin } + {cos } + {cos abs} + {sin dup mul } + {cos dup mul } + {sin abs sqrt } + {cos abs sqrt } +] def + +/range { /top exch def /bottom exch def /number exch def +% number is between -1 and 1 + /rangesize top bottom sub def + number 1 add 2 div + % number is now between 0 and 1 + rangesize mul + bottom add + } def + +/drawone { + /radius + width height lt {width 3 div} {height 3 div} ifelse + def + seed srand + 0 0 moveto + /origmatrix [ 0 0 0 0 0 0 ] currentmatrix def + [ % xstep function ystep function2 add .4 1.3 range + 1 + ystep function xstep function add -.25 .25 range + ystep function3 xstep function2 add -.5 .5 range +% xstep function4 ystep function mul .4 1.3 range + 1 + 0 + 0 + ] + concat + twist {twistdeg rotate} if + part colorfill + origmatrix setmatrix + rainbow + {/fillhue fillhue rainrange xtimes ytimes mul div add dup 1 gt {1 sub} if def} + if + +} def + +/notdrawone { + seed srand + twist {/twistdeg rand 360 mod def} if + nnrand {/nn rand 6 mod 3 add def} if + /x1 rand width 3 div cvi mod width 8 div add def + /y1 rand height 3 div cvi mod height 8 div add def + rand 3 mod dup 1 eq + {pop /x2 rand width 2 div cvi mod def + /y2 rand height 2 div cvi mod def} + { 2 eq + {/x2 y1 def /y2 x1 def} + {/x2 y1 width mul height div def /y2 x1 height mul width div def} + ifelse + } + ifelse + /radius width height gt {width} {height} ifelse 2.5 div def + /stripe rand width 10 div cvi mod 2 add def + starcompensate { /stripe stripe 2 mul def /radius radius 10 nn div mul def } if + /i 1 def + /repeats radius stripe div cvi 1 add def + /nnincr 1 def + repeats { + colorvary {colorfam colorway} if + /i i 1 add def + /radius radius stripe sub def + + } repeat +} def + + +/page { + clippath pathbbox /ury exch def /urx exch def /lly exch def /llx exch +def +/pagewidth urx llx sub 36 72 mul min def +/pageheight ury lly sub 36 72 mul min def +0 0 moveto + llx lly translate + /outerwidth + pagewidth inwidth div + def + /outerheight + pageheight inheight div + def + /width + outerwidth xtimes div + def + /height + outerheight ytimes div + def + + + + /size + width height gt {width} {height} ifelse + def + inwidth { + inheight { + + /seed rand def + /hue rand 999 mod 1000 div def + colorway colorfam + /x 1 def /y 1 def + nnrand {/nn rand 6 mod 3 add def} if + /twistdeg rand 360 mod def + + /function functionarray rand functionarray length mod get def + /function2 functionarray rand functionarray length mod get def + /function3 functionarray rand functionarray length mod get def + /function4 functionarray rand functionarray length mod get def + +/xrange [ 90 180 270 360 180 360 ] rand 6 mod get def +/yrange [ 90 180 270 360 180 360 ] rand 6 mod get def + initclip + newpath + 0 0 moveto + outerwidth 0 rlineto + 0 outerheight rlineto + outerwidth neg 0 rlineto + backfill + + xtimes { + ytimes{ + /y y 1 add def + width 2 div height 2 div translate + drawone + width 2 div neg height 2 div neg translate + 0 height translate + } repeat + + /y 1 def + /x x 1 add def + width height ytimes mul neg translate + + } repeat + + width xtimes mul neg outerheight translate + } repeat + outerwidth outerheight inheight mul neg translate + } repeat + + } def + +page showpage +clear cleardictstack +vasarelysave restore diff --git a/examples/waterfal.ps b/examples/waterfal.ps new file mode 100644 index 00000000..2a7a481f --- /dev/null +++ b/examples/waterfal.ps @@ -0,0 +1,84 @@ +%! +/waterfalsave save def % prevent residual side effects +% Copyright (C) 1992, 1993, 1996 Aladdin Enterprises. All rights reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% For more information about licensing, please refer to +% http://www.ghostscript.com/licensing/. For information on +% commercial licensing, go to http://www.artifex.com/licensing/ or +% contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, +% Novato, CA 94945, U.S.A., +1(415)492-9861. + +% waterfal.ps +% This file produces a 'waterfall' printout of fonts at various sizes. + + +% Specify any desired set of up to 3 fonts here. +/Fonts [/Courier /Helvetica] def + +% Specify any desired set of point sizes here. +% The sum of the sizes should not exceed (roughly) 100. +% For sizes larger than about 16, some characters may fall off the page. +/Sizes [6 7 8 9 10 11 12 14 16] def + +/eol + { currentfont /FontBBox get aload pop + exch pop sub exch pop 0 exch + % Many Ghostscript fonts have incorrect FontBBoxes.... + pop -1000 + 1.15 mul currentfont /FontMatrix get dtransform + translate + 0 0 moveto + } def + +% draw the page landscape +gsave clippath pathbbox grestore +4 dict begin +/ury exch def /urx exch def /lly exch def /llx exch def +90 rotate llx neg llx urx sub lly sub translate % llx,lly +end + +clippath pathbbox newpath +/ury exch def /urx exch def /lly exch def /llx exch def +llx 18 add ury 18 sub translate +% Read the current Y resolution without using Ghostscript-specific operators. +gsave initmatrix 0 72 dtransform abs exch abs exch .max grestore +round cvi /dpi exch def +QUIET not + { (Creating waterfall printout at ) print dpi =only ( DPI.\n) print flush + } +if + +newpath 0 setgray +/Courier findfont 20 scalefont setfont + +Fonts + { save exch + QUIET not { dup ==only flush } if + findfont /basefont exch def + basefont 20 scalefont setfont eol + basefont /FontName get =string cvs show + ( ) show dpi =string cvs show ( DPI) show + Sizes + { QUIET not { ( ) print dup =only flush } if + dup /size exch def basefont exch scalefont setfont eol + size =string cvs show ( ) show + (qwertyuiop-asdfghjkl_zxcvbnm ) show + (QWERTYUIOP+ASDFGHJKL/ZXCVBNM ) show + (1470258369 .,:;?!) show + } forall + QUIET not { () = flush } if + matrix currentmatrix aload pop + 7 -1 roll restore + 6 array astore setmatrix + } forall + +showpage +clear cleardictstack +waterfalsave restore |