]> mj.ucw.cz Git - ga.git/blob - 5-mst/04.eps
Kostry uvedeny na pravou miru.
[ga.git] / 5-mst / 04.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /win_d/project/mff/Grafove algoritmy/04 - modra cesta.dia
3 %%Creator: Dia v0.94
4 %%CreationDate: Mon Apr 17 16:30:52 2006
5 %%For: beaver
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 400 260
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 -16.450000 -11.620000 translate
122 %%EndProlog
123
124
125 0.250000 slw
126 [0.200000] 0 sd
127 [0.400000] 0 sd
128 0 slc
129 0.000000 0.000000 0.000000 srgb
130 n 20.000000 10.000000 m 28.500000 8.500000 l s
131 0.150000 slw
132 [] 0 sd
133 [] 0 sd
134 0 slc
135 0.000000 0.000000 0.600000 srgb
136 n 20.000000 10.000000 m 17.000000 6.000000 l s
137 0.150000 slw
138 [] 0 sd
139 [] 0 sd
140 0 slj
141 0 slc
142 n 17.000000 6.000000 m 21.000000 3.000000 l s
143 0.150000 slw
144 [] 0 sd
145 [] 0 sd
146 0 slj
147 0 slc
148 n 21.000000 3.000000 m 23.000000 7.000000 l s
149 0.150000 slw
150 [] 0 sd
151 [] 0 sd
152 0 slc
153 n 23.000000 7.000000 m 26.000000 3.000000 l s
154 0.150000 slw
155 [] 0 sd
156 [] 0 sd
157 0 slc
158 n 26.000000 3.000000 m 30.000000 5.000000 l s
159 0.150000 slw
160 [] 0 sd
161 [] 0 sd
162 0 slc
163 n 30.000000 5.000000 m 28.500000 8.500000 l s
164 1.000000 1.000000 1.000000 srgb
165 n 20.000000 10.000000 0.500000 0.450000 0 360 ellipse f
166 0.100000 slw
167 [] 0 sd
168 [] 0 sd
169 0.000000 0.000000 0.000000 srgb
170 n 20.000000 10.000000 0.500000 0.450000 0 360 ellipse cp s
171 1.000000 1.000000 1.000000 srgb
172 n 28.500000 8.500000 0.500000 0.500000 0 360 ellipse f
173 0.100000 slw
174 [] 0 sd
175 [] 0 sd
176 0.000000 0.000000 0.000000 srgb
177 n 28.500000 8.500000 0.500000 0.500000 0 360 ellipse cp s
178 1.000000 1.000000 1.000000 srgb
179 n 17.000000 6.000000 0.500000 0.500000 0 360 ellipse f
180 0.100000 slw
181 [] 0 sd
182 [] 0 sd
183 0.000000 0.000000 0.000000 srgb
184 n 17.000000 6.000000 0.500000 0.500000 0 360 ellipse cp s
185 1.000000 1.000000 1.000000 srgb
186 n 26.000000 3.000000 0.500000 0.500000 0 360 ellipse f
187 0.100000 slw
188 [] 0 sd
189 [] 0 sd
190 0.000000 0.000000 0.000000 srgb
191 n 26.000000 3.000000 0.500000 0.500000 0 360 ellipse cp s
192 1.000000 1.000000 1.000000 srgb
193 n 21.000000 3.000000 0.500000 0.500000 0 360 ellipse f
194 0.100000 slw
195 [] 0 sd
196 [] 0 sd
197 0.000000 0.000000 0.000000 srgb
198 n 21.000000 3.000000 0.500000 0.500000 0 360 ellipse cp s
199 1.000000 1.000000 1.000000 srgb
200 n 30.000000 5.000000 0.500000 0.500000 0 360 ellipse f
201 0.100000 slw
202 [] 0 sd
203 [] 0 sd
204 0.000000 0.000000 0.000000 srgb
205 n 30.000000 5.000000 0.500000 0.500000 0 360 ellipse cp s
206 1.000000 1.000000 1.000000 srgb
207 n 23.000000 7.000000 0.500000 0.500000 0 360 ellipse f
208 0.100000 slw
209 [] 0 sd
210 [] 0 sd
211 0.000000 0.000000 0.000000 srgb
212 n 23.000000 7.000000 0.500000 0.500000 0 360 ellipse cp s
213 gsave 19.775000 11.075000 translate 0.035278 -0.035278 scale
214 start_ol
215 3200 3136 moveto
216 2065 1610 lineto
217 3264 0 lineto
218 2654 0 lineto
219 1738 1232 lineto
220 810 0 lineto
221 192 0 lineto
222 1435 1641 lineto
223 320 3136 lineto
224 927 3136 lineto
225 1760 2019 lineto
226 2592 3136 lineto
227 3200 3136 lineto
228 end_ol grestore 
229 gsave 28.300000 9.650000 translate 0.035278 -0.035278 scale
230 start_ol
231 1863 -297 moveto
232 1641 -868 1430 -1042 conicto
233 1220 -1216 866 -1216 conicto
234 448 -1216 lineto
235 448 -768 lineto
236 755 -768 lineto
237 972 -768 1091 -666 conicto
238 1210 -565 1356 -187 conicto
239 1450 49 lineto
240 192 3136 lineto
241 715 3136 lineto
242 1712 683 lineto
243 2709 3136 lineto
244 3264 3136 lineto
245 1863 -297 lineto
246 end_ol grestore 
247 gsave 24.225000 10.025000 translate 0.035278 -0.035278 scale
248 start_ol
249 3904 2111 moveto
250 3904 1792 lineto
251 1024 1792 lineto
252 1066 1104 1417 744 conicto
253 1768 384 2394 384 conicto
254 2758 384 3099 464 conicto
255 3440 544 3776 704 conicto
256 3776 128 lineto
257 3438 4 3083 -62 conicto
258 2729 -128 2364 -128 conicto
259 1451 -128 917 407 conicto
260 384 942 384 1854 conicto
261 384 2797 888 3350 conicto
262 1392 3904 2245 3904 conicto
263 3012 3904 3458 3422 conicto
264 3904 2940 3904 2111 conicto
265 3264 2304 moveto
266 3257 2800 2978 3096 conicto
267 2699 3392 2239 3392 conicto
268 1718 3392 1405 3105 conicto
269 1092 2819 1045 2300 conicto
270 3264 2304 lineto
271 end_ol grestore 
272 showpage