diff --git a/alliance/share/doc/symb_rules/symb_rules-orig.ps b/alliance/share/doc/symb_rules/symb_rules-orig.ps new file mode 100644 index 00000000..8efd579d --- /dev/null +++ b/alliance/share/doc/symb_rules/symb_rules-orig.ps @@ -0,0 +1,2377 @@ +%!PS-Adobe-2.0 +%%Title: etapec19.ps +%%Creator: fig2dev Version 3.2 Patchlevel 1 +%%CreationDate: Wed Sep 22 15:18:06 1999 +%%For: mai8022@busoni (Maitrise 1998-9) +%%Orientation: Landscape +%%BoundingBox: 63 36 531 806 +%%Pages: 1 +%%BeginSetup +%%IncludeFeature: *PageSize A4 +%%EndSetup +%%Magnification: 0.4210 +%%EndComments +/MyAppDict 100 dict dup begin def +/$F2psDict 200 dict def +$F2psDict begin +$F2psDict /mtrx matrix put +/col-1 {0 setgray} bind def +/col0 {0.000 0.000 0.000 srgb} bind def +/col1 {0.000 0.000 1.000 srgb} bind def +/col2 {0.000 1.000 0.000 srgb} bind def +/col3 {0.000 1.000 1.000 srgb} bind def +/col4 {1.000 0.000 0.000 srgb} bind def +/col5 {1.000 0.000 1.000 srgb} bind def +/col6 {1.000 1.000 0.000 srgb} bind def +/col7 {1.000 1.000 1.000 srgb} bind def +/col8 {0.000 0.000 0.560 srgb} bind def +/col9 {0.000 0.000 0.690 srgb} bind def +/col10 {0.000 0.000 0.820 srgb} bind def +/col11 {0.530 0.810 1.000 srgb} bind def +/col12 {0.000 0.560 0.000 srgb} bind def +/col13 {0.000 0.690 0.000 srgb} bind def +/col14 {0.000 0.820 0.000 srgb} bind def +/col15 {0.000 0.560 0.560 srgb} bind def +/col16 {0.000 0.690 0.690 srgb} bind def +/col17 {0.000 0.820 0.820 srgb} bind def +/col18 {0.560 0.000 0.000 srgb} bind def +/col19 {0.690 0.000 0.000 srgb} bind def +/col20 {0.820 0.000 0.000 srgb} bind def +/col21 {0.560 0.000 0.560 srgb} bind def +/col22 {0.690 0.000 0.690 srgb} bind def +/col23 {0.820 0.000 0.820 srgb} bind def +/col24 {0.500 0.190 0.000 srgb} bind def +/col25 {0.630 0.250 0.000 srgb} bind def +/col26 {0.750 0.380 0.000 srgb} bind def +/col27 {1.000 0.500 0.500 srgb} bind def +/col28 {1.000 0.630 0.630 srgb} bind def +/col29 {1.000 0.750 0.750 srgb} bind def +/col30 {1.000 0.880 0.880 srgb} bind def +/col31 {1.000 0.840 0.000 srgb} bind def +/col32 {0.000 0.600 1.000 srgb} bind def +/col33 {0.945 0.753 0.518 srgb} bind def + +end +save +51.5 25.0 translate + 90 rotate +1 -1 scale +.9 .9 scale % to make patterns same scale as in xfig + +% This junk string is used by the show operators +/PATsstr 1 string def +/PATawidthshow { % cx cy cchar rx ry string + % Loop over each character in the string + { % cx cy cchar rx ry char + % Show the character + dup % cx cy cchar rx ry char char + PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char) + false charpath % cx cy cchar rx ry char + /clip load PATdraw + % Move past the character (charpath modified the + % current point) + currentpoint % cx cy cchar rx ry char x y + newpath + moveto % cx cy cchar rx ry char + % Reposition by cx,cy if the character in the string is cchar + 3 index eq { % cx cy cchar rx ry + 4 index 4 index rmoveto + } if + % Reposition all characters by rx ry + 2 copy rmoveto % cx cy cchar rx ry + } forall + pop pop pop pop pop % - + currentpoint + newpath + moveto +} bind def +/PATcg { + 7 dict dup begin + /lw currentlinewidth def + /lc currentlinecap def + /lj currentlinejoin def + /ml currentmiterlimit def + /ds [ currentdash ] def + /cc [ currentrgbcolor ] def + /cm matrix currentmatrix def + end +} bind def +% PATdraw - calculates the boundaries of the object and +% fills it with the current pattern +/PATdraw { % proc + save exch + PATpcalc % proc nw nh px py + 5 -1 roll exec % nw nh px py + newpath + PATfill % - + restore +} bind def +% PATfill - performs the tiling for the shape +/PATfill { % nw nh px py PATfill - + PATDict /CurrentPattern get dup begin + setfont + % Set the coordinate system to Pattern Space + PatternGState PATsg + % Set the color for uncolored pattezns + PaintType 2 eq { PATDict /PColor get PATsc } if + % Create the string for showing + 3 index string % nw nh px py str + % Loop for each of the pattern sources + 0 1 Multi 1 sub { % nw nh px py str source + % Move to the starting location + 3 index 3 index % nw nh px py str source px py + moveto % nw nh px py str source + % For multiple sources, set the appropriate color + Multi 1 ne { dup PC exch get PATsc } if + % Set the appropriate string for the source + 0 1 7 index 1 sub { 2 index exch 2 index put } for pop + % Loop over the number of vertical cells + 3 index % nw nh px py str nh + { % nw nh px py str + currentpoint % nw nh px py str cx cy + 2 index show % nw nh px py str cx cy + YStep add moveto % nw nh px py str + } repeat % nw nh px py str + } for + 5 { pop } repeat + end +} bind def + +% PATkshow - kshow with the current pattezn +/PATkshow { % proc string + exch bind % string proc + 1 index 0 get % string proc char + % Loop over all but the last character in the string + 0 1 4 index length 2 sub { + % string proc char idx + % Find the n+1th character in the string + 3 index exch 1 add get % string proe char char+1 + exch 2 copy % strinq proc char+1 char char+1 char + % Now show the nth character + PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr) + false charpath % string proc char+1 char char+1 + /clip load PATdraw + % Move past the character (charpath modified the current point) + currentpoint newpath moveto + % Execute the user proc (should consume char and char+1) + mark 3 1 roll % string proc char+1 mark char char+1 + 4 index exec % string proc char+1 mark... + cleartomark % string proc char+1 + } for + % Now display the last character + PATsstr dup 0 4 -1 roll put % string proc (char+1) + false charpath % string proc + /clip load PATdraw + neewath + pop pop % - +} bind def +% PATmp - the makepattern equivalent +/PATmp { % patdict patmtx PATmp patinstance + exch dup length 7 add % We will add 6 new entries plus 1 FID + dict copy % Create a new dictionary + begin + % Matrix to install when painting the pattern + TilingType PATtcalc + /PatternGState PATcg def + PatternGState /cm 3 -1 roll put + % Check for multi pattern sources (Level 1 fast color patterns) + currentdict /Multi known not { /Multi 1 def } if + % Font dictionary definitions + /FontType 3 def + % Create a dummy encoding vector + /Encoding 256 array def + 3 string 0 1 255 { + Encoding exch dup 3 index cvs cvn put } for pop + /FontMatrix matrix def + /FontBBox BBox def + /BuildChar { + mark 3 1 roll % mark dict char + exch begin + Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata] + PaintType 2 eq Multi 1 ne or + { XStep 0 FontBBox aload pop setcachedevice } + { XStep 0 setcharwidth } ifelse + currentdict % mark [paintdata] dict + /PaintProc load % mark [paintdata] dict paintproc + end + gsave + false PATredef exec true PATredef + grestore + cleartomark % - + } bind def + currentdict + end % newdict + /foo exch % /foo newlict + definefont % newfont +} bind def +% PATpcalc - calculates the starting point and width/height +% of the tile fill for the shape +/PATpcalc { % - PATpcalc nw nh px py + PATDict /CurrentPattern get begin + gsave + % Set up the coordinate system to Pattern Space + % and lock down pattern + PatternGState /cm get setmatrix + BBox aload pop pop pop translate + % Determine the bounding box of the shape + pathbbox % llx lly urx ury + grestore + % Determine (nw, nh) the # of cells to paint width and height + PatHeight div ceiling % llx lly urx qh + 4 1 roll % qh llx lly urx + PatWidth div ceiling % qh llx lly qw + 4 1 roll % qw qh llx lly + PatHeight div floor % qw qh llx ph + 4 1 roll % ph qw qh llx + PatWidth div floor % ph qw qh pw + 4 1 roll % pw ph qw qh + 2 index sub cvi abs % pw ph qs qh-ph + exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph + % Determine the starting point of the pattern fill + %(px, py) + 4 2 roll % nw nh pw ph + PatHeight mul % nw nh pw py + exch % nw nh py pw + PatWidth mul exch % nw nh px py + end +} bind def + +% Save the original routines so that we can use them later on +/oldfill /fill load def +/oldeofill /eofill load def +/oldstroke /stroke load def +/oldshow /show load def +/oldashow /ashow load def +/oldwidthshow /widthshow load def +/oldawidthshow /awidthshow load def +/oldkshow /kshow load def + +% These defs are necessary so that subsequent procs don't bind in +% the originals +/fill { oldfill } bind def +/eofill { oldeofill } bind def +/stroke { oldstroke } bind def +/show { oldshow } bind def +/ashow { oldashow } bind def +/widthshow { oldwidthshow } bind def +/awidthshow { oldawidthshow } bind def +/kshow { oldkshow } bind def +/PATredef { + MyAppDict begin + { + /fill { /clip load PATdraw newpath } bind def + /eofill { /eoclip load PATdraw newpath } bind def + /stroke { PATstroke } bind def + /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def + /ashow { 0 0 null 6 3 roll PATawidthshow } + bind def + /widthshow { 0 0 3 -1 roll PATawidthshow } + bind def + /awidthshow { PATawidthshow } bind def + /kshow { PATkshow } bind def + } { + /fill { oldfill } bind def + /eofill { oldeofill } bind def + /stroke { oldstroke } bind def + /show { oldshow } bind def + /ashow { oldashow } bind def + /widthshow { oldwidthshow } bind def + /awidthshow { oldawidthshow } bind def + /kshow { oldkshow } bind def + } ifelse + end +} bind def +false PATredef +% Conditionally define setcmykcolor if not available +/setcmykcolor where { pop } { + /setcmykcolor { + 1 sub 4 1 roll + 3 { + 3 index add neg dup 0 lt { pop 0 } if 3 1 roll + } repeat + setrgbcolor - pop + } bind def +} ifelse +/PATsc { % colorarray + aload length % c1 ... cn length + dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor + } ifelse } ifelse +} bind def +/PATsg { % dict + begin + lw setlinewidth + lc setlinecap + lj setlinejoin + ml setmiterlimit + ds aload pop setdash + cc aload pop setrgbcolor + cm setmatrix + end +} bind def + +/PATDict 3 dict def +/PATsp { + true PATredef + PATDict begin + /CurrentPattern exch def + % If it's an uncolored pattern, save the color + CurrentPattern /PaintType get 2 eq { + /PColor exch def + } if + /CColor [ currentrgbcolor ] def + end +} bind def +% PATstroke - stroke with the current pattern +/PATstroke { + countdictstack + save + mark + { + currentpoint strokepath moveto + PATpcalc % proc nw nh px py + clip newpath PATfill + } stopped { + (*** PATstroke Warning: Path is too complex, stroking + with gray) = + cleartomark + restore + countdictstack exch sub dup 0 gt + { { end } repeat } { pop } ifelse + gsave 0.5 setgray oldstroke grestore + } { pop restore pop } ifelse + newpath +} bind def +/PATtcalc { % modmtx tilingtype PATtcalc tilematrix + % Note: tiling types 2 and 3 are not supported + gsave + exch concat % tilingtype + matrix currentmatrix exch % cmtx tilingtype + % Tiling type 1 and 3: constant spacing + 2 ne { + % Distort the pattern so that it occupies + % an integral number of device pixels + dup 4 get exch dup 5 get exch % tx ty cmtx + XStep 0 dtransform + round exch round exch % tx ty cmtx dx.x dx.y + XStep div exch XStep div exch % tx ty cmtx a b + 0 YStep dtransform + round exch round exch % tx ty cmtx a b dy.x dy.y + YStep div exch YStep div exch % tx ty cmtx a b c d + 7 -3 roll astore % { a b c d tx ty } + } if + grestore +} bind def +/PATusp { + false PATredef + PATDict begin + CColor PATsc + end +} bind def + +% left45 +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 32 32 true [ 32 0 0 -32 0 32 ] + {<808080804040404020202020101010100808080804040404 + 020202020101010180808080404040402020202010101010 + 080808080404040402020202010101018080808040404040 + 202020201010101008080808040404040202020201010101 + 808080804040404020202020101010100808080804040404 + 0202020201010101>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P4 exch def + +% right45 +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 32 32 true [ 32 0 0 -32 0 32 ] + {<010101010202020204040404080808081010101020202020 + 404040408080808001010101020202020404040408080808 + 101010102020202040404040808080800101010102020202 + 040404040808080810101010202020204040404080808080 + 010101010202020204040404080808081010101020202020 + 4040404080808080>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P5 exch def + +% small fishscales +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 16 16 true [ 16 0 0 -16 0 16 ] + {<008000800080014001400220 + 0c187007c001800080004001 + 40012002180c0770>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P17 exch def +1.1111 1.1111 scale %restore scale + +/cp {closepath} bind def +/ef {eofill} bind def +/gr {grestore} bind def +/gs {gsave} bind def +/sa {save} bind def +/rs {restore} bind def +/l {lineto} bind def +/m {moveto} bind def +/rm {rmoveto} bind def +/n {newpath} bind def +/s {stroke} bind def +/sh {show} bind def +/slc {setlinecap} bind def +/slj {setlinejoin} bind def +/slw {setlinewidth} bind def +/srgb {setrgbcolor} bind def +/rot {rotate} bind def +/sc {scale} bind def +/sd {setdash} bind def +/ff {findfont} bind def +/sf {setfont} bind def +/scf {scalefont} bind def +/sw {stringwidth} bind def +/tr {translate} bind def +/tnt {dup dup currentrgbcolor + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} + bind def +/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul + 4 -2 roll mul srgb} bind def +/reencdict 12 dict def /ReEncode { reencdict begin +/newcodesandnames exch def /newfontname exch def /basefontname exch def +/basefontdict basefontname findfont def /newfont basefontdict maxlength dict def +basefontdict { exch dup /FID ne { dup /Encoding eq +{ exch dup length array copy newfont 3 1 roll put } +{ exch newfont 3 1 roll put } ifelse } { pop pop } ifelse } forall +newfont /FontName newfontname put newcodesandnames aload pop +128 1 255 { newfont /Encoding get exch /.notdef put } for +newcodesandnames length 2 idiv { newfont /Encoding get 3 1 roll put } repeat +newfontname newfont definefont pop end } def +/isovec [ +8#200 /grave 8#201 /acute 8#202 /circumflex 8#203 /tilde +8#204 /macron 8#205 /breve 8#206 /dotaccent 8#207 /dieresis +8#210 /ring 8#211 /cedilla 8#212 /hungarumlaut 8#213 /ogonek 8#214 /caron +8#220 /dotlessi 8#230 /oe 8#231 /OE +8#240 /space 8#241 /exclamdown 8#242 /cent 8#243 /sterling +8#244 /currency 8#245 /yen 8#246 /brokenbar 8#247 /section 8#250 /dieresis +8#251 /copyright 8#252 /ordfeminine 8#253 /guillemotleft 8#254 /logicalnot +8#255 /endash 8#256 /registered 8#257 /macron 8#260 /degree 8#261 /plusminus +8#262 /twosuperior 8#263 /threesuperior 8#264 /acute 8#265 /mu 8#266 /paragraph +8#267 /periodcentered 8#270 /cedilla 8#271 /onesuperior 8#272 /ordmasculine +8#273 /guillemotright 8#274 /onequarter 8#275 /onehalf +8#276 /threequarters 8#277 /questiondown 8#300 /Agrave 8#301 /Aacute +8#302 /Acircumflex 8#303 /Atilde 8#304 /Adieresis 8#305 /Aring +8#306 /AE 8#307 /Ccedilla 8#310 /Egrave 8#311 /Eacute +8#312 /Ecircumflex 8#313 /Edieresis 8#314 /Igrave 8#315 /Iacute +8#316 /Icircumflex 8#317 /Idieresis 8#320 /Eth 8#321 /Ntilde 8#322 /Ograve +8#323 /Oacute 8#324 /Ocircumflex 8#325 /Otilde 8#326 /Odieresis 8#327 /multiply +8#330 /Oslash 8#331 /Ugrave 8#332 /Uacute 8#333 /Ucircumflex +8#334 /Udieresis 8#335 /Yacute 8#336 /Thorn 8#337 /germandbls 8#340 /agrave +8#341 /aacute 8#342 /acircumflex 8#343 /atilde 8#344 /adieresis 8#345 /aring +8#346 /ae 8#347 /ccedilla 8#350 /egrave 8#351 /eacute +8#352 /ecircumflex 8#353 /edieresis 8#354 /igrave 8#355 /iacute +8#356 /icircumflex 8#357 /idieresis 8#360 /eth 8#361 /ntilde 8#362 /ograve +8#363 /oacute 8#364 /ocircumflex 8#365 /otilde 8#366 /odieresis 8#367 /divide +8#370 /oslash 8#371 /ugrave 8#372 /uacute 8#373 /ucircumflex +8#374 /udieresis 8#375 /yacute 8#376 /thorn 8#377 /ydieresis] def +/Times-Roman /Times-Roman-iso isovec ReEncode +/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def +/$F2psEnd {$F2psEnteredState restore end} def +%%EndProlog + +$F2psBegin +10 setmiterlimit +n -1000 19065 m -1000 -1000 l 30444 -1000 l 30444 19065 l cp clip + 0.02652 0.02652 sc +%%Page: 1 1 +% Polyline +7.500 slw +n 25205 18000 m 25205 540 l gs col0 s gr +% Polyline +n 25655 18000 m 25655 540 l gs col0 s gr +% Polyline +n 26106 18000 m 26106 540 l gs col0 s gr +% Polyline +n 26556 18000 m 26556 540 l gs col0 s gr +% Polyline +n 27006 18000 m 27006 540 l gs col0 s gr +% Polyline +n 27456 18000 m 27456 540 l gs col0 s gr +% Polyline +n 27907 18000 m 27907 540 l gs col0 s gr +% Polyline +n 22505 18000 m 22505 540 l gs col0 s gr +% Polyline +n 22955 18000 m 22955 540 l gs col0 s gr +% Polyline +n 23404 18000 m 23404 540 l gs col0 s gr +% Polyline +n 23855 18000 m 23855 540 l gs col0 s gr +% Polyline +n 24305 18000 m 24305 540 l gs col0 s gr +% Polyline +n 24756 18000 m 24756 540 l gs col0 s gr +% Polyline +n 19803 18000 m 19803 540 l gs col0 s gr +% Polyline +n 20254 18000 m 20254 540 l gs col0 s gr +% Polyline +n 20704 18000 m 20704 540 l gs col0 s gr +% Polyline +n 21155 18000 m 21155 540 l gs col0 s gr +% Polyline +n 21604 18000 m 21604 540 l gs col0 s gr +% Polyline +n 22055 18000 m 22055 540 l gs col0 s gr +% Polyline +n 17103 18000 m 17103 540 l gs col0 s gr +% Polyline +n 17554 18000 m 17554 540 l gs col0 s gr +% Polyline +n 18003 18000 m 18003 540 l gs col0 s gr +% Polyline +n 18454 18000 m 18454 540 l gs col0 s gr +% Polyline +n 18904 18000 m 18904 540 l gs col0 s gr +% Polyline +n 19355 18000 m 19355 540 l gs col0 s gr +% Polyline +n 14403 18000 m 14403 540 l gs col0 s gr +% Polyline +n 14852 18000 m 14852 540 l gs col0 s gr +% Polyline +n 15303 18000 m 15303 540 l gs col0 s gr +% Polyline +n 15754 18000 m 15754 540 l gs col0 s gr +% Polyline +n 16203 18000 m 16203 540 l gs col0 s gr +% Polyline +n 16654 18000 m 16654 540 l gs col0 s gr +% Polyline +n 11702 18000 m 11702 540 l gs col0 s gr +% Polyline +n 12152 18000 m 12152 540 l gs col0 s gr +% Polyline +n 12603 18000 m 12603 540 l gs col0 s gr +% Polyline +n 13952 18000 m 13952 540 l gs col0 s gr +% Polyline +n 9002 18000 m 9002 540 l gs col0 s gr +% Polyline +n 9451 18000 m 9451 540 l gs col0 s gr +% Polyline +n 9902 18000 m 9902 540 l gs col0 s gr +% Polyline +n 10352 18000 m 10352 540 l gs col0 s gr +% Polyline +n 10803 18000 m 10803 540 l gs col0 s gr +% Polyline +n 11251 18000 m 11251 540 l gs col0 s gr +% Polyline +n 6301 18000 m 6301 540 l gs col0 s gr +% Polyline +n 6751 18000 m 6751 540 l gs col0 s gr +% Polyline +n 7202 18000 m 7202 540 l gs col0 s gr +% Polyline +n 7651 18000 m 7651 540 l gs col0 s gr +% Polyline +n 8102 18000 m 8102 540 l gs col0 s gr +% Polyline +n 8551 18000 m 8551 540 l gs col0 s gr +% Polyline +n 3600 18000 m 3600 540 l gs col0 s gr +% Polyline +n 4050 18000 m 4050 540 l gs col0 s gr +% Polyline +n 4500 18000 m 4500 540 l gs col0 s gr +% Polyline +n 4951 18000 m 4951 540 l gs col0 s gr +% Polyline +n 5401 18000 m 5401 540 l gs col0 s gr +% Polyline +n 5850 18000 m 5850 540 l gs col0 s gr +% Polyline +n 1800 18000 m 1800 540 l gs col0 s gr +% Polyline +n 2250 18000 m 2250 540 l gs col0 s gr +% Polyline +n 3150 18000 m 3150 540 l gs col0 s gr +% Polyline +n 899 16209 m 27907 16209 l gs col0 s gr +% Polyline +n 899 16657 m 27907 16657 l gs col0 s gr +% Polyline +n 899 17104 m 27907 17104 l gs col0 s gr +% Polyline +n 899 17552 m 27907 17552 l gs col0 s gr +% Polyline +n 899 13970 m 27907 13970 l gs col0 s gr +% Polyline +n 899 14418 m 27907 14418 l gs col0 s gr +% Polyline +n 899 14866 m 27907 14866 l gs col0 s gr +% Polyline +n 899 15314 m 27907 15314 l gs col0 s gr +% Polyline +n 899 15761 m 27907 15761 l gs col0 s gr +% Polyline +n 899 11732 m 27907 11732 l gs col0 s gr +% Polyline +n 899 12180 m 27907 12180 l gs col0 s gr +% Polyline +n 899 12627 m 27907 12627 l gs col0 s gr +% Polyline +n 899 13075 m 27907 13075 l gs col0 s gr +% Polyline +n 899 13523 m 27907 13523 l gs col0 s gr +% Polyline +n 899 9941 m 27907 9941 l gs col0 s gr +% Polyline +n 899 10389 m 27907 10389 l gs col0 s gr +% Polyline +n 899 10836 m 27907 10836 l gs col0 s gr +% Polyline +n 899 11284 m 27907 11284 l gs col0 s gr +% Polyline +n 899 7256 m 27907 7256 l gs col0 s gr +% Polyline +n 899 7704 m 27907 7704 l gs col0 s gr +% Polyline +n 899 8151 m 27907 8151 l gs col0 s gr +% Polyline +n 899 8599 m 27907 8599 l gs col0 s gr +% Polyline +n 899 9047 m 27907 9047 l gs col0 s gr +% Polyline +n 899 5017 m 27907 5017 l gs col0 s gr +% Polyline +n 899 5465 m 27907 5465 l gs col0 s gr +% Polyline +n 899 5913 m 27907 5913 l gs col0 s gr +% Polyline +n 899 6360 m 27907 6360 l gs col0 s gr +% Polyline +n 899 6808 m 27907 6808 l gs col0 s gr +% Polyline +n 899 18000 m 27907 18000 l gs col0 s gr +% Polyline +n 899 540 m 27907 540 l gs col0 s gr +% Polyline +n 899 18000 m 899 540 l gs col0 s gr +% Polyline +n 899 2779 m 27907 2779 l gs col0 s gr +% Polyline +n 899 3226 m 27907 3226 l gs col0 s gr +% Polyline +n 899 3674 m 27907 3674 l gs col0 s gr +% Polyline +n 899 4122 m 27907 4122 l gs col0 s gr +% Polyline +n 899 4570 m 27907 4570 l gs col0 s gr +% Polyline +n 899 1436 m 27907 1436 l gs col0 s gr +% Polyline +n 899 1883 m 27907 1883 l gs col0 s gr +% Polyline +n 899 2331 m 27907 2331 l gs col0 s gr +% Polyline +n 2699 18000 m 2699 540 l gs col0 s gr +% Polyline +n 899 988 m 27907 988 l gs col0 s gr +% Polyline +n 13491 18000 m 13491 540 l gs col0 s gr +% Polyline +n 1343 18000 m 1343 540 l gs col0 s gr +% Polyline +n 899 9491 m 27907 9491 l gs col0 s gr +% Polyline +n 13047 18000 m 13047 540 l gs col0 s gr +% Polyline +75.000 slw +n 14850 9540 m 14850 540 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +30.000 slw +n 1350 988 m 13952 988 l 13952 7256 l 1350 7256 l cp gs col33 0.95 shd ef gr gs col0 s gr +% Polyline +n 13952 4122 m 1350 4122 l 1439 4122 l gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 90.00 274.80] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +75.000 slw +n 18450 17999 m 18450 9318 l gs col7 0.95 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 5850 10620 m 9675 10620 l 9675 12375 l 5850 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 390.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 4950 10620 m 5940 10620 l 5940 12375 l 4950 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 330.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6075 14625 m 8505 14625 l 8505 15480 l 6075 15480 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 405.00 975.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 8325 14625 m 11117 14625 l 11117 15480 l 8325 15480 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 555.00 975.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 10620 m 11970 10620 l 11970 12375 l 9675 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 11701 10620 m 12600 10620 l 12600 12375 l 11701 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 780.07 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2476 3015 m 4725 3015 l 4725 7043 l 2476 7043 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 165.07 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 10531 4346 m 12783 4346 l 12783 7031 l 10531 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 702.07 289.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 7831 3003 m 10082 3003 l 10082 7031 l 7831 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 522.07 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 4951 3226 m 4951 5913 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 330.07 215.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 4275 3031 m 5625 3031 l 5625 6165 l 4275 6165 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.00 202.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 16246 931 m 16246 3618 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1083.07 62.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 15300 540 m 17145 540 l 17145 4140 l 15300 4140 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1020.00 36.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +75.000 slw +n 18450 9910 m 18450 540 l gs col0 s gr +% Polyline +30.000 slw +n 20025 6615 m 21380 6615 l 21380 7920 l 20025 7920 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20025 4343 m 21379 4343 l 21379 5715 l 20025 5715 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +7.500 slw +n 7650 3195 m 7651 5419 l 7651 6853 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 510.00 213.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12962 4615 m 12962 6853 l 12962 6763 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 864.13 307.67] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 19174 9047 m 22325 9047 l 22325 9941 l 19174 9941 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1278.27 603.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 767 m 22276 767 l 22276 1215 l 19125 1215 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 51.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 9047 m 22321 9047 l 22321 9945 l 19125 9945 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 603.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 11295 m 22325 11295 l 22325 12180 l 19125 12180 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 753.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 988 m 27276 988 l 27276 1890 l 24075 1890 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 65.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 3226 m 27276 3226 l 27276 4095 l 24075 4095 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 215.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 1800 3015 m 2699 3015 l 2699 5701 l 1800 5701 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 120.00 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12600 4346 m 13500 4346 l 13500 7031 l 12600 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 840.00 289.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 2522 m 22276 2522 l 22276 2970 l 19125 2970 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 168.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 765 m 22276 765 l 22276 1213 l 19125 1213 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 51.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 7202 3003 m 8102 3003 l 8102 7031 l 7202 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 480.13 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 4770 m 22276 4770 l 22276 5220 l 19125 5220 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19534 17104 m 22144 17104 l 22235 17104 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1302.27 1140.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 19350 9495 m 22050 9495 l gs col0 s gr +% Polyline +30.000 slw +n 24075 5490 m 27276 5490 l 27276 6390 l 24075 6390 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 366.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 7695 m 27276 7695 l 27276 8595 l 24075 8595 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 513.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 7020 m 22280 7020 l 22280 7470 l 19125 7470 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 468.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19080 13980 m 22325 13980 l 22325 14850 l 19080 14850 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1272.00 932.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 16648 m 22325 16648 l 22325 17550 l 19125 17550 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 1109.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 24395 8151 m 27006 8151 l 27096 8151 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 543.40] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24300 5895 m 27006 5913 l 27096 5913 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.00 393.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 9900 3003 m 10799 3003 l 10799 7031 l 9900 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 660.00 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 19444 7254 m 22055 7254 l 22144 7254 l gs col0 s gr +% Polyline +30.000 slw +n 3375 8145 m 3825 8145 l 3825 10164 l 3375 10164 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 9720 m 4275 9720 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 15975 m 4275 15975 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 15975 m 4275 15975 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +75.000 slw +n 13050 9495 m 15750 9495 l 16200 9495 l 18405 9495 l gs col0 s gr +% Polyline +30.000 slw +n 6075 13746 m 7426 13746 l 7426 15089 l 6075 15089 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 405.00 916.40] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6975 5670 m 8325 5670 l 8325 7020 l 6975 7020 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 465.00 378.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6931 3003 m 8325 3003 l 8325 4365 l 6931 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 462.07 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 3003 m 11070 3003 l 11070 4365 l 9675 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 5689 m 11025 5689 l 11025 7031 l 9675 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 379.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12375 4770 m 13725 4770 l 13725 6113 l 12375 6113 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 825.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 25200 7695 m 26100 7695 l 26100 8595 l 25200 8595 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 10125 14618 m 11431 14618 l 11431 15930 l 10125 15930 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 675.00 974.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 25245 5490 m 26100 5490 l 26100 6390 l 25245 6390 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 7200 5895 m 8100 5895 l 8100 6795 l 7200 6795 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 480.00 393.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 9900 5895 m 10800 5895 l 10800 6808 l 9900 6808 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 660.00 393.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 12600 4995 m 13500 4995 l 13500 5895 l 12600 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 840.00 333.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 6300 13995 m 7198 13995 l 7198 14850 l 6300 14850 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 420.00 933.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 10350 14940 m 11250 14940 l 11250 15750 l 10350 15750 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.69 0.69]] def +15.00 15.00 sc P5 [16 0 0 -16 690.00 996.00] PATmp PATsp ef gr PATusp gs col16 s gr +% Polyline +n 4725 10620 m 6075 10620 l 6075 11962 l 4725 11962 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 315.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 11475 10628 m 12825 10628 l 12825 11970 l 11475 11970 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 765.00 708.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2025 10620 m 3375 10620 l 3375 11970 l 2025 11970 l cp gs /PC [[1.00 0.84 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 135.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2250 10845 m 3150 10845 l 3150 11745 l 2250 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 150.00 723.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 12375 1665 m 13726 1665 l 13726 3015 l 12375 3015 l cp gs /PC [[0.00 0.69 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 825.00 111.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12645 1890 m 13500 1890 l 13500 2745 l 12645 2745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 843.00 126.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4275 3015 m 5625 3015 l 5625 4365 l 4275 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.00 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 4276 4808 m 5626 4808 l 5626 6150 l 4276 6150 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.07 320.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15570 2513 m 16920 2513 l 16920 3855 l 15570 3855 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1038.00 167.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15570 728 m 16920 728 l 16920 2070 l 15570 2070 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1038.00 48.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15795 990 m 16695 990 l 16695 1845 l 15795 1845 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1053.00 66.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 15795 2790 m 16695 2790 l 16695 3645 l 15795 3645 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1053.00 186.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4500 5040 m 5400 5040 l 5400 5895 l 4500 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 300.00 336.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 1575 4823 m 2925 4823 l 2925 6165 l 1575 6165 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 105.00 321.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 1800 4999 m 2700 4999 l 2700 5895 l 1800 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 120.00 333.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +45.000 slw +n 19395 7245 m 22095 7245 l gs col0 s gr +% Polyline +30.000 slw +n 4950 10849 m 5850 10849 l 5850 11745 l 4950 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 330.00 723.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 11700 10849 m 12600 10849 l 12600 11745 l 11700 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 780.00 723.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +7.500 slw + [90 45 15 45] 0 sd +n 18454 8599 m 23404 8599 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1230.27 573.27] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd +% Polyline +60.000 slw + [90 45 15 45] 0 sd +n 23175 541 m 23220 18000 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1545.00 36.07] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd +% Polyline + [90 45 15 45] 0 sd +n 18522 8595 m 23091 8595 l gs col7 0.05 shd ef gr gs col0 s gr [] 0 sd +% Polyline + [90 45 15 45] 0 sd +n 23247 9045 m 27900 9045 l gs col7 0.05 shd ef gr gs col0 s gr [] 0 sd +% Polyline +30.000 slw +n 24975 12420 m 26370 12420 l 26370 13725 l 24975 13725 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24120 12825 m 27270 12825 l 27270 13275 l 24120 13275 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24075 9722 m 27271 9722 l 27271 10170 l 24075 10170 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24075 11072 m 27271 11072 l 27271 11520 l 24075 11520 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 23540 17327 m 24980 17327 l 24980 17775 l 23540 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25020 16431 m 25471 16431 l 25471 17775 l 25020 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25920 17327 m 27269 17327 l 27269 17775 l 25920 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10578 9941 m 11026 9941 l 11026 13523 l 10578 13523 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 26196 17552 m 27006 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 26820 16470 m 27270 16470 l 27270 17775 l 26820 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11475 3674 m 11925 3674 l 11925 8151 l 11475 8151 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 25020 14670 m 26370 14670 l 26370 15976 l 25020 15976 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24030 15030 m 27276 15030 l 27276 15525 l 24030 15525 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7200 3240 m 8100 3240 l 8100 4140 l 7200 4140 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 480.00 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 9900 3240 m 10800 3240 l 10800 4140 l 9900 4140 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 660.00 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4493 3240 m 5400 3240 l 5400 4133 l 4493 4133 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 299.53 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +45.000 slw +n 19350 2745 m 22050 2745 l gs col0 s gr +% Polyline +n 19350 990 m 22050 990 l gs col0 s gr +% Polyline +n 19350 4995 m 22050 4995 l gs col0 s gr +% Polyline +30.000 slw +n 6526 14194 m 6976 14194 l 6976 14642 l 6526 14642 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 24305 1436 m 26916 1436 l 27006 1436 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.33 95.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24345 11295 m 27000 11295 l 27045 11295 l gs col0 s gr +% Polyline +n 24345 9945 m 27090 9945 l gs col0 s gr +% Polyline +60.000 slw + [90 45 15 45] 0 sd +n 23220 16245 m 27900 16245 l gs col0 s gr [] 0 sd +% Polyline +30.000 slw +n 2026 5211 m 2475 5211 l 2475 5659 l 2026 5659 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7425 3427 m 7875 3427 l 7875 3870 l 7425 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7425 6120 m 7875 6120 l 7875 6615 l 7425 6615 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10126 3423 m 10575 3423 l 10575 3870 l 10126 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10127 6122 m 10576 6122 l 10576 6570 l 10127 6570 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 5176 11061 m 5625 11061 l 5625 11509 l 5176 11509 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11926 11061 m 12375 11061 l 12375 11509 l 11926 11509 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 12825 5223 m 13275 5223 l 13275 5670 l 12825 5670 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11025 7476 m 12377 7476 l 12377 8820 l 11025 8820 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 13952 9941 m 15303 9941 l 15303 11284 l 13952 11284 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16654 10389 m 18003 10389 l 18003 11732 l 16654 11732 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10125 12831 m 11477 12831 l 11477 14175 l 10125 14175 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 13952 13075 m 15303 13075 l 15303 14418 l 13952 14418 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16654 16209 m 18003 16209 l 18003 17552 l 16654 17552 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25470 5718 m 25920 5718 l 25920 6165 l 25470 6165 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 25425 7920 m 25875 7920 l 25875 8368 l 25425 8368 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 12825 2115 m 13275 2115 l 13275 2565 l 12825 2565 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3374 2325 m 3825 2325 l 3825 8145 l 3374 8145 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8775 2322 m 9226 2322 l 9226 7695 l 8775 7695 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8325 9941 m 8776 9941 l 8776 13075 l 8325 13075 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 6525 9916 m 6976 9916 l 6976 13050 l 6525 13050 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8777 13970 m 9226 13970 l 9226 16209 l 8777 16209 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 4726 5256 m 5175 5256 l 5175 5704 l 4726 5704 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 4725 3427 m 5175 3427 l 5175 3870 l 4725 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16021 2961 m 16470 2961 l 16470 3409 l 16021 3409 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16020 1177 m 16470 1177 l 16470 1620 l 16020 1620 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 6750 9931 m 6750 12170 l 6750 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 450.00 662.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 8550 9931 m 8550 12170 l 8550 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 570.00 662.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 14418 m 21964 14418 l 22055 14418 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1290.33 961.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 17104 m 21964 17104 l 22055 17104 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1290.33 1140.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 3375 7920 m 3825 7920 l 3825 8370 l 3375 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20025 13725 m 21375 13725 l 21375 15030 l 20025 15030 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1335.00 915.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20025 16388 m 21375 16388 l 21375 17730 l 20025 17730 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1335.00 1092.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20250 13970 m 21150 13970 l 21150 14850 l 20250 14850 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 2880 7476 m 4232 7476 l 4232 8820 l 2880 8820 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3150 7698 m 4050 7698 l 4050 8595 l 3150 8595 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 210.00 513.20] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +7.500 slw +n 3375 9720 m 4275 9720 l 4275 10170 l 3375 10170 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +30.000 slw +n 3825 15975 m 9225 15975 l 9225 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 24435 15390 m 24250 15175 l gs col0 s gr +% Polyline +n 24440 15175 m 24255 15390 l gs col0 s gr +% Polyline +n 24435 13140 m 24250 12925 l gs col0 s gr +% Polyline +n 24440 12925 m 24255 13140 l gs col0 s gr +% Polyline +30.000 slw +n 20250 16657 m 21155 16657 l 21155 17550 l 20250 17550 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 27135 15390 m 26950 15175 l gs col0 s gr +% Polyline +n 27140 15175 m 26955 15390 l gs col0 s gr +% Polyline +n 27135 13140 m 26950 12925 l gs col0 s gr +% Polyline +n 27140 12925 m 26955 13140 l gs col0 s gr +% Polyline +7.500 slw +n 19355 9493 m 21964 9493 l 22055 9493 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1290.33 632.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 24305 3674 m 26916 3674 l 27006 3674 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.33 244.93] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 11732 m 21964 11732 l 22055 11732 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1290.33 782.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24395 15300 m 27006 15300 l 27096 15300 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 1020.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24395 13050 m 27006 13050 l 27096 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 870.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 11250 7698 m 12150 7698 l 12150 8595 l 11250 8595 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 750.00 513.20] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 10350 13095 m 11250 13095 l 11250 13992 l 10350 13992 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.69 0.69]] def +15.00 15.00 sc P5 [16 0 0 -16 690.00 873.00] PATmp PATsp ef gr PATusp gs col16 s gr +% Polyline +45.000 slw +n 9000 2340 m 9000 7695 l gs col0 s gr +% Polyline +n 3600 2385 m 3600 8145 l gs col0 s gr +% Polyline +30.000 slw +n 25200 14850 m 26145 14850 l 26145 15750 l 25200 15750 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 25200 12600 m 26100 12600 l 26100 13500 l 25200 13500 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 20475 16877 m 20925 16877 l 20925 17325 l 20475 17325 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 25470 15120 m 25877 15120 l 25877 15525 l 25470 15525 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 25425 12825 m 25875 12825 l 25875 13275 l 25425 13275 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 26820 17325 m 27270 17325 l gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 26820 17550 m 27000 17550 l gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 3375 7922 m 11927 7922 l 11927 8370 l 3375 8370 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 225.00 528.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 27090 11385 m 26905 11170 l gs col0 s gr +% Polyline +n 27095 11170 m 26910 11385 l gs col0 s gr +% Polyline +n 24390 10035 m 24205 9820 l gs col0 s gr +% Polyline +n 24395 9820 m 24210 10035 l gs col0 s gr +% Polyline +n 27090 10035 m 26905 9820 l gs col0 s gr +% Polyline +n 27095 9820 m 26910 10035 l gs col0 s gr +% Polyline +n 24390 11385 m 24205 11170 l gs col0 s gr +% Polyline +n 24395 11170 m 24210 11385 l gs col0 s gr +% Polyline +n 24435 8235 m 24250 8020 l gs col0 s gr +% Polyline +n 24440 8020 m 24255 8235 l gs col0 s gr +% Polyline +n 27090 8235 m 26905 8020 l gs col0 s gr +% Polyline +n 27095 8020 m 26910 8235 l gs col0 s gr +% Polyline +n 27135 6030 m 26950 5815 l gs col0 s gr +% Polyline +n 27140 5815 m 26955 6030 l gs col0 s gr +% Polyline +n 24390 6030 m 24205 5815 l gs col0 s gr +% Polyline +n 24395 5815 m 24210 6030 l gs col0 s gr +% Polyline +n 24435 3780 m 24250 3565 l gs col0 s gr +% Polyline +n 24440 3565 m 24255 3780 l gs col0 s gr +% Polyline +n 27090 3780 m 26905 3565 l gs col0 s gr +% Polyline +n 27095 3565 m 26910 3780 l gs col0 s gr +% Polyline +n 24390 1530 m 24205 1315 l gs col0 s gr +% Polyline +n 24395 1315 m 24210 1530 l gs col0 s gr +% Polyline +n 27045 1530 m 26860 1315 l gs col0 s gr +% Polyline +n 27050 1315 m 26865 1530 l gs col0 s gr +% Polyline +n 19440 1080 m 19255 865 l gs col0 s gr +% Polyline +n 19445 865 m 19260 1080 l gs col0 s gr +% Polyline +n 22095 1080 m 21910 865 l gs col0 s gr +% Polyline +n 22100 865 m 21915 1080 l gs col0 s gr +% Polyline +n 22095 2835 m 21910 2620 l gs col0 s gr +% Polyline +n 22100 2620 m 21915 2835 l gs col0 s gr +% Polyline +n 19440 2835 m 19255 2620 l gs col0 s gr +% Polyline +n 19445 2620 m 19260 2835 l gs col0 s gr +% Polyline +n 19440 5085 m 19255 4870 l gs col0 s gr +% Polyline +n 19445 4870 m 19260 5085 l gs col0 s gr +% Polyline +n 22095 5085 m 21910 4870 l gs col0 s gr +% Polyline +n 22100 4870 m 21915 5085 l gs col0 s gr +% Polyline +n 22140 9585 m 21955 9370 l gs col0 s gr +% Polyline +n 22145 9370 m 21960 9585 l gs col0 s gr +% Polyline +n 19440 9585 m 19255 9370 l gs col0 s gr +% Polyline +n 19445 9370 m 19260 9585 l gs col0 s gr +% Polyline +n 19440 11835 m 19255 11620 l gs col0 s gr +% Polyline +n 19445 11620 m 19260 11835 l gs col0 s gr +% Polyline +n 22140 11835 m 21955 11620 l gs col0 s gr +% Polyline +n 22145 11620 m 21960 11835 l gs col0 s gr +% Polyline +n 22140 14490 m 21955 14275 l gs col0 s gr +% Polyline +n 22145 14275 m 21960 14490 l gs col0 s gr +% Polyline +n 19440 14535 m 19255 14320 l gs col0 s gr +% Polyline +n 19445 14320 m 19260 14535 l gs col0 s gr +% Polyline +n 19440 17190 m 19255 16975 l gs col0 s gr +% Polyline +n 19445 16975 m 19260 17190 l gs col0 s gr +% Polyline +n 22140 17190 m 21955 16975 l gs col0 s gr +% Polyline +n 22145 16975 m 21960 17190 l gs col0 s gr +% Polyline +n 23895 17640 m 23710 17425 l gs col0 s gr +% Polyline +n 23900 17425 m 23715 17640 l gs col0 s gr +% Polyline +n 24795 17640 m 24610 17425 l gs col0 s gr +% Polyline +n 24800 17425 m 24615 17640 l gs col0 s gr +% Polyline +n 25335 17595 m 25150 17380 l gs col0 s gr +% Polyline +n 25340 17380 m 25155 17595 l gs col0 s gr +% Polyline +n 25335 16740 m 25150 16525 l gs col0 s gr +% Polyline +n 25340 16525 m 25155 16740 l gs col0 s gr +% Polyline +n 26235 17640 m 26050 17425 l gs col0 s gr +% Polyline +n 26240 17425 m 26055 17640 l gs col0 s gr +% Polyline +n 27090 17640 m 26905 17425 l gs col0 s gr +% Polyline +n 27095 17425 m 26910 17640 l gs col0 s gr +% Polyline +n 27090 16785 m 26905 16570 l gs col0 s gr +% Polyline +n 27095 16570 m 26910 16785 l gs col0 s gr +% Polyline +n 12240 12240 m 12055 12025 l gs col0 s gr +% Polyline +n 12245 12025 m 12060 12240 l gs col0 s gr +% Polyline +n 8640 10035 m 8455 9820 l gs col0 s gr +% Polyline +n 8645 9820 m 8460 10035 l gs col0 s gr +% Polyline +n 8640 13185 m 8455 12970 l gs col0 s gr +% Polyline +n 8645 12970 m 8460 13185 l gs col0 s gr +% Polyline +n 6840 10035 m 6655 9820 l gs col0 s gr +% Polyline +n 6845 9820 m 6660 10035 l gs col0 s gr +% Polyline +n 7290 15435 m 7105 15220 l gs col0 s gr +% Polyline +n 7295 15220 m 7110 15435 l gs col0 s gr +% Polyline +n 9090 14085 m 8905 13870 l gs col0 s gr +% Polyline +n 9095 13870 m 8910 14085 l gs col0 s gr +% Polyline +n 9090 16290 m 8905 16075 l gs col0 s gr +% Polyline +n 9095 16075 m 8910 16290 l gs col0 s gr +% Polyline +n 4140 16290 m 3955 16075 l gs col0 s gr +% Polyline +n 4145 16075 m 3960 16290 l gs col0 s gr +% Polyline +n 9090 7785 m 8905 7570 l gs col0 s gr +% Polyline +n 9095 7570 m 8910 7785 l gs col0 s gr +% Polyline +n 9090 2430 m 8905 2215 l gs col0 s gr +% Polyline +n 9095 2215 m 8910 2430 l gs col0 s gr +% Polyline +n 13140 4680 m 12955 4465 l gs col0 s gr +% Polyline +n 13145 4465 m 12960 4680 l gs col0 s gr +% Polyline +n 3690 2430 m 3505 2215 l gs col0 s gr +% Polyline +n 3695 2215 m 3510 2430 l gs col0 s gr +% Polyline +n 1440 4230 m 1255 4015 l gs col0 s gr +% Polyline +n 1445 4015 m 1260 4230 l gs col0 s gr +% Polyline +n 14040 4230 m 13855 4015 l gs col0 s gr +% Polyline +n 14045 4015 m 13860 4230 l gs col0 s gr +% Polyline +n 11790 3780 m 11605 3565 l gs col0 s gr +% Polyline +n 11795 3565 m 11610 3780 l gs col0 s gr +% Polyline +n 13140 6885 m 12955 6670 l gs col0 s gr +% Polyline +n 13145 6670 m 12960 6885 l gs col0 s gr +% Polyline +n 2340 3330 m 2155 3115 l gs col0 s gr +% Polyline +n 2345 3115 m 2160 3330 l gs col0 s gr +% Polyline +n 4185 10035 m 4000 9820 l gs col0 s gr +% Polyline +n 4190 9820 m 4005 10035 l gs col0 s gr +% Polyline +n 5490 12285 m 5305 12070 l gs col0 s gr +% Polyline +n 5495 12070 m 5310 12285 l gs col0 s gr +% Polyline +n 6840 13185 m 6655 12970 l gs col0 s gr +% Polyline +n 6845 12970 m 6660 13185 l gs col0 s gr +% Polyline +n 3690 10035 m 3505 9820 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 3695 9820 m 3510 10035 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 10927 10035 m 10712 9820 l gs col0 s gr +% Polyline +n 10933 9820 m 10717 10035 l gs col0 s gr +% Polyline +45.000 slw +n 12240 11385 m 12055 11170 l gs col0 s gr +% Polyline +n 12245 11170 m 12060 11385 l gs col0 s gr +% Polyline +n 2340 5535 m 2155 5320 l gs col0 s gr +% Polyline +n 2345 5320 m 2160 5535 l gs col0 s gr +% Polyline +n 7740 6480 m 7555 6265 l gs col0 s gr +% Polyline +n 7745 6265 m 7560 6480 l gs col0 s gr +% Polyline +n 7740 3735 m 7555 3520 l gs col0 s gr +% Polyline +n 7745 3520 m 7560 3735 l gs col0 s gr +% Polyline +n 10440 6480 m 10255 6265 l gs col0 s gr +% Polyline +n 10445 6265 m 10260 6480 l gs col0 s gr +% Polyline +n 10440 3735 m 10255 3520 l gs col0 s gr +% Polyline +n 10445 3520 m 10260 3735 l gs col0 s gr +% Polyline +n 5490 11385 m 5305 11170 l gs col0 s gr +% Polyline +n 5495 11170 m 5310 11385 l gs col0 s gr +% Polyline +n 3719 8274 m 3474 8028 l gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 3726 8028 m 3479 8274 l gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 5040 3735 m 4855 3520 l gs col0 s gr +% Polyline +n 5045 3520 m 4860 3735 l gs col0 s gr +% Polyline +n 5040 5580 m 4855 5365 l gs col0 s gr +% Polyline +n 5045 5365 m 4860 5580 l gs col0 s gr +% Polyline +n 19440 7335 m 19255 7120 l gs col0 s gr +% Polyline +n 19445 7120 m 19260 7335 l gs col0 s gr +% Polyline +n 22140 7335 m 21955 7120 l gs col0 s gr +% Polyline +n 22145 7120 m 21960 7335 l gs col0 s gr +% Polyline +n 11790 7830 m 11605 7615 l gs col0 s gr +% Polyline +n 11795 7615 m 11610 7830 l gs col0 s gr +% Polyline +n 16335 1440 m 16150 1225 l gs col0 s gr +% Polyline +n 16340 1225 m 16155 1440 l gs col0 s gr +% Polyline +n 16335 3330 m 16150 3115 l gs col0 s gr +% Polyline +n 16340 3115 m 16155 3330 l gs col0 s gr +% Polyline +n 13050 6795 m 13050 6165 l gs col0 s gr +% Polyline +n 13050 4590 m 13050 4815 l gs col0 s gr +% Polyline +n 3645 9945 m 4095 9945 l gs col0 s gr +% Polyline +n 12150 12195 m 12150 11295 l gs col0 s gr +% Polyline +n 4050 16200 m 9045 16200 l 9090 16200 l gs col0 s gr +% Polyline +n 9000 13995 m 9000 16200 l gs col0 s gr +% Polyline +n 7200 15345 m 7200 14850 l gs col0 s gr +% Polyline +n 5400 12195 m 5400 11295 l gs col0 s gr +% Polyline +30.000 slw +n 11473 7920 m 11925 7920 l 11925 8370 l 11473 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 3600 8055 m 3600 9945 l gs col0 s gr +% Polyline +n 10800 9931 m 10800 12170 l 10800 13545 l gs col0 s gr +% Polyline +30.000 slw +n 20250 6840 m 21157 6840 l 21157 7695 l 20250 7695 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1350.00 456.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 3375 7913 m 3825 7913 l 3825 8370 l 3375 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 2475 11063 m 2925 11063 l 2925 11520 l 2475 11520 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 23855 17552 m 24756 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +n 27006 16657 m 27006 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +n 25245 16655 m 25245 17550 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 20475 7020 m 20941 7020 l 20941 7470 l 20475 7470 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 4050 9945 m 4050 15930 l gs col0 s gr +% Polyline +30.000 slw +n 10351 13074 m 11250 13074 l 11250 15760 l 10351 15760 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 690.07 871.60] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 7290 14940 m 7105 14725 l gs col0 s gr +% Polyline +n 7295 14725 m 7110 14940 l gs col0 s gr +% Polyline +30.000 slw +n 20250 4545 m 21150 4545 l 21150 5445 l 20250 5445 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1350.00 303.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20475 4777 m 20925 4777 l 20925 5220 l 20475 5220 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 10576 15077 m 11025 15077 l 11025 15525 l 10576 15525 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +gs clippath +19830 2164 m 19800 2307 l 19770 2164 l 19770 2625 l 19830 2625 l cp +19770 1616 m 19800 1472 l 19830 1616 l 19830 1155 l 19770 1155 l cp +clip +n 19800 1215 m 19800 2565 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 19770 1616 m 19800 1472 l 19830 1616 l 19800 1592 l 19770 1616 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 19830 2164 m 19800 2307 l 19770 2164 l 19800 2188 l 19830 2164 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +25410 2839 m 25380 2982 l 25350 2839 l 25350 3300 l 25410 3300 l cp +25350 2291 m 25380 2147 l 25410 2291 l 25410 1830 l 25350 1830 l cp +clip +n 25380 1890 m 25380 3240 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 25350 2291 m 25380 2147 l 25410 2291 l 25380 2267 l 25350 2291 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 25410 2839 m 25380 2982 l 25350 2839 l 25380 2863 l 25410 2839 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +20010 10894 m 19980 11037 l 19950 10894 l 19950 11355 l 20010 11355 l cp +19950 10346 m 19980 10202 l 20010 10346 l 20010 9885 l 19950 9885 l cp +clip +n 19980 9945 m 19980 11295 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 19950 10346 m 19980 10202 l 20010 10346 l 19980 10322 l 19950 10346 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 20010 10894 m 19980 11037 l 19950 10894 l 19980 10918 l 20010 10894 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +n 3600 8145 m 11700 8145 l gs col0 s gr +% Polyline +n 11700 3645 m 11700 8100 l gs col0 s gr +% Polyline +n 2250 3226 m 2250 5465 l 2250 5374 l gs col0 s gr +% Polyline +n 7650 3645 m 7650 6345 l gs col0 s gr +% Polyline +n 10350 3645 m 10350 5419 l 10350 6390 l gs col0 s gr +% Polyline +gs clippath +14655 12694 m 14625 12837 l 14595 12694 l 14595 13155 l 14655 13155 l cp +14595 11741 m 14625 11597 l 14655 11741 l 14655 11280 l 14595 11280 l cp +clip +n 14625 11340 m 14625 13095 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 14595 11741 m 14625 11597 l 14655 11741 l 14625 11717 l 14595 11741 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 14655 12694 m 14625 12837 l 14595 12694 l 14625 12718 l 14655 12694 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +16349 12013 m 16471 11930 l 16393 12054 l 16713 11723 l 16670 11681 l cp +15646 12827 m 15523 12909 l 15602 12786 l 15282 13117 l 15325 13159 l cp +clip +n 15345 13095 m 16650 11745 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 15646 12827 m 15523 12909 l 15602 12786 l 15607 12824 l 15646 12827 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 16349 12013 m 16471 11930 l 16393 12054 l 16388 12016 l 16349 12013 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +16320 15754 m 16290 15897 l 16260 15754 l 16260 16215 l 16320 16215 l cp +16260 14846 m 16290 14702 l 16320 14846 l 16320 14385 l 16260 14385 l cp +clip +n 16290 14445 m 16290 16155 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 16260 14846 m 16290 14702 l 16320 14846 l 16290 14822 l 16260 14846 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 16320 15754 m 16290 15897 l 16260 15754 l 16290 15778 l 16320 15754 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +24780 10805 m 24750 10912 l 24720 10805 l 24720 11085 l 24780 11085 l cp +24720 10390 m 24750 10282 l 24780 10390 l 24780 10110 l 24720 10110 l cp +clip +n 24750 10170 m 24750 11025 l gs col0 s gr gr + +% arrowhead +60.000 slw +n 24720 10390 m 24750 10282 l 24780 10390 l 24750 10372 l 24720 10390 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 24780 10805 m 24750 10912 l 24720 10805 l 24750 10823 l 24780 10805 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +n 11795 8020 m 11610 8235 l gs col0 s gr +% Polyline +n 4950 3645 m 4950 5465 l 4950 5374 l gs col0 s gr +% Polyline +n 16245 1350 m 16245 3170 l 16245 3079 l gs col0 s gr +% Polyline +30.000 slw +n 10573 13275 m 11025 13275 l 11025 13725 l 10573 13725 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 3690 7785 m 3505 7570 l gs col0 s gr +% Polyline +n 3695 7570 m 3510 7785 l gs col0 s gr +% Polyline +n 3690 8280 m 3505 8065 l gs col0 s gr +% Polyline +n 3695 8065 m 3510 8280 l gs col0 s gr +% Polyline +n 10890 15435 m 10705 15220 l gs col0 s gr +% Polyline +n 10895 15220 m 10710 15435 l gs col0 s gr +% Polyline +n 10890 13635 m 10705 13420 l gs col0 s gr +% Polyline +n 10895 13420 m 10710 13635 l gs col0 s gr +% Polyline +n 10890 13185 m 10705 12970 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10895 12970 m 10710 13185 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10890 13635 m 10705 13420 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10895 13420 m 10710 13635 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 11790 8235 m 11605 8020 l gs col0 s gr +% Polyline +n 10800 13545 m 10800 15300 l gs col0 s gr +% Polyline +30.000 slw +n 4275 15975 m 4275 16425 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 4050 15930 m 4050 16200 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20430 14195 m 20925 14195 l 20925 14670 l 20430 14670 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +gs clippath +27285 4541 m 27315 4397 l 27345 4541 l 27345 4095 l 27285 4095 l cp +27345 2839 m 27315 2982 l 27285 2839 l 27285 3285 l 27345 3285 l cp +clip +n 27315 3240 m 27315 2790 l 27315 4590 l 27315 4140 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 27345 2839 m 27315 2982 l 27285 2839 l 27315 2863 l 27345 2839 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 27285 4541 m 27315 4397 l 27345 4541 l 27315 4517 l 27285 4541 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +22290 3416 m 22320 3272 l 22350 3416 l 22350 2970 l 22290 2970 l cp +22350 2209 m 22320 2352 l 22290 2209 l 22290 2655 l 22350 2655 l cp +clip +n 22320 2610 m 22320 2160 l 22320 3465 l 22320 3015 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 22350 2209 m 22320 2352 l 22290 2209 l 22320 2233 l 22350 2209 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 22290 3416 m 22320 3272 l 22350 3416 l 22320 3392 l 22290 3416 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +27285 10526 m 27315 10382 l 27345 10526 l 27345 10080 l 27285 10080 l cp +27345 9319 m 27315 9462 l 27285 9319 l 27285 9765 l 27345 9765 l cp +clip +n 27315 9720 m 27315 9270 l 27315 10575 l 27315 10125 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 27345 9319 m 27315 9462 l 27285 9319 l 27315 9343 l 27345 9319 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 27285 10526 m 27315 10382 l 27345 10526 l 27315 10502 l 27285 10526 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +9480 10219 m 9450 10362 l 9420 10219 l 9420 10665 l 9480 10665 l cp +9420 7646 m 9450 7502 l 9480 7646 l 9480 7200 l 9420 7200 l cp +clip +n 9450 7245 m 9450 10620 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 9420 7646 m 9450 7502 l 9480 7646 l 9450 7622 l 9420 7646 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 9480 10219 m 9450 10362 l 9420 10219 l 9450 10243 l 9480 10219 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +14396 2820 m 14252 2790 l 14396 2760 l 13950 2760 l 13950 2820 l cp +13369 2760 m 13512 2790 l 13369 2820 l 13815 2820 l 13815 2760 l cp +clip +n 13770 2790 m 13365 2790 l 14400 2790 l 13995 2790 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 13369 2760 m 13512 2790 l 13369 2820 l 13393 2790 l 13369 2760 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 14396 2820 m 14252 2790 l 14396 2760 l 14372 2790 l 14396 2820 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +4946 11955 m 4802 11925 l 4946 11895 l 4500 11895 l 4500 11955 l cp +3919 11895 m 4062 11925 l 3919 11955 l 4365 11955 l 4365 11895 l cp +clip +n 4320 11925 m 3915 11925 l 4995 11925 l 4545 11925 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 3919 11895 m 4062 11925 l 3919 11955 l 3943 11925 l 3919 11895 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 4946 11955 m 4802 11925 l 4946 11895 l 4922 11925 l 4946 11955 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +22290 10346 m 22320 10202 l 22350 10346 l 22350 9900 l 22290 9900 l cp +22350 8689 m 22320 8832 l 22290 8689 l 22290 9135 l 22350 9135 l cp +clip +n 22320 9090 m 22320 8640 l 22320 10305 l 22320 9945 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 22350 8689 m 22320 8832 l 22290 8689 l 22320 8713 l 22350 8689 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 22290 10346 m 22320 10202 l 22350 10346 l 22320 10322 l 22290 10346 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +5925 5044 m 5895 5187 l 5865 5044 l 5865 5490 l 5925 5490 l cp +5865 4091 m 5895 3947 l 5925 4091 l 5925 3645 l 5865 3645 l cp +clip +n 5895 3690 m 5895 5445 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 5865 4091 m 5895 3947 l 5925 4091 l 5895 4067 l 5865 4091 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 5925 5044 m 5895 5187 l 5865 5044 l 5895 5068 l 5925 5044 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +17355 2794 m 17325 2937 l 17295 2794 l 17295 3240 l 17355 3240 l cp +17295 1841 m 17325 1697 l 17355 1841 l 17355 1395 l 17295 1395 l cp +clip +n 17325 1440 m 17325 3195 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 17295 1841 m 17325 1697 l 17355 1841 l 17325 1817 l 17295 1841 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 17355 2794 m 17325 2937 l 17295 2794 l 17325 2818 l 17355 2794 l cp gs 0.00 setgray ef gr col0 s +% Polyline +75.000 slw +n 13050 9495 m 13050 18000 l gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +540 585 m +gs 1 -1 sc 270.0 rot (Drawing by Xavier LELOUP DESS 99-00) col0 sh gr +% Polyline +15.000 slw +n 29422 5377 m 29422 12509 l 28440 12509 l 28440 5377 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 705.00 scf sf +28714 5652 m +gs 1 -1 sc 270.0 rot (SYMBOLIC RULES ) col0 sh gr +% Polyline +7.500 slw +n 7178 10904 m 8076 10904 l 8076 11272 l 7178 11272 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +7339 11203 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +30.000 slw +gs clippath +7969 11445 m 8112 11475 l 7969 11505 l 8415 11505 l 8415 11445 l cp +7376 11505 m 7232 11475 l 7376 11445 l 6930 11445 l 6930 11505 l cp +clip +n 6975 11475 m 8370 11475 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 7376 11505 m 7232 11475 l 7376 11445 l 7352 11475 l 7376 11505 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 7969 11445 m 8112 11475 l 7969 11505 l 7993 11475 l 7969 11445 l cp gs 0.00 setgray ef gr col0 s +% Polyline +7.500 slw + [60] 0 sd +n 25206 17999 m 25206 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 25655 17999 m 25655 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 26104 17999 m 26104 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 26555 17999 m 26555 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27005 17999 m 27005 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27455 17999 m 27455 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27906 17999 m 27906 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22502 17999 m 22502 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22953 17999 m 22953 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 23403 17999 m 23403 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 23854 17999 m 23854 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 24305 17999 m 24305 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 24756 17999 m 24756 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 19802 17999 m 19802 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 20254 17999 m 20254 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 20703 17999 m 20703 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 21154 17999 m 21154 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 21603 17999 m 21603 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22054 17999 m 22054 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 17102 17999 m 17102 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 17554 17999 m 17554 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18003 17999 m 18003 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18453 17999 m 18453 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18902 17999 m 18902 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 19354 17999 m 19354 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 14400 17999 m 14400 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 14852 17999 m 14852 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 15301 17999 m 15301 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 15753 17999 m 15753 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 16202 17999 m 16202 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 16654 17999 m 16654 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 11701 17999 m 11701 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 12150 17999 m 12150 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 12602 17999 m 12602 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13051 17999 m 13051 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13503 17999 m 13503 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13952 17999 m 13952 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9001 17999 m 9001 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9450 17999 m 9450 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9902 17999 m 9902 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 10351 17999 m 10351 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 10801 17999 m 10801 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 11249 17999 m 11249 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 6302 17999 m 6302 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 6750 17999 m 6750 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 7201 17999 m 7201 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 7649 17999 m 7649 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 8101 17999 m 8101 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 8550 17999 m 8550 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 3599 17999 m 3599 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4048 17999 m 4048 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4500 17999 m 4500 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4950 17999 m 4950 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 5401 17999 m 5401 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 5850 17999 m 5850 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17999 m 898 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 1349 17999 m 1349 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 1800 17999 m 1800 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 2249 17999 m 2249 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 2699 17999 m 2699 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 3148 17999 m 3148 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 16207 m 27906 16207 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 16655 m 27906 16655 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17103 m 27906 17103 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17551 m 27906 17551 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17999 m 27906 17999 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13969 m 27906 13969 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 14417 m 27906 14417 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 14866 m 27906 14866 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 15314 m 27906 15314 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 15761 m 27906 15761 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 11729 m 27906 11729 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 12177 m 27906 12177 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 12625 m 27906 12625 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13073 m 27906 13073 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13521 m 27906 13521 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9491 m 27906 9491 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9939 m 27906 9939 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 10388 m 27906 10388 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 10835 m 27906 10835 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 11283 m 27906 11283 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 7256 m 27906 7256 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 7704 m 27906 7704 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 8151 m 27906 8151 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 8600 m 27906 8600 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9048 m 27906 9048 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5018 m 27906 5018 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5466 m 27906 5466 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5914 m 27906 5914 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 6362 m 27906 6362 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 6810 m 27906 6810 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 2778 m 27906 2778 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 3225 m 27906 3225 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 3673 m 27906 3673 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 4122 m 27906 4122 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 4570 m 27906 4570 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 540 m 27906 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 988 m 27906 988 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 1436 m 27906 1436 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 1884 m 27906 1884 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 2332 m 27906 2332 l gs col0 s gr [] 0 sd +% Polyline +n 15525 15067 m 17458 15067 l 17458 15435 l 15525 15435 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +15660 15390 m +gs 1 -1 sc (YES 4.00 ) col0 sh gr +% Polyline +n 13095 15255 m 15345 15255 l 15345 17963 l 13095 17963 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 510.00 scf sf +13140 15660 m +gs 1 -1 sc (Any layers) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13230 16200 m +gs 1 -1 sc (Measures) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13410 16785 m +gs 1 -1 sc (are only) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13320 17325 m +gs 1 -1 sc (taken on) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13365 17865 m +gs 1 -1 sc (the axes) col0 sh gr +% Polyline +n 19397 1702 m 20295 1702 l 20295 2070 l 19397 2070 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +19530 2025 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 24977 2377 m 25875 2377 l 25875 2745 l 24977 2745 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +25110 2700 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 19577 10432 m 20475 10432 l 20475 10800 l 19577 10800 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +19710 10755 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 27315 3457 m 28080 3457 l 28080 3915 l 27315 3915 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +27360 3825 m +gs 1 -1 sc (2.00) col0 sh gr +% Polyline +n 22410 2512 m 23175 2512 l 23175 2970 l 22410 2970 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +22500 2835 m +gs 1 -1 sc (1.00) col0 sh gr +% Polyline +n 27405 9622 m 28170 9622 l 28170 10080 l 27405 10080 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +27495 9945 m +gs 1 -1 sc (1.00) col0 sh gr +% Polyline +n 15210 4500 m 18090 4500 l 18090 9270 l 15210 9270 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 510.00 scf sf +16649 9042 m +gs 1 -1 sc (identical) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 8481 m +gs 1 -1 sc (are not) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 7920 m +gs 1 -1 sc (if VIA) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 7359 m +gs 1 -1 sc (But No Rule) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 300.00 scf sf +16650 6438 m +gs 1 -1 sc (Center to center) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 6027 m +gs 1 -1 sc (VIAS : 4) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 5466 m +gs 1 -1 sc (Identical) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16650 4905 m +gs 1 -1 sc (For all) dup sw pop 2 div neg 0 rm col0 sh gr +% Polyline +30.000 slw +gs clippath +11794 9690 m 11937 9720 l 11794 9750 l 12240 9750 l 12240 9690 l cp +11201 9750 m 11057 9720 l 11201 9690 l 10755 9690 l 10755 9750 l cp +clip +n 10800 9720 m 12195 9720 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 11201 9750 m 11057 9720 l 11201 9690 l 11177 9720 l 11201 9750 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 11794 9690 m 11937 9720 l 11794 9750 l 11818 9720 l 11794 9690 l cp gs 0.00 setgray ef gr col0 s +% Polyline +7.500 slw +n 13365 3007 m 14263 3007 l 14263 3375 l 13365 3375 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 9855 11700 m 11340 11700 l 11340 12195 l 9855 12195 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 1935 12195 m 3420 12195 l 3420 12690 l 1935 12690 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 3983 12218 m 4881 12218 l 4881 12586 l 3983 12586 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 11003 9149 m 11901 9149 l 11901 9517 l 11003 9517 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 13187 12007 m 15120 12007 l 15120 12375 l 13187 12375 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 15480 12232 m 16875 12232 l 16875 12600 l 15480 12600 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 25875 16642 m 26730 16642 l 26730 17010 l 25875 17010 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 23535 16642 m 24300 16642 l 24300 17010 l 23535 17010 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24705 13987 m 26910 13987 l 26910 14400 l 24705 14400 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 19710 3412 m 21015 3412 l 21015 3825 l 19710 3825 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24660 4500 m 26460 4500 l 26460 4950 l 24660 4950 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24347 10432 m 25245 10432 l 25245 10800 l 24347 10800 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 22320 9307 m 23085 9307 l 23085 9765 l 22320 9765 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +15.000 slw +n 4500 1932 m 5985 1932 l 5985 2385 l 4500 2385 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 12330 810 m 13680 810 l 13680 1305 l 12330 1305 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +15.000 slw +n 2880 6346 m 4364 6346 l 4364 6840 l 2880 6840 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 9000 8843 m 9876 8843 l 9876 9225 l 9000 9225 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 19575 12637 m 21915 12637 l 21915 13500 l 19575 13500 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 5582 4402 m 6480 4402 l 6480 4770 l 5582 4770 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 16877 2062 m 17775 2062 l 17775 2430 l 16877 2430 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +13500 3330 m +gs 1 -1 sc (0.50) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +9990 12060 m +gs 1 -1 sc (N_Trans) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +2070 12555 m +gs 1 -1 sc (Body P) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +4144 12517 m +gs 1 -1 sc (1.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +11164 9448 m +gs 1 -1 sc (3.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +13275 12330 m +gs 1 -1 sc (YES 4.00 ) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +15570 12555 m +gs 1 -1 sc (NO 4.24) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +23625 16965 m +gs 1 -1 sc (NO) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +25965 16965 m +gs 1 -1 sc (YES) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24840 14310 m +gs 1 -1 sc (POLY WIRE) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +19890 3735 m +gs 1 -1 sc (ALU 1) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24705 4860 m +gs 1 -1 sc (ALU 2,3,4) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24480 10755 m +gs 1 -1 sc (2.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +22365 9675 m +gs 1 -1 sc (2.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +12420 1170 m +gs 1 -1 sc (Body N) col0 sh gr +/Times-Roman-iso ff 375.00 scf sf +4635 2264 m +gs 1 -1 sc (NWELL) col0 sh gr +/Times-Roman-iso ff 375.00 scf sf +2975 6705 m +gs 1 -1 sc (P_Trans) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +9139 9142 m +gs 1 -1 sc (7.50) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +20250 12960 m +gs 1 -1 sc (DIFF) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +19710 13410 m +gs 1 -1 sc (SAME WELL) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +5760 4725 m +gs 1 -1 sc (4.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +17010 2385 m +gs 1 -1 sc (4.00) col0 sh gr +$F2psEnd +rs +end +showpage diff --git a/alliance/share/doc/symb_rules/symb_rules.eps b/alliance/share/doc/symb_rules/symb_rules.eps new file mode 100644 index 00000000..024c83d7 --- /dev/null +++ b/alliance/share/doc/symb_rules/symb_rules.eps @@ -0,0 +1,2373 @@ +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: symb_rules.eps +%%Creator: fig2dev Version 3.2 Patchlevel 1 +%%CreationDate: Tue Feb 1 17:50:53 2000 +%%For: czo@fox.lip6.fr (Czo [Olivier Sirol]) +%%Orientation: Portrait +%%BoundingBox: 0 0 768 466 +%%Pages: 0 +%%BeginSetup +%%EndSetup +%%Magnification: 0.4200 +%%EndComments +/MyAppDict 100 dict dup begin def +/$F2psDict 200 dict def +$F2psDict begin +$F2psDict /mtrx matrix put +/col-1 {0 setgray} bind def +/col0 {0.000 0.000 0.000 srgb} bind def +/col1 {0.000 0.000 1.000 srgb} bind def +/col2 {0.000 1.000 0.000 srgb} bind def +/col3 {0.000 1.000 1.000 srgb} bind def +/col4 {1.000 0.000 0.000 srgb} bind def +/col5 {1.000 0.000 1.000 srgb} bind def +/col6 {1.000 1.000 0.000 srgb} bind def +/col7 {1.000 1.000 1.000 srgb} bind def +/col8 {0.000 0.000 0.560 srgb} bind def +/col9 {0.000 0.000 0.690 srgb} bind def +/col10 {0.000 0.000 0.820 srgb} bind def +/col11 {0.530 0.810 1.000 srgb} bind def +/col12 {0.000 0.560 0.000 srgb} bind def +/col13 {0.000 0.690 0.000 srgb} bind def +/col14 {0.000 0.820 0.000 srgb} bind def +/col15 {0.000 0.560 0.560 srgb} bind def +/col16 {0.000 0.690 0.690 srgb} bind def +/col17 {0.000 0.820 0.820 srgb} bind def +/col18 {0.560 0.000 0.000 srgb} bind def +/col19 {0.690 0.000 0.000 srgb} bind def +/col20 {0.820 0.000 0.000 srgb} bind def +/col21 {0.560 0.000 0.560 srgb} bind def +/col22 {0.690 0.000 0.690 srgb} bind def +/col23 {0.820 0.000 0.820 srgb} bind def +/col24 {0.500 0.190 0.000 srgb} bind def +/col25 {0.630 0.250 0.000 srgb} bind def +/col26 {0.750 0.380 0.000 srgb} bind def +/col27 {1.000 0.500 0.500 srgb} bind def +/col28 {1.000 0.630 0.630 srgb} bind def +/col29 {1.000 0.750 0.750 srgb} bind def +/col30 {1.000 0.880 0.880 srgb} bind def +/col31 {1.000 0.840 0.000 srgb} bind def +/col32 {0.000 0.600 1.000 srgb} bind def +/col33 {0.945 0.753 0.518 srgb} bind def + +end +save +-11.0 478.0 translate +1 -1 scale +.9 .9 scale % to make patterns same scale as in xfig + +% This junk string is used by the show operators +/PATsstr 1 string def +/PATawidthshow { % cx cy cchar rx ry string + % Loop over each character in the string + { % cx cy cchar rx ry char + % Show the character + dup % cx cy cchar rx ry char char + PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char) + false charpath % cx cy cchar rx ry char + /clip load PATdraw + % Move past the character (charpath modified the + % current point) + currentpoint % cx cy cchar rx ry char x y + newpath + moveto % cx cy cchar rx ry char + % Reposition by cx,cy if the character in the string is cchar + 3 index eq { % cx cy cchar rx ry + 4 index 4 index rmoveto + } if + % Reposition all characters by rx ry + 2 copy rmoveto % cx cy cchar rx ry + } forall + pop pop pop pop pop % - + currentpoint + newpath + moveto +} bind def +/PATcg { + 7 dict dup begin + /lw currentlinewidth def + /lc currentlinecap def + /lj currentlinejoin def + /ml currentmiterlimit def + /ds [ currentdash ] def + /cc [ currentrgbcolor ] def + /cm matrix currentmatrix def + end +} bind def +% PATdraw - calculates the boundaries of the object and +% fills it with the current pattern +/PATdraw { % proc + save exch + PATpcalc % proc nw nh px py + 5 -1 roll exec % nw nh px py + newpath + PATfill % - + restore +} bind def +% PATfill - performs the tiling for the shape +/PATfill { % nw nh px py PATfill - + PATDict /CurrentPattern get dup begin + setfont + % Set the coordinate system to Pattern Space + PatternGState PATsg + % Set the color for uncolored pattezns + PaintType 2 eq { PATDict /PColor get PATsc } if + % Create the string for showing + 3 index string % nw nh px py str + % Loop for each of the pattern sources + 0 1 Multi 1 sub { % nw nh px py str source + % Move to the starting location + 3 index 3 index % nw nh px py str source px py + moveto % nw nh px py str source + % For multiple sources, set the appropriate color + Multi 1 ne { dup PC exch get PATsc } if + % Set the appropriate string for the source + 0 1 7 index 1 sub { 2 index exch 2 index put } for pop + % Loop over the number of vertical cells + 3 index % nw nh px py str nh + { % nw nh px py str + currentpoint % nw nh px py str cx cy + 2 index show % nw nh px py str cx cy + YStep add moveto % nw nh px py str + } repeat % nw nh px py str + } for + 5 { pop } repeat + end +} bind def + +% PATkshow - kshow with the current pattezn +/PATkshow { % proc string + exch bind % string proc + 1 index 0 get % string proc char + % Loop over all but the last character in the string + 0 1 4 index length 2 sub { + % string proc char idx + % Find the n+1th character in the string + 3 index exch 1 add get % string proe char char+1 + exch 2 copy % strinq proc char+1 char char+1 char + % Now show the nth character + PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr) + false charpath % string proc char+1 char char+1 + /clip load PATdraw + % Move past the character (charpath modified the current point) + currentpoint newpath moveto + % Execute the user proc (should consume char and char+1) + mark 3 1 roll % string proc char+1 mark char char+1 + 4 index exec % string proc char+1 mark... + cleartomark % string proc char+1 + } for + % Now display the last character + PATsstr dup 0 4 -1 roll put % string proc (char+1) + false charpath % string proc + /clip load PATdraw + neewath + pop pop % - +} bind def +% PATmp - the makepattern equivalent +/PATmp { % patdict patmtx PATmp patinstance + exch dup length 7 add % We will add 6 new entries plus 1 FID + dict copy % Create a new dictionary + begin + % Matrix to install when painting the pattern + TilingType PATtcalc + /PatternGState PATcg def + PatternGState /cm 3 -1 roll put + % Check for multi pattern sources (Level 1 fast color patterns) + currentdict /Multi known not { /Multi 1 def } if + % Font dictionary definitions + /FontType 3 def + % Create a dummy encoding vector + /Encoding 256 array def + 3 string 0 1 255 { + Encoding exch dup 3 index cvs cvn put } for pop + /FontMatrix matrix def + /FontBBox BBox def + /BuildChar { + mark 3 1 roll % mark dict char + exch begin + Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata] + PaintType 2 eq Multi 1 ne or + { XStep 0 FontBBox aload pop setcachedevice } + { XStep 0 setcharwidth } ifelse + currentdict % mark [paintdata] dict + /PaintProc load % mark [paintdata] dict paintproc + end + gsave + false PATredef exec true PATredef + grestore + cleartomark % - + } bind def + currentdict + end % newdict + /foo exch % /foo newlict + definefont % newfont +} bind def +% PATpcalc - calculates the starting point and width/height +% of the tile fill for the shape +/PATpcalc { % - PATpcalc nw nh px py + PATDict /CurrentPattern get begin + gsave + % Set up the coordinate system to Pattern Space + % and lock down pattern + PatternGState /cm get setmatrix + BBox aload pop pop pop translate + % Determine the bounding box of the shape + pathbbox % llx lly urx ury + grestore + % Determine (nw, nh) the # of cells to paint width and height + PatHeight div ceiling % llx lly urx qh + 4 1 roll % qh llx lly urx + PatWidth div ceiling % qh llx lly qw + 4 1 roll % qw qh llx lly + PatHeight div floor % qw qh llx ph + 4 1 roll % ph qw qh llx + PatWidth div floor % ph qw qh pw + 4 1 roll % pw ph qw qh + 2 index sub cvi abs % pw ph qs qh-ph + exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph + % Determine the starting point of the pattern fill + %(px, py) + 4 2 roll % nw nh pw ph + PatHeight mul % nw nh pw py + exch % nw nh py pw + PatWidth mul exch % nw nh px py + end +} bind def + +% Save the original routines so that we can use them later on +/oldfill /fill load def +/oldeofill /eofill load def +/oldstroke /stroke load def +/oldshow /show load def +/oldashow /ashow load def +/oldwidthshow /widthshow load def +/oldawidthshow /awidthshow load def +/oldkshow /kshow load def + +% These defs are necessary so that subsequent procs don't bind in +% the originals +/fill { oldfill } bind def +/eofill { oldeofill } bind def +/stroke { oldstroke } bind def +/show { oldshow } bind def +/ashow { oldashow } bind def +/widthshow { oldwidthshow } bind def +/awidthshow { oldawidthshow } bind def +/kshow { oldkshow } bind def +/PATredef { + MyAppDict begin + { + /fill { /clip load PATdraw newpath } bind def + /eofill { /eoclip load PATdraw newpath } bind def + /stroke { PATstroke } bind def + /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def + /ashow { 0 0 null 6 3 roll PATawidthshow } + bind def + /widthshow { 0 0 3 -1 roll PATawidthshow } + bind def + /awidthshow { PATawidthshow } bind def + /kshow { PATkshow } bind def + } { + /fill { oldfill } bind def + /eofill { oldeofill } bind def + /stroke { oldstroke } bind def + /show { oldshow } bind def + /ashow { oldashow } bind def + /widthshow { oldwidthshow } bind def + /awidthshow { oldawidthshow } bind def + /kshow { oldkshow } bind def + } ifelse + end +} bind def +false PATredef +% Conditionally define setcmykcolor if not available +/setcmykcolor where { pop } { + /setcmykcolor { + 1 sub 4 1 roll + 3 { + 3 index add neg dup 0 lt { pop 0 } if 3 1 roll + } repeat + setrgbcolor - pop + } bind def +} ifelse +/PATsc { % colorarray + aload length % c1 ... cn length + dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor + } ifelse } ifelse +} bind def +/PATsg { % dict + begin + lw setlinewidth + lc setlinecap + lj setlinejoin + ml setmiterlimit + ds aload pop setdash + cc aload pop setrgbcolor + cm setmatrix + end +} bind def + +/PATDict 3 dict def +/PATsp { + true PATredef + PATDict begin + /CurrentPattern exch def + % If it's an uncolored pattern, save the color + CurrentPattern /PaintType get 2 eq { + /PColor exch def + } if + /CColor [ currentrgbcolor ] def + end +} bind def +% PATstroke - stroke with the current pattern +/PATstroke { + countdictstack + save + mark + { + currentpoint strokepath moveto + PATpcalc % proc nw nh px py + clip newpath PATfill + } stopped { + (*** PATstroke Warning: Path is too complex, stroking + with gray) = + cleartomark + restore + countdictstack exch sub dup 0 gt + { { end } repeat } { pop } ifelse + gsave 0.5 setgray oldstroke grestore + } { pop restore pop } ifelse + newpath +} bind def +/PATtcalc { % modmtx tilingtype PATtcalc tilematrix + % Note: tiling types 2 and 3 are not supported + gsave + exch concat % tilingtype + matrix currentmatrix exch % cmtx tilingtype + % Tiling type 1 and 3: constant spacing + 2 ne { + % Distort the pattern so that it occupies + % an integral number of device pixels + dup 4 get exch dup 5 get exch % tx ty cmtx + XStep 0 dtransform + round exch round exch % tx ty cmtx dx.x dx.y + XStep div exch XStep div exch % tx ty cmtx a b + 0 YStep dtransform + round exch round exch % tx ty cmtx a b dy.x dy.y + YStep div exch YStep div exch % tx ty cmtx a b c d + 7 -3 roll astore % { a b c d tx ty } + } if + grestore +} bind def +/PATusp { + false PATredef + PATDict begin + CColor PATsc + end +} bind def + +% left45 +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 32 32 true [ 32 0 0 -32 0 32 ] + {<808080804040404020202020101010100808080804040404 + 020202020101010180808080404040402020202010101010 + 080808080404040402020202010101018080808040404040 + 202020201010101008080808040404040202020201010101 + 808080804040404020202020101010100808080804040404 + 0202020201010101>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P4 exch def + +% right45 +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 32 32 true [ 32 0 0 -32 0 32 ] + {<010101010202020204040404080808081010101020202020 + 404040408080808001010101020202020404040408080808 + 101010102020202040404040808080800101010102020202 + 040404040808080810101010202020204040404080808080 + 010101010202020204040404080808081010101020202020 + 4040404080808080>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P5 exch def + +% small fishscales +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 16 16 true [ 16 0 0 -16 0 16 ] + {<008000800080014001400220 + 0c187007c001800080004001 + 40012002180c0770>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P17 exch def +1.1111 1.1111 scale %restore scale + +/cp {closepath} bind def +/ef {eofill} bind def +/gr {grestore} bind def +/gs {gsave} bind def +/sa {save} bind def +/rs {restore} bind def +/l {lineto} bind def +/m {moveto} bind def +/rm {rmoveto} bind def +/n {newpath} bind def +/s {stroke} bind def +/sh {show} bind def +/slc {setlinecap} bind def +/slj {setlinejoin} bind def +/slw {setlinewidth} bind def +/srgb {setrgbcolor} bind def +/rot {rotate} bind def +/sc {scale} bind def +/sd {setdash} bind def +/ff {findfont} bind def +/sf {setfont} bind def +/scf {scalefont} bind def +/sw {stringwidth} bind def +/tr {translate} bind def +/tnt {dup dup currentrgbcolor + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} + bind def +/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul + 4 -2 roll mul srgb} bind def +/reencdict 12 dict def /ReEncode { reencdict begin +/newcodesandnames exch def /newfontname exch def /basefontname exch def +/basefontdict basefontname findfont def /newfont basefontdict maxlength dict def +basefontdict { exch dup /FID ne { dup /Encoding eq +{ exch dup length array copy newfont 3 1 roll put } +{ exch newfont 3 1 roll put } ifelse } { pop pop } ifelse } forall +newfont /FontName newfontname put newcodesandnames aload pop +128 1 255 { newfont /Encoding get exch /.notdef put } for +newcodesandnames length 2 idiv { newfont /Encoding get 3 1 roll put } repeat +newfontname newfont definefont pop end } def +/isovec [ +8#200 /grave 8#201 /acute 8#202 /circumflex 8#203 /tilde +8#204 /macron 8#205 /breve 8#206 /dotaccent 8#207 /dieresis +8#210 /ring 8#211 /cedilla 8#212 /hungarumlaut 8#213 /ogonek 8#214 /caron +8#220 /dotlessi 8#230 /oe 8#231 /OE +8#240 /space 8#241 /exclamdown 8#242 /cent 8#243 /sterling +8#244 /currency 8#245 /yen 8#246 /brokenbar 8#247 /section 8#250 /dieresis +8#251 /copyright 8#252 /ordfeminine 8#253 /guillemotleft 8#254 /logicalnot +8#255 /endash 8#256 /registered 8#257 /macron 8#260 /degree 8#261 /plusminus +8#262 /twosuperior 8#263 /threesuperior 8#264 /acute 8#265 /mu 8#266 /paragraph +8#267 /periodcentered 8#270 /cedilla 8#271 /onesuperior 8#272 /ordmasculine +8#273 /guillemotright 8#274 /onequarter 8#275 /onehalf +8#276 /threequarters 8#277 /questiondown 8#300 /Agrave 8#301 /Aacute +8#302 /Acircumflex 8#303 /Atilde 8#304 /Adieresis 8#305 /Aring +8#306 /AE 8#307 /Ccedilla 8#310 /Egrave 8#311 /Eacute +8#312 /Ecircumflex 8#313 /Edieresis 8#314 /Igrave 8#315 /Iacute +8#316 /Icircumflex 8#317 /Idieresis 8#320 /Eth 8#321 /Ntilde 8#322 /Ograve +8#323 /Oacute 8#324 /Ocircumflex 8#325 /Otilde 8#326 /Odieresis 8#327 /multiply +8#330 /Oslash 8#331 /Ugrave 8#332 /Uacute 8#333 /Ucircumflex +8#334 /Udieresis 8#335 /Yacute 8#336 /Thorn 8#337 /germandbls 8#340 /agrave +8#341 /aacute 8#342 /acircumflex 8#343 /atilde 8#344 /adieresis 8#345 /aring +8#346 /ae 8#347 /ccedilla 8#350 /egrave 8#351 /eacute +8#352 /ecircumflex 8#353 /edieresis 8#354 /igrave 8#355 /iacute +8#356 /icircumflex 8#357 /idieresis 8#360 /eth 8#361 /ntilde 8#362 /ograve +8#363 /oacute 8#364 /ocircumflex 8#365 /otilde 8#366 /odieresis 8#367 /divide +8#370 /oslash 8#371 /ugrave 8#372 /uacute 8#373 /ucircumflex +8#374 /udieresis 8#375 /yacute 8#376 /thorn 8#377 /ydieresis] def +/Times-Roman /Times-Roman-iso isovec ReEncode +/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def +/$F2psEnd {$F2psEnteredState restore end} def +%%EndProlog + +$F2psBegin +10 setmiterlimit +n -1000 19065 m -1000 -1000 l 30444 -1000 l 30444 19065 l cp clip + 0.02646 0.02646 sc +% Polyline +7.500 slw +n 25205 18000 m 25205 540 l gs col0 s gr +% Polyline +n 25655 18000 m 25655 540 l gs col0 s gr +% Polyline +n 26106 18000 m 26106 540 l gs col0 s gr +% Polyline +n 26556 18000 m 26556 540 l gs col0 s gr +% Polyline +n 27006 18000 m 27006 540 l gs col0 s gr +% Polyline +n 27456 18000 m 27456 540 l gs col0 s gr +% Polyline +n 27907 18000 m 27907 540 l gs col0 s gr +% Polyline +n 22505 18000 m 22505 540 l gs col0 s gr +% Polyline +n 22955 18000 m 22955 540 l gs col0 s gr +% Polyline +n 23404 18000 m 23404 540 l gs col0 s gr +% Polyline +n 23855 18000 m 23855 540 l gs col0 s gr +% Polyline +n 24305 18000 m 24305 540 l gs col0 s gr +% Polyline +n 24756 18000 m 24756 540 l gs col0 s gr +% Polyline +n 19803 18000 m 19803 540 l gs col0 s gr +% Polyline +n 20254 18000 m 20254 540 l gs col0 s gr +% Polyline +n 20704 18000 m 20704 540 l gs col0 s gr +% Polyline +n 21155 18000 m 21155 540 l gs col0 s gr +% Polyline +n 21604 18000 m 21604 540 l gs col0 s gr +% Polyline +n 22055 18000 m 22055 540 l gs col0 s gr +% Polyline +n 17103 18000 m 17103 540 l gs col0 s gr +% Polyline +n 17554 18000 m 17554 540 l gs col0 s gr +% Polyline +n 18003 18000 m 18003 540 l gs col0 s gr +% Polyline +n 18454 18000 m 18454 540 l gs col0 s gr +% Polyline +n 18904 18000 m 18904 540 l gs col0 s gr +% Polyline +n 19355 18000 m 19355 540 l gs col0 s gr +% Polyline +n 14403 18000 m 14403 540 l gs col0 s gr +% Polyline +n 14852 18000 m 14852 540 l gs col0 s gr +% Polyline +n 15303 18000 m 15303 540 l gs col0 s gr +% Polyline +n 15754 18000 m 15754 540 l gs col0 s gr +% Polyline +n 16203 18000 m 16203 540 l gs col0 s gr +% Polyline +n 16654 18000 m 16654 540 l gs col0 s gr +% Polyline +n 11702 18000 m 11702 540 l gs col0 s gr +% Polyline +n 12152 18000 m 12152 540 l gs col0 s gr +% Polyline +n 12603 18000 m 12603 540 l gs col0 s gr +% Polyline +n 13952 18000 m 13952 540 l gs col0 s gr +% Polyline +n 9002 18000 m 9002 540 l gs col0 s gr +% Polyline +n 9451 18000 m 9451 540 l gs col0 s gr +% Polyline +n 9902 18000 m 9902 540 l gs col0 s gr +% Polyline +n 10352 18000 m 10352 540 l gs col0 s gr +% Polyline +n 10803 18000 m 10803 540 l gs col0 s gr +% Polyline +n 11251 18000 m 11251 540 l gs col0 s gr +% Polyline +n 6301 18000 m 6301 540 l gs col0 s gr +% Polyline +n 6751 18000 m 6751 540 l gs col0 s gr +% Polyline +n 7202 18000 m 7202 540 l gs col0 s gr +% Polyline +n 7651 18000 m 7651 540 l gs col0 s gr +% Polyline +n 8102 18000 m 8102 540 l gs col0 s gr +% Polyline +n 8551 18000 m 8551 540 l gs col0 s gr +% Polyline +n 3600 18000 m 3600 540 l gs col0 s gr +% Polyline +n 4050 18000 m 4050 540 l gs col0 s gr +% Polyline +n 4500 18000 m 4500 540 l gs col0 s gr +% Polyline +n 4951 18000 m 4951 540 l gs col0 s gr +% Polyline +n 5401 18000 m 5401 540 l gs col0 s gr +% Polyline +n 5850 18000 m 5850 540 l gs col0 s gr +% Polyline +n 1800 18000 m 1800 540 l gs col0 s gr +% Polyline +n 2250 18000 m 2250 540 l gs col0 s gr +% Polyline +n 3150 18000 m 3150 540 l gs col0 s gr +% Polyline +n 899 16209 m 27907 16209 l gs col0 s gr +% Polyline +n 899 16657 m 27907 16657 l gs col0 s gr +% Polyline +n 899 17104 m 27907 17104 l gs col0 s gr +% Polyline +n 899 17552 m 27907 17552 l gs col0 s gr +% Polyline +n 899 13970 m 27907 13970 l gs col0 s gr +% Polyline +n 899 14418 m 27907 14418 l gs col0 s gr +% Polyline +n 899 14866 m 27907 14866 l gs col0 s gr +% Polyline +n 899 15314 m 27907 15314 l gs col0 s gr +% Polyline +n 899 15761 m 27907 15761 l gs col0 s gr +% Polyline +n 899 11732 m 27907 11732 l gs col0 s gr +% Polyline +n 899 12180 m 27907 12180 l gs col0 s gr +% Polyline +n 899 12627 m 27907 12627 l gs col0 s gr +% Polyline +n 899 13075 m 27907 13075 l gs col0 s gr +% Polyline +n 899 13523 m 27907 13523 l gs col0 s gr +% Polyline +n 899 9941 m 27907 9941 l gs col0 s gr +% Polyline +n 899 10389 m 27907 10389 l gs col0 s gr +% Polyline +n 899 10836 m 27907 10836 l gs col0 s gr +% Polyline +n 899 11284 m 27907 11284 l gs col0 s gr +% Polyline +n 899 7256 m 27907 7256 l gs col0 s gr +% Polyline +n 899 7704 m 27907 7704 l gs col0 s gr +% Polyline +n 899 8151 m 27907 8151 l gs col0 s gr +% Polyline +n 899 8599 m 27907 8599 l gs col0 s gr +% Polyline +n 899 9047 m 27907 9047 l gs col0 s gr +% Polyline +n 899 5017 m 27907 5017 l gs col0 s gr +% Polyline +n 899 5465 m 27907 5465 l gs col0 s gr +% Polyline +n 899 5913 m 27907 5913 l gs col0 s gr +% Polyline +n 899 6360 m 27907 6360 l gs col0 s gr +% Polyline +n 899 6808 m 27907 6808 l gs col0 s gr +% Polyline +n 899 18000 m 27907 18000 l gs col0 s gr +% Polyline +n 899 540 m 27907 540 l gs col0 s gr +% Polyline +n 899 18000 m 899 540 l gs col0 s gr +% Polyline +n 899 2779 m 27907 2779 l gs col0 s gr +% Polyline +n 899 3226 m 27907 3226 l gs col0 s gr +% Polyline +n 899 3674 m 27907 3674 l gs col0 s gr +% Polyline +n 899 4122 m 27907 4122 l gs col0 s gr +% Polyline +n 899 4570 m 27907 4570 l gs col0 s gr +% Polyline +n 899 1436 m 27907 1436 l gs col0 s gr +% Polyline +n 899 1883 m 27907 1883 l gs col0 s gr +% Polyline +n 899 2331 m 27907 2331 l gs col0 s gr +% Polyline +n 2699 18000 m 2699 540 l gs col0 s gr +% Polyline +n 899 988 m 27907 988 l gs col0 s gr +% Polyline +n 13491 18000 m 13491 540 l gs col0 s gr +% Polyline +n 1343 18000 m 1343 540 l gs col0 s gr +% Polyline +n 899 9491 m 27907 9491 l gs col0 s gr +% Polyline +n 13047 18000 m 13047 540 l gs col0 s gr +% Polyline +75.000 slw +n 14850 9540 m 14850 540 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +30.000 slw +n 1350 988 m 13952 988 l 13952 7256 l 1350 7256 l cp gs col33 0.95 shd ef gr gs col0 s gr +% Polyline +n 13952 4122 m 1350 4122 l 1439 4122 l gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 90.00 274.80] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +75.000 slw +n 18450 17999 m 18450 9318 l gs col7 0.95 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 5850 10620 m 9675 10620 l 9675 12375 l 5850 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 390.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 4950 10620 m 5940 10620 l 5940 12375 l 4950 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 330.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6075 14625 m 8505 14625 l 8505 15480 l 6075 15480 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 405.00 975.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 8325 14625 m 11117 14625 l 11117 15480 l 8325 15480 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 555.00 975.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 10620 m 11970 10620 l 11970 12375 l 9675 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 11701 10620 m 12600 10620 l 12600 12375 l 11701 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 780.07 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2476 3015 m 4725 3015 l 4725 7043 l 2476 7043 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 165.07 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 10531 4346 m 12783 4346 l 12783 7031 l 10531 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 702.07 289.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 7831 3003 m 10082 3003 l 10082 7031 l 7831 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 522.07 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 4951 3226 m 4951 5913 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 330.07 215.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 4275 3031 m 5625 3031 l 5625 6165 l 4275 6165 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.00 202.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 16246 931 m 16246 3618 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1083.07 62.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 15300 540 m 17145 540 l 17145 4140 l 15300 4140 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1020.00 36.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +75.000 slw +n 18450 9910 m 18450 540 l gs col0 s gr +% Polyline +30.000 slw +n 20025 6615 m 21380 6615 l 21380 7920 l 20025 7920 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20025 4343 m 21379 4343 l 21379 5715 l 20025 5715 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +7.500 slw +n 7650 3195 m 7651 5419 l 7651 6853 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 510.00 213.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12962 4615 m 12962 6853 l 12962 6763 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 864.13 307.67] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 19174 9047 m 22325 9047 l 22325 9941 l 19174 9941 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1278.27 603.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 767 m 22276 767 l 22276 1215 l 19125 1215 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 51.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 9047 m 22321 9047 l 22321 9945 l 19125 9945 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 603.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 11295 m 22325 11295 l 22325 12180 l 19125 12180 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 753.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 988 m 27276 988 l 27276 1890 l 24075 1890 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 65.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 3226 m 27276 3226 l 27276 4095 l 24075 4095 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 215.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 1800 3015 m 2699 3015 l 2699 5701 l 1800 5701 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 120.00 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12600 4346 m 13500 4346 l 13500 7031 l 12600 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 840.00 289.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 2522 m 22276 2522 l 22276 2970 l 19125 2970 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 168.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 765 m 22276 765 l 22276 1213 l 19125 1213 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 51.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 7202 3003 m 8102 3003 l 8102 7031 l 7202 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 480.13 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 4770 m 22276 4770 l 22276 5220 l 19125 5220 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19534 17104 m 22144 17104 l 22235 17104 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1302.27 1140.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 19350 9495 m 22050 9495 l gs col0 s gr +% Polyline +30.000 slw +n 24075 5490 m 27276 5490 l 27276 6390 l 24075 6390 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 366.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 7695 m 27276 7695 l 27276 8595 l 24075 8595 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 513.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 7020 m 22280 7020 l 22280 7470 l 19125 7470 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 468.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19080 13980 m 22325 13980 l 22325 14850 l 19080 14850 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1272.00 932.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 16648 m 22325 16648 l 22325 17550 l 19125 17550 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 1109.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 24395 8151 m 27006 8151 l 27096 8151 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 543.40] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24300 5895 m 27006 5913 l 27096 5913 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.00 393.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 9900 3003 m 10799 3003 l 10799 7031 l 9900 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 660.00 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 19444 7254 m 22055 7254 l 22144 7254 l gs col0 s gr +% Polyline +30.000 slw +n 3375 8145 m 3825 8145 l 3825 10164 l 3375 10164 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 9720 m 4275 9720 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 15975 m 4275 15975 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 15975 m 4275 15975 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +75.000 slw +n 13050 9495 m 15750 9495 l 16200 9495 l 18405 9495 l gs col0 s gr +% Polyline +30.000 slw +n 6075 13746 m 7426 13746 l 7426 15089 l 6075 15089 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 405.00 916.40] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6975 5670 m 8325 5670 l 8325 7020 l 6975 7020 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 465.00 378.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6931 3003 m 8325 3003 l 8325 4365 l 6931 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 462.07 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 3003 m 11070 3003 l 11070 4365 l 9675 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 5689 m 11025 5689 l 11025 7031 l 9675 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 379.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12375 4770 m 13725 4770 l 13725 6113 l 12375 6113 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 825.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 25200 7695 m 26100 7695 l 26100 8595 l 25200 8595 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 10125 14618 m 11431 14618 l 11431 15930 l 10125 15930 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 675.00 974.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 25245 5490 m 26100 5490 l 26100 6390 l 25245 6390 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 7200 5895 m 8100 5895 l 8100 6795 l 7200 6795 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 480.00 393.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 9900 5895 m 10800 5895 l 10800 6808 l 9900 6808 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 660.00 393.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 12600 4995 m 13500 4995 l 13500 5895 l 12600 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 840.00 333.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 6300 13995 m 7198 13995 l 7198 14850 l 6300 14850 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 420.00 933.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 10350 14940 m 11250 14940 l 11250 15750 l 10350 15750 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.69 0.69]] def +15.00 15.00 sc P5 [16 0 0 -16 690.00 996.00] PATmp PATsp ef gr PATusp gs col16 s gr +% Polyline +n 4725 10620 m 6075 10620 l 6075 11962 l 4725 11962 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 315.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 11475 10628 m 12825 10628 l 12825 11970 l 11475 11970 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 765.00 708.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2025 10620 m 3375 10620 l 3375 11970 l 2025 11970 l cp gs /PC [[1.00 0.84 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 135.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2250 10845 m 3150 10845 l 3150 11745 l 2250 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 150.00 723.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 12375 1665 m 13726 1665 l 13726 3015 l 12375 3015 l cp gs /PC [[0.00 0.69 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 825.00 111.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12645 1890 m 13500 1890 l 13500 2745 l 12645 2745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 843.00 126.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4275 3015 m 5625 3015 l 5625 4365 l 4275 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.00 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 4276 4808 m 5626 4808 l 5626 6150 l 4276 6150 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.07 320.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15570 2513 m 16920 2513 l 16920 3855 l 15570 3855 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1038.00 167.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15570 728 m 16920 728 l 16920 2070 l 15570 2070 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1038.00 48.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15795 990 m 16695 990 l 16695 1845 l 15795 1845 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1053.00 66.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 15795 2790 m 16695 2790 l 16695 3645 l 15795 3645 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1053.00 186.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4500 5040 m 5400 5040 l 5400 5895 l 4500 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 300.00 336.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 1575 4823 m 2925 4823 l 2925 6165 l 1575 6165 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 105.00 321.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 1800 4999 m 2700 4999 l 2700 5895 l 1800 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 120.00 333.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +45.000 slw +n 19395 7245 m 22095 7245 l gs col0 s gr +% Polyline +30.000 slw +n 4950 10849 m 5850 10849 l 5850 11745 l 4950 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 330.00 723.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 11700 10849 m 12600 10849 l 12600 11745 l 11700 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 780.00 723.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +7.500 slw + [90 45 15 45] 0 sd +n 18454 8599 m 23404 8599 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1230.27 573.27] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd +% Polyline +60.000 slw + [90 45 15 45] 0 sd +n 23175 541 m 23220 18000 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1545.00 36.07] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd +% Polyline + [90 45 15 45] 0 sd +n 18522 8595 m 23091 8595 l gs col7 0.05 shd ef gr gs col0 s gr [] 0 sd +% Polyline + [90 45 15 45] 0 sd +n 23247 9045 m 27900 9045 l gs col7 0.05 shd ef gr gs col0 s gr [] 0 sd +% Polyline +30.000 slw +n 24975 12420 m 26370 12420 l 26370 13725 l 24975 13725 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24120 12825 m 27270 12825 l 27270 13275 l 24120 13275 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24075 9722 m 27271 9722 l 27271 10170 l 24075 10170 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24075 11072 m 27271 11072 l 27271 11520 l 24075 11520 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 23540 17327 m 24980 17327 l 24980 17775 l 23540 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25020 16431 m 25471 16431 l 25471 17775 l 25020 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25920 17327 m 27269 17327 l 27269 17775 l 25920 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10578 9941 m 11026 9941 l 11026 13523 l 10578 13523 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 26196 17552 m 27006 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 26820 16470 m 27270 16470 l 27270 17775 l 26820 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11475 3674 m 11925 3674 l 11925 8151 l 11475 8151 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 25020 14670 m 26370 14670 l 26370 15976 l 25020 15976 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24030 15030 m 27276 15030 l 27276 15525 l 24030 15525 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7200 3240 m 8100 3240 l 8100 4140 l 7200 4140 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 480.00 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 9900 3240 m 10800 3240 l 10800 4140 l 9900 4140 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 660.00 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4493 3240 m 5400 3240 l 5400 4133 l 4493 4133 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 299.53 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +45.000 slw +n 19350 2745 m 22050 2745 l gs col0 s gr +% Polyline +n 19350 990 m 22050 990 l gs col0 s gr +% Polyline +n 19350 4995 m 22050 4995 l gs col0 s gr +% Polyline +30.000 slw +n 6526 14194 m 6976 14194 l 6976 14642 l 6526 14642 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 24305 1436 m 26916 1436 l 27006 1436 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.33 95.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24345 11295 m 27000 11295 l 27045 11295 l gs col0 s gr +% Polyline +n 24345 9945 m 27090 9945 l gs col0 s gr +% Polyline +60.000 slw + [90 45 15 45] 0 sd +n 23220 16245 m 27900 16245 l gs col0 s gr [] 0 sd +% Polyline +30.000 slw +n 2026 5211 m 2475 5211 l 2475 5659 l 2026 5659 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7425 3427 m 7875 3427 l 7875 3870 l 7425 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7425 6120 m 7875 6120 l 7875 6615 l 7425 6615 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10126 3423 m 10575 3423 l 10575 3870 l 10126 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10127 6122 m 10576 6122 l 10576 6570 l 10127 6570 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 5176 11061 m 5625 11061 l 5625 11509 l 5176 11509 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11926 11061 m 12375 11061 l 12375 11509 l 11926 11509 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 12825 5223 m 13275 5223 l 13275 5670 l 12825 5670 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11025 7476 m 12377 7476 l 12377 8820 l 11025 8820 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 13952 9941 m 15303 9941 l 15303 11284 l 13952 11284 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16654 10389 m 18003 10389 l 18003 11732 l 16654 11732 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10125 12831 m 11477 12831 l 11477 14175 l 10125 14175 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 13952 13075 m 15303 13075 l 15303 14418 l 13952 14418 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16654 16209 m 18003 16209 l 18003 17552 l 16654 17552 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25470 5718 m 25920 5718 l 25920 6165 l 25470 6165 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 25425 7920 m 25875 7920 l 25875 8368 l 25425 8368 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 12825 2115 m 13275 2115 l 13275 2565 l 12825 2565 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3374 2325 m 3825 2325 l 3825 8145 l 3374 8145 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8775 2322 m 9226 2322 l 9226 7695 l 8775 7695 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8325 9941 m 8776 9941 l 8776 13075 l 8325 13075 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 6525 9916 m 6976 9916 l 6976 13050 l 6525 13050 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8777 13970 m 9226 13970 l 9226 16209 l 8777 16209 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 4726 5256 m 5175 5256 l 5175 5704 l 4726 5704 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 4725 3427 m 5175 3427 l 5175 3870 l 4725 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16021 2961 m 16470 2961 l 16470 3409 l 16021 3409 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16020 1177 m 16470 1177 l 16470 1620 l 16020 1620 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 6750 9931 m 6750 12170 l 6750 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 450.00 662.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 8550 9931 m 8550 12170 l 8550 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 570.00 662.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 14418 m 21964 14418 l 22055 14418 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1290.33 961.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 17104 m 21964 17104 l 22055 17104 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1290.33 1140.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 3375 7920 m 3825 7920 l 3825 8370 l 3375 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20025 13725 m 21375 13725 l 21375 15030 l 20025 15030 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1335.00 915.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20025 16388 m 21375 16388 l 21375 17730 l 20025 17730 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1335.00 1092.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20250 13970 m 21150 13970 l 21150 14850 l 20250 14850 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 2880 7476 m 4232 7476 l 4232 8820 l 2880 8820 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3150 7698 m 4050 7698 l 4050 8595 l 3150 8595 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 210.00 513.20] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +7.500 slw +n 3375 9720 m 4275 9720 l 4275 10170 l 3375 10170 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +30.000 slw +n 3825 15975 m 9225 15975 l 9225 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 24435 15390 m 24250 15175 l gs col0 s gr +% Polyline +n 24440 15175 m 24255 15390 l gs col0 s gr +% Polyline +n 24435 13140 m 24250 12925 l gs col0 s gr +% Polyline +n 24440 12925 m 24255 13140 l gs col0 s gr +% Polyline +30.000 slw +n 20250 16657 m 21155 16657 l 21155 17550 l 20250 17550 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 27135 15390 m 26950 15175 l gs col0 s gr +% Polyline +n 27140 15175 m 26955 15390 l gs col0 s gr +% Polyline +n 27135 13140 m 26950 12925 l gs col0 s gr +% Polyline +n 27140 12925 m 26955 13140 l gs col0 s gr +% Polyline +7.500 slw +n 19355 9493 m 21964 9493 l 22055 9493 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1290.33 632.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 24305 3674 m 26916 3674 l 27006 3674 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.33 244.93] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 11732 m 21964 11732 l 22055 11732 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1290.33 782.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24395 15300 m 27006 15300 l 27096 15300 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 1020.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24395 13050 m 27006 13050 l 27096 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 870.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 11250 7698 m 12150 7698 l 12150 8595 l 11250 8595 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 750.00 513.20] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 10350 13095 m 11250 13095 l 11250 13992 l 10350 13992 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.69 0.69]] def +15.00 15.00 sc P5 [16 0 0 -16 690.00 873.00] PATmp PATsp ef gr PATusp gs col16 s gr +% Polyline +45.000 slw +n 9000 2340 m 9000 7695 l gs col0 s gr +% Polyline +n 3600 2385 m 3600 8145 l gs col0 s gr +% Polyline +30.000 slw +n 25200 14850 m 26145 14850 l 26145 15750 l 25200 15750 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 25200 12600 m 26100 12600 l 26100 13500 l 25200 13500 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 20475 16877 m 20925 16877 l 20925 17325 l 20475 17325 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 25470 15120 m 25877 15120 l 25877 15525 l 25470 15525 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 25425 12825 m 25875 12825 l 25875 13275 l 25425 13275 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 26820 17325 m 27270 17325 l gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 26820 17550 m 27000 17550 l gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 3375 7922 m 11927 7922 l 11927 8370 l 3375 8370 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 225.00 528.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 27090 11385 m 26905 11170 l gs col0 s gr +% Polyline +n 27095 11170 m 26910 11385 l gs col0 s gr +% Polyline +n 24390 10035 m 24205 9820 l gs col0 s gr +% Polyline +n 24395 9820 m 24210 10035 l gs col0 s gr +% Polyline +n 27090 10035 m 26905 9820 l gs col0 s gr +% Polyline +n 27095 9820 m 26910 10035 l gs col0 s gr +% Polyline +n 24390 11385 m 24205 11170 l gs col0 s gr +% Polyline +n 24395 11170 m 24210 11385 l gs col0 s gr +% Polyline +n 24435 8235 m 24250 8020 l gs col0 s gr +% Polyline +n 24440 8020 m 24255 8235 l gs col0 s gr +% Polyline +n 27090 8235 m 26905 8020 l gs col0 s gr +% Polyline +n 27095 8020 m 26910 8235 l gs col0 s gr +% Polyline +n 27135 6030 m 26950 5815 l gs col0 s gr +% Polyline +n 27140 5815 m 26955 6030 l gs col0 s gr +% Polyline +n 24390 6030 m 24205 5815 l gs col0 s gr +% Polyline +n 24395 5815 m 24210 6030 l gs col0 s gr +% Polyline +n 24435 3780 m 24250 3565 l gs col0 s gr +% Polyline +n 24440 3565 m 24255 3780 l gs col0 s gr +% Polyline +n 27090 3780 m 26905 3565 l gs col0 s gr +% Polyline +n 27095 3565 m 26910 3780 l gs col0 s gr +% Polyline +n 24390 1530 m 24205 1315 l gs col0 s gr +% Polyline +n 24395 1315 m 24210 1530 l gs col0 s gr +% Polyline +n 27045 1530 m 26860 1315 l gs col0 s gr +% Polyline +n 27050 1315 m 26865 1530 l gs col0 s gr +% Polyline +n 19440 1080 m 19255 865 l gs col0 s gr +% Polyline +n 19445 865 m 19260 1080 l gs col0 s gr +% Polyline +n 22095 1080 m 21910 865 l gs col0 s gr +% Polyline +n 22100 865 m 21915 1080 l gs col0 s gr +% Polyline +n 22095 2835 m 21910 2620 l gs col0 s gr +% Polyline +n 22100 2620 m 21915 2835 l gs col0 s gr +% Polyline +n 19440 2835 m 19255 2620 l gs col0 s gr +% Polyline +n 19445 2620 m 19260 2835 l gs col0 s gr +% Polyline +n 19440 5085 m 19255 4870 l gs col0 s gr +% Polyline +n 19445 4870 m 19260 5085 l gs col0 s gr +% Polyline +n 22095 5085 m 21910 4870 l gs col0 s gr +% Polyline +n 22100 4870 m 21915 5085 l gs col0 s gr +% Polyline +n 22140 9585 m 21955 9370 l gs col0 s gr +% Polyline +n 22145 9370 m 21960 9585 l gs col0 s gr +% Polyline +n 19440 9585 m 19255 9370 l gs col0 s gr +% Polyline +n 19445 9370 m 19260 9585 l gs col0 s gr +% Polyline +n 19440 11835 m 19255 11620 l gs col0 s gr +% Polyline +n 19445 11620 m 19260 11835 l gs col0 s gr +% Polyline +n 22140 11835 m 21955 11620 l gs col0 s gr +% Polyline +n 22145 11620 m 21960 11835 l gs col0 s gr +% Polyline +n 22140 14490 m 21955 14275 l gs col0 s gr +% Polyline +n 22145 14275 m 21960 14490 l gs col0 s gr +% Polyline +n 19440 14535 m 19255 14320 l gs col0 s gr +% Polyline +n 19445 14320 m 19260 14535 l gs col0 s gr +% Polyline +n 19440 17190 m 19255 16975 l gs col0 s gr +% Polyline +n 19445 16975 m 19260 17190 l gs col0 s gr +% Polyline +n 22140 17190 m 21955 16975 l gs col0 s gr +% Polyline +n 22145 16975 m 21960 17190 l gs col0 s gr +% Polyline +n 23895 17640 m 23710 17425 l gs col0 s gr +% Polyline +n 23900 17425 m 23715 17640 l gs col0 s gr +% Polyline +n 24795 17640 m 24610 17425 l gs col0 s gr +% Polyline +n 24800 17425 m 24615 17640 l gs col0 s gr +% Polyline +n 25335 17595 m 25150 17380 l gs col0 s gr +% Polyline +n 25340 17380 m 25155 17595 l gs col0 s gr +% Polyline +n 25335 16740 m 25150 16525 l gs col0 s gr +% Polyline +n 25340 16525 m 25155 16740 l gs col0 s gr +% Polyline +n 26235 17640 m 26050 17425 l gs col0 s gr +% Polyline +n 26240 17425 m 26055 17640 l gs col0 s gr +% Polyline +n 27090 17640 m 26905 17425 l gs col0 s gr +% Polyline +n 27095 17425 m 26910 17640 l gs col0 s gr +% Polyline +n 27090 16785 m 26905 16570 l gs col0 s gr +% Polyline +n 27095 16570 m 26910 16785 l gs col0 s gr +% Polyline +n 12240 12240 m 12055 12025 l gs col0 s gr +% Polyline +n 12245 12025 m 12060 12240 l gs col0 s gr +% Polyline +n 8640 10035 m 8455 9820 l gs col0 s gr +% Polyline +n 8645 9820 m 8460 10035 l gs col0 s gr +% Polyline +n 8640 13185 m 8455 12970 l gs col0 s gr +% Polyline +n 8645 12970 m 8460 13185 l gs col0 s gr +% Polyline +n 6840 10035 m 6655 9820 l gs col0 s gr +% Polyline +n 6845 9820 m 6660 10035 l gs col0 s gr +% Polyline +n 7290 15435 m 7105 15220 l gs col0 s gr +% Polyline +n 7295 15220 m 7110 15435 l gs col0 s gr +% Polyline +n 9090 14085 m 8905 13870 l gs col0 s gr +% Polyline +n 9095 13870 m 8910 14085 l gs col0 s gr +% Polyline +n 9090 16290 m 8905 16075 l gs col0 s gr +% Polyline +n 9095 16075 m 8910 16290 l gs col0 s gr +% Polyline +n 4140 16290 m 3955 16075 l gs col0 s gr +% Polyline +n 4145 16075 m 3960 16290 l gs col0 s gr +% Polyline +n 9090 7785 m 8905 7570 l gs col0 s gr +% Polyline +n 9095 7570 m 8910 7785 l gs col0 s gr +% Polyline +n 9090 2430 m 8905 2215 l gs col0 s gr +% Polyline +n 9095 2215 m 8910 2430 l gs col0 s gr +% Polyline +n 13140 4680 m 12955 4465 l gs col0 s gr +% Polyline +n 13145 4465 m 12960 4680 l gs col0 s gr +% Polyline +n 3690 2430 m 3505 2215 l gs col0 s gr +% Polyline +n 3695 2215 m 3510 2430 l gs col0 s gr +% Polyline +n 1440 4230 m 1255 4015 l gs col0 s gr +% Polyline +n 1445 4015 m 1260 4230 l gs col0 s gr +% Polyline +n 14040 4230 m 13855 4015 l gs col0 s gr +% Polyline +n 14045 4015 m 13860 4230 l gs col0 s gr +% Polyline +n 11790 3780 m 11605 3565 l gs col0 s gr +% Polyline +n 11795 3565 m 11610 3780 l gs col0 s gr +% Polyline +n 13140 6885 m 12955 6670 l gs col0 s gr +% Polyline +n 13145 6670 m 12960 6885 l gs col0 s gr +% Polyline +n 2340 3330 m 2155 3115 l gs col0 s gr +% Polyline +n 2345 3115 m 2160 3330 l gs col0 s gr +% Polyline +n 4185 10035 m 4000 9820 l gs col0 s gr +% Polyline +n 4190 9820 m 4005 10035 l gs col0 s gr +% Polyline +n 5490 12285 m 5305 12070 l gs col0 s gr +% Polyline +n 5495 12070 m 5310 12285 l gs col0 s gr +% Polyline +n 6840 13185 m 6655 12970 l gs col0 s gr +% Polyline +n 6845 12970 m 6660 13185 l gs col0 s gr +% Polyline +n 3690 10035 m 3505 9820 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 3695 9820 m 3510 10035 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 10927 10035 m 10712 9820 l gs col0 s gr +% Polyline +n 10933 9820 m 10717 10035 l gs col0 s gr +% Polyline +45.000 slw +n 12240 11385 m 12055 11170 l gs col0 s gr +% Polyline +n 12245 11170 m 12060 11385 l gs col0 s gr +% Polyline +n 2340 5535 m 2155 5320 l gs col0 s gr +% Polyline +n 2345 5320 m 2160 5535 l gs col0 s gr +% Polyline +n 7740 6480 m 7555 6265 l gs col0 s gr +% Polyline +n 7745 6265 m 7560 6480 l gs col0 s gr +% Polyline +n 7740 3735 m 7555 3520 l gs col0 s gr +% Polyline +n 7745 3520 m 7560 3735 l gs col0 s gr +% Polyline +n 10440 6480 m 10255 6265 l gs col0 s gr +% Polyline +n 10445 6265 m 10260 6480 l gs col0 s gr +% Polyline +n 10440 3735 m 10255 3520 l gs col0 s gr +% Polyline +n 10445 3520 m 10260 3735 l gs col0 s gr +% Polyline +n 5490 11385 m 5305 11170 l gs col0 s gr +% Polyline +n 5495 11170 m 5310 11385 l gs col0 s gr +% Polyline +n 3719 8274 m 3474 8028 l gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 3726 8028 m 3479 8274 l gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 5040 3735 m 4855 3520 l gs col0 s gr +% Polyline +n 5045 3520 m 4860 3735 l gs col0 s gr +% Polyline +n 5040 5580 m 4855 5365 l gs col0 s gr +% Polyline +n 5045 5365 m 4860 5580 l gs col0 s gr +% Polyline +n 19440 7335 m 19255 7120 l gs col0 s gr +% Polyline +n 19445 7120 m 19260 7335 l gs col0 s gr +% Polyline +n 22140 7335 m 21955 7120 l gs col0 s gr +% Polyline +n 22145 7120 m 21960 7335 l gs col0 s gr +% Polyline +n 11790 7830 m 11605 7615 l gs col0 s gr +% Polyline +n 11795 7615 m 11610 7830 l gs col0 s gr +% Polyline +n 16335 1440 m 16150 1225 l gs col0 s gr +% Polyline +n 16340 1225 m 16155 1440 l gs col0 s gr +% Polyline +n 16335 3330 m 16150 3115 l gs col0 s gr +% Polyline +n 16340 3115 m 16155 3330 l gs col0 s gr +% Polyline +n 13050 6795 m 13050 6165 l gs col0 s gr +% Polyline +n 13050 4590 m 13050 4815 l gs col0 s gr +% Polyline +n 3645 9945 m 4095 9945 l gs col0 s gr +% Polyline +n 12150 12195 m 12150 11295 l gs col0 s gr +% Polyline +n 4050 16200 m 9045 16200 l 9090 16200 l gs col0 s gr +% Polyline +n 9000 13995 m 9000 16200 l gs col0 s gr +% Polyline +n 7200 15345 m 7200 14850 l gs col0 s gr +% Polyline +n 5400 12195 m 5400 11295 l gs col0 s gr +% Polyline +30.000 slw +n 11473 7920 m 11925 7920 l 11925 8370 l 11473 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 3600 8055 m 3600 9945 l gs col0 s gr +% Polyline +n 10800 9931 m 10800 12170 l 10800 13545 l gs col0 s gr +% Polyline +30.000 slw +n 20250 6840 m 21157 6840 l 21157 7695 l 20250 7695 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1350.00 456.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 3375 7913 m 3825 7913 l 3825 8370 l 3375 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 2475 11063 m 2925 11063 l 2925 11520 l 2475 11520 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 23855 17552 m 24756 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +n 27006 16657 m 27006 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +n 25245 16655 m 25245 17550 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 20475 7020 m 20941 7020 l 20941 7470 l 20475 7470 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 4050 9945 m 4050 15930 l gs col0 s gr +% Polyline +30.000 slw +n 10351 13074 m 11250 13074 l 11250 15760 l 10351 15760 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 690.07 871.60] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 7290 14940 m 7105 14725 l gs col0 s gr +% Polyline +n 7295 14725 m 7110 14940 l gs col0 s gr +% Polyline +30.000 slw +n 20250 4545 m 21150 4545 l 21150 5445 l 20250 5445 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1350.00 303.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20475 4777 m 20925 4777 l 20925 5220 l 20475 5220 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 10576 15077 m 11025 15077 l 11025 15525 l 10576 15525 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +gs clippath +19830 2164 m 19800 2307 l 19770 2164 l 19770 2625 l 19830 2625 l cp +19770 1616 m 19800 1472 l 19830 1616 l 19830 1155 l 19770 1155 l cp +clip +n 19800 1215 m 19800 2565 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 19770 1616 m 19800 1472 l 19830 1616 l 19800 1592 l 19770 1616 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 19830 2164 m 19800 2307 l 19770 2164 l 19800 2188 l 19830 2164 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +25410 2839 m 25380 2982 l 25350 2839 l 25350 3300 l 25410 3300 l cp +25350 2291 m 25380 2147 l 25410 2291 l 25410 1830 l 25350 1830 l cp +clip +n 25380 1890 m 25380 3240 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 25350 2291 m 25380 2147 l 25410 2291 l 25380 2267 l 25350 2291 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 25410 2839 m 25380 2982 l 25350 2839 l 25380 2863 l 25410 2839 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +20010 10894 m 19980 11037 l 19950 10894 l 19950 11355 l 20010 11355 l cp +19950 10346 m 19980 10202 l 20010 10346 l 20010 9885 l 19950 9885 l cp +clip +n 19980 9945 m 19980 11295 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 19950 10346 m 19980 10202 l 20010 10346 l 19980 10322 l 19950 10346 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 20010 10894 m 19980 11037 l 19950 10894 l 19980 10918 l 20010 10894 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +n 3600 8145 m 11700 8145 l gs col0 s gr +% Polyline +n 11700 3645 m 11700 8100 l gs col0 s gr +% Polyline +n 2250 3226 m 2250 5465 l 2250 5374 l gs col0 s gr +% Polyline +n 7650 3645 m 7650 6345 l gs col0 s gr +% Polyline +n 10350 3645 m 10350 5419 l 10350 6390 l gs col0 s gr +% Polyline +gs clippath +14655 12694 m 14625 12837 l 14595 12694 l 14595 13155 l 14655 13155 l cp +14595 11741 m 14625 11597 l 14655 11741 l 14655 11280 l 14595 11280 l cp +clip +n 14625 11340 m 14625 13095 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 14595 11741 m 14625 11597 l 14655 11741 l 14625 11717 l 14595 11741 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 14655 12694 m 14625 12837 l 14595 12694 l 14625 12718 l 14655 12694 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +16349 12013 m 16471 11930 l 16393 12054 l 16713 11723 l 16670 11681 l cp +15646 12827 m 15523 12909 l 15602 12786 l 15282 13117 l 15325 13159 l cp +clip +n 15345 13095 m 16650 11745 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 15646 12827 m 15523 12909 l 15602 12786 l 15607 12824 l 15646 12827 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 16349 12013 m 16471 11930 l 16393 12054 l 16388 12016 l 16349 12013 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +16320 15754 m 16290 15897 l 16260 15754 l 16260 16215 l 16320 16215 l cp +16260 14846 m 16290 14702 l 16320 14846 l 16320 14385 l 16260 14385 l cp +clip +n 16290 14445 m 16290 16155 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 16260 14846 m 16290 14702 l 16320 14846 l 16290 14822 l 16260 14846 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 16320 15754 m 16290 15897 l 16260 15754 l 16290 15778 l 16320 15754 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +24780 10805 m 24750 10912 l 24720 10805 l 24720 11085 l 24780 11085 l cp +24720 10390 m 24750 10282 l 24780 10390 l 24780 10110 l 24720 10110 l cp +clip +n 24750 10170 m 24750 11025 l gs col0 s gr gr + +% arrowhead +60.000 slw +n 24720 10390 m 24750 10282 l 24780 10390 l 24750 10372 l 24720 10390 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 24780 10805 m 24750 10912 l 24720 10805 l 24750 10823 l 24780 10805 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +n 11795 8020 m 11610 8235 l gs col0 s gr +% Polyline +n 4950 3645 m 4950 5465 l 4950 5374 l gs col0 s gr +% Polyline +n 16245 1350 m 16245 3170 l 16245 3079 l gs col0 s gr +% Polyline +30.000 slw +n 10573 13275 m 11025 13275 l 11025 13725 l 10573 13725 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 3690 7785 m 3505 7570 l gs col0 s gr +% Polyline +n 3695 7570 m 3510 7785 l gs col0 s gr +% Polyline +n 3690 8280 m 3505 8065 l gs col0 s gr +% Polyline +n 3695 8065 m 3510 8280 l gs col0 s gr +% Polyline +n 10890 15435 m 10705 15220 l gs col0 s gr +% Polyline +n 10895 15220 m 10710 15435 l gs col0 s gr +% Polyline +n 10890 13635 m 10705 13420 l gs col0 s gr +% Polyline +n 10895 13420 m 10710 13635 l gs col0 s gr +% Polyline +n 10890 13185 m 10705 12970 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10895 12970 m 10710 13185 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10890 13635 m 10705 13420 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10895 13420 m 10710 13635 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 11790 8235 m 11605 8020 l gs col0 s gr +% Polyline +n 10800 13545 m 10800 15300 l gs col0 s gr +% Polyline +30.000 slw +n 4275 15975 m 4275 16425 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 4050 15930 m 4050 16200 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20430 14195 m 20925 14195 l 20925 14670 l 20430 14670 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +gs clippath +27285 4541 m 27315 4397 l 27345 4541 l 27345 4095 l 27285 4095 l cp +27345 2839 m 27315 2982 l 27285 2839 l 27285 3285 l 27345 3285 l cp +clip +n 27315 3240 m 27315 2790 l 27315 4590 l 27315 4140 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 27345 2839 m 27315 2982 l 27285 2839 l 27315 2863 l 27345 2839 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 27285 4541 m 27315 4397 l 27345 4541 l 27315 4517 l 27285 4541 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +22290 3416 m 22320 3272 l 22350 3416 l 22350 2970 l 22290 2970 l cp +22350 2209 m 22320 2352 l 22290 2209 l 22290 2655 l 22350 2655 l cp +clip +n 22320 2610 m 22320 2160 l 22320 3465 l 22320 3015 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 22350 2209 m 22320 2352 l 22290 2209 l 22320 2233 l 22350 2209 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 22290 3416 m 22320 3272 l 22350 3416 l 22320 3392 l 22290 3416 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +27285 10526 m 27315 10382 l 27345 10526 l 27345 10080 l 27285 10080 l cp +27345 9319 m 27315 9462 l 27285 9319 l 27285 9765 l 27345 9765 l cp +clip +n 27315 9720 m 27315 9270 l 27315 10575 l 27315 10125 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 27345 9319 m 27315 9462 l 27285 9319 l 27315 9343 l 27345 9319 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 27285 10526 m 27315 10382 l 27345 10526 l 27315 10502 l 27285 10526 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +9480 10219 m 9450 10362 l 9420 10219 l 9420 10665 l 9480 10665 l cp +9420 7646 m 9450 7502 l 9480 7646 l 9480 7200 l 9420 7200 l cp +clip +n 9450 7245 m 9450 10620 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 9420 7646 m 9450 7502 l 9480 7646 l 9450 7622 l 9420 7646 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 9480 10219 m 9450 10362 l 9420 10219 l 9450 10243 l 9480 10219 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +14396 2820 m 14252 2790 l 14396 2760 l 13950 2760 l 13950 2820 l cp +13369 2760 m 13512 2790 l 13369 2820 l 13815 2820 l 13815 2760 l cp +clip +n 13770 2790 m 13365 2790 l 14400 2790 l 13995 2790 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 13369 2760 m 13512 2790 l 13369 2820 l 13393 2790 l 13369 2760 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 14396 2820 m 14252 2790 l 14396 2760 l 14372 2790 l 14396 2820 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +4946 11955 m 4802 11925 l 4946 11895 l 4500 11895 l 4500 11955 l cp +3919 11895 m 4062 11925 l 3919 11955 l 4365 11955 l 4365 11895 l cp +clip +n 4320 11925 m 3915 11925 l 4995 11925 l 4545 11925 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 3919 11895 m 4062 11925 l 3919 11955 l 3943 11925 l 3919 11895 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 4946 11955 m 4802 11925 l 4946 11895 l 4922 11925 l 4946 11955 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +22290 10346 m 22320 10202 l 22350 10346 l 22350 9900 l 22290 9900 l cp +22350 8689 m 22320 8832 l 22290 8689 l 22290 9135 l 22350 9135 l cp +clip +n 22320 9090 m 22320 8640 l 22320 10305 l 22320 9945 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 22350 8689 m 22320 8832 l 22290 8689 l 22320 8713 l 22350 8689 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 22290 10346 m 22320 10202 l 22350 10346 l 22320 10322 l 22290 10346 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +5925 5044 m 5895 5187 l 5865 5044 l 5865 5490 l 5925 5490 l cp +5865 4091 m 5895 3947 l 5925 4091 l 5925 3645 l 5865 3645 l cp +clip +n 5895 3690 m 5895 5445 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 5865 4091 m 5895 3947 l 5925 4091 l 5895 4067 l 5865 4091 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 5925 5044 m 5895 5187 l 5865 5044 l 5895 5068 l 5925 5044 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +17355 2794 m 17325 2937 l 17295 2794 l 17295 3240 l 17355 3240 l cp +17295 1841 m 17325 1697 l 17355 1841 l 17355 1395 l 17295 1395 l cp +clip +n 17325 1440 m 17325 3195 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 17295 1841 m 17325 1697 l 17355 1841 l 17325 1817 l 17295 1841 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 17355 2794 m 17325 2937 l 17295 2794 l 17325 2818 l 17355 2794 l cp gs 0.00 setgray ef gr col0 s +% Polyline +75.000 slw +n 13050 9495 m 13050 18000 l gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +540 585 m +gs 1 -1 sc 270.0 rot (Drawing by Xavier LELOUP DESS 99-00) col0 sh gr +% Polyline +15.000 slw +n 29422 5377 m 29422 12509 l 28440 12509 l 28440 5377 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 705.00 scf sf +28714 5652 m +gs 1 -1 sc 270.0 rot (SYMBOLIC RULES ) col0 sh gr +% Polyline +7.500 slw +n 7178 10904 m 8076 10904 l 8076 11272 l 7178 11272 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +7339 11203 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +30.000 slw +gs clippath +7969 11445 m 8112 11475 l 7969 11505 l 8415 11505 l 8415 11445 l cp +7376 11505 m 7232 11475 l 7376 11445 l 6930 11445 l 6930 11505 l cp +clip +n 6975 11475 m 8370 11475 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 7376 11505 m 7232 11475 l 7376 11445 l 7352 11475 l 7376 11505 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 7969 11445 m 8112 11475 l 7969 11505 l 7993 11475 l 7969 11445 l cp gs 0.00 setgray ef gr col0 s +% Polyline +7.500 slw + [60] 0 sd +n 25206 17999 m 25206 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 25655 17999 m 25655 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 26104 17999 m 26104 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 26555 17999 m 26555 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27005 17999 m 27005 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27455 17999 m 27455 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27906 17999 m 27906 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22502 17999 m 22502 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22953 17999 m 22953 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 23403 17999 m 23403 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 23854 17999 m 23854 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 24305 17999 m 24305 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 24756 17999 m 24756 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 19802 17999 m 19802 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 20254 17999 m 20254 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 20703 17999 m 20703 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 21154 17999 m 21154 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 21603 17999 m 21603 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22054 17999 m 22054 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 17102 17999 m 17102 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 17554 17999 m 17554 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18003 17999 m 18003 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18453 17999 m 18453 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18902 17999 m 18902 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 19354 17999 m 19354 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 14400 17999 m 14400 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 14852 17999 m 14852 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 15301 17999 m 15301 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 15753 17999 m 15753 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 16202 17999 m 16202 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 16654 17999 m 16654 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 11701 17999 m 11701 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 12150 17999 m 12150 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 12602 17999 m 12602 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13051 17999 m 13051 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13503 17999 m 13503 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13952 17999 m 13952 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9001 17999 m 9001 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9450 17999 m 9450 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9902 17999 m 9902 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 10351 17999 m 10351 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 10801 17999 m 10801 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 11249 17999 m 11249 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 6302 17999 m 6302 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 6750 17999 m 6750 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 7201 17999 m 7201 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 7649 17999 m 7649 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 8101 17999 m 8101 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 8550 17999 m 8550 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 3599 17999 m 3599 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4048 17999 m 4048 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4500 17999 m 4500 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4950 17999 m 4950 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 5401 17999 m 5401 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 5850 17999 m 5850 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17999 m 898 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 1349 17999 m 1349 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 1800 17999 m 1800 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 2249 17999 m 2249 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 2699 17999 m 2699 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 3148 17999 m 3148 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 16207 m 27906 16207 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 16655 m 27906 16655 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17103 m 27906 17103 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17551 m 27906 17551 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17999 m 27906 17999 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13969 m 27906 13969 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 14417 m 27906 14417 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 14866 m 27906 14866 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 15314 m 27906 15314 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 15761 m 27906 15761 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 11729 m 27906 11729 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 12177 m 27906 12177 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 12625 m 27906 12625 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13073 m 27906 13073 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13521 m 27906 13521 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9491 m 27906 9491 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9939 m 27906 9939 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 10388 m 27906 10388 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 10835 m 27906 10835 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 11283 m 27906 11283 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 7256 m 27906 7256 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 7704 m 27906 7704 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 8151 m 27906 8151 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 8600 m 27906 8600 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9048 m 27906 9048 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5018 m 27906 5018 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5466 m 27906 5466 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5914 m 27906 5914 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 6362 m 27906 6362 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 6810 m 27906 6810 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 2778 m 27906 2778 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 3225 m 27906 3225 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 3673 m 27906 3673 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 4122 m 27906 4122 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 4570 m 27906 4570 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 540 m 27906 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 988 m 27906 988 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 1436 m 27906 1436 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 1884 m 27906 1884 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 2332 m 27906 2332 l gs col0 s gr [] 0 sd +% Polyline +n 15525 15067 m 17458 15067 l 17458 15435 l 15525 15435 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +15660 15390 m +gs 1 -1 sc (YES 4.00 ) col0 sh gr +% Polyline +n 13095 15255 m 15345 15255 l 15345 17963 l 13095 17963 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 510.00 scf sf +13140 15660 m +gs 1 -1 sc (Any layers) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13230 16200 m +gs 1 -1 sc (Measures) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13410 16785 m +gs 1 -1 sc (are only) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13320 17325 m +gs 1 -1 sc (taken on) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13365 17865 m +gs 1 -1 sc (the axes) col0 sh gr +% Polyline +n 19397 1702 m 20295 1702 l 20295 2070 l 19397 2070 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +19530 2025 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 24977 2377 m 25875 2377 l 25875 2745 l 24977 2745 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +25110 2700 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 19577 10432 m 20475 10432 l 20475 10800 l 19577 10800 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +19710 10755 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 27315 3457 m 28080 3457 l 28080 3915 l 27315 3915 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +27360 3825 m +gs 1 -1 sc (2.00) col0 sh gr +% Polyline +n 22410 2512 m 23175 2512 l 23175 2970 l 22410 2970 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +22500 2835 m +gs 1 -1 sc (1.00) col0 sh gr +% Polyline +n 27405 9622 m 28170 9622 l 28170 10080 l 27405 10080 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +27495 9945 m +gs 1 -1 sc (1.00) col0 sh gr +% Polyline +n 15210 4500 m 18090 4500 l 18090 9270 l 15210 9270 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 510.00 scf sf +16649 9042 m +gs 1 -1 sc (identical) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 8481 m +gs 1 -1 sc (are not) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 7920 m +gs 1 -1 sc (if VIA) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 7359 m +gs 1 -1 sc (But No Rule) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 300.00 scf sf +16650 6438 m +gs 1 -1 sc (Center to center) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 6027 m +gs 1 -1 sc (VIAS : 4) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 5466 m +gs 1 -1 sc (Identical) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16650 4905 m +gs 1 -1 sc (For all) dup sw pop 2 div neg 0 rm col0 sh gr +% Polyline +30.000 slw +gs clippath +11794 9690 m 11937 9720 l 11794 9750 l 12240 9750 l 12240 9690 l cp +11201 9750 m 11057 9720 l 11201 9690 l 10755 9690 l 10755 9750 l cp +clip +n 10800 9720 m 12195 9720 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 11201 9750 m 11057 9720 l 11201 9690 l 11177 9720 l 11201 9750 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 11794 9690 m 11937 9720 l 11794 9750 l 11818 9720 l 11794 9690 l cp gs 0.00 setgray ef gr col0 s +% Polyline +7.500 slw +n 13365 3007 m 14263 3007 l 14263 3375 l 13365 3375 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 9855 11700 m 11340 11700 l 11340 12195 l 9855 12195 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 1935 12195 m 3420 12195 l 3420 12690 l 1935 12690 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 3983 12218 m 4881 12218 l 4881 12586 l 3983 12586 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 11003 9149 m 11901 9149 l 11901 9517 l 11003 9517 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 13187 12007 m 15120 12007 l 15120 12375 l 13187 12375 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 15480 12232 m 16875 12232 l 16875 12600 l 15480 12600 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 25875 16642 m 26730 16642 l 26730 17010 l 25875 17010 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 23535 16642 m 24300 16642 l 24300 17010 l 23535 17010 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24705 13987 m 26910 13987 l 26910 14400 l 24705 14400 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 19710 3412 m 21015 3412 l 21015 3825 l 19710 3825 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24660 4500 m 26460 4500 l 26460 4950 l 24660 4950 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24347 10432 m 25245 10432 l 25245 10800 l 24347 10800 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 22320 9307 m 23085 9307 l 23085 9765 l 22320 9765 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +15.000 slw +n 4500 1932 m 5985 1932 l 5985 2385 l 4500 2385 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 12330 810 m 13680 810 l 13680 1305 l 12330 1305 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +15.000 slw +n 2880 6346 m 4364 6346 l 4364 6840 l 2880 6840 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 9000 8843 m 9876 8843 l 9876 9225 l 9000 9225 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 19575 12637 m 21915 12637 l 21915 13500 l 19575 13500 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 5582 4402 m 6480 4402 l 6480 4770 l 5582 4770 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 16877 2062 m 17775 2062 l 17775 2430 l 16877 2430 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +13500 3330 m +gs 1 -1 sc (0.50) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +9990 12060 m +gs 1 -1 sc (N_Trans) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +2070 12555 m +gs 1 -1 sc (Body P) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +4144 12517 m +gs 1 -1 sc (1.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +11164 9448 m +gs 1 -1 sc (3.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +13275 12330 m +gs 1 -1 sc (YES 4.00 ) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +15570 12555 m +gs 1 -1 sc (NO 4.24) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +23625 16965 m +gs 1 -1 sc (NO) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +25965 16965 m +gs 1 -1 sc (YES) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24840 14310 m +gs 1 -1 sc (POLY WIRE) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +19890 3735 m +gs 1 -1 sc (ALU 1) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24705 4860 m +gs 1 -1 sc (ALU 2,3,4) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24480 10755 m +gs 1 -1 sc (2.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +22365 9675 m +gs 1 -1 sc (2.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +12420 1170 m +gs 1 -1 sc (Body N) col0 sh gr +/Times-Roman-iso ff 375.00 scf sf +4635 2264 m +gs 1 -1 sc (NWELL) col0 sh gr +/Times-Roman-iso ff 375.00 scf sf +2975 6705 m +gs 1 -1 sc (P_Trans) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +9139 9142 m +gs 1 -1 sc (7.50) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +20250 12960 m +gs 1 -1 sc (DIFF) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +19710 13410 m +gs 1 -1 sc (SAME WELL) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +5760 4725 m +gs 1 -1 sc (4.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +17010 2385 m +gs 1 -1 sc (4.00) col0 sh gr +$F2psEnd +rs +end diff --git a/alliance/share/doc/symb_rules/symb_rules.fig b/alliance/share/doc/symb_rules/symb_rules.fig new file mode 100644 index 00000000..3a62b4d1 --- /dev/null +++ b/alliance/share/doc/symb_rules/symb_rules.fig @@ -0,0 +1,1516 @@ +#FIG 3.2 +Landscape +Center +Metric +A4 +42.10 +Single +-2 +1200 2 +0 32 #0099ff +0 33 #f1c084 +6 28395 5355 29475 12555 +2 2 0 2 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 29422 5377 29422 12509 28440 12509 28440 5377 29422 5377 +4 0 0 0 0 0 47 4.7124 4 495 6465 28714 5652 SYMBOLIC RULES \001 +-6 +6 855 495 27945 18045 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 25205 18000 25205 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 25655 18000 25655 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 26106 18000 26106 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 26556 18000 26556 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 27006 18000 27006 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 27456 18000 27456 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 27907 18000 27907 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 22505 18000 22505 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 22955 18000 22955 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 23404 18000 23404 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 23855 18000 23855 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 24305 18000 24305 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 24756 18000 24756 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 19803 18000 19803 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 20254 18000 20254 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 20704 18000 20704 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 21155 18000 21155 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 21604 18000 21604 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 22055 18000 22055 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 17103 18000 17103 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 17554 18000 17554 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 18003 18000 18003 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 18454 18000 18454 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 18904 18000 18904 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 19355 18000 19355 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 14403 18000 14403 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 14852 18000 14852 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 15303 18000 15303 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 15754 18000 15754 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 16203 18000 16203 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 16654 18000 16654 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 11702 18000 11702 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 12152 18000 12152 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 12603 18000 12603 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 13952 18000 13952 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 9002 18000 9002 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 9451 18000 9451 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 9902 18000 9902 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 10352 18000 10352 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 10803 18000 10803 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 11251 18000 11251 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 6301 18000 6301 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 6751 18000 6751 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 7202 18000 7202 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 7651 18000 7651 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 8102 18000 8102 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 8551 18000 8551 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 3600 18000 3600 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 4050 18000 4050 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 4500 18000 4500 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 4951 18000 4951 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 5401 18000 5401 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 5850 18000 5850 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 1800 18000 1800 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 2250 18000 2250 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 3150 18000 3150 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 16209 27907 16209 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 16657 27907 16657 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 17104 27907 17104 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 17552 27907 17552 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 13970 27907 13970 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 14418 27907 14418 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 14866 27907 14866 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 15314 27907 15314 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 15761 27907 15761 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 11732 27907 11732 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 12180 27907 12180 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 12627 27907 12627 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 13075 27907 13075 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 13523 27907 13523 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 9941 27907 9941 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 10389 27907 10389 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 10836 27907 10836 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 11284 27907 11284 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 7256 27907 7256 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 7704 27907 7704 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 8151 27907 8151 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 8599 27907 8599 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 9047 27907 9047 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 5017 27907 5017 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 5465 27907 5465 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 5913 27907 5913 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 6360 27907 6360 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 6808 27907 6808 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 18000 27907 18000 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 540 27907 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 18000 899 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 2779 27907 2779 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 3226 27907 3226 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 3674 27907 3674 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 4122 27907 4122 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 4570 27907 4570 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 1436 27907 1436 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 1883 27907 1883 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 2331 27907 2331 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 2699 18000 2699 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 988 27907 988 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 13491 18000 13491 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 1343 18000 1343 540 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 899 9491 27907 9491 +2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 2 + 13047 18000 13047 540 +-6 +6 26865 11115 27135 11430 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27090 11385 26905 11170 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27095 11170 26910 11385 +-6 +6 24165 9765 24435 10080 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24390 10035 24205 9820 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24395 9820 24210 10035 +-6 +6 26865 9765 27135 10080 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27090 10035 26905 9820 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27095 9820 26910 10035 +-6 +6 24165 11115 24435 11430 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24390 11385 24205 11170 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24395 11170 24210 11385 +-6 +6 24210 7965 24480 8280 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24435 8235 24250 8020 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24440 8020 24255 8235 +-6 +6 26865 7965 27135 8280 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27090 8235 26905 8020 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27095 8020 26910 8235 +-6 +6 26910 5760 27180 6075 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27135 6030 26950 5815 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27140 5815 26955 6030 +-6 +6 24165 5760 24435 6075 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24390 6030 24205 5815 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24395 5815 24210 6030 +-6 +6 24210 3510 24480 3825 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24435 3780 24250 3565 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24440 3565 24255 3780 +-6 +6 26865 3510 27135 3825 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27090 3780 26905 3565 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27095 3565 26910 3780 +-6 +6 24165 1260 24435 1575 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24390 1530 24205 1315 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24395 1315 24210 1530 +-6 +6 26820 1260 27090 1575 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27045 1530 26860 1315 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27050 1315 26865 1530 +-6 +6 19215 810 19485 1125 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 1080 19255 865 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 865 19260 1080 +-6 +6 21870 810 22140 1125 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22095 1080 21910 865 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22100 865 21915 1080 +-6 +6 21870 2565 22140 2880 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22095 2835 21910 2620 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22100 2620 21915 2835 +-6 +6 19215 2565 19485 2880 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 2835 19255 2620 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 2620 19260 2835 +-6 +6 19215 4815 19485 5130 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 5085 19255 4870 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 4870 19260 5085 +-6 +6 21870 4815 22140 5130 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22095 5085 21910 4870 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22100 4870 21915 5085 +-6 +6 21915 9315 22185 9630 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22140 9585 21955 9370 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22145 9370 21960 9585 +-6 +6 19215 9315 19485 9630 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 9585 19255 9370 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 9370 19260 9585 +-6 +6 19215 11565 19485 11880 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 11835 19255 11620 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 11620 19260 11835 +-6 +6 21915 11565 22185 11880 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22140 11835 21955 11620 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22145 11620 21960 11835 +-6 +6 21915 14220 22185 14535 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22140 14490 21955 14275 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22145 14275 21960 14490 +-6 +6 19215 14265 19485 14580 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 14535 19255 14320 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 14320 19260 14535 +-6 +6 19215 16920 19485 17235 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 17190 19255 16975 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 16975 19260 17190 +-6 +6 21915 16920 22185 17235 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22140 17190 21955 16975 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22145 16975 21960 17190 +-6 +6 23670 17370 23940 17685 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 23895 17640 23710 17425 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 23900 17425 23715 17640 +-6 +6 24570 17370 24840 17685 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24795 17640 24610 17425 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 24800 17425 24615 17640 +-6 +6 25110 17325 25380 17640 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 25335 17595 25150 17380 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 25340 17380 25155 17595 +-6 +6 25110 16470 25380 16785 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 25335 16740 25150 16525 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 25340 16525 25155 16740 +-6 +6 26010 17370 26280 17685 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 26235 17640 26050 17425 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 26240 17425 26055 17640 +-6 +6 26865 17370 27135 17685 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27090 17640 26905 17425 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27095 17425 26910 17640 +-6 +6 26865 16515 27135 16830 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27090 16785 26905 16570 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 27095 16570 26910 16785 +-6 +6 12015 11970 12285 12285 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 12240 12240 12055 12025 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 12245 12025 12060 12240 +-6 +6 8415 9765 8685 10080 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 8640 10035 8455 9820 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 8645 9820 8460 10035 +-6 +6 8415 12915 8685 13230 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 8640 13185 8455 12970 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 8645 12970 8460 13185 +-6 +6 6615 9765 6885 10080 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 6840 10035 6655 9820 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 6845 9820 6660 10035 +-6 +6 7065 15165 7335 15480 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 7290 15435 7105 15220 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 7295 15220 7110 15435 +-6 +6 8865 13815 9135 14130 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9090 14085 8905 13870 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9095 13870 8910 14085 +-6 +6 8865 16020 9135 16335 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9090 16290 8905 16075 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9095 16075 8910 16290 +-6 +6 3915 16020 4185 16335 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 4140 16290 3955 16075 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 4145 16075 3960 16290 +-6 +6 8865 7515 9135 7830 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9090 7785 8905 7570 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9095 7570 8910 7785 +-6 +6 8865 2160 9135 2475 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9090 2430 8905 2215 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 9095 2215 8910 2430 +-6 +6 12915 4410 13185 4725 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 13140 4680 12955 4465 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 13145 4465 12960 4680 +-6 +6 3465 2160 3735 2475 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 3690 2430 3505 2215 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 3695 2215 3510 2430 +-6 +6 1215 3960 1485 4275 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 1440 4230 1255 4015 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 1445 4015 1260 4230 +-6 +6 13815 3960 14085 4275 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 14040 4230 13855 4015 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 14045 4015 13860 4230 +-6 +6 11565 3510 11835 3825 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 11790 3780 11605 3565 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 11795 3565 11610 3780 +-6 +6 12915 6615 13185 6930 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 13140 6885 12955 6670 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 13145 6670 12960 6885 +-6 +6 2115 3060 2385 3375 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 2340 3330 2155 3115 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 2345 3115 2160 3330 +-6 +6 3960 9765 4230 10080 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 4185 10035 4000 9820 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 4190 9820 4005 10035 +-6 +6 5265 12015 5535 12330 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5490 12285 5305 12070 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5495 12070 5310 12285 +-6 +6 6615 12915 6885 13230 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 6840 13185 6655 12970 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 6845 12970 6660 13185 +-6 +6 3465 9765 3735 10080 +2 1 0 4 0 20 61 0 15 0.000 0 0 -1 0 0 2 + 3690 10035 3505 9820 +2 1 0 4 0 20 61 0 15 0.000 0 0 -1 0 0 2 + 3695 9820 3510 10035 +-6 +6 6480 14175 7020 14670 +6 6480 14175 7020 14670 +6 6480 14175 7020 14670 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 6526 14194 6976 14194 6976 14642 6526 14642 6526 14194 +-6 +-6 +-6 +6 26910 15120 27180 15435 +2 1 0 4 0 7 65 0 -1 0.000 0 0 -1 0 0 2 + 27135 15390 26950 15175 +2 1 0 4 0 7 65 0 -1 0.000 0 0 -1 0 0 2 + 27140 15175 26955 15390 +-6 +6 26910 12870 27180 13185 +2 1 0 4 0 7 65 0 -1 0.000 0 0 -1 0 0 2 + 27135 13140 26950 12925 +2 1 0 4 0 7 65 0 -1 0.000 0 0 -1 0 0 2 + 27140 12925 26955 13140 +-6 +6 10665 9765 10980 10080 +2 1 0 3 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 10927 10035 10712 9820 +2 1 0 3 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 10933 9820 10717 10035 +-6 +6 6930 10845 8415 11520 +6 7155 10881 8100 11295 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 7178 10904 8076 10904 8076 11272 7178 11272 7178 10904 +4 0 0 0 0 0 24 0.0000 4 255 630 7339 11203 3.00\001 +-6 +2 1 0 3 0 7 0 0 20 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 6975 11475 8370 11475 +-6 +6 7065 14670 7335 14985 +2 1 0 4 0 7 56 0 -1 0.000 0 0 -1 0 0 2 + 7290 14940 7105 14725 +2 1 0 4 0 7 56 0 -1 0.000 0 0 -1 0 0 2 + 7295 14725 7110 14940 +-6 +6 12015 11115 12285 11430 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 12240 11385 12055 11170 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 12245 11170 12060 11385 +-6 +6 2115 5265 2385 5580 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 2340 5535 2155 5320 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 2345 5320 2160 5535 +-6 +6 7515 6210 7785 6525 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 7740 6480 7555 6265 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 7745 6265 7560 6480 +-6 +6 7515 3465 7785 3780 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 7740 3735 7555 3520 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 7745 3520 7560 3735 +-6 +6 10215 6210 10485 6525 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 10440 6480 10255 6265 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 10445 6265 10260 6480 +-6 +6 10215 3465 10485 3780 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 10440 3735 10255 3520 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 10445 3520 10260 3735 +-6 +6 5265 11115 5535 11430 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5490 11385 5305 11170 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5495 11170 5310 11385 +-6 +6 861 539 27907 18000 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 25206 17999 25206 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 25655 17999 25655 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 26104 17999 26104 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 26555 17999 26555 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 27005 17999 27005 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 27455 17999 27455 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 27906 17999 27906 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 22502 17999 22502 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 22953 17999 22953 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 23403 17999 23403 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 23854 17999 23854 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 24305 17999 24305 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 24756 17999 24756 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 19802 17999 19802 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 20254 17999 20254 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 20703 17999 20703 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 21154 17999 21154 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 21603 17999 21603 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 22054 17999 22054 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 17102 17999 17102 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 17554 17999 17554 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 18003 17999 18003 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 18453 17999 18453 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 18902 17999 18902 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 19354 17999 19354 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 14400 17999 14400 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 14852 17999 14852 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 15301 17999 15301 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 15753 17999 15753 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 16202 17999 16202 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 16654 17999 16654 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 11701 17999 11701 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 12150 17999 12150 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 12602 17999 12602 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 13051 17999 13051 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 13503 17999 13503 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 13952 17999 13952 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 9001 17999 9001 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 9450 17999 9450 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 9902 17999 9902 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 10351 17999 10351 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 10801 17999 10801 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 11249 17999 11249 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 6302 17999 6302 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 6750 17999 6750 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 7201 17999 7201 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 7649 17999 7649 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 8101 17999 8101 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 8550 17999 8550 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 3599 17999 3599 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 4048 17999 4048 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 4500 17999 4500 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 4950 17999 4950 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 5401 17999 5401 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 5850 17999 5850 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 17999 898 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 1349 17999 1349 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 1800 17999 1800 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 2249 17999 2249 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 2699 17999 2699 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 3148 17999 3148 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 16207 27906 16207 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 16655 27906 16655 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 17103 27906 17103 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 17551 27906 17551 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 17999 27906 17999 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 13969 27906 13969 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 14417 27906 14417 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 14866 27906 14866 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 15314 27906 15314 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 15761 27906 15761 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 11729 27906 11729 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 12177 27906 12177 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 12625 27906 12625 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 13073 27906 13073 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 13521 27906 13521 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 9491 27906 9491 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 9939 27906 9939 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 10388 27906 10388 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 10835 27906 10835 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 11283 27906 11283 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 7256 27906 7256 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 7704 27906 7704 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 8151 27906 8151 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 8600 27906 8600 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 9048 27906 9048 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 5018 27906 5018 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 5466 27906 5466 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 5914 27906 5914 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 6362 27906 6362 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 6810 27906 6810 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 2778 27906 2778 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 3225 27906 3225 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 3673 27906 3673 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 4122 27906 4122 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 4570 27906 4570 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 540 27906 540 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 988 27906 988 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 1436 27906 1436 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 1884 27906 1884 +2 1 1 1 0 7 0 0 -1 4.000 0 0 -1 0 0 2 + 898 2332 27906 2332 +-6 +6 15525 15030 17460 15435 +6 15525 15030 17460 15435 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 15525 15067 17458 15067 17458 15435 15525 15435 15525 15067 +-6 +4 0 0 0 0 0 24 0.0000 4 255 1650 15660 15390 YES 4.00 \001 +-6 +6 13095 15255 15345 18000 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 13095 15255 15345 15255 15345 17963 13095 17963 13095 15255 +4 0 0 0 0 0 34 0.0000 4 450 2175 13140 15660 Any layers\001 +4 0 0 0 0 0 34 0.0000 4 345 1935 13230 16200 Measures\001 +4 0 0 0 0 0 34 0.0000 4 450 1605 13410 16785 are only\001 +4 0 0 0 0 0 34 0.0000 4 345 1665 13320 17325 taken on\001 +4 0 0 0 0 0 34 0.0000 4 345 1620 13365 17865 the axes\001 +-6 +6 19395 1170 20295 2610 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 19800 1215 19800 2565 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 19397 1702 20295 1702 20295 2070 19397 2070 19397 1702 +4 0 0 0 0 0 24 0.0000 4 255 630 19530 2025 3.00\001 +-6 +6 24975 1845 25875 3285 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 25380 1890 25380 3240 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 24977 2377 25875 2377 25875 2745 24977 2745 24977 2377 +4 0 0 0 0 0 24 0.0000 4 255 630 25110 2700 3.00\001 +-6 +6 19575 9900 20475 11340 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 19980 9945 19980 11295 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 19577 10432 20475 10432 20475 10800 19577 10800 19577 10432 +4 0 0 0 0 0 24 0.0000 4 255 630 19710 10755 3.00\001 +-6 +6 27270 2745 28080 4635 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 4 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 27315 3240 27315 2790 27315 4590 27315 4140 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 27315 3457 28080 3457 28080 3915 27315 3915 27315 3457 +4 0 0 0 0 0 24 0.0000 4 255 630 27360 3825 2.00\001 +-6 +6 22275 2115 23175 3510 +6 22410 2475 23175 2970 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 22410 2512 23175 2512 23175 2970 22410 2970 22410 2512 +4 0 0 0 0 0 24 0.0000 4 255 630 22500 2835 1.00\001 +-6 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 4 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 22320 2610 22320 2160 22320 3465 22320 3015 +-6 +6 27270 9225 28170 10620 +6 27405 9585 28170 10080 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 27405 9622 28170 9622 28170 10080 27405 10080 27405 9622 +4 0 0 0 0 0 24 0.0000 4 255 630 27495 9945 1.00\001 +-6 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 4 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 27315 9720 27315 9270 27315 10575 27315 10125 +-6 +6 3420 7965 3780 8325 +2 1 0 4 0 1 61 0 15 0.000 0 0 -1 0 0 2 + 3719 8274 3474 8028 +2 1 0 4 0 1 61 0 15 0.000 0 0 -1 0 0 2 + 3726 8028 3479 8274 +-6 +6 3465 7515 3735 7830 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 3690 7785 3505 7570 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 3695 7570 3510 7785 +-6 +6 3465 8010 3735 8325 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 3690 8280 3505 8065 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 3695 8065 3510 8280 +-6 +6 10665 15165 10935 15480 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 10890 15435 10705 15220 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 10895 15220 10710 15435 +-6 +6 10665 13365 10935 13680 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 10890 13635 10705 13420 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 10895 13420 10710 13635 +-6 +6 10665 12915 10935 13230 +2 1 0 4 0 20 10 0 15 0.000 0 0 -1 0 0 2 + 10890 13185 10705 12970 +2 1 0 4 0 20 10 0 15 0.000 0 0 -1 0 0 2 + 10895 12970 10710 13185 +-6 +6 10665 13365 10935 13680 +2 1 0 4 0 20 10 0 15 0.000 0 0 -1 0 0 2 + 10890 13635 10705 13420 +2 1 0 4 0 20 10 0 15 0.000 0 0 -1 0 0 2 + 10895 13420 10710 13635 +-6 +6 4815 3465 5085 3780 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5040 3735 4855 3520 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5045 3520 4860 3735 +-6 +6 4815 5310 5085 5625 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5040 5580 4855 5365 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 5045 5365 4860 5580 +-6 +6 15210 4500 18090 9270 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 15210 4500 18090 4500 18090 9270 15210 9270 15210 4500 +4 1 0 0 0 0 34 0.0000 4 345 1695 16649 9042 identical\001 +4 1 0 0 0 0 34 0.0000 4 285 1350 16649 8481 are not\001 +4 1 0 0 0 0 34 0.0000 4 345 1290 16649 7920 if VIA\001 +4 1 0 0 0 0 34 0.0000 4 345 2505 16649 7359 But No Rule\001 +4 1 0 0 0 0 20 0.0000 4 195 1860 16650 6438 Center to center\001 +4 1 0 0 0 0 34 0.0000 4 345 1755 16649 6027 VIAS : 4\001 +4 1 0 0 0 0 34 0.0000 4 345 1725 16649 5466 Identical\001 +4 1 0 0 0 0 34 0.0000 4 345 1290 16650 4905 For all\001 +-6 +2 1 0 3 0 7 83 0 57 8.000 0 0 -1 0 0 3 + 19534 17104 22144 17104 22235 17104 +2 1 3 1 0 7 77 0 44 6.000 0 0 -1 0 0 2 + 18454 8599 23404 8599 +2 1 0 1 0 7 65 0 44 6.000 0 0 -1 0 0 3 + 19355 9493 21964 9493 22055 9493 +2 1 0 1 0 7 85 0 44 0.000 0 0 -1 0 0 3 + 7650 3195 7651 5419 7651 6853 +2 1 0 1 0 7 85 0 44 0.000 0 0 -1 0 0 3 + 12962 4615 12962 6853 12962 6763 +2 1 0 6 0 7 90 0 19 8.000 0 0 -1 0 0 2 + 18450 17999 18450 9318 +2 1 3 5 0 7 77 0 44 6.000 0 0 -1 0 0 2 + 23175 541 23220 18000 +2 1 3 5 0 7 77 0 1 6.000 0 0 -1 0 0 2 + 18522 8595 23091 8595 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 13050 6795 13050 6165 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 13050 4590 13050 4815 +2 1 0 4 0 7 64 0 -1 8.000 0 0 -1 0 0 2 + 9000 2340 9000 7695 +2 1 0 4 0 7 64 0 -1 8.000 0 0 -1 0 0 2 + 3600 2385 3600 8145 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 3645 9945 4095 9945 +2 1 0 4 0 7 68 0 44 8.000 0 0 -1 0 0 3 + 6750 9931 6750 12170 6750 13050 +2 1 0 4 0 7 68 0 44 8.000 0 0 -1 0 0 3 + 8550 9931 8550 12170 8550 13050 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 12150 12195 12150 11295 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 3 + 4050 16200 9045 16200 9090 16200 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 9000 13995 9000 16200 +2 1 0 4 0 7 83 0 -1 6.000 0 0 -1 0 0 2 + 19350 9495 22050 9495 +2 1 0 4 0 7 58 0 7 8.000 0 0 -1 0 0 2 + 23855 17552 24756 17552 +2 1 0 4 0 7 58 0 7 8.000 0 0 -1 0 0 2 + 27006 16657 27006 17552 +2 1 0 4 0 7 71 0 -1 6.000 0 0 -1 0 0 2 + 19350 2745 22050 2745 +2 1 0 4 0 7 65 0 57 6.000 0 0 -1 0 0 3 + 24305 3674 26916 3674 27006 3674 +2 1 0 4 0 7 82 0 57 6.000 0 0 -1 0 0 3 + 24395 8151 27006 8151 27096 8151 +2 2 0 3 0 7 85 0 44 0.000 0 0 -1 0 0 5 + 19174 9047 22325 9047 22325 9941 19174 9941 19174 9047 +2 1 0 4 0 7 70 0 57 6.000 0 0 -1 0 0 3 + 24305 1436 26916 1436 27006 1436 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 7200 15345 7200 14850 +2 2 0 3 0 7 85 0 45 0.000 0 0 -1 0 0 5 + 19125 767 22276 767 22276 1215 19125 1215 19125 767 +2 1 0 4 0 7 71 0 -1 6.000 0 0 -1 0 0 2 + 19350 990 22050 990 +2 1 0 4 0 7 65 0 44 6.000 0 0 -1 0 0 3 + 19355 11732 21964 11732 22055 11732 +2 1 0 4 0 7 70 0 -1 10.000 0 0 -1 0 0 3 + 24345 11295 27000 11295 27045 11295 +2 1 0 4 0 7 70 0 -1 10.000 0 0 -1 0 0 2 + 24345 9945 27090 9945 +2 1 3 5 0 7 70 0 -1 6.000 0 0 -1 0 0 2 + 23220 16245 27900 16245 +2 1 0 4 0 7 58 0 7 8.000 0 0 -1 0 0 2 + 25245 16655 25245 17550 +2 1 0 4 0 7 74 0 7 8.000 0 0 -1 0 0 2 + 26196 17552 27006 17552 +2 1 0 4 0 7 68 0 57 8.000 0 0 -1 0 0 3 + 19355 14418 21964 14418 22055 14418 +2 1 0 4 0 7 68 0 57 8.000 0 0 -1 0 0 3 + 19355 17104 21964 17104 22055 17104 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 5400 12195 5400 11295 +2 1 0 4 0 7 82 0 57 6.000 0 0 -1 0 0 3 + 24300 5895 27006 5913 27096 5913 +2 1 3 5 0 7 77 0 1 6.000 0 0 -1 0 0 2 + 23247 9045 27900 9045 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 2026 5211 2475 5211 2475 5659 2026 5659 2026 5211 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 7425 3427 7875 3427 7875 3870 7425 3870 7425 3427 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 7425 6120 7875 6120 7875 6615 7425 6615 7425 6120 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 10126 3423 10575 3423 10575 3870 10126 3870 10126 3423 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 10127 6122 10576 6122 10576 6570 10127 6570 10127 6122 +2 2 0 3 0 21 60 0 25 0.000 0 0 -1 0 0 5 + 11473 7920 11925 7920 11925 8370 11473 8370 11473 7920 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 5176 11061 5625 11061 5625 11509 5176 11509 5176 11061 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 11926 11061 12375 11061 12375 11509 11926 11509 11926 11061 +2 2 0 3 0 2 90 0 44 0.000 0 0 -1 0 0 5 + 5850 10620 9675 10620 9675 12375 5850 12375 5850 10620 +2 2 0 3 0 2 90 0 44 0.000 0 0 -1 0 0 5 + 4950 10620 5940 10620 5940 12375 4950 12375 4950 10620 +2 2 0 3 0 2 90 0 44 0.000 0 0 -1 0 0 5 + 6075 14625 8505 14625 8505 15480 6075 15480 6075 14625 +2 2 0 3 0 2 80 0 44 0.000 0 0 -1 0 0 5 + 6075 13746 7426 13746 7426 15089 6075 15089 6075 13746 +2 2 0 3 0 2 90 0 44 0.000 0 0 -1 0 0 5 + 8325 14625 11117 14625 11117 15480 8325 15480 8325 14625 +2 2 0 3 0 2 90 0 44 0.000 0 0 -1 0 0 5 + 9675 10620 11970 10620 11970 12375 9675 12375 9675 10620 +2 2 0 3 0 2 90 0 44 0.000 0 0 -1 0 0 5 + 11701 10620 12600 10620 12600 12375 11701 12375 11701 10620 +2 1 0 4 0 7 65 0 57 8.000 0 0 -1 0 0 3 + 24395 15300 27006 15300 27096 15300 +2 1 0 4 0 7 66 0 -1 0.000 0 0 -1 0 0 2 + 24435 15390 24250 15175 +2 1 0 4 0 7 66 0 -1 0.000 0 0 -1 0 0 2 + 24440 15175 24255 15390 +2 2 0 3 0 2 85 0 44 0.000 0 0 -1 0 0 5 + 19125 9047 22321 9047 22321 9945 19125 9945 19125 9047 +2 2 0 3 0 2 85 0 44 0.000 0 0 -1 0 0 5 + 19125 11295 22325 11295 22325 12180 19125 12180 19125 11295 +2 2 0 3 0 16 85 0 45 0.000 0 0 -1 0 0 5 + 24075 988 27276 988 27276 1890 24075 1890 24075 988 +2 2 0 3 0 16 85 0 45 0.000 0 0 -1 0 0 5 + 24075 3226 27276 3226 27276 4095 24075 4095 24075 3226 +2 2 0 3 0 16 83 0 45 0.000 0 0 -1 0 0 5 + 24075 5490 27276 5490 27276 6390 24075 6390 24075 5490 +2 2 0 3 0 16 83 0 45 0.000 0 0 -1 0 0 5 + 24075 7695 27276 7695 27276 8595 24075 8595 24075 7695 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 6975 5670 8325 5670 8325 7020 6975 7020 6975 5670 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 6931 3003 8325 3003 8325 4365 6931 4365 6931 3003 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 9675 3003 11070 3003 11070 4365 9675 4365 9675 3003 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 9675 5689 11025 5689 11025 7031 9675 7031 9675 5689 +2 2 0 3 0 6 82 0 44 0.000 0 0 -1 0 0 5 + 9900 3003 10799 3003 10799 7031 9900 7031 9900 3003 +2 2 0 3 0 6 90 0 44 0.000 0 0 -1 0 0 5 + 2476 3015 4725 3015 4725 7043 2476 7043 2476 3015 +2 2 0 3 0 6 85 0 44 0.000 0 0 -1 0 0 5 + 1800 3015 2699 3015 2699 5701 1800 5701 1800 3015 +2 2 0 3 0 6 90 0 44 0.000 0 0 -1 0 0 5 + 10531 4346 12783 4346 12783 7031 10531 7031 10531 4346 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 12375 4770 13725 4770 13725 6113 12375 6113 12375 4770 +2 2 0 3 0 6 85 0 44 0.000 0 0 -1 0 0 5 + 12600 4346 13500 4346 13500 7031 12600 7031 12600 4346 +2 2 0 3 0 1 80 0 15 0.000 0 0 -1 0 0 5 + 25200 7695 26100 7695 26100 8595 25200 8595 25200 7695 +2 1 0 1 0 7 82 0 -1 6.000 0 0 -1 0 0 3 + 19444 7254 22055 7254 22144 7254 +2 1 0 4 0 7 79 0 -1 6.000 0 0 -1 0 0 2 + 19395 7245 22095 7245 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19440 7335 19255 7120 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 19445 7120 19260 7335 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22140 7335 21955 7120 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 22145 7120 21960 7335 +2 1 0 4 0 7 65 0 57 8.000 0 0 -1 0 0 3 + 24395 13050 27006 13050 27096 13050 +2 1 0 4 0 7 66 0 -1 0.000 0 0 -1 0 0 2 + 24435 13140 24250 12925 +2 1 0 4 0 7 66 0 -1 0.000 0 0 -1 0 0 2 + 24440 12925 24255 13140 +2 1 0 3 0 7 0 0 20 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 10800 9720 12195 9720 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 9450 7245 9450 10620 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 13365 3007 14263 3007 14263 3375 13365 3375 13365 3007 +2 2 0 3 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 9855 11700 11340 11700 11340 12195 9855 12195 9855 11700 +2 2 0 3 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 1935 12195 3420 12195 3420 12690 1935 12690 1935 12195 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 4 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 13770 2790 13365 2790 14400 2790 13995 2790 +2 1 0 4 0 7 57 0 -1 8.000 0 0 -1 0 0 2 + 4050 9945 4050 15930 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 2 + 3600 8055 3600 9945 +2 1 0 4 0 7 60 0 -1 8.000 0 0 -1 0 0 3 + 10800 9931 10800 12170 10800 13545 +2 2 0 3 0 21 55 0 25 0.000 0 0 -1 0 0 5 + 10576 15077 11025 15077 11025 15525 10576 15525 10576 15077 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 2 + 3600 8145 11700 8145 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 2 + 11700 3645 11700 8100 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 3 + 2250 3226 2250 5465 2250 5374 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 2 + 7650 3645 7650 6345 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 3 + 10350 3645 10350 5419 10350 6390 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 4 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 4320 11925 3915 11925 4995 11925 4545 11925 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 3983 12218 4881 12218 4881 12586 3983 12586 3983 12218 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 14625 11340 14625 13095 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 15345 13095 16650 11745 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 11003 9149 11901 9149 11901 9517 11003 9517 11003 9149 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 13187 12007 15120 12007 15120 12375 13187 12375 13187 12007 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 15480 12232 16875 12232 16875 12600 15480 12600 15480 12232 +2 1 0 6 0 7 1 0 -1 8.000 0 0 -1 0 0 2 + 13050 9495 13050 18000 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 16290 14445 16290 16155 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 25875 16642 26730 16642 26730 17010 25875 17010 25875 16642 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 23535 16642 24300 16642 24300 17010 23535 17010 23535 16642 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 24705 13987 26910 13987 26910 14400 24705 14400 24705 13987 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 19710 3412 21015 3412 21015 3825 19710 3825 19710 3412 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 24660 4500 26460 4500 26460 4950 24660 4950 24660 4500 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 1 1 2 + 2 1 5.00 60.00 90.00 + 2 1 5.00 60.00 90.00 + 24750 10170 24750 11025 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 24347 10432 25245 10432 25245 10800 24347 10800 24347 10432 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 4 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 22320 9090 22320 8640 22320 10305 22320 9945 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 22320 9307 23085 9307 23085 9765 22320 9765 22320 9307 +2 2 0 3 0 2 80 0 44 0.000 0 0 -1 0 0 5 + 10125 14618 11431 14618 11431 15930 10125 15930 10125 14618 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 12825 5223 13275 5223 13275 5670 12825 5670 12825 5223 +2 2 0 2 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 4500 1932 5985 1932 5985 2385 4500 2385 4500 1932 +2 2 0 3 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 12330 810 13680 810 13680 1305 12330 1305 12330 810 +2 2 0 2 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 2880 6346 4364 6346 4364 6840 2880 6840 2880 6346 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 9000 8843 9876 8843 9876 9225 9000 9225 9000 8843 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 19575 12637 21915 12637 21915 13500 19575 13500 19575 12637 +2 2 0 3 0 1 80 0 15 0.000 0 0 -1 0 0 5 + 25245 5490 26100 5490 26100 6390 25245 6390 25245 5490 +2 1 0 4 0 7 46 0 -1 0.000 0 0 -1 0 0 2 + 11795 8020 11610 8235 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 11790 7830 11605 7615 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 11795 7615 11610 7830 +2 2 0 3 0 21 68 0 25 0.000 0 0 -1 0 0 5 + 3375 7920 3825 7920 3825 8370 3375 8370 3375 7920 +2 2 0 3 0 4 70 0 25 0.000 0 0 -1 0 0 5 + 11025 7476 12377 7476 12377 8820 11025 8820 11025 7476 +2 2 0 1 0 4 67 0 25 0.000 0 0 -1 0 0 5 + 3375 9720 4275 9720 4275 10170 3375 10170 3375 9720 +2 2 0 3 0 4 70 0 25 0.000 0 0 -1 0 0 5 + 13952 9941 15303 9941 15303 11284 13952 11284 13952 9941 +2 2 0 3 0 4 70 0 25 0.000 0 0 -1 0 0 5 + 16654 10389 18003 10389 18003 11732 16654 11732 16654 10389 +2 2 0 3 0 4 70 0 25 0.000 0 0 -1 0 0 5 + 10125 12831 11477 12831 11477 14175 10125 14175 10125 12831 +2 2 0 3 0 4 70 0 25 0.000 0 0 -1 0 0 5 + 13952 13075 15303 13075 15303 14418 13952 14418 13952 13075 +2 2 0 3 0 4 67 0 25 0.000 0 0 -1 0 0 5 + 3825 15975 9225 15975 9225 16425 3825 16425 3825 15975 +2 2 0 3 0 4 70 0 25 0.000 0 0 -1 0 0 5 + 16654 16209 18003 16209 18003 17552 16654 17552 16654 16209 +2 2 0 3 0 4 76 0 25 0.000 0 0 -1 0 0 5 + 24075 9722 27271 9722 27271 10170 24075 10170 24075 9722 +2 2 0 3 0 4 76 0 25 0.000 0 0 -1 0 0 5 + 24075 11072 27271 11072 27271 11520 24075 11520 24075 11072 +2 2 0 3 0 4 77 0 25 0.000 0 0 7 0 0 5 + 24975 12420 26370 12420 26370 13725 24975 13725 24975 12420 +2 2 0 3 0 4 76 0 25 0.000 0 0 -1 0 0 5 + 23540 17327 24980 17327 24980 17775 23540 17775 23540 17327 +2 2 0 3 0 4 76 0 25 0.000 0 0 -1 0 0 5 + 25020 16431 25471 16431 25471 17775 25020 17775 25020 16431 +2 2 0 3 0 4 76 0 25 0.000 0 0 -1 0 0 5 + 25920 17327 27269 17327 27269 17775 25920 17775 25920 17327 +2 2 0 3 0 4 73 0 25 0.000 0 0 -1 0 0 5 + 26820 16470 27270 16470 27270 17775 26820 17775 26820 16470 +2 2 0 3 0 32 85 0 45 0.000 0 0 -1 0 0 5 + 19125 2522 22276 2522 22276 2970 19125 2970 19125 2522 +2 2 0 3 0 32 85 0 45 0.000 0 0 -1 0 0 5 + 19125 765 22276 765 22276 1213 19125 1213 19125 765 +2 2 0 3 0 32 59 0 45 0.000 0 0 -1 0 0 5 + 20250 6840 21157 6840 21157 7695 20250 7695 20250 6840 +2 2 0 3 0 3 58 0 15 0.000 0 0 -1 0 0 5 + 20475 7020 20941 7020 20941 7470 20475 7470 20475 7020 +2 2 0 3 0 32 56 0 45 0.000 0 0 -1 0 0 5 + 20250 4545 21150 4545 21150 5445 20250 5445 20250 4545 +2 2 0 3 0 33 95 0 19 0.000 0 0 -1 0 0 5 + 1350 988 13952 988 13952 7256 1350 7256 1350 988 +2 2 0 3 0 3 56 0 15 0.000 0 0 -1 0 0 5 + 20475 4777 20925 4777 20925 5220 20475 5220 20475 4777 +2 1 0 4 0 7 71 0 -1 6.000 0 0 -1 0 0 2 + 19350 4995 22050 4995 +2 2 0 3 0 2 68 0 44 0.000 0 0 -1 0 0 5 + 20025 13725 21375 13725 21375 15030 20025 15030 20025 13725 +2 2 0 3 0 2 68 0 44 0.000 0 0 -1 0 0 5 + 20025 16388 21375 16388 21375 17730 20025 17730 20025 16388 +2 2 0 3 0 23 63 0 15 0.000 0 0 -1 0 0 5 + 20475 16877 20925 16877 20925 17325 20475 17325 20475 16877 +2 2 0 3 0 23 8 0 15 0.000 0 0 -1 0 0 5 + 20430 14195 20925 14195 20925 14670 20430 14670 20430 14195 +2 2 0 3 0 1 68 0 15 0.000 0 0 7 0 0 5 + 20250 13970 21150 13970 21150 14850 20250 14850 20250 13970 +2 2 0 3 0 1 66 0 15 0.000 0 0 7 0 0 5 + 20250 16657 21155 16657 21155 17550 20250 17550 20250 16657 +2 2 0 3 0 23 63 0 15 0.000 0 0 7 0 0 5 + 25470 15120 25877 15120 25877 15525 25470 15525 25470 15120 +2 2 0 3 0 23 63 0 15 0.000 0 0 7 0 0 5 + 25425 12825 25875 12825 25875 13275 25425 13275 25425 12825 +2 2 0 3 0 1 64 0 15 0.000 0 0 7 0 0 5 + 25200 14850 26145 14850 26145 15750 25200 15750 25200 14850 +2 2 0 3 0 1 64 0 15 0.000 0 0 7 0 0 5 + 25200 12600 26100 12600 26100 13500 25200 13500 25200 12600 +2 1 0 3 0 23 63 0 15 0.000 0 0 -1 0 0 2 + 26820 17325 27270 17325 +2 1 0 3 0 23 63 0 15 0.000 0 0 -1 0 0 2 + 26820 17550 27000 17550 +2 2 0 3 1 32 72 0 45 0.000 0 0 -1 0 0 5 + 7200 3240 8100 3240 8100 4140 7200 4140 7200 3240 +2 2 0 3 0 6 85 0 44 0.000 0 0 -1 0 0 5 + 7202 3003 8102 3003 8102 7031 7202 7031 7202 3003 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 7200 5895 8100 5895 8100 6795 7200 6795 7200 5895 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 9900 5895 10800 5895 10800 6808 9900 6808 9900 5895 +2 2 0 3 1 32 72 0 45 0.000 0 0 -1 0 0 5 + 9900 3240 10800 3240 10800 4140 9900 4140 9900 3240 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 12600 4995 13500 4995 13500 5895 12600 5895 12600 4995 +2 2 0 3 1 32 65 0 45 0.000 0 0 -1 0 0 5 + 11250 7698 12150 7698 12150 8595 11250 8595 11250 7698 +2 2 0 3 0 4 81 0 25 0.000 0 0 -1 0 0 5 + 3375 8145 3825 8145 3825 10164 3375 10164 3375 8145 +2 2 0 3 0 32 62 0 45 0.000 0 0 -1 0 0 5 + 3375 7922 11927 7922 11927 8370 3375 8370 3375 7922 +2 2 0 3 0 21 59 0 25 0.000 0 0 -1 0 0 5 + 3375 7913 3825 7913 3825 8370 3375 8370 3375 7913 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 11790 8235 11605 8020 +2 2 0 3 1 32 79 0 45 0.000 0 0 -1 0 0 5 + 4950 10849 5850 10849 5850 11745 4950 11745 4950 10849 +2 2 0 3 1 32 79 0 45 0.000 0 0 -1 0 0 5 + 11700 10849 12600 10849 12600 11745 11700 11745 11700 10849 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 6300 13995 7198 13995 7198 14850 6300 14850 6300 13995 +2 1 0 4 0 7 10 0 -1 0.000 0 0 -1 0 0 2 + 10800 13545 10800 15300 +2 2 0 3 0 21 13 0 25 0.000 0 0 -1 0 0 5 + 10573 13275 11025 13275 11025 13725 10573 13725 10573 13275 +2 2 0 3 0 32 57 0 45 0.000 0 0 7 0 0 5 + 10351 13074 11250 13074 11250 15760 10351 15760 10351 13074 +2 2 0 3 16 32 80 0 45 0.000 0 0 -1 0 0 5 + 10350 14940 11250 14940 11250 15750 10350 15750 10350 14940 +2 2 0 3 16 32 65 0 45 0.000 0 0 -1 0 0 5 + 10350 13095 11250 13095 11250 13992 10350 13992 10350 13095 +2 2 0 3 0 4 81 0 25 0.000 0 0 -1 0 0 5 + 3825 9720 4275 9720 4275 16425 3825 16425 3825 9720 +2 2 0 3 0 4 81 0 25 0.000 0 0 -1 0 0 5 + 3825 15975 4275 15975 4275 16425 3825 16425 3825 15975 +2 2 0 3 0 4 81 0 25 0.000 0 0 -1 0 0 5 + 3825 15975 4275 15975 4275 16425 3825 16425 3825 15975 +2 1 0 3 0 4 10 0 25 0.000 0 0 -1 0 0 2 + 4275 15975 4275 16425 +2 1 0 3 0 4 10 0 25 0.000 0 0 -1 0 0 2 + 4050 15930 4050 16200 +2 2 0 3 0 2 80 0 44 0.000 0 0 -1 0 0 5 + 4725 10620 6075 10620 6075 11962 4725 11962 4725 10620 +2 2 0 3 0 2 80 0 44 0.000 0 0 -1 0 0 5 + 11475 10628 12825 10628 12825 11970 11475 11970 11475 10628 +2 2 0 3 0 3 70 0 15 0.000 0 0 -1 0 0 5 + 25470 5718 25920 5718 25920 6165 25470 6165 25470 5718 +2 2 0 3 0 3 70 0 15 0.000 0 0 -1 0 0 5 + 25425 7920 25875 7920 25875 8368 25425 8368 25425 7920 +2 2 0 3 0 31 80 0 44 0.000 0 0 -1 0 0 5 + 2025 10620 3375 10620 3375 11970 2025 11970 2025 10620 +2 2 0 3 0 21 59 0 25 0.000 0 0 -1 0 0 5 + 2475 11063 2925 11063 2925 11520 2475 11520 2475 11063 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 2250 10845 3150 10845 3150 11745 2250 11745 2250 10845 +2 2 0 3 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 12825 2115 13275 2115 13275 2565 12825 2565 12825 2115 +2 2 0 3 0 13 80 0 44 0.000 0 0 -1 0 0 5 + 12375 1665 13726 1665 13726 3015 12375 3015 12375 1665 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 12645 1890 13500 1890 13500 2745 12645 2745 12645 1890 +2 2 0 3 0 4 70 0 19 0.000 0 0 -1 0 0 5 + 3374 2325 3825 2325 3825 8145 3374 8145 3374 2325 +2 2 0 3 0 6 90 0 44 0.000 0 0 -1 0 0 5 + 7831 3003 10082 3003 10082 7031 7831 7031 7831 3003 +2 2 0 3 0 4 70 0 19 0.000 0 0 -1 0 0 5 + 8775 2322 9226 2322 9226 7695 8775 7695 8775 2322 +2 2 0 3 0 4 73 0 19 0.000 0 0 -1 0 0 5 + 11475 3674 11925 3674 11925 8151 11475 8151 11475 3674 +2 2 0 3 0 4 76 0 19 0.000 0 0 -1 0 0 5 + 10578 9941 11026 9941 11026 13523 10578 13523 10578 9941 +2 2 0 3 0 4 70 0 19 0.000 0 0 -1 0 0 5 + 8325 9941 8776 9941 8776 13075 8325 13075 8325 9941 +2 2 0 3 0 4 70 0 19 0.000 0 0 -1 0 0 5 + 6525 9916 6976 9916 6976 13050 6525 13050 6525 9916 +2 2 0 3 0 4 70 0 19 0.000 0 0 -1 0 0 5 + 8777 13970 9226 13970 9226 16209 8777 16209 8777 13970 +2 2 0 3 0 32 85 0 45 0.000 0 0 -1 0 0 5 + 19125 4770 22276 4770 22276 5220 19125 5220 19125 4770 +2 2 0 3 0 32 83 0 45 0.000 0 0 -1 0 0 5 + 19125 7020 22280 7020 22280 7470 19125 7470 19125 7020 +2 2 0 3 0 2 83 0 44 0.000 0 0 -1 0 0 5 + 19080 13980 22325 13980 22325 14850 19080 14850 19080 13980 +2 2 0 3 0 2 83 0 44 0.000 0 0 -1 0 0 5 + 19125 16648 22325 16648 22325 17550 19125 17550 19125 16648 +2 2 0 3 0 4 86 0 25 0.000 0 0 -1 0 0 5 + 20025 6615 21380 6615 21380 7920 20025 7920 20025 6615 +2 2 0 3 0 4 86 0 25 0.000 0 0 -1 0 0 5 + 20025 4343 21379 4343 21379 5715 20025 5715 20025 4343 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 5895 3690 5895 5445 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 5582 4402 6480 4402 6480 4770 5582 4770 5582 4402 +2 1 0 1 0 7 90 0 44 0.000 0 0 -1 0 0 2 + 4951 3226 4951 5913 +2 2 0 1 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 4726 5256 5175 5256 5175 5704 4726 5704 4726 5256 +2 2 0 1 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 4725 3427 5175 3427 5175 3870 4725 3870 4725 3427 +2 2 0 3 0 6 90 0 44 0.000 0 0 -1 0 0 5 + 4275 3031 5625 3031 5625 6165 4275 6165 4275 3031 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 3 + 4950 3645 4950 5465 4950 5374 +2 2 0 3 1 32 72 0 45 0.000 0 0 -1 0 0 5 + 4493 3240 5400 3240 5400 4133 4493 4133 4493 3240 +2 1 0 3 0 6 94 0 44 0.000 0 0 -1 0 0 3 + 13952 4122 1350 4122 1439 4122 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 4275 3015 5625 3015 5625 4365 4275 4365 4275 3015 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 4276 4808 5626 4808 5626 6150 4276 6150 4276 4808 +2 1 0 3 0 7 3 0 20 0.000 0 0 -1 1 1 2 + 2 1 8.00 60.00 120.00 + 2 1 8.00 60.00 120.00 + 17325 1440 17325 3195 +2 1 0 1 0 7 90 0 44 0.000 0 0 -1 0 0 2 + 16246 931 16246 3618 +2 2 0 1 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 16021 2961 16470 2961 16470 3409 16021 3409 16021 2961 +2 1 0 4 0 7 46 0 -1 8.000 0 0 -1 0 0 3 + 16245 1350 16245 3170 16245 3079 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 15570 2513 16920 2513 16920 3855 15570 3855 15570 2513 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 15570 728 16920 728 16920 2070 15570 2070 15570 728 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 15795 990 16695 990 16695 1845 15795 1845 15795 990 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 15795 2790 16695 2790 16695 3645 15795 3645 15795 2790 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 16335 1440 16150 1225 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 16340 1225 16155 1440 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 16335 3330 16150 3115 +2 1 0 4 0 7 61 0 -1 0.000 0 0 -1 0 0 2 + 16340 3115 16155 3330 +2 2 0 1 0 21 70 0 25 0.000 0 0 -1 0 0 5 + 16020 1177 16470 1177 16470 1620 16020 1620 16020 1177 +2 2 0 3 0 6 90 0 44 0.000 0 0 -1 0 0 5 + 15300 540 17145 540 17145 4140 15300 4140 15300 540 +2 2 0 1 0 7 0 0 20 0.000 0 0 -1 0 0 5 + 16877 2062 17775 2062 17775 2430 16877 2430 16877 2062 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 4500 5040 5400 5040 5400 5895 4500 5895 4500 5040 +2 2 0 3 0 4 68 0 25 0.000 0 0 -1 0 0 5 + 2880 7476 4232 7476 4232 8820 2880 8820 2880 7476 +2 2 0 3 1 32 68 0 45 0.000 0 0 -1 0 0 5 + 3150 7698 4050 7698 4050 8595 3150 8595 3150 7698 +2 2 0 3 0 6 80 0 44 0.000 0 0 -1 0 0 5 + 1575 4823 2925 4823 2925 6165 1575 6165 1575 4823 +2 2 0 3 1 32 80 0 45 0.000 0 0 -1 0 0 5 + 1800 4999 2700 4999 2700 5895 1800 5895 1800 4999 +2 2 0 3 0 4 77 0 25 0.000 0 0 -1 0 0 5 + 24120 12825 27270 12825 27270 13275 24120 13275 24120 12825 +2 2 0 3 0 4 73 0 25 0.000 0 0 7 0 0 5 + 25020 14670 26370 14670 26370 15976 25020 15976 25020 14670 +2 2 0 3 0 4 73 0 25 0.000 0 0 -1 0 0 5 + 24030 15030 27276 15030 27276 15525 24030 15525 24030 15030 +2 1 0 6 0 4 100 0 25 10.000 0 0 -1 0 0 2 + 14850 9540 14850 540 +2 1 0 6 0 7 90 0 -1 8.000 0 0 -1 0 0 2 + 18450 9910 18450 540 +2 1 0 6 0 7 81 0 -1 14.000 0 0 -1 0 0 4 + 13050 9495 15750 9495 16200 9495 18405 9495 +4 0 0 0 0 0 24 0.0000 4 255 630 13500 3330 0.50\001 +4 0 0 0 0 0 24 0.0000 4 330 1335 9990 12060 N_Trans\001 +4 0 0 0 0 0 24 0.0000 4 330 1080 2070 12555 Body P\001 +4 0 0 0 0 0 24 0.0000 4 255 630 4144 12517 1.00\001 +4 0 0 0 0 0 24 0.0000 4 255 630 11164 9448 3.00\001 +4 0 0 0 0 0 24 0.0000 4 255 1650 13275 12330 YES 4.00 \001 +4 0 0 0 0 0 24 0.0000 4 255 1260 15570 12555 NO 4.24\001 +4 0 0 0 0 0 24 0.0000 4 255 540 23625 16965 NO\001 +4 0 0 0 0 0 24 0.0000 4 255 660 25965 16965 YES\001 +4 0 0 0 0 0 24 0.0000 4 255 1965 24840 14310 POLY WIRE\001 +4 0 0 0 0 0 24 0.0000 4 255 1005 19890 3735 ALU 1\001 +4 0 0 0 0 0 24 0.0000 4 300 1575 24705 4860 ALU 2,3,4\001 +4 0 0 0 0 0 24 0.0000 4 255 630 24480 10755 2.00\001 +4 0 0 0 0 0 24 0.0000 4 255 630 22365 9675 2.00\001 +4 0 0 0 0 0 24 0.0000 4 330 1125 12420 1170 Body N\001 +4 0 0 0 0 0 25 0.0000 4 255 1260 4635 2264 NWELL\001 +4 0 0 0 0 0 25 0.0000 4 330 1275 2975 6705 P_Trans\001 +4 0 0 0 0 0 24 0.0000 4 255 630 9139 9142 7.50\001 +4 0 0 0 0 0 24 0.0000 4 255 795 20250 12960 DIFF\001 +4 0 0 0 0 0 24 0.0000 4 255 2085 19710 13410 SAME WELL\001 +4 0 0 1 0 0 24 4.7124 4 330 6330 540 585 Drawing by Xavier LELOUP DESS 99-00\001 +4 0 0 0 0 0 24 0.0000 4 255 630 5760 4725 4.00\001 +4 0 0 0 0 0 24 0.0000 4 255 630 17010 2385 4.00\001 diff --git a/alliance/share/doc/symb_rules/symb_rules.ps b/alliance/share/doc/symb_rules/symb_rules.ps new file mode 100644 index 00000000..e676a75e --- /dev/null +++ b/alliance/share/doc/symb_rules/symb_rules.ps @@ -0,0 +1,2377 @@ +%!PS-Adobe-2.0 +%%Title: symb_rules.ps +%%Creator: fig2dev Version 3.2 Patchlevel 1 +%%CreationDate: Tue Feb 1 17:51:13 2000 +%%For: czo@fox.lip6.fr (Czo [Olivier Sirol]) +%%Orientation: Landscape +%%BoundingBox: 64 37 530 805 +%%Pages: 1 +%%BeginSetup +%%IncludeFeature: *PageSize A4 +%%EndSetup +%%Magnification: 0.4200 +%%EndComments +/MyAppDict 100 dict dup begin def +/$F2psDict 200 dict def +$F2psDict begin +$F2psDict /mtrx matrix put +/col-1 {0 setgray} bind def +/col0 {0.000 0.000 0.000 srgb} bind def +/col1 {0.000 0.000 1.000 srgb} bind def +/col2 {0.000 1.000 0.000 srgb} bind def +/col3 {0.000 1.000 1.000 srgb} bind def +/col4 {1.000 0.000 0.000 srgb} bind def +/col5 {1.000 0.000 1.000 srgb} bind def +/col6 {1.000 1.000 0.000 srgb} bind def +/col7 {1.000 1.000 1.000 srgb} bind def +/col8 {0.000 0.000 0.560 srgb} bind def +/col9 {0.000 0.000 0.690 srgb} bind def +/col10 {0.000 0.000 0.820 srgb} bind def +/col11 {0.530 0.810 1.000 srgb} bind def +/col12 {0.000 0.560 0.000 srgb} bind def +/col13 {0.000 0.690 0.000 srgb} bind def +/col14 {0.000 0.820 0.000 srgb} bind def +/col15 {0.000 0.560 0.560 srgb} bind def +/col16 {0.000 0.690 0.690 srgb} bind def +/col17 {0.000 0.820 0.820 srgb} bind def +/col18 {0.560 0.000 0.000 srgb} bind def +/col19 {0.690 0.000 0.000 srgb} bind def +/col20 {0.820 0.000 0.000 srgb} bind def +/col21 {0.560 0.000 0.560 srgb} bind def +/col22 {0.690 0.000 0.690 srgb} bind def +/col23 {0.820 0.000 0.820 srgb} bind def +/col24 {0.500 0.190 0.000 srgb} bind def +/col25 {0.630 0.250 0.000 srgb} bind def +/col26 {0.750 0.380 0.000 srgb} bind def +/col27 {1.000 0.500 0.500 srgb} bind def +/col28 {1.000 0.630 0.630 srgb} bind def +/col29 {1.000 0.750 0.750 srgb} bind def +/col30 {1.000 0.880 0.880 srgb} bind def +/col31 {1.000 0.840 0.000 srgb} bind def +/col32 {0.000 0.600 1.000 srgb} bind def +/col33 {0.945 0.753 0.518 srgb} bind def + +end +save +52.5 26.0 translate + 90 rotate +1 -1 scale +.9 .9 scale % to make patterns same scale as in xfig + +% This junk string is used by the show operators +/PATsstr 1 string def +/PATawidthshow { % cx cy cchar rx ry string + % Loop over each character in the string + { % cx cy cchar rx ry char + % Show the character + dup % cx cy cchar rx ry char char + PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char) + false charpath % cx cy cchar rx ry char + /clip load PATdraw + % Move past the character (charpath modified the + % current point) + currentpoint % cx cy cchar rx ry char x y + newpath + moveto % cx cy cchar rx ry char + % Reposition by cx,cy if the character in the string is cchar + 3 index eq { % cx cy cchar rx ry + 4 index 4 index rmoveto + } if + % Reposition all characters by rx ry + 2 copy rmoveto % cx cy cchar rx ry + } forall + pop pop pop pop pop % - + currentpoint + newpath + moveto +} bind def +/PATcg { + 7 dict dup begin + /lw currentlinewidth def + /lc currentlinecap def + /lj currentlinejoin def + /ml currentmiterlimit def + /ds [ currentdash ] def + /cc [ currentrgbcolor ] def + /cm matrix currentmatrix def + end +} bind def +% PATdraw - calculates the boundaries of the object and +% fills it with the current pattern +/PATdraw { % proc + save exch + PATpcalc % proc nw nh px py + 5 -1 roll exec % nw nh px py + newpath + PATfill % - + restore +} bind def +% PATfill - performs the tiling for the shape +/PATfill { % nw nh px py PATfill - + PATDict /CurrentPattern get dup begin + setfont + % Set the coordinate system to Pattern Space + PatternGState PATsg + % Set the color for uncolored pattezns + PaintType 2 eq { PATDict /PColor get PATsc } if + % Create the string for showing + 3 index string % nw nh px py str + % Loop for each of the pattern sources + 0 1 Multi 1 sub { % nw nh px py str source + % Move to the starting location + 3 index 3 index % nw nh px py str source px py + moveto % nw nh px py str source + % For multiple sources, set the appropriate color + Multi 1 ne { dup PC exch get PATsc } if + % Set the appropriate string for the source + 0 1 7 index 1 sub { 2 index exch 2 index put } for pop + % Loop over the number of vertical cells + 3 index % nw nh px py str nh + { % nw nh px py str + currentpoint % nw nh px py str cx cy + 2 index show % nw nh px py str cx cy + YStep add moveto % nw nh px py str + } repeat % nw nh px py str + } for + 5 { pop } repeat + end +} bind def + +% PATkshow - kshow with the current pattezn +/PATkshow { % proc string + exch bind % string proc + 1 index 0 get % string proc char + % Loop over all but the last character in the string + 0 1 4 index length 2 sub { + % string proc char idx + % Find the n+1th character in the string + 3 index exch 1 add get % string proe char char+1 + exch 2 copy % strinq proc char+1 char char+1 char + % Now show the nth character + PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr) + false charpath % string proc char+1 char char+1 + /clip load PATdraw + % Move past the character (charpath modified the current point) + currentpoint newpath moveto + % Execute the user proc (should consume char and char+1) + mark 3 1 roll % string proc char+1 mark char char+1 + 4 index exec % string proc char+1 mark... + cleartomark % string proc char+1 + } for + % Now display the last character + PATsstr dup 0 4 -1 roll put % string proc (char+1) + false charpath % string proc + /clip load PATdraw + neewath + pop pop % - +} bind def +% PATmp - the makepattern equivalent +/PATmp { % patdict patmtx PATmp patinstance + exch dup length 7 add % We will add 6 new entries plus 1 FID + dict copy % Create a new dictionary + begin + % Matrix to install when painting the pattern + TilingType PATtcalc + /PatternGState PATcg def + PatternGState /cm 3 -1 roll put + % Check for multi pattern sources (Level 1 fast color patterns) + currentdict /Multi known not { /Multi 1 def } if + % Font dictionary definitions + /FontType 3 def + % Create a dummy encoding vector + /Encoding 256 array def + 3 string 0 1 255 { + Encoding exch dup 3 index cvs cvn put } for pop + /FontMatrix matrix def + /FontBBox BBox def + /BuildChar { + mark 3 1 roll % mark dict char + exch begin + Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata] + PaintType 2 eq Multi 1 ne or + { XStep 0 FontBBox aload pop setcachedevice } + { XStep 0 setcharwidth } ifelse + currentdict % mark [paintdata] dict + /PaintProc load % mark [paintdata] dict paintproc + end + gsave + false PATredef exec true PATredef + grestore + cleartomark % - + } bind def + currentdict + end % newdict + /foo exch % /foo newlict + definefont % newfont +} bind def +% PATpcalc - calculates the starting point and width/height +% of the tile fill for the shape +/PATpcalc { % - PATpcalc nw nh px py + PATDict /CurrentPattern get begin + gsave + % Set up the coordinate system to Pattern Space + % and lock down pattern + PatternGState /cm get setmatrix + BBox aload pop pop pop translate + % Determine the bounding box of the shape + pathbbox % llx lly urx ury + grestore + % Determine (nw, nh) the # of cells to paint width and height + PatHeight div ceiling % llx lly urx qh + 4 1 roll % qh llx lly urx + PatWidth div ceiling % qh llx lly qw + 4 1 roll % qw qh llx lly + PatHeight div floor % qw qh llx ph + 4 1 roll % ph qw qh llx + PatWidth div floor % ph qw qh pw + 4 1 roll % pw ph qw qh + 2 index sub cvi abs % pw ph qs qh-ph + exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph + % Determine the starting point of the pattern fill + %(px, py) + 4 2 roll % nw nh pw ph + PatHeight mul % nw nh pw py + exch % nw nh py pw + PatWidth mul exch % nw nh px py + end +} bind def + +% Save the original routines so that we can use them later on +/oldfill /fill load def +/oldeofill /eofill load def +/oldstroke /stroke load def +/oldshow /show load def +/oldashow /ashow load def +/oldwidthshow /widthshow load def +/oldawidthshow /awidthshow load def +/oldkshow /kshow load def + +% These defs are necessary so that subsequent procs don't bind in +% the originals +/fill { oldfill } bind def +/eofill { oldeofill } bind def +/stroke { oldstroke } bind def +/show { oldshow } bind def +/ashow { oldashow } bind def +/widthshow { oldwidthshow } bind def +/awidthshow { oldawidthshow } bind def +/kshow { oldkshow } bind def +/PATredef { + MyAppDict begin + { + /fill { /clip load PATdraw newpath } bind def + /eofill { /eoclip load PATdraw newpath } bind def + /stroke { PATstroke } bind def + /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def + /ashow { 0 0 null 6 3 roll PATawidthshow } + bind def + /widthshow { 0 0 3 -1 roll PATawidthshow } + bind def + /awidthshow { PATawidthshow } bind def + /kshow { PATkshow } bind def + } { + /fill { oldfill } bind def + /eofill { oldeofill } bind def + /stroke { oldstroke } bind def + /show { oldshow } bind def + /ashow { oldashow } bind def + /widthshow { oldwidthshow } bind def + /awidthshow { oldawidthshow } bind def + /kshow { oldkshow } bind def + } ifelse + end +} bind def +false PATredef +% Conditionally define setcmykcolor if not available +/setcmykcolor where { pop } { + /setcmykcolor { + 1 sub 4 1 roll + 3 { + 3 index add neg dup 0 lt { pop 0 } if 3 1 roll + } repeat + setrgbcolor - pop + } bind def +} ifelse +/PATsc { % colorarray + aload length % c1 ... cn length + dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor + } ifelse } ifelse +} bind def +/PATsg { % dict + begin + lw setlinewidth + lc setlinecap + lj setlinejoin + ml setmiterlimit + ds aload pop setdash + cc aload pop setrgbcolor + cm setmatrix + end +} bind def + +/PATDict 3 dict def +/PATsp { + true PATredef + PATDict begin + /CurrentPattern exch def + % If it's an uncolored pattern, save the color + CurrentPattern /PaintType get 2 eq { + /PColor exch def + } if + /CColor [ currentrgbcolor ] def + end +} bind def +% PATstroke - stroke with the current pattern +/PATstroke { + countdictstack + save + mark + { + currentpoint strokepath moveto + PATpcalc % proc nw nh px py + clip newpath PATfill + } stopped { + (*** PATstroke Warning: Path is too complex, stroking + with gray) = + cleartomark + restore + countdictstack exch sub dup 0 gt + { { end } repeat } { pop } ifelse + gsave 0.5 setgray oldstroke grestore + } { pop restore pop } ifelse + newpath +} bind def +/PATtcalc { % modmtx tilingtype PATtcalc tilematrix + % Note: tiling types 2 and 3 are not supported + gsave + exch concat % tilingtype + matrix currentmatrix exch % cmtx tilingtype + % Tiling type 1 and 3: constant spacing + 2 ne { + % Distort the pattern so that it occupies + % an integral number of device pixels + dup 4 get exch dup 5 get exch % tx ty cmtx + XStep 0 dtransform + round exch round exch % tx ty cmtx dx.x dx.y + XStep div exch XStep div exch % tx ty cmtx a b + 0 YStep dtransform + round exch round exch % tx ty cmtx a b dy.x dy.y + YStep div exch YStep div exch % tx ty cmtx a b c d + 7 -3 roll astore % { a b c d tx ty } + } if + grestore +} bind def +/PATusp { + false PATredef + PATDict begin + CColor PATsc + end +} bind def + +% left45 +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 32 32 true [ 32 0 0 -32 0 32 ] + {<808080804040404020202020101010100808080804040404 + 020202020101010180808080404040402020202010101010 + 080808080404040402020202010101018080808040404040 + 202020201010101008080808040404040202020201010101 + 808080804040404020202020101010100808080804040404 + 0202020201010101>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P4 exch def + +% right45 +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 32 32 true [ 32 0 0 -32 0 32 ] + {<010101010202020204040404080808081010101020202020 + 404040408080808001010101020202020404040408080808 + 101010102020202040404040808080800101010102020202 + 040404040808080810101010202020204040404080808080 + 010101010202020204040404080808081010101020202020 + 4040404080808080>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P5 exch def + +% small fishscales +11 dict begin +/PaintType 1 def +/PatternType 1 def +/TilingType 1 def +/BBox [0 0 1 1] def +/XStep 1 def +/YStep 1 def +/PatWidth 1 def +/PatHeight 1 def +/Multi 2 def +/PaintData [ + { clippath } bind + { 16 16 true [ 16 0 0 -16 0 16 ] + {<008000800080014001400220 + 0c187007c001800080004001 + 40012002180c0770>} + imagemask } bind +] def +/PaintProc { + pop + exec fill +} def +currentdict +end +/P17 exch def +1.1111 1.1111 scale %restore scale + +/cp {closepath} bind def +/ef {eofill} bind def +/gr {grestore} bind def +/gs {gsave} bind def +/sa {save} bind def +/rs {restore} bind def +/l {lineto} bind def +/m {moveto} bind def +/rm {rmoveto} bind def +/n {newpath} bind def +/s {stroke} bind def +/sh {show} bind def +/slc {setlinecap} bind def +/slj {setlinejoin} bind def +/slw {setlinewidth} bind def +/srgb {setrgbcolor} bind def +/rot {rotate} bind def +/sc {scale} bind def +/sd {setdash} bind def +/ff {findfont} bind def +/sf {setfont} bind def +/scf {scalefont} bind def +/sw {stringwidth} bind def +/tr {translate} bind def +/tnt {dup dup currentrgbcolor + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add + 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} + bind def +/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul + 4 -2 roll mul srgb} bind def +/reencdict 12 dict def /ReEncode { reencdict begin +/newcodesandnames exch def /newfontname exch def /basefontname exch def +/basefontdict basefontname findfont def /newfont basefontdict maxlength dict def +basefontdict { exch dup /FID ne { dup /Encoding eq +{ exch dup length array copy newfont 3 1 roll put } +{ exch newfont 3 1 roll put } ifelse } { pop pop } ifelse } forall +newfont /FontName newfontname put newcodesandnames aload pop +128 1 255 { newfont /Encoding get exch /.notdef put } for +newcodesandnames length 2 idiv { newfont /Encoding get 3 1 roll put } repeat +newfontname newfont definefont pop end } def +/isovec [ +8#200 /grave 8#201 /acute 8#202 /circumflex 8#203 /tilde +8#204 /macron 8#205 /breve 8#206 /dotaccent 8#207 /dieresis +8#210 /ring 8#211 /cedilla 8#212 /hungarumlaut 8#213 /ogonek 8#214 /caron +8#220 /dotlessi 8#230 /oe 8#231 /OE +8#240 /space 8#241 /exclamdown 8#242 /cent 8#243 /sterling +8#244 /currency 8#245 /yen 8#246 /brokenbar 8#247 /section 8#250 /dieresis +8#251 /copyright 8#252 /ordfeminine 8#253 /guillemotleft 8#254 /logicalnot +8#255 /endash 8#256 /registered 8#257 /macron 8#260 /degree 8#261 /plusminus +8#262 /twosuperior 8#263 /threesuperior 8#264 /acute 8#265 /mu 8#266 /paragraph +8#267 /periodcentered 8#270 /cedilla 8#271 /onesuperior 8#272 /ordmasculine +8#273 /guillemotright 8#274 /onequarter 8#275 /onehalf +8#276 /threequarters 8#277 /questiondown 8#300 /Agrave 8#301 /Aacute +8#302 /Acircumflex 8#303 /Atilde 8#304 /Adieresis 8#305 /Aring +8#306 /AE 8#307 /Ccedilla 8#310 /Egrave 8#311 /Eacute +8#312 /Ecircumflex 8#313 /Edieresis 8#314 /Igrave 8#315 /Iacute +8#316 /Icircumflex 8#317 /Idieresis 8#320 /Eth 8#321 /Ntilde 8#322 /Ograve +8#323 /Oacute 8#324 /Ocircumflex 8#325 /Otilde 8#326 /Odieresis 8#327 /multiply +8#330 /Oslash 8#331 /Ugrave 8#332 /Uacute 8#333 /Ucircumflex +8#334 /Udieresis 8#335 /Yacute 8#336 /Thorn 8#337 /germandbls 8#340 /agrave +8#341 /aacute 8#342 /acircumflex 8#343 /atilde 8#344 /adieresis 8#345 /aring +8#346 /ae 8#347 /ccedilla 8#350 /egrave 8#351 /eacute +8#352 /ecircumflex 8#353 /edieresis 8#354 /igrave 8#355 /iacute +8#356 /icircumflex 8#357 /idieresis 8#360 /eth 8#361 /ntilde 8#362 /ograve +8#363 /oacute 8#364 /ocircumflex 8#365 /otilde 8#366 /odieresis 8#367 /divide +8#370 /oslash 8#371 /ugrave 8#372 /uacute 8#373 /ucircumflex +8#374 /udieresis 8#375 /yacute 8#376 /thorn 8#377 /ydieresis] def +/Times-Roman /Times-Roman-iso isovec ReEncode +/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def +/$F2psEnd {$F2psEnteredState restore end} def +%%EndProlog + +$F2psBegin +10 setmiterlimit +n -1000 19065 m -1000 -1000 l 30444 -1000 l 30444 19065 l cp clip + 0.02646 0.02646 sc +%%Page: 1 1 +% Polyline +7.500 slw +n 25205 18000 m 25205 540 l gs col0 s gr +% Polyline +n 25655 18000 m 25655 540 l gs col0 s gr +% Polyline +n 26106 18000 m 26106 540 l gs col0 s gr +% Polyline +n 26556 18000 m 26556 540 l gs col0 s gr +% Polyline +n 27006 18000 m 27006 540 l gs col0 s gr +% Polyline +n 27456 18000 m 27456 540 l gs col0 s gr +% Polyline +n 27907 18000 m 27907 540 l gs col0 s gr +% Polyline +n 22505 18000 m 22505 540 l gs col0 s gr +% Polyline +n 22955 18000 m 22955 540 l gs col0 s gr +% Polyline +n 23404 18000 m 23404 540 l gs col0 s gr +% Polyline +n 23855 18000 m 23855 540 l gs col0 s gr +% Polyline +n 24305 18000 m 24305 540 l gs col0 s gr +% Polyline +n 24756 18000 m 24756 540 l gs col0 s gr +% Polyline +n 19803 18000 m 19803 540 l gs col0 s gr +% Polyline +n 20254 18000 m 20254 540 l gs col0 s gr +% Polyline +n 20704 18000 m 20704 540 l gs col0 s gr +% Polyline +n 21155 18000 m 21155 540 l gs col0 s gr +% Polyline +n 21604 18000 m 21604 540 l gs col0 s gr +% Polyline +n 22055 18000 m 22055 540 l gs col0 s gr +% Polyline +n 17103 18000 m 17103 540 l gs col0 s gr +% Polyline +n 17554 18000 m 17554 540 l gs col0 s gr +% Polyline +n 18003 18000 m 18003 540 l gs col0 s gr +% Polyline +n 18454 18000 m 18454 540 l gs col0 s gr +% Polyline +n 18904 18000 m 18904 540 l gs col0 s gr +% Polyline +n 19355 18000 m 19355 540 l gs col0 s gr +% Polyline +n 14403 18000 m 14403 540 l gs col0 s gr +% Polyline +n 14852 18000 m 14852 540 l gs col0 s gr +% Polyline +n 15303 18000 m 15303 540 l gs col0 s gr +% Polyline +n 15754 18000 m 15754 540 l gs col0 s gr +% Polyline +n 16203 18000 m 16203 540 l gs col0 s gr +% Polyline +n 16654 18000 m 16654 540 l gs col0 s gr +% Polyline +n 11702 18000 m 11702 540 l gs col0 s gr +% Polyline +n 12152 18000 m 12152 540 l gs col0 s gr +% Polyline +n 12603 18000 m 12603 540 l gs col0 s gr +% Polyline +n 13952 18000 m 13952 540 l gs col0 s gr +% Polyline +n 9002 18000 m 9002 540 l gs col0 s gr +% Polyline +n 9451 18000 m 9451 540 l gs col0 s gr +% Polyline +n 9902 18000 m 9902 540 l gs col0 s gr +% Polyline +n 10352 18000 m 10352 540 l gs col0 s gr +% Polyline +n 10803 18000 m 10803 540 l gs col0 s gr +% Polyline +n 11251 18000 m 11251 540 l gs col0 s gr +% Polyline +n 6301 18000 m 6301 540 l gs col0 s gr +% Polyline +n 6751 18000 m 6751 540 l gs col0 s gr +% Polyline +n 7202 18000 m 7202 540 l gs col0 s gr +% Polyline +n 7651 18000 m 7651 540 l gs col0 s gr +% Polyline +n 8102 18000 m 8102 540 l gs col0 s gr +% Polyline +n 8551 18000 m 8551 540 l gs col0 s gr +% Polyline +n 3600 18000 m 3600 540 l gs col0 s gr +% Polyline +n 4050 18000 m 4050 540 l gs col0 s gr +% Polyline +n 4500 18000 m 4500 540 l gs col0 s gr +% Polyline +n 4951 18000 m 4951 540 l gs col0 s gr +% Polyline +n 5401 18000 m 5401 540 l gs col0 s gr +% Polyline +n 5850 18000 m 5850 540 l gs col0 s gr +% Polyline +n 1800 18000 m 1800 540 l gs col0 s gr +% Polyline +n 2250 18000 m 2250 540 l gs col0 s gr +% Polyline +n 3150 18000 m 3150 540 l gs col0 s gr +% Polyline +n 899 16209 m 27907 16209 l gs col0 s gr +% Polyline +n 899 16657 m 27907 16657 l gs col0 s gr +% Polyline +n 899 17104 m 27907 17104 l gs col0 s gr +% Polyline +n 899 17552 m 27907 17552 l gs col0 s gr +% Polyline +n 899 13970 m 27907 13970 l gs col0 s gr +% Polyline +n 899 14418 m 27907 14418 l gs col0 s gr +% Polyline +n 899 14866 m 27907 14866 l gs col0 s gr +% Polyline +n 899 15314 m 27907 15314 l gs col0 s gr +% Polyline +n 899 15761 m 27907 15761 l gs col0 s gr +% Polyline +n 899 11732 m 27907 11732 l gs col0 s gr +% Polyline +n 899 12180 m 27907 12180 l gs col0 s gr +% Polyline +n 899 12627 m 27907 12627 l gs col0 s gr +% Polyline +n 899 13075 m 27907 13075 l gs col0 s gr +% Polyline +n 899 13523 m 27907 13523 l gs col0 s gr +% Polyline +n 899 9941 m 27907 9941 l gs col0 s gr +% Polyline +n 899 10389 m 27907 10389 l gs col0 s gr +% Polyline +n 899 10836 m 27907 10836 l gs col0 s gr +% Polyline +n 899 11284 m 27907 11284 l gs col0 s gr +% Polyline +n 899 7256 m 27907 7256 l gs col0 s gr +% Polyline +n 899 7704 m 27907 7704 l gs col0 s gr +% Polyline +n 899 8151 m 27907 8151 l gs col0 s gr +% Polyline +n 899 8599 m 27907 8599 l gs col0 s gr +% Polyline +n 899 9047 m 27907 9047 l gs col0 s gr +% Polyline +n 899 5017 m 27907 5017 l gs col0 s gr +% Polyline +n 899 5465 m 27907 5465 l gs col0 s gr +% Polyline +n 899 5913 m 27907 5913 l gs col0 s gr +% Polyline +n 899 6360 m 27907 6360 l gs col0 s gr +% Polyline +n 899 6808 m 27907 6808 l gs col0 s gr +% Polyline +n 899 18000 m 27907 18000 l gs col0 s gr +% Polyline +n 899 540 m 27907 540 l gs col0 s gr +% Polyline +n 899 18000 m 899 540 l gs col0 s gr +% Polyline +n 899 2779 m 27907 2779 l gs col0 s gr +% Polyline +n 899 3226 m 27907 3226 l gs col0 s gr +% Polyline +n 899 3674 m 27907 3674 l gs col0 s gr +% Polyline +n 899 4122 m 27907 4122 l gs col0 s gr +% Polyline +n 899 4570 m 27907 4570 l gs col0 s gr +% Polyline +n 899 1436 m 27907 1436 l gs col0 s gr +% Polyline +n 899 1883 m 27907 1883 l gs col0 s gr +% Polyline +n 899 2331 m 27907 2331 l gs col0 s gr +% Polyline +n 2699 18000 m 2699 540 l gs col0 s gr +% Polyline +n 899 988 m 27907 988 l gs col0 s gr +% Polyline +n 13491 18000 m 13491 540 l gs col0 s gr +% Polyline +n 1343 18000 m 1343 540 l gs col0 s gr +% Polyline +n 899 9491 m 27907 9491 l gs col0 s gr +% Polyline +n 13047 18000 m 13047 540 l gs col0 s gr +% Polyline +75.000 slw +n 14850 9540 m 14850 540 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +30.000 slw +n 1350 988 m 13952 988 l 13952 7256 l 1350 7256 l cp gs col33 0.95 shd ef gr gs col0 s gr +% Polyline +n 13952 4122 m 1350 4122 l 1439 4122 l gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 90.00 274.80] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +75.000 slw +n 18450 17999 m 18450 9318 l gs col7 0.95 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 5850 10620 m 9675 10620 l 9675 12375 l 5850 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 390.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 4950 10620 m 5940 10620 l 5940 12375 l 4950 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 330.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6075 14625 m 8505 14625 l 8505 15480 l 6075 15480 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 405.00 975.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 8325 14625 m 11117 14625 l 11117 15480 l 8325 15480 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 555.00 975.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 10620 m 11970 10620 l 11970 12375 l 9675 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 11701 10620 m 12600 10620 l 12600 12375 l 11701 12375 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 780.07 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2476 3015 m 4725 3015 l 4725 7043 l 2476 7043 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 165.07 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 10531 4346 m 12783 4346 l 12783 7031 l 10531 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 702.07 289.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 7831 3003 m 10082 3003 l 10082 7031 l 7831 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 522.07 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 4951 3226 m 4951 5913 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 330.07 215.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 4275 3031 m 5625 3031 l 5625 6165 l 4275 6165 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.00 202.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 16246 931 m 16246 3618 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1083.07 62.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 15300 540 m 17145 540 l 17145 4140 l 15300 4140 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1020.00 36.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +75.000 slw +n 18450 9910 m 18450 540 l gs col0 s gr +% Polyline +30.000 slw +n 20025 6615 m 21380 6615 l 21380 7920 l 20025 7920 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20025 4343 m 21379 4343 l 21379 5715 l 20025 5715 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +7.500 slw +n 7650 3195 m 7651 5419 l 7651 6853 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 510.00 213.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12962 4615 m 12962 6853 l 12962 6763 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 864.13 307.67] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 19174 9047 m 22325 9047 l 22325 9941 l 19174 9941 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1278.27 603.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 767 m 22276 767 l 22276 1215 l 19125 1215 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 51.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 9047 m 22321 9047 l 22321 9945 l 19125 9945 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 603.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 11295 m 22325 11295 l 22325 12180 l 19125 12180 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 753.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 988 m 27276 988 l 27276 1890 l 24075 1890 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 65.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 3226 m 27276 3226 l 27276 4095 l 24075 4095 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 215.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 1800 3015 m 2699 3015 l 2699 5701 l 1800 5701 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 120.00 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12600 4346 m 13500 4346 l 13500 7031 l 12600 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 840.00 289.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 2522 m 22276 2522 l 22276 2970 l 19125 2970 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 168.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 765 m 22276 765 l 22276 1213 l 19125 1213 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 51.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 7202 3003 m 8102 3003 l 8102 7031 l 7202 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 480.13 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 4770 m 22276 4770 l 22276 5220 l 19125 5220 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19534 17104 m 22144 17104 l 22235 17104 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1302.27 1140.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 19350 9495 m 22050 9495 l gs col0 s gr +% Polyline +30.000 slw +n 24075 5490 m 27276 5490 l 27276 6390 l 24075 6390 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 366.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24075 7695 m 27276 7695 l 27276 8595 l 24075 8595 l cp gs /PC [[0.00 0.69 0.69] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1605.00 513.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 7020 m 22280 7020 l 22280 7470 l 19125 7470 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1275.00 468.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19080 13980 m 22325 13980 l 22325 14850 l 19080 14850 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1272.00 932.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19125 16648 m 22325 16648 l 22325 17550 l 19125 17550 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1275.00 1109.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 24395 8151 m 27006 8151 l 27096 8151 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 543.40] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24300 5895 m 27006 5913 l 27096 5913 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.00 393.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 9900 3003 m 10799 3003 l 10799 7031 l 9900 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 660.00 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +7.500 slw +n 19444 7254 m 22055 7254 l 22144 7254 l gs col0 s gr +% Polyline +30.000 slw +n 3375 8145 m 3825 8145 l 3825 10164 l 3375 10164 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 9720 m 4275 9720 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 15975 m 4275 15975 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3825 15975 m 4275 15975 l 4275 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +75.000 slw +n 13050 9495 m 15750 9495 l 16200 9495 l 18405 9495 l gs col0 s gr +% Polyline +30.000 slw +n 6075 13746 m 7426 13746 l 7426 15089 l 6075 15089 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 405.00 916.40] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6975 5670 m 8325 5670 l 8325 7020 l 6975 7020 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 465.00 378.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 6931 3003 m 8325 3003 l 8325 4365 l 6931 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 462.07 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 3003 m 11070 3003 l 11070 4365 l 9675 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 200.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 9675 5689 m 11025 5689 l 11025 7031 l 9675 7031 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 645.00 379.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12375 4770 m 13725 4770 l 13725 6113 l 12375 6113 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 825.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 25200 7695 m 26100 7695 l 26100 8595 l 25200 8595 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 10125 14618 m 11431 14618 l 11431 15930 l 10125 15930 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 675.00 974.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 25245 5490 m 26100 5490 l 26100 6390 l 25245 6390 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 7200 5895 m 8100 5895 l 8100 6795 l 7200 6795 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 480.00 393.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 9900 5895 m 10800 5895 l 10800 6808 l 9900 6808 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 660.00 393.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 12600 4995 m 13500 4995 l 13500 5895 l 12600 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 840.00 333.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 6300 13995 m 7198 13995 l 7198 14850 l 6300 14850 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 420.00 933.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 10350 14940 m 11250 14940 l 11250 15750 l 10350 15750 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.69 0.69]] def +15.00 15.00 sc P5 [16 0 0 -16 690.00 996.00] PATmp PATsp ef gr PATusp gs col16 s gr +% Polyline +n 4725 10620 m 6075 10620 l 6075 11962 l 4725 11962 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 315.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 11475 10628 m 12825 10628 l 12825 11970 l 11475 11970 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 765.00 708.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2025 10620 m 3375 10620 l 3375 11970 l 2025 11970 l cp gs /PC [[1.00 0.84 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 135.00 708.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 2250 10845 m 3150 10845 l 3150 11745 l 2250 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 150.00 723.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 12375 1665 m 13726 1665 l 13726 3015 l 12375 3015 l cp gs /PC [[0.00 0.69 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 825.00 111.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 12645 1890 m 13500 1890 l 13500 2745 l 12645 2745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 843.00 126.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4275 3015 m 5625 3015 l 5625 4365 l 4275 4365 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.00 201.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 4276 4808 m 5626 4808 l 5626 6150 l 4276 6150 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 285.07 320.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15570 2513 m 16920 2513 l 16920 3855 l 15570 3855 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1038.00 167.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15570 728 m 16920 728 l 16920 2070 l 15570 2070 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1038.00 48.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 15795 990 m 16695 990 l 16695 1845 l 15795 1845 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1053.00 66.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 15795 2790 m 16695 2790 l 16695 3645 l 15795 3645 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1053.00 186.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4500 5040 m 5400 5040 l 5400 5895 l 4500 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 300.00 336.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 1575 4823 m 2925 4823 l 2925 6165 l 1575 6165 l cp gs /PC [[1.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 105.00 321.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 1800 4999 m 2700 4999 l 2700 5895 l 1800 5895 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 120.00 333.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +45.000 slw +n 19395 7245 m 22095 7245 l gs col0 s gr +% Polyline +30.000 slw +n 4950 10849 m 5850 10849 l 5850 11745 l 4950 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 330.00 723.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 11700 10849 m 12600 10849 l 12600 11745 l 11700 11745 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 780.00 723.27] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +7.500 slw + [90 45 15 45] 0 sd +n 18454 8599 m 23404 8599 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1230.27 573.27] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd +% Polyline +60.000 slw + [90 45 15 45] 0 sd +n 23175 541 m 23220 18000 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1545.00 36.07] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd +% Polyline + [90 45 15 45] 0 sd +n 18522 8595 m 23091 8595 l gs col7 0.05 shd ef gr gs col0 s gr [] 0 sd +% Polyline + [90 45 15 45] 0 sd +n 23247 9045 m 27900 9045 l gs col7 0.05 shd ef gr gs col0 s gr [] 0 sd +% Polyline +30.000 slw +n 24975 12420 m 26370 12420 l 26370 13725 l 24975 13725 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24120 12825 m 27270 12825 l 27270 13275 l 24120 13275 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24075 9722 m 27271 9722 l 27271 10170 l 24075 10170 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24075 11072 m 27271 11072 l 27271 11520 l 24075 11520 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 23540 17327 m 24980 17327 l 24980 17775 l 23540 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25020 16431 m 25471 16431 l 25471 17775 l 25020 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25920 17327 m 27269 17327 l 27269 17775 l 25920 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10578 9941 m 11026 9941 l 11026 13523 l 10578 13523 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 26196 17552 m 27006 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 26820 16470 m 27270 16470 l 27270 17775 l 26820 17775 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11475 3674 m 11925 3674 l 11925 8151 l 11475 8151 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 25020 14670 m 26370 14670 l 26370 15976 l 25020 15976 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 24030 15030 m 27276 15030 l 27276 15525 l 24030 15525 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7200 3240 m 8100 3240 l 8100 4140 l 7200 4140 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 480.00 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 9900 3240 m 10800 3240 l 10800 4140 l 9900 4140 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 660.00 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 4493 3240 m 5400 3240 l 5400 4133 l 4493 4133 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 299.53 216.00] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +45.000 slw +n 19350 2745 m 22050 2745 l gs col0 s gr +% Polyline +n 19350 990 m 22050 990 l gs col0 s gr +% Polyline +n 19350 4995 m 22050 4995 l gs col0 s gr +% Polyline +30.000 slw +n 6526 14194 m 6976 14194 l 6976 14642 l 6526 14642 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 24305 1436 m 26916 1436 l 27006 1436 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.33 95.73] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24345 11295 m 27000 11295 l 27045 11295 l gs col0 s gr +% Polyline +n 24345 9945 m 27090 9945 l gs col0 s gr +% Polyline +60.000 slw + [90 45 15 45] 0 sd +n 23220 16245 m 27900 16245 l gs col0 s gr [] 0 sd +% Polyline +30.000 slw +n 2026 5211 m 2475 5211 l 2475 5659 l 2026 5659 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7425 3427 m 7875 3427 l 7875 3870 l 7425 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 7425 6120 m 7875 6120 l 7875 6615 l 7425 6615 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10126 3423 m 10575 3423 l 10575 3870 l 10126 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10127 6122 m 10576 6122 l 10576 6570 l 10127 6570 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 5176 11061 m 5625 11061 l 5625 11509 l 5176 11509 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11926 11061 m 12375 11061 l 12375 11509 l 11926 11509 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 12825 5223 m 13275 5223 l 13275 5670 l 12825 5670 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 11025 7476 m 12377 7476 l 12377 8820 l 11025 8820 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 13952 9941 m 15303 9941 l 15303 11284 l 13952 11284 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16654 10389 m 18003 10389 l 18003 11732 l 16654 11732 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 10125 12831 m 11477 12831 l 11477 14175 l 10125 14175 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 13952 13075 m 15303 13075 l 15303 14418 l 13952 14418 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16654 16209 m 18003 16209 l 18003 17552 l 16654 17552 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 25470 5718 m 25920 5718 l 25920 6165 l 25470 6165 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 25425 7920 m 25875 7920 l 25875 8368 l 25425 8368 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 12825 2115 m 13275 2115 l 13275 2565 l 12825 2565 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3374 2325 m 3825 2325 l 3825 8145 l 3374 8145 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8775 2322 m 9226 2322 l 9226 7695 l 8775 7695 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8325 9941 m 8776 9941 l 8776 13075 l 8325 13075 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 6525 9916 m 6976 9916 l 6976 13050 l 6525 13050 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +n 8777 13970 m 9226 13970 l 9226 16209 l 8777 16209 l cp gs col4 0.95 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 4726 5256 m 5175 5256 l 5175 5704 l 4726 5704 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 4725 3427 m 5175 3427 l 5175 3870 l 4725 3870 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16021 2961 m 16470 2961 l 16470 3409 l 16021 3409 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 16020 1177 m 16470 1177 l 16470 1620 l 16020 1620 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 6750 9931 m 6750 12170 l 6750 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 450.00 662.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 8550 9931 m 8550 12170 l 8550 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 570.00 662.07] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 14418 m 21964 14418 l 22055 14418 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1290.33 961.20] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 17104 m 21964 17104 l 22055 17104 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1290.33 1140.27] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 3375 7920 m 3825 7920 l 3825 8370 l 3375 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20025 13725 m 21375 13725 l 21375 15030 l 20025 15030 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1335.00 915.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20025 16388 m 21375 16388 l 21375 17730 l 20025 17730 l cp gs /PC [[0.00 1.00 0.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1335.00 1092.53] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20250 13970 m 21150 13970 l 21150 14850 l 20250 14850 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 2880 7476 m 4232 7476 l 4232 8820 l 2880 8820 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 3150 7698 m 4050 7698 l 4050 8595 l 3150 8595 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 210.00 513.20] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +7.500 slw +n 3375 9720 m 4275 9720 l 4275 10170 l 3375 10170 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +30.000 slw +n 3825 15975 m 9225 15975 l 9225 16425 l 3825 16425 l cp gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 24435 15390 m 24250 15175 l gs col0 s gr +% Polyline +n 24440 15175 m 24255 15390 l gs col0 s gr +% Polyline +n 24435 13140 m 24250 12925 l gs col0 s gr +% Polyline +n 24440 12925 m 24255 13140 l gs col0 s gr +% Polyline +30.000 slw +n 20250 16657 m 21155 16657 l 21155 17550 l 20250 17550 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 27135 15390 m 26950 15175 l gs col0 s gr +% Polyline +n 27140 15175 m 26955 15390 l gs col0 s gr +% Polyline +n 27135 13140 m 26950 12925 l gs col0 s gr +% Polyline +n 27140 12925 m 26955 13140 l gs col0 s gr +% Polyline +7.500 slw +n 19355 9493 m 21964 9493 l 22055 9493 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1290.33 632.87] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 24305 3674 m 26916 3674 l 27006 3674 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1620.33 244.93] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 19355 11732 m 21964 11732 l 22055 11732 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P4 [16 0 0 -16 1290.33 782.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24395 15300 m 27006 15300 l 27096 15300 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 1020.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 24395 13050 m 27006 13050 l 27096 13050 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P17 [8 0 0 -8 1626.33 870.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +30.000 slw +n 11250 7698 m 12150 7698 l 12150 8595 l 11250 8595 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 1.00]] def +15.00 15.00 sc P5 [16 0 0 -16 750.00 513.20] PATmp PATsp ef gr PATusp gs col1 s gr +% Polyline +n 10350 13095 m 11250 13095 l 11250 13992 l 10350 13992 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.69 0.69]] def +15.00 15.00 sc P5 [16 0 0 -16 690.00 873.00] PATmp PATsp ef gr PATusp gs col16 s gr +% Polyline +45.000 slw +n 9000 2340 m 9000 7695 l gs col0 s gr +% Polyline +n 3600 2385 m 3600 8145 l gs col0 s gr +% Polyline +30.000 slw +n 25200 14850 m 26145 14850 l 26145 15750 l 25200 15750 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 25200 12600 m 26100 12600 l 26100 13500 l 25200 13500 l cp gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 20475 16877 m 20925 16877 l 20925 17325 l 20475 17325 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 25470 15120 m 25877 15120 l 25877 15525 l 25470 15525 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 25425 12825 m 25875 12825 l 25875 13275 l 25425 13275 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 26820 17325 m 27270 17325 l gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 26820 17550 m 27000 17550 l gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +n 3375 7922 m 11927 7922 l 11927 8370 l 3375 8370 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 225.00 528.13] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 27090 11385 m 26905 11170 l gs col0 s gr +% Polyline +n 27095 11170 m 26910 11385 l gs col0 s gr +% Polyline +n 24390 10035 m 24205 9820 l gs col0 s gr +% Polyline +n 24395 9820 m 24210 10035 l gs col0 s gr +% Polyline +n 27090 10035 m 26905 9820 l gs col0 s gr +% Polyline +n 27095 9820 m 26910 10035 l gs col0 s gr +% Polyline +n 24390 11385 m 24205 11170 l gs col0 s gr +% Polyline +n 24395 11170 m 24210 11385 l gs col0 s gr +% Polyline +n 24435 8235 m 24250 8020 l gs col0 s gr +% Polyline +n 24440 8020 m 24255 8235 l gs col0 s gr +% Polyline +n 27090 8235 m 26905 8020 l gs col0 s gr +% Polyline +n 27095 8020 m 26910 8235 l gs col0 s gr +% Polyline +n 27135 6030 m 26950 5815 l gs col0 s gr +% Polyline +n 27140 5815 m 26955 6030 l gs col0 s gr +% Polyline +n 24390 6030 m 24205 5815 l gs col0 s gr +% Polyline +n 24395 5815 m 24210 6030 l gs col0 s gr +% Polyline +n 24435 3780 m 24250 3565 l gs col0 s gr +% Polyline +n 24440 3565 m 24255 3780 l gs col0 s gr +% Polyline +n 27090 3780 m 26905 3565 l gs col0 s gr +% Polyline +n 27095 3565 m 26910 3780 l gs col0 s gr +% Polyline +n 24390 1530 m 24205 1315 l gs col0 s gr +% Polyline +n 24395 1315 m 24210 1530 l gs col0 s gr +% Polyline +n 27045 1530 m 26860 1315 l gs col0 s gr +% Polyline +n 27050 1315 m 26865 1530 l gs col0 s gr +% Polyline +n 19440 1080 m 19255 865 l gs col0 s gr +% Polyline +n 19445 865 m 19260 1080 l gs col0 s gr +% Polyline +n 22095 1080 m 21910 865 l gs col0 s gr +% Polyline +n 22100 865 m 21915 1080 l gs col0 s gr +% Polyline +n 22095 2835 m 21910 2620 l gs col0 s gr +% Polyline +n 22100 2620 m 21915 2835 l gs col0 s gr +% Polyline +n 19440 2835 m 19255 2620 l gs col0 s gr +% Polyline +n 19445 2620 m 19260 2835 l gs col0 s gr +% Polyline +n 19440 5085 m 19255 4870 l gs col0 s gr +% Polyline +n 19445 4870 m 19260 5085 l gs col0 s gr +% Polyline +n 22095 5085 m 21910 4870 l gs col0 s gr +% Polyline +n 22100 4870 m 21915 5085 l gs col0 s gr +% Polyline +n 22140 9585 m 21955 9370 l gs col0 s gr +% Polyline +n 22145 9370 m 21960 9585 l gs col0 s gr +% Polyline +n 19440 9585 m 19255 9370 l gs col0 s gr +% Polyline +n 19445 9370 m 19260 9585 l gs col0 s gr +% Polyline +n 19440 11835 m 19255 11620 l gs col0 s gr +% Polyline +n 19445 11620 m 19260 11835 l gs col0 s gr +% Polyline +n 22140 11835 m 21955 11620 l gs col0 s gr +% Polyline +n 22145 11620 m 21960 11835 l gs col0 s gr +% Polyline +n 22140 14490 m 21955 14275 l gs col0 s gr +% Polyline +n 22145 14275 m 21960 14490 l gs col0 s gr +% Polyline +n 19440 14535 m 19255 14320 l gs col0 s gr +% Polyline +n 19445 14320 m 19260 14535 l gs col0 s gr +% Polyline +n 19440 17190 m 19255 16975 l gs col0 s gr +% Polyline +n 19445 16975 m 19260 17190 l gs col0 s gr +% Polyline +n 22140 17190 m 21955 16975 l gs col0 s gr +% Polyline +n 22145 16975 m 21960 17190 l gs col0 s gr +% Polyline +n 23895 17640 m 23710 17425 l gs col0 s gr +% Polyline +n 23900 17425 m 23715 17640 l gs col0 s gr +% Polyline +n 24795 17640 m 24610 17425 l gs col0 s gr +% Polyline +n 24800 17425 m 24615 17640 l gs col0 s gr +% Polyline +n 25335 17595 m 25150 17380 l gs col0 s gr +% Polyline +n 25340 17380 m 25155 17595 l gs col0 s gr +% Polyline +n 25335 16740 m 25150 16525 l gs col0 s gr +% Polyline +n 25340 16525 m 25155 16740 l gs col0 s gr +% Polyline +n 26235 17640 m 26050 17425 l gs col0 s gr +% Polyline +n 26240 17425 m 26055 17640 l gs col0 s gr +% Polyline +n 27090 17640 m 26905 17425 l gs col0 s gr +% Polyline +n 27095 17425 m 26910 17640 l gs col0 s gr +% Polyline +n 27090 16785 m 26905 16570 l gs col0 s gr +% Polyline +n 27095 16570 m 26910 16785 l gs col0 s gr +% Polyline +n 12240 12240 m 12055 12025 l gs col0 s gr +% Polyline +n 12245 12025 m 12060 12240 l gs col0 s gr +% Polyline +n 8640 10035 m 8455 9820 l gs col0 s gr +% Polyline +n 8645 9820 m 8460 10035 l gs col0 s gr +% Polyline +n 8640 13185 m 8455 12970 l gs col0 s gr +% Polyline +n 8645 12970 m 8460 13185 l gs col0 s gr +% Polyline +n 6840 10035 m 6655 9820 l gs col0 s gr +% Polyline +n 6845 9820 m 6660 10035 l gs col0 s gr +% Polyline +n 7290 15435 m 7105 15220 l gs col0 s gr +% Polyline +n 7295 15220 m 7110 15435 l gs col0 s gr +% Polyline +n 9090 14085 m 8905 13870 l gs col0 s gr +% Polyline +n 9095 13870 m 8910 14085 l gs col0 s gr +% Polyline +n 9090 16290 m 8905 16075 l gs col0 s gr +% Polyline +n 9095 16075 m 8910 16290 l gs col0 s gr +% Polyline +n 4140 16290 m 3955 16075 l gs col0 s gr +% Polyline +n 4145 16075 m 3960 16290 l gs col0 s gr +% Polyline +n 9090 7785 m 8905 7570 l gs col0 s gr +% Polyline +n 9095 7570 m 8910 7785 l gs col0 s gr +% Polyline +n 9090 2430 m 8905 2215 l gs col0 s gr +% Polyline +n 9095 2215 m 8910 2430 l gs col0 s gr +% Polyline +n 13140 4680 m 12955 4465 l gs col0 s gr +% Polyline +n 13145 4465 m 12960 4680 l gs col0 s gr +% Polyline +n 3690 2430 m 3505 2215 l gs col0 s gr +% Polyline +n 3695 2215 m 3510 2430 l gs col0 s gr +% Polyline +n 1440 4230 m 1255 4015 l gs col0 s gr +% Polyline +n 1445 4015 m 1260 4230 l gs col0 s gr +% Polyline +n 14040 4230 m 13855 4015 l gs col0 s gr +% Polyline +n 14045 4015 m 13860 4230 l gs col0 s gr +% Polyline +n 11790 3780 m 11605 3565 l gs col0 s gr +% Polyline +n 11795 3565 m 11610 3780 l gs col0 s gr +% Polyline +n 13140 6885 m 12955 6670 l gs col0 s gr +% Polyline +n 13145 6670 m 12960 6885 l gs col0 s gr +% Polyline +n 2340 3330 m 2155 3115 l gs col0 s gr +% Polyline +n 2345 3115 m 2160 3330 l gs col0 s gr +% Polyline +n 4185 10035 m 4000 9820 l gs col0 s gr +% Polyline +n 4190 9820 m 4005 10035 l gs col0 s gr +% Polyline +n 5490 12285 m 5305 12070 l gs col0 s gr +% Polyline +n 5495 12070 m 5310 12285 l gs col0 s gr +% Polyline +n 6840 13185 m 6655 12970 l gs col0 s gr +% Polyline +n 6845 12970 m 6660 13185 l gs col0 s gr +% Polyline +n 3690 10035 m 3505 9820 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 3695 9820 m 3510 10035 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 10927 10035 m 10712 9820 l gs col0 s gr +% Polyline +n 10933 9820 m 10717 10035 l gs col0 s gr +% Polyline +45.000 slw +n 12240 11385 m 12055 11170 l gs col0 s gr +% Polyline +n 12245 11170 m 12060 11385 l gs col0 s gr +% Polyline +n 2340 5535 m 2155 5320 l gs col0 s gr +% Polyline +n 2345 5320 m 2160 5535 l gs col0 s gr +% Polyline +n 7740 6480 m 7555 6265 l gs col0 s gr +% Polyline +n 7745 6265 m 7560 6480 l gs col0 s gr +% Polyline +n 7740 3735 m 7555 3520 l gs col0 s gr +% Polyline +n 7745 3520 m 7560 3735 l gs col0 s gr +% Polyline +n 10440 6480 m 10255 6265 l gs col0 s gr +% Polyline +n 10445 6265 m 10260 6480 l gs col0 s gr +% Polyline +n 10440 3735 m 10255 3520 l gs col0 s gr +% Polyline +n 10445 3520 m 10260 3735 l gs col0 s gr +% Polyline +n 5490 11385 m 5305 11170 l gs col0 s gr +% Polyline +n 5495 11170 m 5310 11385 l gs col0 s gr +% Polyline +n 3719 8274 m 3474 8028 l gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 3726 8028 m 3479 8274 l gs col1 0.75 shd ef gr gs col0 s gr +% Polyline +n 5040 3735 m 4855 3520 l gs col0 s gr +% Polyline +n 5045 3520 m 4860 3735 l gs col0 s gr +% Polyline +n 5040 5580 m 4855 5365 l gs col0 s gr +% Polyline +n 5045 5365 m 4860 5580 l gs col0 s gr +% Polyline +n 19440 7335 m 19255 7120 l gs col0 s gr +% Polyline +n 19445 7120 m 19260 7335 l gs col0 s gr +% Polyline +n 22140 7335 m 21955 7120 l gs col0 s gr +% Polyline +n 22145 7120 m 21960 7335 l gs col0 s gr +% Polyline +n 11790 7830 m 11605 7615 l gs col0 s gr +% Polyline +n 11795 7615 m 11610 7830 l gs col0 s gr +% Polyline +n 16335 1440 m 16150 1225 l gs col0 s gr +% Polyline +n 16340 1225 m 16155 1440 l gs col0 s gr +% Polyline +n 16335 3330 m 16150 3115 l gs col0 s gr +% Polyline +n 16340 3115 m 16155 3330 l gs col0 s gr +% Polyline +n 13050 6795 m 13050 6165 l gs col0 s gr +% Polyline +n 13050 4590 m 13050 4815 l gs col0 s gr +% Polyline +n 3645 9945 m 4095 9945 l gs col0 s gr +% Polyline +n 12150 12195 m 12150 11295 l gs col0 s gr +% Polyline +n 4050 16200 m 9045 16200 l 9090 16200 l gs col0 s gr +% Polyline +n 9000 13995 m 9000 16200 l gs col0 s gr +% Polyline +n 7200 15345 m 7200 14850 l gs col0 s gr +% Polyline +n 5400 12195 m 5400 11295 l gs col0 s gr +% Polyline +30.000 slw +n 11473 7920 m 11925 7920 l 11925 8370 l 11473 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 3600 8055 m 3600 9945 l gs col0 s gr +% Polyline +n 10800 9931 m 10800 12170 l 10800 13545 l gs col0 s gr +% Polyline +30.000 slw +n 20250 6840 m 21157 6840 l 21157 7695 l 20250 7695 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1350.00 456.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 3375 7913 m 3825 7913 l 3825 8370 l 3375 8370 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +n 2475 11063 m 2925 11063 l 2925 11520 l 2475 11520 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 23855 17552 m 24756 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +n 27006 16657 m 27006 17552 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +n 25245 16655 m 25245 17550 l gs col7 0.35 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 20475 7020 m 20941 7020 l 20941 7470 l 20475 7470 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +45.000 slw +n 4050 9945 m 4050 15930 l gs col0 s gr +% Polyline +30.000 slw +n 10351 13074 m 11250 13074 l 11250 15760 l 10351 15760 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 690.07 871.60] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +45.000 slw +n 7290 14940 m 7105 14725 l gs col0 s gr +% Polyline +n 7295 14725 m 7110 14940 l gs col0 s gr +% Polyline +30.000 slw +n 20250 4545 m 21150 4545 l 21150 5445 l 20250 5445 l cp gs /PC [[0.00 0.60 1.00] [0.00 0.00 0.00]] def +15.00 15.00 sc P5 [16 0 0 -16 1350.00 303.00] PATmp PATsp ef gr PATusp gs col0 s gr +% Polyline +n 20475 4777 m 20925 4777 l 20925 5220 l 20475 5220 l cp gs col3 0.75 shd ef gr gs col0 s gr +% Polyline +n 10576 15077 m 11025 15077 l 11025 15525 l 10576 15525 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +gs clippath +19830 2164 m 19800 2307 l 19770 2164 l 19770 2625 l 19830 2625 l cp +19770 1616 m 19800 1472 l 19830 1616 l 19830 1155 l 19770 1155 l cp +clip +n 19800 1215 m 19800 2565 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 19770 1616 m 19800 1472 l 19830 1616 l 19800 1592 l 19770 1616 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 19830 2164 m 19800 2307 l 19770 2164 l 19800 2188 l 19830 2164 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +25410 2839 m 25380 2982 l 25350 2839 l 25350 3300 l 25410 3300 l cp +25350 2291 m 25380 2147 l 25410 2291 l 25410 1830 l 25350 1830 l cp +clip +n 25380 1890 m 25380 3240 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 25350 2291 m 25380 2147 l 25410 2291 l 25380 2267 l 25350 2291 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 25410 2839 m 25380 2982 l 25350 2839 l 25380 2863 l 25410 2839 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +20010 10894 m 19980 11037 l 19950 10894 l 19950 11355 l 20010 11355 l cp +19950 10346 m 19980 10202 l 20010 10346 l 20010 9885 l 19950 9885 l cp +clip +n 19980 9945 m 19980 11295 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 19950 10346 m 19980 10202 l 20010 10346 l 19980 10322 l 19950 10346 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 20010 10894 m 19980 11037 l 19950 10894 l 19980 10918 l 20010 10894 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +n 3600 8145 m 11700 8145 l gs col0 s gr +% Polyline +n 11700 3645 m 11700 8100 l gs col0 s gr +% Polyline +n 2250 3226 m 2250 5465 l 2250 5374 l gs col0 s gr +% Polyline +n 7650 3645 m 7650 6345 l gs col0 s gr +% Polyline +n 10350 3645 m 10350 5419 l 10350 6390 l gs col0 s gr +% Polyline +gs clippath +14655 12694 m 14625 12837 l 14595 12694 l 14595 13155 l 14655 13155 l cp +14595 11741 m 14625 11597 l 14655 11741 l 14655 11280 l 14595 11280 l cp +clip +n 14625 11340 m 14625 13095 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 14595 11741 m 14625 11597 l 14655 11741 l 14625 11717 l 14595 11741 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 14655 12694 m 14625 12837 l 14595 12694 l 14625 12718 l 14655 12694 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +16349 12013 m 16471 11930 l 16393 12054 l 16713 11723 l 16670 11681 l cp +15646 12827 m 15523 12909 l 15602 12786 l 15282 13117 l 15325 13159 l cp +clip +n 15345 13095 m 16650 11745 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 15646 12827 m 15523 12909 l 15602 12786 l 15607 12824 l 15646 12827 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 16349 12013 m 16471 11930 l 16393 12054 l 16388 12016 l 16349 12013 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +16320 15754 m 16290 15897 l 16260 15754 l 16260 16215 l 16320 16215 l cp +16260 14846 m 16290 14702 l 16320 14846 l 16320 14385 l 16260 14385 l cp +clip +n 16290 14445 m 16290 16155 l gs col0 s gr gr + +% arrowhead +105.000 slw +n 16260 14846 m 16290 14702 l 16320 14846 l 16290 14822 l 16260 14846 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 16320 15754 m 16290 15897 l 16260 15754 l 16290 15778 l 16320 15754 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +gs clippath +24780 10805 m 24750 10912 l 24720 10805 l 24720 11085 l 24780 11085 l cp +24720 10390 m 24750 10282 l 24780 10390 l 24780 10110 l 24720 10110 l cp +clip +n 24750 10170 m 24750 11025 l gs col0 s gr gr + +% arrowhead +60.000 slw +n 24720 10390 m 24750 10282 l 24780 10390 l 24750 10372 l 24720 10390 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 24780 10805 m 24750 10912 l 24720 10805 l 24750 10823 l 24780 10805 l cp gs 0.00 setgray ef gr col0 s +% Polyline +45.000 slw +n 11795 8020 m 11610 8235 l gs col0 s gr +% Polyline +n 4950 3645 m 4950 5465 l 4950 5374 l gs col0 s gr +% Polyline +n 16245 1350 m 16245 3170 l 16245 3079 l gs col0 s gr +% Polyline +30.000 slw +n 10573 13275 m 11025 13275 l 11025 13725 l 10573 13725 l cp gs col21 0.25 tnt ef gr gs col0 s gr +% Polyline +45.000 slw +n 3690 7785 m 3505 7570 l gs col0 s gr +% Polyline +n 3695 7570 m 3510 7785 l gs col0 s gr +% Polyline +n 3690 8280 m 3505 8065 l gs col0 s gr +% Polyline +n 3695 8065 m 3510 8280 l gs col0 s gr +% Polyline +n 10890 15435 m 10705 15220 l gs col0 s gr +% Polyline +n 10895 15220 m 10710 15435 l gs col0 s gr +% Polyline +n 10890 13635 m 10705 13420 l gs col0 s gr +% Polyline +n 10895 13420 m 10710 13635 l gs col0 s gr +% Polyline +n 10890 13185 m 10705 12970 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10895 12970 m 10710 13185 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10890 13635 m 10705 13420 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 10895 13420 m 10710 13635 l gs col20 0.75 shd ef gr gs col0 s gr +% Polyline +n 11790 8235 m 11605 8020 l gs col0 s gr +% Polyline +n 10800 13545 m 10800 15300 l gs col0 s gr +% Polyline +30.000 slw +n 4275 15975 m 4275 16425 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 4050 15930 m 4050 16200 l gs col4 0.25 tnt ef gr gs col0 s gr +% Polyline +n 20430 14195 m 20925 14195 l 20925 14670 l 20430 14670 l cp gs col23 0.75 shd ef gr gs col0 s gr +% Polyline +gs clippath +27285 4541 m 27315 4397 l 27345 4541 l 27345 4095 l 27285 4095 l cp +27345 2839 m 27315 2982 l 27285 2839 l 27285 3285 l 27345 3285 l cp +clip +n 27315 3240 m 27315 2790 l 27315 4590 l 27315 4140 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 27345 2839 m 27315 2982 l 27285 2839 l 27315 2863 l 27345 2839 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 27285 4541 m 27315 4397 l 27345 4541 l 27315 4517 l 27285 4541 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +22290 3416 m 22320 3272 l 22350 3416 l 22350 2970 l 22290 2970 l cp +22350 2209 m 22320 2352 l 22290 2209 l 22290 2655 l 22350 2655 l cp +clip +n 22320 2610 m 22320 2160 l 22320 3465 l 22320 3015 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 22350 2209 m 22320 2352 l 22290 2209 l 22320 2233 l 22350 2209 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 22290 3416 m 22320 3272 l 22350 3416 l 22320 3392 l 22290 3416 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +27285 10526 m 27315 10382 l 27345 10526 l 27345 10080 l 27285 10080 l cp +27345 9319 m 27315 9462 l 27285 9319 l 27285 9765 l 27345 9765 l cp +clip +n 27315 9720 m 27315 9270 l 27315 10575 l 27315 10125 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 27345 9319 m 27315 9462 l 27285 9319 l 27315 9343 l 27345 9319 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 27285 10526 m 27315 10382 l 27345 10526 l 27315 10502 l 27285 10526 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +9480 10219 m 9450 10362 l 9420 10219 l 9420 10665 l 9480 10665 l cp +9420 7646 m 9450 7502 l 9480 7646 l 9480 7200 l 9420 7200 l cp +clip +n 9450 7245 m 9450 10620 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 9420 7646 m 9450 7502 l 9480 7646 l 9450 7622 l 9420 7646 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 9480 10219 m 9450 10362 l 9420 10219 l 9450 10243 l 9480 10219 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +14396 2820 m 14252 2790 l 14396 2760 l 13950 2760 l 13950 2820 l cp +13369 2760 m 13512 2790 l 13369 2820 l 13815 2820 l 13815 2760 l cp +clip +n 13770 2790 m 13365 2790 l 14400 2790 l 13995 2790 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 13369 2760 m 13512 2790 l 13369 2820 l 13393 2790 l 13369 2760 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 14396 2820 m 14252 2790 l 14396 2760 l 14372 2790 l 14396 2820 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +4946 11955 m 4802 11925 l 4946 11895 l 4500 11895 l 4500 11955 l cp +3919 11895 m 4062 11925 l 3919 11955 l 4365 11955 l 4365 11895 l cp +clip +n 4320 11925 m 3915 11925 l 4995 11925 l 4545 11925 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 3919 11895 m 4062 11925 l 3919 11955 l 3943 11925 l 3919 11895 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 4946 11955 m 4802 11925 l 4946 11895 l 4922 11925 l 4946 11955 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +22290 10346 m 22320 10202 l 22350 10346 l 22350 9900 l 22290 9900 l cp +22350 8689 m 22320 8832 l 22290 8689 l 22290 9135 l 22350 9135 l cp +clip +n 22320 9090 m 22320 8640 l 22320 10305 l 22320 9945 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 22350 8689 m 22320 8832 l 22290 8689 l 22320 8713 l 22350 8689 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 22290 10346 m 22320 10202 l 22350 10346 l 22320 10322 l 22290 10346 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +5925 5044 m 5895 5187 l 5865 5044 l 5865 5490 l 5925 5490 l cp +5865 4091 m 5895 3947 l 5925 4091 l 5925 3645 l 5865 3645 l cp +clip +n 5895 3690 m 5895 5445 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 5865 4091 m 5895 3947 l 5925 4091 l 5895 4067 l 5865 4091 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 5925 5044 m 5895 5187 l 5865 5044 l 5895 5068 l 5925 5044 l cp gs 0.00 setgray ef gr col0 s +% Polyline +30.000 slw +gs clippath +17355 2794 m 17325 2937 l 17295 2794 l 17295 3240 l 17355 3240 l cp +17295 1841 m 17325 1697 l 17355 1841 l 17355 1395 l 17295 1395 l cp +clip +n 17325 1440 m 17325 3195 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 17295 1841 m 17325 1697 l 17355 1841 l 17325 1817 l 17295 1841 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 17355 2794 m 17325 2937 l 17295 2794 l 17325 2818 l 17355 2794 l cp gs 0.00 setgray ef gr col0 s +% Polyline +75.000 slw +n 13050 9495 m 13050 18000 l gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +540 585 m +gs 1 -1 sc 270.0 rot (Drawing by Xavier LELOUP DESS 99-00) col0 sh gr +% Polyline +15.000 slw +n 29422 5377 m 29422 12509 l 28440 12509 l 28440 5377 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 705.00 scf sf +28714 5652 m +gs 1 -1 sc 270.0 rot (SYMBOLIC RULES ) col0 sh gr +% Polyline +7.500 slw +n 7178 10904 m 8076 10904 l 8076 11272 l 7178 11272 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +7339 11203 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +30.000 slw +gs clippath +7969 11445 m 8112 11475 l 7969 11505 l 8415 11505 l 8415 11445 l cp +7376 11505 m 7232 11475 l 7376 11445 l 6930 11445 l 6930 11505 l cp +clip +n 6975 11475 m 8370 11475 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 7376 11505 m 7232 11475 l 7376 11445 l 7352 11475 l 7376 11505 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 7969 11445 m 8112 11475 l 7969 11505 l 7993 11475 l 7969 11445 l cp gs 0.00 setgray ef gr col0 s +% Polyline +7.500 slw + [60] 0 sd +n 25206 17999 m 25206 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 25655 17999 m 25655 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 26104 17999 m 26104 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 26555 17999 m 26555 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27005 17999 m 27005 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27455 17999 m 27455 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 27906 17999 m 27906 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22502 17999 m 22502 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22953 17999 m 22953 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 23403 17999 m 23403 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 23854 17999 m 23854 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 24305 17999 m 24305 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 24756 17999 m 24756 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 19802 17999 m 19802 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 20254 17999 m 20254 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 20703 17999 m 20703 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 21154 17999 m 21154 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 21603 17999 m 21603 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 22054 17999 m 22054 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 17102 17999 m 17102 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 17554 17999 m 17554 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18003 17999 m 18003 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18453 17999 m 18453 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 18902 17999 m 18902 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 19354 17999 m 19354 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 14400 17999 m 14400 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 14852 17999 m 14852 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 15301 17999 m 15301 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 15753 17999 m 15753 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 16202 17999 m 16202 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 16654 17999 m 16654 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 11701 17999 m 11701 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 12150 17999 m 12150 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 12602 17999 m 12602 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13051 17999 m 13051 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13503 17999 m 13503 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 13952 17999 m 13952 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9001 17999 m 9001 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9450 17999 m 9450 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 9902 17999 m 9902 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 10351 17999 m 10351 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 10801 17999 m 10801 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 11249 17999 m 11249 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 6302 17999 m 6302 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 6750 17999 m 6750 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 7201 17999 m 7201 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 7649 17999 m 7649 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 8101 17999 m 8101 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 8550 17999 m 8550 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 3599 17999 m 3599 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4048 17999 m 4048 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4500 17999 m 4500 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 4950 17999 m 4950 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 5401 17999 m 5401 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 5850 17999 m 5850 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17999 m 898 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 1349 17999 m 1349 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 1800 17999 m 1800 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 2249 17999 m 2249 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 2699 17999 m 2699 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 3148 17999 m 3148 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 16207 m 27906 16207 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 16655 m 27906 16655 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17103 m 27906 17103 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17551 m 27906 17551 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 17999 m 27906 17999 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13969 m 27906 13969 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 14417 m 27906 14417 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 14866 m 27906 14866 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 15314 m 27906 15314 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 15761 m 27906 15761 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 11729 m 27906 11729 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 12177 m 27906 12177 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 12625 m 27906 12625 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13073 m 27906 13073 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 13521 m 27906 13521 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9491 m 27906 9491 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9939 m 27906 9939 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 10388 m 27906 10388 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 10835 m 27906 10835 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 11283 m 27906 11283 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 7256 m 27906 7256 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 7704 m 27906 7704 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 8151 m 27906 8151 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 8600 m 27906 8600 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 9048 m 27906 9048 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5018 m 27906 5018 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5466 m 27906 5466 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 5914 m 27906 5914 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 6362 m 27906 6362 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 6810 m 27906 6810 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 2778 m 27906 2778 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 3225 m 27906 3225 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 3673 m 27906 3673 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 4122 m 27906 4122 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 4570 m 27906 4570 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 540 m 27906 540 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 988 m 27906 988 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 1436 m 27906 1436 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 1884 m 27906 1884 l gs col0 s gr [] 0 sd +% Polyline + [60] 0 sd +n 898 2332 m 27906 2332 l gs col0 s gr [] 0 sd +% Polyline +n 15525 15067 m 17458 15067 l 17458 15435 l 15525 15435 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +15660 15390 m +gs 1 -1 sc (YES 4.00 ) col0 sh gr +% Polyline +n 13095 15255 m 15345 15255 l 15345 17963 l 13095 17963 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 510.00 scf sf +13140 15660 m +gs 1 -1 sc (Any layers) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13230 16200 m +gs 1 -1 sc (Measures) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13410 16785 m +gs 1 -1 sc (are only) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13320 17325 m +gs 1 -1 sc (taken on) col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +13365 17865 m +gs 1 -1 sc (the axes) col0 sh gr +% Polyline +n 19397 1702 m 20295 1702 l 20295 2070 l 19397 2070 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +19530 2025 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 24977 2377 m 25875 2377 l 25875 2745 l 24977 2745 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +25110 2700 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 19577 10432 m 20475 10432 l 20475 10800 l 19577 10800 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +19710 10755 m +gs 1 -1 sc (3.00) col0 sh gr +% Polyline +n 27315 3457 m 28080 3457 l 28080 3915 l 27315 3915 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +27360 3825 m +gs 1 -1 sc (2.00) col0 sh gr +% Polyline +n 22410 2512 m 23175 2512 l 23175 2970 l 22410 2970 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +22500 2835 m +gs 1 -1 sc (1.00) col0 sh gr +% Polyline +n 27405 9622 m 28170 9622 l 28170 10080 l 27405 10080 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +27495 9945 m +gs 1 -1 sc (1.00) col0 sh gr +% Polyline +n 15210 4500 m 18090 4500 l 18090 9270 l 15210 9270 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 510.00 scf sf +16649 9042 m +gs 1 -1 sc (identical) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 8481 m +gs 1 -1 sc (are not) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 7920 m +gs 1 -1 sc (if VIA) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 7359 m +gs 1 -1 sc (But No Rule) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 300.00 scf sf +16650 6438 m +gs 1 -1 sc (Center to center) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 6027 m +gs 1 -1 sc (VIAS : 4) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16649 5466 m +gs 1 -1 sc (Identical) dup sw pop 2 div neg 0 rm col0 sh gr +/Times-Roman-iso ff 510.00 scf sf +16650 4905 m +gs 1 -1 sc (For all) dup sw pop 2 div neg 0 rm col0 sh gr +% Polyline +30.000 slw +gs clippath +11794 9690 m 11937 9720 l 11794 9750 l 12240 9750 l 12240 9690 l cp +11201 9750 m 11057 9720 l 11201 9690 l 10755 9690 l 10755 9750 l cp +clip +n 10800 9720 m 12195 9720 l gs col7 1.00 shd ef gr gs col0 s gr gr + +% arrowhead +105.000 slw +n 11201 9750 m 11057 9720 l 11201 9690 l 11177 9720 l 11201 9750 l cp gs 0.00 setgray ef gr col0 s +% arrowhead +n 11794 9690 m 11937 9720 l 11794 9750 l 11818 9720 l 11794 9690 l cp gs 0.00 setgray ef gr col0 s +% Polyline +7.500 slw +n 13365 3007 m 14263 3007 l 14263 3375 l 13365 3375 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 9855 11700 m 11340 11700 l 11340 12195 l 9855 12195 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 1935 12195 m 3420 12195 l 3420 12690 l 1935 12690 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 3983 12218 m 4881 12218 l 4881 12586 l 3983 12586 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 11003 9149 m 11901 9149 l 11901 9517 l 11003 9517 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 13187 12007 m 15120 12007 l 15120 12375 l 13187 12375 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 15480 12232 m 16875 12232 l 16875 12600 l 15480 12600 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 25875 16642 m 26730 16642 l 26730 17010 l 25875 17010 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 23535 16642 m 24300 16642 l 24300 17010 l 23535 17010 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24705 13987 m 26910 13987 l 26910 14400 l 24705 14400 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 19710 3412 m 21015 3412 l 21015 3825 l 19710 3825 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24660 4500 m 26460 4500 l 26460 4950 l 24660 4950 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 24347 10432 m 25245 10432 l 25245 10800 l 24347 10800 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 22320 9307 m 23085 9307 l 23085 9765 l 22320 9765 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +15.000 slw +n 4500 1932 m 5985 1932 l 5985 2385 l 4500 2385 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +30.000 slw +n 12330 810 m 13680 810 l 13680 1305 l 12330 1305 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +15.000 slw +n 2880 6346 m 4364 6346 l 4364 6840 l 2880 6840 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +7.500 slw +n 9000 8843 m 9876 8843 l 9876 9225 l 9000 9225 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 19575 12637 m 21915 12637 l 21915 13500 l 19575 13500 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 5582 4402 m 6480 4402 l 6480 4770 l 5582 4770 l cp gs col7 1.00 shd ef gr gs col0 s gr +% Polyline +n 16877 2062 m 17775 2062 l 17775 2430 l 16877 2430 l cp gs col7 1.00 shd ef gr gs col0 s gr +/Times-Roman-iso ff 360.00 scf sf +13500 3330 m +gs 1 -1 sc (0.50) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +9990 12060 m +gs 1 -1 sc (N_Trans) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +2070 12555 m +gs 1 -1 sc (Body P) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +4144 12517 m +gs 1 -1 sc (1.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +11164 9448 m +gs 1 -1 sc (3.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +13275 12330 m +gs 1 -1 sc (YES 4.00 ) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +15570 12555 m +gs 1 -1 sc (NO 4.24) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +23625 16965 m +gs 1 -1 sc (NO) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +25965 16965 m +gs 1 -1 sc (YES) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24840 14310 m +gs 1 -1 sc (POLY WIRE) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +19890 3735 m +gs 1 -1 sc (ALU 1) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24705 4860 m +gs 1 -1 sc (ALU 2,3,4) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +24480 10755 m +gs 1 -1 sc (2.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +22365 9675 m +gs 1 -1 sc (2.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +12420 1170 m +gs 1 -1 sc (Body N) col0 sh gr +/Times-Roman-iso ff 375.00 scf sf +4635 2264 m +gs 1 -1 sc (NWELL) col0 sh gr +/Times-Roman-iso ff 375.00 scf sf +2975 6705 m +gs 1 -1 sc (P_Trans) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +9139 9142 m +gs 1 -1 sc (7.50) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +20250 12960 m +gs 1 -1 sc (DIFF) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +19710 13410 m +gs 1 -1 sc (SAME WELL) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +5760 4725 m +gs 1 -1 sc (4.00) col0 sh gr +/Times-Roman-iso ff 360.00 scf sf +17010 2385 m +gs 1 -1 sc (4.00) col0 sh gr +$F2psEnd +rs +end +showpage diff --git a/alliance/share/doc/symb_rules/symb_rules.sld b/alliance/share/doc/symb_rules/symb_rules.sld new file mode 100644 index 00000000..5f1865ad Binary files /dev/null and b/alliance/share/doc/symb_rules/symb_rules.sld differ