% a preamble for PubDraw/vecps output using the crop=clip-to-canvas option in % PubDraw, for which vecps always seems to place the bottom left hand corner % of the diagram at the point (72,72) in the default postscript frame % DB April 1991 % this one does landscape orientation on A4 paper 90 rotate 0 -594 translate -72 -72 translate %!PS-Adobe-2.0 EPSF-2.0 %%Title: /home/users0/nf/dacq.vec %%Creator: nf %%CreationDate: Tue Jun 18 19:47:10 1991 %%Pages: 1 %%BoundingBox: 72 72 918 666 %%EndComments /draw_initial_state save def /displaylistdict 80 dict def displaylistdict begin % catch nocurrentpoint error for: % pathbbox /ncpoint errordict /nocurrentpoint get def errordict begin /nocurrentpoint { dup /pathbbox load eq { pop 0 0 1 1 } { ncpoint } ifelse } bind def end /image_raster { % sw sh dw dh xs ys translate scale /sh exch def /sw exch def /imagebuf sw 7 add 8 idiv string def sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop } image } bind def /m {moveto} bind def /l {lineto} bind def % pattern stuff /BPSIDE 32 def % pixels per pattern side /PATFREQ 3.0 def % pattern pixels per mm /drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def /drawpat_pw BPSIDE def % pattern pixel width /drawpat_ph BPSIDE def % pattern pixel height /drawpat_w drawpat_pw PATFREQ div def % pattern mm width /drawpat_h drawpat_ph PATFREQ div def % pattern mm height /drawpat_bs 1 def % pattern bits per pixel /savemat matrix def /topmat matrix def /patmat matrix def /start_display_list { 0 setlinecap 10 setmiterlimit } bind def /patpath { topmat setmatrix pathbbox % get lo - hi indecies /hy exch drawpat_h div floor cvi def /hx exch drawpat_w div floor cvi def /ly exch drawpat_h div floor cvi def /lx exch drawpat_w div floor cvi def lx 1 hx { drawpat_w mul ly 1 hy { drawpat_h mul exch dup 3 1 roll exch patmat currentmatrix pop translate drawpat_pw drawpat_ph drawpat_bs drawpat_mat drawpat_proc image patmat setmatrix } for pop } for } bind def /r {rmoveto} bind def /sp {x 0 rmoveto} bind def /rl {rlineto} bind def /onelet 1 string def % show a string /s { complex_color { { onelet exch 0 exch put gsave currentpoint newpath moveto onelet true charpath clip patpath grestore onelet stringwidth rmoveto } forall } { show } ifelse } bind def /box { newpath m l l l closepath } bind def /pix_to_units { 144 300 div mul } bind def /apix_to_units { 144 exch div mul } bind def /reencode_small_dict 12 dict def /ReencodeSmall { reencode_small_dict begin /new_codes_and_names exch def /new_font_name exch def /base_font_name exch def /base_font_dict base_font_name findfont def /newfont base_font_dict maxlength dict def base_font_dict { 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 new_font_name put new_codes_and_names aload pop new_codes_and_names length 2 idiv { newfont /Encoding get 3 1 roll put } repeat new_font_name newfont definefont pop end %reencode_small_dict } def /extended_Zapf [ 8#223 /a89 8#224 /a90 8#225 /a93 8#226 /a94 8#227 /a91 8#230 /a92 8#231 /a205 8#232 /a85 8#233 /a206 8#234 /a86 8#235 /a87 8#236 /a88 8#237 /a95 8#240 /a96 ] def /extended_Standard [ 128 /Acircumflex 129 /Adieresis 130 /Agrave 131 /Aring 132 /Atilde 133 /Ccedilla 134 /Eacute 135 /Ecircumflex 136 /Edieresis 137 /Egrave 138 /Iacute 139 /Icircumflex 140 /Idieresis 141 /Igrave 142 /Ntilde 143 /Oacute 144 /Ocircumflex 145 /Odieresis 146 /Ograve 147 /Otilde 148 /Scaron 149 /Uacute 150 /Ucircumflex 151 /Udieresis 152 /Ugrave 153 /Ydieresis 154 /Zcaron 155 /aacute 156 /acircumflex 157 /adieresis 158 /agrave 159 /aring 160 /atilde 209 /ccedilla 210 /copyright 211 /eacute 212 /ecircumflex 213 /edieresis 214 /egrave 215 /iacute 216 /icircumflex 217 /idieresis 218 /igrave 219 /logicalnot 220 /minus 221 /ntilde 222 /oacute 223 /ocircumflex 224 /odieresis 228 /ograve 229 /otilde 230 /registered 231 /scaron 236 /trademark 237 /uacute 238 /ucircumflex 239 /udieresis 240 /ugrave 242 /ydieresis 243 /zcaron 244 /Aacute ] def /extended_Symbol [ ] def /extend_font { % stack: fontname newfontname exch dup (ZapfDingbats) eq { cvn exch cvn extended_Zapf ReencodeSmall } { dup (Symbol) eq { cvn exch cvn extended_Symbol ReencodeSmall } { cvn exch cvn extended_Standard ReencodeSmall } ifelse } ifelse } bind def /getfont { /f exch def f cvn where { begin f cvx cvn exec setfont end } { f 0 f length 3 sub getinterval (LocalFont) extend_font /LocalFont findfont /sz f f length 3 sub 3 getinterval cvi def [ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def setfont } ifelse } bind def /ul { % space drop thickness gsave currentpoint currentlinewidth currentpoint newpath moveto 6 -3 roll setlinewidth 0 exch r 0 rl stroke setlinewidth m grestore } bind def /ss { currentpoint pop exch m } bind def /image_raster { % sw sh dw dh xs ys translate scale /sh exch def /sw exch def /imagebuf sw 7 add 8 idiv string def sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop } image } bind def /leader_insert { /str exch def /sp1 exch def -1 0 { pop sp1 0 str ashow } for } bind def /nx { /x exch def } bind def 0. nx /pat0 {<55555555AAAAAAAA>} def %%EndProlog %%Page: 1 1 gsave 2.83465 -2.83465 scale newpath 25.4 -25.4 moveto 0 -209.55 rlineto 298.45 0 rlineto 0 209.55 rlineto closepath clip 25.4 -234.95 translate topmat currentmatrix pop start_display_list % polyline2 0 setlinejoin .2 setlinewidth 0 setgray gsave newpath 30.48 24.384 m 34.544 20.32 l stroke grestore % polyline2 gsave newpath 30.48 20.32 m 34.544 24.384 l stroke grestore % polyline2 gsave newpath 30.48 22.352 m 34.544 22.352 l stroke grestore % irpoly2 .5 setlinewidth 1 setgray gsave newpath 38.608 16.256 m 99.568 16.256 l 99.568 50.8 l 38.608 50.8 l closepath eofill grestore 0 setgray gsave newpath 38.608 16.256 m 99.568 16.256 l 99.568 50.8 l 38.608 50.8 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 42.672 24.384 m 103.632 24.384 l 103.632 58.928 l 42.672 58.928 l closepath eofill grestore 0 setgray gsave newpath 42.672 24.384 m 103.632 24.384 l 103.632 58.928 l 42.672 58.928 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 38.608 62.992 m 99.568 62.992 l 99.568 97.536 l 38.608 97.536 l closepath eofill grestore 0 setgray gsave newpath 38.608 62.992 m 99.568 62.992 l 99.568 97.536 l 38.608 97.536 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 38.608 103.632 m 99.568 103.632 l 99.568 138.176 l 38.608 138.176 l closepath eofill grestore 0 setgray gsave newpath 38.608 103.632 m 99.568 103.632 l 99.568 138.176 l 38.608 138.176 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 38.608 144.272 m 99.568 144.272 l 99.568 178.816 l 38.608 178.816 l closepath eofill grestore 0 setgray gsave newpath 38.608 144.272 m 99.568 144.272 l 99.568 178.816 l 38.608 178.816 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 42.672 152.4 m 103.632 152.4 l 103.632 186.944 l 42.672 186.944 l closepath eofill grestore 0 setgray gsave newpath 42.672 152.4 m 103.632 152.4 l 103.632 186.944 l 42.672 186.944 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 46.736 160.528 m 107.696 160.528 l 107.696 195.072 l 46.736 195.072 l closepath eofill grestore 0 setgray gsave newpath 46.736 160.528 m 107.696 160.528 l 107.696 195.072 l 46.736 195.072 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 125.984 32.512 m 186.944 32.512 l 186.944 67.056 l 125.984 67.056 l closepath eofill grestore 0 setgray gsave newpath 125.984 32.512 m 186.944 32.512 l 186.944 67.056 l 125.984 67.056 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 125.984 91.44 m 186.944 91.44 l 186.944 125.984 l 125.984 125.984 l closepath eofill grestore 0 setgray gsave newpath 125.984 91.44 m 186.944 91.44 l 186.944 125.984 l 125.984 125.984 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 125.984 152.4 m 186.944 152.4 l 186.944 186.944 l 125.984 186.944 l closepath eofill grestore 0 setgray gsave newpath 125.984 152.4 m 186.944 152.4 l 186.944 186.944 l 125.984 186.944 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 205.232 152.4 m 266.192 152.4 l 266.192 186.944 l 205.232 186.944 l closepath eofill grestore 0 setgray gsave newpath 205.232 152.4 m 266.192 152.4 l 266.192 186.944 l 205.232 186.944 l closepath stroke grestore % irpoly2 1 setgray gsave newpath 205.232 125.984 m 266.192 125.984 l 266.192 32.512 l 205.232 32.512 l closepath eofill grestore 0 setgray gsave newpath 205.232 125.984 m 266.192 125.984 l 266.192 32.512 l 205.232 32.512 l closepath stroke grestore % polyline2 .2 setlinewidth gsave newpath 195.072 22.352 m 199.136 22.352 l stroke grestore % polyline2 gsave newpath 195.072 24.384 m 199.136 20.32 l stroke grestore % polyline2 gsave newpath 195.072 20.32 m 199.136 24.384 l stroke grestore % polyline2 1 setlinewidth gsave newpath 32.512 52.832 m 44.704 52.832 l stroke grestore % polyline2 gsave newpath 32.512 46.736 m 40.64 46.736 l stroke grestore % polyline2 gsave newpath 32.512 91.44 m 40.64 91.44 l stroke grestore % polyline2 gsave newpath 32.512 132.08 m 40.64 132.08 l stroke grestore % polyline2 gsave newpath 32.512 172.72 m 40.64 172.72 l stroke grestore % polyline2 gsave newpath 32.512 180.848 m 44.704 180.848 l stroke grestore % polyline2 gsave newpath 32.512 188.976 m 48.768 188.976 l stroke grestore % polyline2 gsave newpath 197.104 60.96 m 184.912 60.96 l stroke grestore % polyline2 gsave newpath 197.104 119.888 m 184.912 119.888 l stroke grestore % polyline2 gsave newpath 197.104 180.848 m 184.912 180.848 l stroke grestore % polyline2 gsave newpath 197.104 172.72 m 207.264 172.72 l stroke grestore % polyline2 gsave newpath 197.104 79.248 m 207.264 79.248 l stroke grestore % polyline2 .4 setlinewidth gsave newpath 142.24 123.952 m 142.24 154.432 l stroke grestore % polyline2 gsave newpath 144.272 123.952 m 144.272 154.432 l stroke grestore % irpoly2 .5 setlinewidth gsave newpath 42.672 48.768 m 46.736 48.768 l 46.736 56.896 l 42.672 56.896 l closepath stroke grestore % irpoly2 gsave newpath 38.608 87.376 m 42.672 87.376 l 42.672 95.504 l 38.608 95.504 l closepath stroke grestore % irpoly2 gsave newpath 38.608 128.016 m 42.672 128.016 l 42.672 136.144 l 38.608 136.144 l closepath stroke grestore % irpoly2 gsave newpath 46.736 184.912 m 50.8 184.912 l 50.8 193.04 l 46.736 193.04 l closepath stroke grestore % irpoly2 gsave newpath 186.944 56.896 m 182.88 56.896 l 182.88 65.024 l 186.944 65.024 l closepath stroke grestore % irpoly2 gsave newpath 186.944 115.824 m 182.88 115.824 l 182.88 123.952 l 186.944 123.952 l closepath stroke grestore % irpoly2 gsave newpath 186.944 176.784 m 182.88 176.784 l 182.88 184.912 l 186.944 184.912 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 46.736 28.448] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s setmatrix % irpoly2 gsave newpath 44.704 26.416 m 62.992 26.416 l 62.992 32.512 l 44.704 32.512 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 42.672 67.056] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s setmatrix % irpoly2 gsave newpath 40.64 65.024 m 58.928 65.024 l 58.928 71.12 l 40.64 71.12 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 42.672 107.696] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s setmatrix % irpoly2 gsave newpath 40.64 105.664 m 58.928 105.664 l 58.928 111.76 l 40.64 111.76 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 50.8 164.592] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s setmatrix % irpoly2 gsave newpath 48.768 162.56 m 67.056 162.56 l 67.056 168.656 l 48.768 168.656 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 168.656 36.576] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s setmatrix % irpoly2 gsave newpath 166.624 34.544 m 184.912 34.544 l 184.912 40.64 l 166.624 40.64 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 168.656 95.504] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s setmatrix % irpoly2 gsave newpath 166.624 93.472 m 184.912 93.472 l 184.912 99.568 l 166.624 99.568 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 209.296 42.672] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VxWorks) s 5.000 nx sp sp (Control) s setmatrix % irpoly2 gsave newpath 207.264 40.64 m 237.744 40.64 l 237.744 48.768 l 207.264 48.768 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 54.864 48.768] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 54.864 44.704] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 60.96 40.64 m 67.9991 44.704 l 67.9991 52.832 l 60.96 56.896 l 53.921 52.832 l 53.921 44.704 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 50.8 87.376] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 50.8 83.312] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 56.896 79.248 m 63.935 83.312 l 63.935 91.44 l 56.896 95.504 l 49.8569 91.44 l 49.8569 83.312 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 50.8 128.016] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 50.8 123.952] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 56.896 119.888 m 63.935 123.952 l 63.935 132.08 l 56.896 136.144 l 49.8569 132.08 l 49.8569 123.952 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 58.928 184.912] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 58.928 180.848] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 65.024 176.784 m 72.063 180.848 l 72.063 188.976 l 65.024 193.04 l 57.9849 188.976 l 57.9849 180.848 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 162.56 176.784] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 162.56 172.72] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 168.656 168.656 m 175.695 172.72 l 175.695 180.848 l 168.656 184.912 l 161.617 180.848 l 161.617 172.72 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 166.624 111.76] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 166.624 107.696] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 172.72 103.632 m 179.759 107.696 l 179.759 115.824 l 172.72 119.888 l 165.681 115.824 l 165.681 107.696 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 166.624 52.832] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 166.624 48.768] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 172.72 44.704 m 179.759 48.768 l 179.759 56.896 l 172.72 60.96 l 165.681 56.896 l 165.681 48.768 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 215.392 79.248] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 215.392 75.184] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 221.488 71.12 m 228.527 75.184 l 228.527 83.312 l 221.488 87.376 l 214.449 83.312 l 214.449 75.184 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 215.392 172.72] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m 5.000 nx sp sp sp (Times-Roman020) getfont (RPC) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 215.392 168.656] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (UDP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 221.488 164.592 m 228.527 168.656 l 228.527 176.784 l 221.488 180.848 l 214.449 176.784 l 214.449 168.656 l closepath stroke grestore % irpoly2 gsave newpath 125.984 103.632 m 130.048 103.632 l 130.048 111.76 l 125.984 111.76 l closepath stroke grestore % irpoly2 gsave newpath 138.176 152.4 m 148.336 152.4 l 148.336 156.464 l 138.176 156.464 l closepath stroke grestore % irpoly2 gsave newpath 138.176 125.984 m 148.336 125.984 l 148.336 121.92 l 138.176 121.92 l closepath stroke grestore % irpoly2 gsave newpath 205.232 75.184 m 209.296 75.184 l 209.296 83.312 l 205.232 83.312 l closepath stroke grestore % irpoly2 gsave newpath 205.232 168.656 m 209.296 168.656 l 209.296 176.784 l 205.232 176.784 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 73.152 32.512] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm 2 setlinejoin gsave % 4 arcs matrix currentmatrix 91.44 34.544 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 73.152 34.544 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 73.152 34.544 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 91.44 34.544 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 69.088 71.12] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 87.376 73.152 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 69.088 73.152 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 69.088 73.152 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 87.376 73.152 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 69.088 111.76] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 87.376 113.792 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 69.088 113.792 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 69.088 113.792 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 87.376 113.792 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 77.216 168.656] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 95.504 170.688 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 77.216 170.688 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 77.216 170.688 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 95.504 170.688 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 136.144 99.568] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 154.432 101.6 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 136.144 101.6 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 136.144 101.6 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 154.432 101.6 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 136.144 40.64] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 154.432 42.672 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 136.144 42.672 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 136.144 42.672 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 154.432 42.672 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 239.776 93.472] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Application) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 258.064 95.504 translate 2.032 2.032 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 239.776 95.504 translate 2.032 2.032 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 239.776 95.504 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 258.064 95.504 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % polyline2 0 setlinejoin 1 setlinewidth gsave newpath 140.208 65.024 m 140.208 93.472 l stroke grestore % polyline2 gsave newpath 142.24 65.024 m 142.24 93.472 l stroke grestore % irpoly2 gsave newpath 136.144 67.056 m 146.304 67.056 l 146.304 62.992 l 136.144 62.992 l closepath stroke grestore % irpoly2 gsave newpath 136.144 91.44 m 146.304 91.44 l 146.304 95.504 l 136.144 95.504 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 75.184 50.8] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 .5 setlinewidth gsave newpath 73.152 54.864 m 75.184 50.8 l 101.6 50.8 l 99.568 54.864 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 71.12 89.408] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 69.088 93.472 m 71.12 89.408 l 97.536 89.408 l 95.504 93.472 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 71.12 123.952] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 69.088 128.016 m 71.12 123.952 l 97.536 123.952 l 95.504 128.016 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 79.248 186.944] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 77.216 191.008 m 79.248 186.944 l 105.664 186.944 l 103.632 191.008 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 136.144 113.792] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 134.112 117.856 m 136.144 113.792 l 162.56 113.792 l 160.528 117.856 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 132.08 54.864] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 130.048 58.928 m 132.08 54.864 l 158.496 54.864 l 156.464 58.928 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 71.12 81.28] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Spectrum) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 69.088 85.344 m 71.12 81.28 l 97.536 81.28 l 95.504 85.344 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 132.08 48.768] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Spectrum) s 5.000 nx sp sp (Server) s setmatrix % irpoly2 gsave newpath 130.048 52.832 m 132.08 48.768 l 158.496 48.768 l 156.464 52.832 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 213.36 56.896] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (TCP) s 5.000 nx sp (/) s sp (IP) s setmatrix % irpoly2 gsave newpath 211.328 58.928 m 215.392 51.889 l 223.52 51.889 l 227.584 58.928 l 223.52 65.967 l 215.392 65.967 l closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 243.84 65.024] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Spectrum) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 245.872 71.12] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Access) s setmatrix % ellipse2 2 setlinejoin gsave matrix currentmatrix 249.936 69.088 translate 90 rotate 10.364 10.3584 scale newpath 0 0 1 0 360 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 219.456 111.76] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Experimental) s 5.000 nx sp sp (Control) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 223.52 117.856] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Register) s 5.000 nx sp sp (Access) s setmatrix % ellipse2 gsave matrix currentmatrix 235.712 115.824 translate 22.352 8.128 scale newpath 0 0 1 0 360 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 235.712 158.496] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Message) s 5.000 nx sp (/) s sp (Error) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 241.808 164.592] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Logger) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 256.032 162.56 translate 6.09601 6.09601 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 237.744 162.56 translate 6.09601 6.09601 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 237.744 162.56 translate 6.09601 6.09601 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 256.032 162.56 translate 6.09601 6.09601 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 132.08 178.816] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Tapes,) s 5.000 nx sp (etcetra) s setmatrix % rfrm gsave % 4 arcs matrix currentmatrix 150.368 180.848 translate 4.064 4.064 scale newpath 0 0 1 0 90 arc setmatrix matrix currentmatrix 134.112 180.848 translate 4.064 4.064 scale 0 0 1 90 180 arc setmatrix matrix currentmatrix 134.112 180.848 translate 4.064 4.064 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 150.368 180.848 translate 4.064 4.064 scale 0 0 1 270 0 arc setmatrix closepath stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 148.336 136.144] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Parallel) s 5.000 nx sp sp (Link) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 146.304 73.152] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (VSB) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 146.304 79.248] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Backplane) s setmatrix % irpoly2 0 setlinejoin gsave newpath 99.568 130.048 m 95.504 130.048 l 95.504 138.176 l 99.568 138.176 l closepath stroke grestore % irpoly2 gsave newpath 103.632 36.576 m 99.568 36.576 l 99.568 44.704 l 103.632 44.704 l closepath stroke grestore % polyline2 % arrow gsave newpath 62.992 42.672 m 65.5302 39.7108 l 66.7993 41.8259 l closepath eofill grestore .4 setlinewidth gsave newpath 73.152 36.576 m 66.1647 40.7684 l stroke grestore % irpoly2 .5 setlinewidth 1 setgray gsave newpath 99.568 69.088 m 95.504 69.088 l 95.504 77.216 l 99.568 77.216 l closepath eofill grestore 0 setgray gsave newpath 99.568 69.088 m 95.504 69.088 l 95.504 77.216 l 99.568 77.216 l closepath stroke grestore % irpoly2 gsave newpath 99.568 113.792 m 95.504 113.792 l 95.504 121.92 l 99.568 121.92 l closepath stroke grestore % polyline2 % arrow gsave newpath 69.088 93.472 m 65.388 94.7053 l 65.388 92.2387 l closepath eofill grestore .4 setlinewidth gsave newpath 58.928 93.472 m 65.388 93.472 l stroke grestore % polyline2 % arrow gsave newpath 60.96 121.92 m 63.18 118.713 l 64.66 120.687 l closepath eofill grestore gsave newpath 69.088 115.824 m 63.92 119.7 l stroke grestore % polyline2 % arrow gsave newpath 73.152 128.016 m 70.1747 130.535 l 69.2586 128.245 l closepath eofill grestore gsave newpath 62.992 132.08 m 69.7166 129.39 l stroke grestore % polyline2 % arrow gsave newpath 69.088 178.816 m 71.308 175.609 l 72.788 177.583 l closepath eofill grestore gsave newpath 77.216 172.72 m 72.048 176.596 l stroke grestore % polyline2 % arrow gsave newpath 168.656 46.736 m 164.756 46.736 l 165.536 44.3959 l closepath eofill grestore gsave newpath 156.464 42.672 m 165.146 45.566 l stroke grestore % polyline2 % arrow gsave newpath 158.496 56.896 m 162.196 55.6627 l 162.196 58.1293 l closepath eofill grestore gsave newpath 166.624 56.896 m 162.196 56.896 l stroke grestore % polyline2 % arrow gsave newpath 168.656 105.664 m 164.756 105.664 l 165.536 103.324 l closepath eofill grestore gsave newpath 156.464 101.6 m 165.146 104.494 l stroke grestore % polyline2 % arrow gsave newpath 160.528 115.824 m 164.38 115.216 l 163.975 117.649 l closepath eofill grestore gsave newpath 172.72 117.856 m 164.178 116.432 l stroke grestore % polyline2 % arrow gsave newpath 237.744 168.656 m 234.767 171.175 l 233.851 168.885 l closepath eofill grestore gsave newpath 227.584 172.72 m 234.309 170.03 l stroke grestore % polyline2 % arrow gsave newpath 225.552 73.152 m 228.771 70.9497 l 229.448 73.3214 l closepath eofill grestore gsave newpath 239.776 69.088 m 229.11 72.1355 l stroke grestore % polyline2 % arrow gsave newpath 251.968 79.248 m 253.201 82.948 l 250.735 82.948 l closepath eofill grestore gsave newpath 251.968 93.472 m 251.968 82.948 l stroke grestore % polyline2 % arrow gsave newpath 241.808 107.696 m 240.575 103.996 l 243.041 103.996 l closepath eofill grestore gsave newpath 241.808 97.536 m 241.808 103.996 l stroke grestore % polyline2 gsave newpath 46.736 50.8 m 54.864 50.8 l stroke grestore % polyline2 gsave newpath 46.736 48.768 m 50.8 32.512 l stroke grestore % polyline2 gsave newpath 42.672 87.376 m 46.736 71.12 l stroke grestore % polyline2 gsave newpath 42.672 128.016 m 46.736 111.76 l stroke grestore % polyline2 gsave newpath 50.8 184.912 m 54.864 168.656 l stroke grestore % polyline2 gsave newpath 42.672 130.048 m 50.8 130.048 l stroke grestore % polyline2 gsave newpath 50.8 186.944 m 58.928 186.944 l stroke grestore % polyline2 gsave newpath 182.88 62.992 m 176.784 58.928 l stroke grestore % polyline2 gsave newpath 182.88 121.92 m 176.784 117.856 l stroke grestore % polyline2 gsave newpath 182.88 182.88 m 172.72 182.88 l stroke grestore % polyline2 gsave newpath 134.112 42.672 m 128.016 42.672 l stroke grestore % polyline2 gsave newpath 128.016 42.672 m 128.016 65.024 l stroke grestore % polyline2 gsave newpath 136.144 103.632 m 130.048 117.856 l stroke grestore % polyline2 gsave newpath 130.048 117.856 m 130.048 123.952 l stroke grestore % polyline2 gsave newpath 209.296 170.688 m 215.392 170.688 l stroke grestore % polyline2 gsave newpath 209.296 77.216 m 215.392 77.216 l stroke grestore % polyline2 gsave newpath 209.296 75.184 m 213.36 62.992 l stroke grestore % polyline2 gsave newpath 213.36 54.864 m 213.36 48.768 l stroke grestore % polyline2 gsave newpath 221.488 71.12 m 231.648 60.96 l stroke grestore % polyline2 gsave newpath 231.648 60.96 m 231.648 48.768 l stroke grestore % polyline2 % arrow gsave newpath 221.488 87.376 m 222.721 91.076 l 220.255 91.076 l closepath eofill grestore gsave newpath 221.488 109.728 m 221.488 91.076 l stroke grestore % polyline2 % arrow gsave newpath 138.176 123.952 m 134.476 125.185 l 134.476 122.719 l closepath eofill grestore gsave newpath 130.048 123.952 m 134.476 123.952 l stroke grestore % polyline2 % arrow gsave newpath 136.144 65.024 m 132.444 66.2573 l 132.444 63.7907 l closepath eofill grestore gsave newpath 128.016 65.024 m 132.444 65.024 l stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 89.408 18.288] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (VXI) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 93.472 26.416] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (VXI) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 73.152 65.024] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Histogrammer) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 75.184 105.664] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Event) s 5.500 nx sp (Builder) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 58.928 146.304] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Environment) s 5.500 nx sp (Monitoring) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 88.0533 154.432] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Autofill) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 83.312 162.56] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (High) s 5.500 nx sp (Voltage) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 166.624 154.432] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Tape) s 5.500 nx sp (server) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 150.368 119.888] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Data) s 5.500 nx sp (Router) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 130.048 34.544] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (Data) s 5.500 nx sp (Sorter) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 239.776 34.544] concat 25.4 144 div dup scale 0 0 m 16 ss 0.000 16.000 m (Times-Roman022) getfont (User) s 5.500 nx sp (Interface) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 109.728 54.864] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (DT32) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 111.76 60.96] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Bus) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 109.728 79.248] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (DT32) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 111.76 85.344] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Bus) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 103.632 136.144] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Fibre) s 5.000 nx sp (Optic) s sp (Link) s setmatrix % polyline2 1 setlinewidth /drawpat_proc pat0 def gsave newpath 97.536 134.112 m 119.888 134.112 l strokepath clip patpath grestore % polyline2 gsave newpath 119.888 134.112 m 119.888 107.696 l strokepath clip patpath grestore % polyline2 gsave newpath 119.888 107.696 m 128.016 107.696 l strokepath clip patpath grestore % polyline2 .6 setlinewidth .5 setgray gsave newpath 101.6 42.672 m 107.696 42.672 l stroke grestore % polyline2 gsave newpath 107.696 42.672 m 107.696 71.12 l stroke grestore % polyline2 gsave newpath 97.536 75.184 m 107.696 75.184 l stroke grestore % polyline2 gsave newpath 107.696 75.184 m 107.696 115.824 l stroke grestore % polyline2 % arrow gsave newpath 97.536 71.12 m 101.836 69.6867 l 101.836 72.5533 l closepath eofill grestore gsave newpath 107.696 71.12 m 101.836 71.12 l stroke grestore % polyline2 % arrow gsave newpath 97.536 115.824 m 101.836 114.391 l 101.836 117.257 l closepath eofill grestore gsave newpath 107.696 115.824 m 101.836 115.824 l stroke grestore % irpoly2 .5 setlinewidth 0 setgray gsave newpath 24.384 12.192 m 274.32 12.192 l 274.32 199.136 l 24.384 199.136 l closepath stroke grestore % polyline2 1 setlinewidth gsave newpath 32.512 22.352 m 32.512 197.104 l stroke grestore % polyline2 gsave newpath 197.104 22.352 m 197.104 197.104 l stroke grestore % polyline2 gsave newpath 32.512 197.104 m 197.104 197.104 l stroke grestore % polyline2 % arrow gsave newpath 197.104 138.176 m 200.804 136.943 l 200.804 139.409 l closepath eofill grestore .4 setlinewidth gsave newpath 219.456 138.176 m 200.804 138.176 l stroke grestore % polyline2 gsave newpath 42.672 89.408 m 50.8 89.408 l stroke grestore % text /complex_color false def matrix currentmatrix [1 0 0 1 221.488 136.144] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Ethernet) s setmatrix % text /complex_color false def matrix currentmatrix [1 0 0 1 132.08 162.56] concat 25.4 144 div dup scale 0 0 m 15 ss 0.000 15.000 m (Times-Roman020) getfont (Server) s 5.000 nx sp (Process) s setmatrix % rfrm 2 setlinejoin gsave % 4 arcs matrix currentmatrix 132.08 164.592 translate 2.032 2.032 scale newpath 0 0 1 90 180 arc setmatrix matrix currentmatrix 132.08 164.592 translate 2.032 2.032 scale 0 0 1 180 270 arc setmatrix matrix currentmatrix 152.4 164.592 translate 2.032 2.032 scale 0 0 1 270 0 arc setmatrix matrix currentmatrix 152.4 164.592 translate 2.032 2.032 scale 0 0 1 0 90 arc setmatrix closepath stroke grestore % polyline2 % arrow gsave newpath 134.112 176.784 m 132.879 173.084 l 135.345 173.084 l closepath eofill grestore 0 setlinejoin gsave newpath 134.112 166.624 m 134.112 173.084 l stroke grestore % polyline2 % arrow gsave newpath 142.24 162.56 m 141.007 158.86 l 143.473 158.86 l closepath eofill grestore gsave newpath 142.24 156.464 m 142.24 158.86 l stroke grestore % polyline2 gsave newpath 227.584 83.312 m 239.776 93.472 l stroke grestore % polyline2 % arrow gsave newpath 158.496 50.8 m 162.196 49.5667 l 162.196 52.0333 l closepath eofill grestore gsave newpath 166.624 50.8 m 162.196 50.8 l stroke grestore % polyline2 % arrow gsave newpath 75.184 52.832 m 71.3231 52.2804 l 72.4262 50.0742 l closepath eofill grestore gsave newpath 67.056 48.768 m 71.8746 51.1773 l stroke grestore % polyline2 % arrow gsave newpath 69.088 85.344 m 66.6935 88.4226 l 65.3253 86.3702 l closepath eofill grestore gsave newpath 62.992 89.408 m 66.0094 87.3964 l stroke grestore % polyline2 % arrow gsave newpath 60.96 81.28 m 63.18 78.0733 l 64.66 80.0467 l closepath eofill grestore gsave newpath 69.088 75.184 m 63.92 79.06 l stroke grestore % polyline2 % arrow gsave newpath 79.248 188.976 m 75.3871 188.424 l 76.4902 186.218 l closepath eofill grestore gsave newpath 71.12 184.912 m 75.9386 187.321 l stroke grestore % polyline2 % arrow gsave newpath 154.432 164.592 m 158.293 165.144 l 157.19 167.35 l closepath eofill grestore gsave newpath 166.624 170.688 m 157.741 166.247 l stroke grestore showpage grestore %%Trailer end draw_initial_state restore