]> mj.ucw.cz Git - ga.git/blob - 1-toky/podrozdeleni.eps
Prvni cast planarity.
[ga.git] / 1-toky / podrozdeleni.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:14:41 2006
5 %%For: radofan
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 180 84
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 -7.932918 -10.469574 translate
122 %%EndProlog
123
124
125 0.100000 slw
126 [] 0 sd
127 [] 0 sd
128 0 slc
129 0.000000 0.000000 0.000000 srgb
130 n 8.000000 8.000000 m 9.564590 8.782295 l s
131 [] 0 sd
132 0 slj
133 0 slc
134 n 9.900000 8.950000 m 9.340983 8.950000 l 9.564590 8.782295 l 9.564590 8.502786 l ef
135 n 9.900000 8.950000 m 9.340983 8.950000 l 9.564590 8.782295 l 9.564590 8.502786 l cp s
136 0.100000 slw
137 [] 0 sd
138 [] 0 sd
139 0 slc
140 n 8.000000 9.000000 m 9.513197 9.000000 l s
141 [] 0 sd
142 0 slj
143 0 slc
144 n 9.888197 9.000000 m 9.388197 9.250000 l 9.513197 9.000000 l 9.388197 8.750000 l ef
145 n 9.888197 9.000000 m 9.388197 9.250000 l 9.513197 9.000000 l 9.388197 8.750000 l cp s
146 0.100000 slw
147 [] 0 sd
148 [] 0 sd
149 0 slc
150 n 8.000000 10.000000 m 9.564590 9.217705 l s
151 [] 0 sd
152 0 slj
153 0 slc
154 n 9.900000 9.050000 m 9.564590 9.497214 l 9.564590 9.217705 l 9.340983 9.050000 l ef
155 n 9.900000 9.050000 m 9.564590 9.497214 l 9.564590 9.217705 l 9.340983 9.050000 l cp s
156 0.100000 slw
157 [] 0 sd
158 [] 0 sd
159 0 slc
160 n 12.000000 9.000000 m 13.564590 8.217705 l s
161 [] 0 sd
162 0 slj
163 0 slc
164 n 13.900000 8.050000 m 13.564590 8.497214 l 13.564590 8.217705 l 13.340983 8.050000 l ef
165 n 13.900000 8.050000 m 13.564590 8.497214 l 13.564590 8.217705 l 13.340983 8.050000 l cp s
166 0.100000 slw
167 [] 0 sd
168 [] 0 sd
169 0 slc
170 n 12.000000 9.000000 m 13.564590 9.782295 l s
171 [] 0 sd
172 0 slj
173 0 slc
174 n 13.900000 9.950000 m 13.340983 9.950000 l 13.564590 9.782295 l 13.564590 9.502786 l ef
175 n 13.900000 9.950000 m 13.340983 9.950000 l 13.564590 9.782295 l 13.564590 9.502786 l cp s
176 gsave 9.850000 8.325000 translate 0.035278 -0.035278 scale
177 start_ol
178 448 986 moveto
179 448 2496 lineto
180 832 2496 lineto
181 832 1001 lineto
182 832 629 978 442 conicto
183 1124 256 1417 256 conicto
184 1768 256 1972 477 conicto
185 2176 699 2176 1081 conicto
186 2176 2496 lineto
187 2560 2496 lineto
188 2560 0 lineto
189 2176 0 lineto
190 2176 384 lineto
191 2022 157 1819 46 conicto
192 1617 -64 1349 -64 conicto
193 906 -64 677 203 conicto
194 448 471 448 986 conicto
195 end_ol grestore 
196 gsave 10.239467 8.325000 translate 0.035278 -0.035278 scale
197 start_ol
198 832 3328 moveto
199 832 2048 lineto
200 448 2048 lineto
201 448 3328 lineto
202 832 3328 lineto
203 end_ol grestore 
204 gsave 11.648223 8.193746 translate 0.035278 -0.035278 scale
205 start_ol
206 448 986 moveto
207 448 2496 lineto
208 832 2496 lineto
209 832 1001 lineto
210 832 629 978 442 conicto
211 1124 256 1417 256 conicto
212 1768 256 1972 477 conicto
213 2176 699 2176 1081 conicto
214 2176 2496 lineto
215 2560 2496 lineto
216 2560 0 lineto
217 2176 0 lineto
218 2176 384 lineto
219 2022 157 1819 46 conicto
220 1617 -64 1349 -64 conicto
221 906 -64 677 203 conicto
222 448 471 448 986 conicto
223 end_ol grestore 
224 gsave 12.037690 8.193746 translate 0.035278 -0.035278 scale
225 start_ol
226 832 3328 moveto
227 832 2048 lineto
228 448 2048 lineto
229 448 3328 lineto
230 832 3328 lineto
231 end_ol grestore 
232 gsave 12.207023 8.193746 translate 0.035278 -0.035278 scale
233 start_ol
234 832 3328 moveto
235 832 2048 lineto
236 448 2048 lineto
237 448 3328 lineto
238 832 3328 lineto
239 end_ol grestore 
240 0.100000 slw
241 [] 0 sd
242 [] 0 sd
243 0 slj
244 0 slc
245 n 10.000000 9.000000 m 10.948223 9.518746 11.073223 9.568746 11.585095 9.254620 c s
246 [] 0 sd
247 0 slj
248 0 slc
249 n 11.904709 9.058478 m 11.609318 9.533077 l 11.585095 9.254620 l 11.347796 9.106924 l ef
250 n 11.904709 9.058478 m 11.609318 9.533077 l 11.585095 9.254620 l 11.347796 9.106924 l cp s
251 0.100000 slw
252 [] 0 sd
253 [] 0 sd
254 0 slj
255 0 slc
256 n 12.000000 9.000000 m 11.098223 8.343746 11.048223 8.443746 10.430008 8.771810 c s
257 [] 0 sd
258 0 slj
259 0 slc
260 n 10.098759 8.947592 m 10.423237 8.492384 l 10.430008 8.771810 l 10.657612 8.934049 l ef
261 n 10.098759 8.947592 m 10.423237 8.492384 l 10.430008 8.771810 l 10.657612 8.934049 l cp s
262 showpage