]> mj.ucw.cz Git - ga.git/blob - 1-toky/bip-graf.eps
Removed an extra eject.
[ga.git] / 1-toky / bip-graf.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /mnt/data/toky/toky.dia
3 %%Creator: Dia v0.95
4 %%CreationDate: Tue Jun 13 12:12:35 2006
5 %%For: radofan
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 197 171
9 %%BeginSetup
10 %%EndSetup
11 %%EndComments
12 %%BeginProlog
13 [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
14 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
15 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
16 /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
17 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
18 /two /three /four /five /six /seven /eight /nine /colon /semicolon
19 /less /equal /greater /question /at /A /B /C /D /E
20 /F /G /H /I /J /K /L /M /N /O
21 /P /Q /R /S /T /U /V /W /X /Y
22 /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
23 /d /e /f /g /h /i /j /k /l /m
24 /n /o /p /q /r /s /t /u /v /w
25 /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
26 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
27 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
29 /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
30 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
31 /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
32 /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
33 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
34 /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
35 /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
36 /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
37 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
38 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
39 /cp {closepath} bind def
40 /c {curveto} bind def
41 /f {fill} bind def
42 /a {arc} bind def
43 /ef {eofill} bind def
44 /ex {exch} bind def
45 /gr {grestore} bind def
46 /gs {gsave} bind def
47 /sa {save} bind def
48 /rs {restore} bind def
49 /l {lineto} bind def
50 /m {moveto} bind def
51 /rm {rmoveto} bind def
52 /n {newpath} bind def
53 /s {stroke} bind def
54 /sh {show} bind def
55 /slc {setlinecap} bind def
56 /slj {setlinejoin} bind def
57 /slw {setlinewidth} bind def
58 /srgb {setrgbcolor} bind def
59 /rot {rotate} bind def
60 /sc {scale} bind def
61 /sd {setdash} bind def
62 /ff {findfont} bind def
63 /sf {setfont} bind def
64 /scf {scalefont} bind def
65 /sw {stringwidth pop} bind def
66 /tr {translate} bind def
67
68 /ellipsedict 8 dict def
69 ellipsedict /mtrx matrix put
70 /ellipse
71 { ellipsedict begin
72    /endangle exch def
73    /startangle exch def
74    /yrad exch def
75    /xrad exch def
76    /y exch def
77    /x exch def   /savematrix mtrx currentmatrix def
78    x y tr xrad yrad sc
79    0 0 1 startangle endangle arc
80    savematrix setmatrix
81    end
82 } def
83
84 /mergeprocs {
85 dup length
86 3 -1 roll
87 dup
88 length
89 dup
90 5 1 roll
91 3 -1 roll
92 add
93 array cvx
94 dup
95 3 -1 roll
96 0 exch
97 putinterval
98 dup
99 4 2 roll
100 putinterval
101 } bind def
102 /dpi_x 300 def
103 /dpi_y 300 def
104 /conicto {
105     /to_y exch def
106     /to_x exch def
107     /conic_cntrl_y exch def
108     /conic_cntrl_x exch def
109     currentpoint
110     /p0_y exch def
111     /p0_x exch def
112     /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
113     /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
114     /p2_x p1_x to_x p0_x sub 1 3 div mul add def
115     /p2_y p1_y to_y p0_y sub 1 3 div mul add def
116     p1_x p1_y p2_x p2_y to_x to_y curveto
117 } bind def
118 /start_ol { gsave 1.1 dpi_x div dup scale} bind def
119 /end_ol { closepath fill grestore } bind def
120 28.346000 -28.346000 scale
121 -8.605723 4.387504 translate
122 %%EndProlog
123
124
125 1.000000 1.000000 1.000000 srgb
126 n 13.857500 -7.427508 0.826777 2.937496 0 360 ellipse f
127 0.100000 slw
128 [] 0 sd
129 [] 0 sd
130 0.000000 0.000000 0.000000 srgb
131 n 13.857500 -7.427508 0.826777 2.937496 0 360 ellipse cp s
132 1.000000 1.000000 1.000000 srgb
133 n 10.200000 -7.375000 0.826777 2.937496 0 360 ellipse f
134 0.100000 slw
135 [] 0 sd
136 [] 0 sd
137 0.000000 0.000000 0.000000 srgb
138 n 10.200000 -7.375000 0.826777 2.937496 0 360 ellipse cp s
139 0.100000 slw
140 [] 0 sd
141 [] 0 sd
142 0 slc
143 n 10.000000 -10.000000 m 14.000000 -8.000000 l s
144 0.100000 slw
145 [] 0 sd
146 [] 0 sd
147 0 slc
148 n 10.000000 -8.000000 m 14.000000 -6.000000 l s
149 0.100000 slw
150 [] 0 sd
151 [] 0 sd
152 0 slc
153 n 10.000000 -5.000000 m 14.000000 -5.000000 l s
154 0.100000 slw
155 [] 0 sd
156 [] 0 sd
157 0 slc
158 n 14.000000 -8.000000 m 10.000000 -6.000000 l s
159 0.100000 slw
160 [] 0 sd
161 [] 0 sd
162 0 slc
163 n 14.000000 -10.000000 m 10.000000 -7.000000 l s
164 0.100000 slw
165 [] 0 sd
166 [] 0 sd
167 0 slc
168 n 10.000000 -9.000000 m 14.000000 -10.000000 l s
169 0.100000 slw
170 [] 0 sd
171 [] 0 sd
172 0 slc
173 n 10.000000 -7.000000 m 14.000000 -8.000000 l s
174 gsave 8.623223 -7.187504 translate 0.035278 -0.035278 scale
175 start_ol
176 1600 2882 moveto
177 985 1216 lineto
178 2218 1216 lineto
179 1600 2882 lineto
180 1344 3328 moveto
181 1858 3328 lineto
182 3136 0 lineto
183 2665 0 lineto
184 2360 832 lineto
185 847 832 lineto
186 542 0 lineto
187 64 0 lineto
188 1344 3328 lineto
189 end_ol grestore 
190 gsave 15.148223 -7.312504 translate 0.035278 -0.035278 scale
191 start_ol
192 896 1600 moveto
193 896 384 lineto
194 1632 384 lineto
195 2007 384 2187 534 conicto
196 2368 684 2368 993 conicto
197 2368 1304 2187 1452 conicto
198 2007 1600 1632 1600 conicto
199 896 1600 lineto
200 896 2944 moveto
201 896 1984 lineto
202 1575 1984 lineto
203 1911 1984 2075 2102 conicto
204 2240 2221 2240 2464 conicto
205 2240 2705 2075 2824 conicto
206 1911 2944 1575 2944 conicto
207 896 2944 lineto
208 448 3328 moveto
209 1608 3328 lineto
210 2127 3328 2407 3117 conicto
211 2688 2906 2688 2517 conicto
212 2688 2216 2546 2037 conicto
213 2404 1859 2129 1815 conicto
214 2455 1743 2635 1514 conicto
215 2816 1286 2816 943 conicto
216 2816 492 2514 246 conicto
217 2212 0 1654 0 conicto
218 448 0 lineto
219 448 3328 lineto
220 end_ol grestore 
221 showpage