]> mj.ucw.cz Git - ads1.git/blob - 11-stromy/treepic/t35.ipe
Nulta verze stromu.
[ads1.git] / 11-stromy / treepic / t35.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 219 375 381 425
4 %%EndComments
5 {\catcode37=9\def\IPEdummy{({{)}} pop
6 %%}\makeatletter\let\@notdefinable\relax
7 %%\def\IPEc#1[#2]#3{\newcommand{#1}[#2]{#3}\ignorespaces}\@ifundefined
8 %%{selectfont}{\let\selectfont\relax\def\fontsize#1#2{}}{}\makeatother
9 %%\IPEc\IPEput[4]{\put(0,0){\special{psfile=\IPEfile}}}
10 %%\IPEc\IPEmp[2]{\minipage[t]{#1bp}#2\special{color pop}\endminipage}
11 %%\IPEc\IPEtext[1]{\makebox(0,0)[lb]{#1\special{color pop}}}
12 %%\IPEc\IPEfs[1]{\IPEcolfs{0 0 0}{#1}}
13 %%\IPEc\IPEcolfs[2]{\dimen0=#2pt\fontsize{#2}{1.2\dimen0}\selectfont
14 %%\special{color push rgb #1}}
15 %%\IPEc\IPEsize[2]{\unitlength1bp\ignorespaces}
16 %%\IPEsize{160}{48}
17 %%\begin{picture}(160,48)(220,376)
18 %%\IPEput{219}{375}{381}{425}
19 %%\end{picture}\endinput}
20 %% Ipe postscript prologue
21
22 /IpeDict 60 dict def
23 IpeDict begin
24 /origmatrix matrix currentmatrix def
25
26 /sg {setgray} bind def
27 /sc {setrgbcolor} bind def
28 /ss {0 setdash setlinewidth} bind def
29 /sk {stroke} bind def
30 /fi {fill} bind def
31 /sfi {gsave fill grestore} bind def
32 /mt {moveto} bind def
33 /lt {lineto} bind def
34 /np {newpath} bind def
35 /cl {closepath} bind def
36 /N {moveto} bind def
37 /L {lineto} bind def
38 /E {lineto} bind def
39 /C {lineto closepath} bind def
40 %%%%
41 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
42 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
43 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
44 -1 0 moveto currentpoint transform grestore itransform} bind def
45 /ar {gsave exch atan 4 2 roll translate rotate dup scale
46 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
47 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
48 0 0 moveto currentpoint transform grestore itransform} bind def
49 %%%%
50 /af {ar moveto} bind def
51 /at {ar lineto} bind def
52 %% x y size dx dy -> arw -> [ draws arrowhead ]
53 /arw {ar pop pop} bind def
54 %%%%
55 /ci {0 360 arc} bind def
56 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
57 setmatrix} bind def
58 /gs {gsave} bind def
59 /gr {grestore} bind def
60 /gsts {gsave translate scale } bind def
61 %%
62 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
63 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
64 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
65 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
66 neg exch lineto closepath stroke grestore} bind def 
67 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
68 neg exch lineto closepath fill grestore} bind def
69 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
70 neg exch lineto closepath stroke grestore} bind def
71
72 %% splines
73 systemdict /setpacking known {/savepacking currentpacking def false
74   setpacking} if
75 /q0 {0 0} def
76 /q1 {0 0} def
77 /q2 {0 0} def
78 /q3 {0 0} def
79 /p0 {0 0} def
80 /p1 {0 0} def
81 /p2 {0 0} def
82 /p3 {0 0} def
83 systemdict /setpacking known {savepacking setpacking} if
84
85 %% x y /qi -> defp -> [/qi [x y] def]
86 /defp {dup 4 1 roll load astore def} bind def
87
88 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
89 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
90 div } bind def
91
92 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
93 p1 p2 thirdpoint /q1 defp
94 p2 p1 thirdpoint /q2 defp
95 p1 p0 thirdpoint q1 midpoint /q0 defp
96 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
97 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
98 /fspl { prespl q0 moveto postspl } bind def
99 /spl { prespl postspl } bind def
100 /xspl { pop pop pop pop pop pop } bind def
101
102 /qspl { /p2 defp /p1 defp /p0 defp
103 p1 p0 midpoint /q0 defp
104 p1 p2 midpoint /q3 defp
105 p1 q0 thirdpoint /q1 defp
106 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
107
108 /cqspl { /p2 defp /p1 defp /p0 defp
109 p1 p0 midpoint /q0 defp
110 p1 p2 midpoint /q3 defp
111 p1 q0 thirdpoint /q1 defp
112 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto
113 p2 p1 midpoint /q0 defp
114 p2 p0 midpoint /q3 defp
115 p2 q0 thirdpoint /q1 defp
116 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
117 p0 p2 midpoint /q0 defp
118 p0 p1 midpoint /q3 defp
119 p0 q0 thirdpoint /q1 defp
120 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
121
122 %% bitmaps
123 /pix { /picstr exch string def } def
124 %% wd ht -> preimg -> ..stuff for image..
125 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
126  {currentfile picstr readhexstring pop} } def
127 /img { preimg image } bind def
128 /kimg { preimg false 3 colorimage } bind def
129 %%
130 end
131 %% Ipe prologue end
132
133 IpeDict begin 452 320 translate
134
135 % Preamble 1
136 %%\documentclass[a4paper]{article}
137 % Group
138
139 % Mark
140 % sk
141 0 sg
142 % ty 2
143 % sz
144 2
145 % xy
146 -232 104 m2
147 % End
148
149 % Group
150
151 % Mark
152 % sk
153 0 sg
154 % ty 2
155 % sz
156 2
157 % xy
158 -192 104 m2
159 % End
160
161 % Mark
162 % sk
163 0 sg
164 % ty 2
165 % sz
166 2
167 % xy
168 -208 88 m2
169 % End
170
171 % Line
172 % ss 0
173 0.4 [] ss
174 np % # 2
175 -192 104 mt
176 -208 88 lt
177 % sk
178 0 sg sk
179 % End
180
181 % End
182
183 % Group
184
185 % Mark
186 % sk
187 0 sg
188 % ty 2
189 % sz
190 2
191 % xy
192 -152 104 m2
193 % End
194
195 % Mark
196 % sk
197 0 sg
198 % ty 2
199 % sz
200 2
201 % xy
202 -168 88 m2
203 % End
204
205 % Mark
206 % sk
207 0 sg
208 % ty 2
209 % sz
210 2
211 % xy
212 -136 88 m2
213 % End
214
215 % Mark
216 % sk
217 0 sg
218 % ty 2
219 % sz
220 2
221 % xy
222 -144 72 m2
223 % End
224
225 % Line
226 % ss 0
227 0.4 [] ss
228 np % # 2
229 -152 104 mt
230 -168 88 lt
231 % sk
232 0 sg sk
233 % End
234
235 % Line
236 % ss 0
237 0.4 [] ss
238 np % # 3
239 -152 104 mt
240 -136 88 lt
241 -144 72 lt
242 % sk
243 0 sg sk
244 % End
245
246 % End
247
248 % Group
249
250 % Mark
251 % sk
252 0 sg
253 % ty 2
254 % sz
255 2
256 % xy
257 -96 104 m2
258 % End
259
260 % Mark
261 % sk
262 0 sg
263 % ty 2
264 % sz
265 2
266 % xy
267 -112 88 m2
268 % End
269
270 % Mark
271 % sk
272 0 sg
273 % ty 2
274 % sz
275 2
276 % xy
277 -104 72 m2
278 % End
279
280 % Mark
281 % sk
282 0 sg
283 % ty 2
284 % sz
285 2
286 % xy
287 -80 88 m2
288 % End
289
290 % Mark
291 % sk
292 0 sg
293 % ty 2
294 % sz
295 2
296 % xy
297 -88 72 m2
298 % End
299
300 % Mark
301 % sk
302 0 sg
303 % ty 2
304 % sz
305 2
306 % xy
307 -72 72 m2
308 % End
309
310 % Mark
311 % sk
312 0 sg
313 % ty 2
314 % sz
315 2
316 % xy
317 -76 56 m2
318 % End
319
320 % Line
321 % ss 0
322 0.4 [] ss
323 np % # 3
324 -96 104 mt
325 -112 88 lt
326 -104 72 lt
327 % sk
328 0 sg sk
329 % End
330
331 % Line
332 % ss 0
333 0.4 [] ss
334 np % # 4
335 -96 104 mt
336 -80 88 lt
337 -72 72 lt
338 -76 56 lt
339 % sk
340 0 sg sk
341 % End
342
343 % Line
344 % ss 0
345 0.4 [] ss
346 np % # 2
347 -80 88 mt
348 -88 72 lt
349 % sk
350 0 sg sk
351 % End
352
353 % End
354
355 % End
356
357 end %% of Ipe figure