]> AND Private Git Repository - canny.git/blob - emb.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
quelques modifs
[canny.git] / emb.eps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.36.0 (20140111.2315)
3 %%Title: start_up
4 %%Pages: (atend)
5 %%BoundingBox: (atend)
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15  EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 45 /hyphen put
19
20 % Set up ISO Latin 1 character encoding
21 /starnetISO {
22         dup dup findfont dup length dict begin
23         { 1 index /FID ne { def }{ pop pop } ifelse
24         } forall
25         /Encoding EncodingVector def
26         currentdict end definefont
27 } def
28 /Times-Roman starnetISO def
29 /Times-Italic starnetISO def
30 /Times-Bold starnetISO def
31 /Times-BoldItalic starnetISO def
32 /Helvetica starnetISO def
33 /Helvetica-Oblique starnetISO def
34 /Helvetica-Bold starnetISO def
35 /Helvetica-BoldOblique starnetISO def
36 /Courier starnetISO def
37 /Courier-Oblique starnetISO def
38 /Courier-Bold starnetISO def
39 /Courier-BoldOblique starnetISO def
40 cleartomark
41 } bind def
42
43 %%BeginResource: procset graphviz 0 0
44 /coord-font-family /Times-Roman def
45 /default-font-family /Times-Roman def
46 /coordfont coord-font-family findfont 8 scalefont def
47
48 /InvScaleFactor 1.0 def
49 /set_scale {
50        dup 1 exch div /InvScaleFactor exch def
51        scale
52 } bind def
53
54 % styles
55 /solid { [] 0 setdash } bind def
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59 /bold { 2 setlinewidth } bind def
60 /filled { } bind def
61 /unfilled { } bind def
62 /rounded { } bind def
63 /diagonals { } bind def
64 /tapered { } bind def
65
66 % hooks for setting color 
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage {    % i j npages
73         /npages exch def
74         /j exch def
75         /i exch def
76         /str 10 string def
77         npages 1 gt {
78                 gsave
79                         coordfont setfont
80                         0 0 moveto
81                         (\() show i str cvs show (,) show j str cvs show (\)) show
82                 grestore
83         } if
84 } bind def
85
86 /set_font {
87         findfont exch
88         scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext {                  % width text
93         /text exch def
94         /width exch def
95         gsave
96                 width 0 gt {
97                         [] 0 setdash
98                         text stringwidth pop width exch sub text length div 0 text ashow
99                 } if
100         grestore
101 } def
102
103 /boxprim {                              % xcorner ycorner xsize ysize
104                 4 2 roll
105                 moveto
106                 2 copy
107                 exch 0 rlineto
108                 0 exch rlineto
109                 pop neg 0 rlineto
110                 closepath
111 } bind def
112
113 /ellipse_path {
114         /ry exch def
115         /rx exch def
116         /y exch def
117         /x exch def
118         matrix currentmatrix
119         newpath
120         x y translate
121         rx ry scale
122         0 0 1 0 360 arc
123         setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130         [       % layer color sequence - darkest to lightest
131                 [0 0 0]
132                 [.2 .8 .8]
133                 [.4 .8 .8]
134                 [.6 .8 .8]
135                 [.8 .8 .8]
136         ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142         layercolorseq curlayer 1 sub layerlen mod get
143         aload pop sethsbcolor
144         /nodecolor {nopcolor} def
145         /edgecolor {nopcolor} def
146         /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152         /myupper exch def
153         /mylower exch def
154         curlayer mylower lt
155         curlayer myupper gt
156         or
157         {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175     userdict (<<) cvn ([) cvn load put
176     userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 577 680
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 541 644 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % PI
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 newpath 92 562 moveto
193 92 562 12 562 12 562 curveto
194 6 562 0 556 0 550 curveto
195 0 550 0 538 0 538 curveto
196 0 532 6 526 12 526 curveto
197 12 526 92 526 92 526 curveto
198 98 526 104 532 104 538 curveto
199 104 538 104 550 104 550 curveto
200 104 556 98 562 92 562 curveto
201 stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 8 540.3 moveto 88 (Choose cover X) alignedtext
205 grestore
206 % ED
207 gsave
208 1 setlinewidth
209 0 0 0 nodecolor
210 newpath 199.25 488 moveto
211 199.25 488 66.75 488 66.75 488 curveto
212 60.75 488 54.75 482 54.75 476 curveto
213 54.75 476 54.75 464 54.75 464 curveto
214 54.75 458 60.75 452 66.75 452 curveto
215 66.75 452 199.25 452 199.25 452 curveto
216 205.25 452 211.25 458 211.25 464 curveto
217 211.25 464 211.25 476 211.25 476 curveto
218 211.25 482 205.25 488 199.25 488 curveto
219 stroke
220 0 0 0 nodecolor
221 14 /Times-Roman set_font
222 62.5 466.3 moveto 141 (x=Edge Detection\(b,T,X\)) alignedtext
223 grestore
224 % PI->ED
225 gsave
226 1 setlinewidth
227 0 0 0 edgecolor
228 newpath 71.2 525.94 moveto
229 81.61 516.68 94.65 505.09 106.07 494.94 curveto
230 stroke
231 0 0 0 edgecolor
232 newpath 108.51 497.45 moveto
233 113.66 488.19 lineto
234 103.86 492.22 lineto
235 closepath fill
236 1 setlinewidth
237 solid
238 0 0 0 edgecolor
239 newpath 108.51 497.45 moveto
240 113.66 488.19 lineto
241 103.86 492.22 lineto
242 closepath stroke
243 grestore
244 % PIb
245 gsave
246 1 setlinewidth
247 0 0 0 nodecolor
248 newpath 174 562 moveto
249 174 562 134 562 134 562 curveto
250 128 562 122 556 122 550 curveto
251 122 550 122 538 122 538 curveto
252 122 532 128 526 134 526 curveto
253 134 526 174 526 174 526 curveto
254 180 526 186 532 186 538 curveto
255 186 538 186 550 186 550 curveto
256 186 556 180 562 174 562 curveto
257 stroke
258 0 0 0 nodecolor
259 14 /Times-Roman set_font
260 130 540.3 moveto 48 (Set b, T ) alignedtext
261 grestore
262 % PIb->ED
263 gsave
264 1 setlinewidth
265 0 0 0 edgecolor
266 newpath 149.02 525.94 moveto
267 146.6 517.63 143.63 507.44 140.91 498.11 curveto
268 stroke
269 0 0 0 edgecolor
270 newpath 144.25 497.06 moveto
271 138.09 488.44 lineto
272 137.53 499.02 lineto
273 closepath fill
274 1 setlinewidth
275 solid
276 0 0 0 edgecolor
277 newpath 144.25 497.06 moveto
278 138.09 488.44 lineto
279 137.53 499.02 lineto
280 closepath stroke
281 grestore
282 % message
283 gsave
284 1 setlinewidth
285 0 0 0 nodecolor
286 newpath 288 562 moveto
287 288 562 216 562 216 562 curveto
288 210 562 204 556 204 550 curveto
289 204 550 204 538 204 538 curveto
290 204 532 210 526 216 526 curveto
291 216 526 288 526 288 526 curveto
292 294 526 300 532 300 538 curveto
293 300 538 300 550 300 550 curveto
294 300 556 294 562 288 562 curveto
295 stroke
296 0 0 0 nodecolor
297 14 /Times-Roman set_font
298 212 540.3 moveto 80 (Message mess) alignedtext
299 grestore
300 % encrypt
301 gsave
302 1 setlinewidth
303 0 0 0 nodecolor
304 newpath 358.25 488 moveto
305 358.25 488 241.75 488 241.75 488 curveto
306 235.75 488 229.75 482 229.75 476 curveto
307 229.75 476 229.75 464 229.75 464 curveto
308 229.75 458 235.75 452 241.75 452 curveto
309 241.75 452 358.25 452 358.25 452 curveto
310 364.25 452 370.25 458 370.25 464 curveto
311 370.25 464 370.25 476 370.25 476 curveto
312 370.25 482 364.25 488 358.25 488 curveto
313 stroke
314 0 0 0 nodecolor
315 14 /Times-Roman set_font
316 237.5 466.3 moveto 125 (m=encryption\(mess,k\)) alignedtext
317 grestore
318 % message->encrypt
319 gsave
320 1 setlinewidth
321 0 0 0 edgecolor
322 newpath 263.38 525.94 moveto
323 269.15 517.28 276.28 506.57 282.72 496.92 curveto
324 stroke
325 0 0 0 edgecolor
326 newpath 285.74 498.7 moveto
327 288.37 488.44 lineto
328 279.91 494.82 lineto
329 closepath fill
330 1 setlinewidth
331 solid
332 0 0 0 edgecolor
333 newpath 285.74 498.7 moveto
334 288.37 488.44 lineto
335 279.91 494.82 lineto
336 closepath stroke
337 grestore
338 % key
339 gsave
340 1 setlinewidth
341 0 0 0 nodecolor
342 newpath 360 562 moveto
343 360 562 330 562 330 562 curveto
344 324 562 318 556 318 550 curveto
345 318 550 318 538 318 538 curveto
346 318 532 324 526 330 526 curveto
347 330 526 360 526 360 526 curveto
348 366 526 372 532 372 538 curveto
349 372 538 372 550 372 550 curveto
350 372 556 366 562 360 562 curveto
351 stroke
352 0 0 0 nodecolor
353 14 /Times-Roman set_font
354 328 540.3 moveto 34 (Key k) alignedtext
355 grestore
356 % key->encrypt
357 gsave
358 1 setlinewidth
359 0 0 0 edgecolor
360 newpath 334.34 525.94 moveto
361 328.92 517.28 322.23 506.57 316.2 496.92 curveto
362 stroke
363 0 0 0 edgecolor
364 newpath 319.17 495.07 moveto
365 310.9 488.44 lineto
366 313.23 498.78 lineto
367 closepath fill
368 1 setlinewidth
369 solid
370 0 0 0 edgecolor
371 newpath 319.17 495.07 moveto
372 310.9 488.44 lineto
373 313.23 498.78 lineto
374 closepath stroke
375 grestore
376 % sample
377 gsave
378 1 setlinewidth
379 0 0 0 nodecolor
380 newpath 521.25 184 moveto
381 521.25 184 440.75 184 440.75 184 curveto
382 434.75 184 428.75 178 428.75 172 curveto
383 428.75 172 428.75 160 428.75 160 curveto
384 428.75 154 434.75 148 440.75 148 curveto
385 440.75 148 521.25 148 521.25 148 curveto
386 527.25 148 533.25 154 533.25 160 curveto
387 533.25 160 533.25 172 533.25 172 curveto
388 533.25 178 527.25 184 521.25 184 curveto
389 stroke
390 0 0 0 nodecolor
391 14 /Times-Roman set_font
392 436.5 162.3 moveto 89 (y= sample\(x,m\)) alignedtext
393 grestore
394 % key->sample
395 gsave
396 1 setlinewidth
397 0 0 0 edgecolor
398 newpath 372.19 540.66 moveto
399 411.88 535.59 481 519.76 481 471 curveto
400 481 471 481 471 481 253 curveto
401 481 233.4 481 211.3 481 194.4 curveto
402 stroke
403 0 0 0 edgecolor
404 newpath 484.5 194.13 moveto
405 481 184.13 lineto
406 477.5 194.13 lineto
407 closepath fill
408 1 setlinewidth
409 solid
410 0 0 0 edgecolor
411 newpath 484.5 194.13 moveto
412 481 184.13 lineto
413 477.5 194.13 lineto
414 closepath stroke
415 grestore
416 % ee
417 gsave
418 1 setlinewidth
419 0 0 0 nodecolor
420 newpath 125.5 184 moveto
421 125.5 184 66.5 184 66.5 184 curveto
422 60.5 184 54.5 178 54.5 172 curveto
423 54.5 172 54.5 160 54.5 160 curveto
424 54.5 154 60.5 148 66.5 148 curveto
425 66.5 148 125.5 148 125.5 148 curveto
426 131.5 148 137.5 154 137.5 160 curveto
427 137.5 160 137.5 172 137.5 172 curveto
428 137.5 178 131.5 184 125.5 184 curveto
429 stroke
430 0 0 0 nodecolor
431 14 /Times-Roman set_font
432 62 162.3 moveto 68 (Modify b, T) alignedtext
433 grestore
434 % ee->ED
435 gsave
436 1 setlinewidth
437 0 0 0 edgecolor
438 newpath 91.84 184.17 moveto
439 88.71 198.06 84.67 218.16 83 236 curveto
440 75.9 312.08 105.07 399.66 121.87 442.55 curveto
441 stroke
442 0 0 0 edgecolor
443 newpath 118.68 443.99 moveto
444 125.65 451.97 lineto
445 125.18 441.39 lineto
446 closepath fill
447 1 setlinewidth
448 solid
449 0 0 0 edgecolor
450 newpath 118.68 443.99 moveto
451 125.65 451.97 lineto
452 125.18 441.39 lineto
453 closepath stroke
454 grestore
455 % cond
456 gsave
457 1 setlinewidth
458 0 0 0 nodecolor
459 newpath 247 400 moveto
460 152 362 lineto
461 247 324 lineto
462 342 362 lineto
463 closepath stroke
464 0 0 0 nodecolor
465 14 /Times-Roman set_font
466 222.5 365.8 moveto 49 (Size of x) alignedtext
467 0 0 0 nodecolor
468 14 /Times-Roman set_font
469 207.5 350.8 moveto 79 ( enough for m) alignedtext
470 grestore
471 % encrypt->cond
472 gsave
473 1 setlinewidth
474 0 0 0 edgecolor
475 newpath 291.48 451.97 moveto
476 284.92 438.83 275.56 420.12 267.12 403.24 curveto
477 stroke
478 0 0 0 edgecolor
479 newpath 270.15 401.48 moveto
480 262.55 394.1 lineto
481 263.89 404.61 lineto
482 closepath fill
483 1 setlinewidth
484 solid
485 0 0 0 edgecolor
486 newpath 270.15 401.48 moveto
487 262.55 394.1 lineto
488 263.89 404.61 lineto
489 closepath stroke
490 grestore
491 % STC
492 gsave
493 1 setlinewidth
494 0 0 0 nodecolor
495 newpath 398 184 moveto
496 398 184 318 184 318 184 curveto
497 312 184 306 178 306 172 curveto
498 306 172 306 160 306 160 curveto
499 306 154 312 148 318 148 curveto
500 318 148 398 148 398 148 curveto
501 404 148 410 154 410 160 curveto
502 410 160 410 172 410 172 curveto
503 410 178 404 184 398 184 curveto
504 stroke
505 0 0 0 nodecolor
506 14 /Times-Roman set_font
507 314 162.3 moveto 88 (y= STC\(x,m,H\)) alignedtext
508 grestore
509 % emb
510 gsave
511 1 setlinewidth
512 0 0 0 nodecolor
513 newpath 490.25 110 moveto
514 490.25 110 371.75 110 371.75 110 curveto
515 365.75 110 359.75 104 359.75 98 curveto
516 359.75 98 359.75 86 359.75 86 curveto
517 359.75 80 365.75 74 371.75 74 curveto
518 371.75 74 490.25 74 490.25 74 curveto
519 496.25 74 502.25 80 502.25 86 curveto
520 502.25 86 502.25 98 502.25 98 curveto
521 502.25 104 496.25 110 490.25 110 curveto
522 stroke
523 0 0 0 nodecolor
524 14 /Times-Roman set_font
525 367.5 88.3 moveto 127 (stego=embedding\(y,X\)) alignedtext
526 grestore
527 % STC->emb
528 gsave
529 1 setlinewidth
530 0 0 0 edgecolor
531 newpath 375.3 147.94 moveto
532 384.6 138.77 396.22 127.31 406.43 117.23 curveto
533 stroke
534 0 0 0 edgecolor
535 newpath 408.91 119.7 moveto
536 413.57 110.19 lineto
537 403.99 114.72 lineto
538 closepath fill
539 1 setlinewidth
540 solid
541 0 0 0 edgecolor
542 newpath 408.91 119.7 moveto
543 413.57 110.19 lineto
544 403.99 114.72 lineto
545 closepath stroke
546 grestore
547 % sample->emb
548 gsave
549 1 setlinewidth
550 0 0 0 edgecolor
551 newpath 469.15 147.94 moveto
552 463.14 139.28 455.7 128.57 449 118.92 curveto
553 stroke
554 0 0 0 edgecolor
555 newpath 451.69 116.66 moveto
556 443.11 110.44 lineto
557 445.94 120.65 lineto
558 closepath fill
559 1 setlinewidth
560 solid
561 0 0 0 edgecolor
562 newpath 451.69 116.66 moveto
563 443.11 110.44 lineto
564 445.94 120.65 lineto
565 closepath stroke
566 grestore
567 % end
568 gsave
569 1 setlinewidth
570 0 0 0 nodecolor
571 newpath 446 36 moveto
572 446 36 416 36 416 36 curveto
573 410 36 404 30 404 24 curveto
574 404 24 404 12 404 12 curveto
575 404 6 410 0 416 0 curveto
576 416 0 446 0 446 0 curveto
577 452 0 458 6 458 12 curveto
578 458 12 458 24 458 24 curveto
579 458 30 452 36 446 36 curveto
580 stroke
581 0 0 0 nodecolor
582 14 /Times-Roman set_font
583 420 14.3 moveto 22 (End) alignedtext
584 grestore
585 % emb->end
586 gsave
587 1 setlinewidth
588 0 0 0 edgecolor
589 newpath 431 73.94 moveto
590 431 65.81 431 55.88 431 46.7 curveto
591 stroke
592 0 0 0 edgecolor
593 newpath 434.5 46.44 moveto
594 431 36.44 lineto
595 427.5 46.44 lineto
596 closepath fill
597 1 setlinewidth
598 solid
599 0 0 0 edgecolor
600 newpath 434.5 46.44 moveto
601 431 36.44 lineto
602 427.5 46.44 lineto
603 closepath stroke
604 grestore
605 % start
606 gsave
607 1 setlinewidth
608 0 0 0 nodecolor
609 newpath 217 636 moveto
610 217 636 187 636 187 636 curveto
611 181 636 175 630 175 624 curveto
612 175 624 175 612 175 612 curveto
613 175 606 181 600 187 600 curveto
614 187 600 217 600 217 600 curveto
615 223 600 229 606 229 612 curveto
616 229 612 229 624 229 624 curveto
617 229 630 223 636 217 636 curveto
618 stroke
619 0 0 0 nodecolor
620 14 /Times-Roman set_font
621 189 614.3 moveto 26 (Start) alignedtext
622 grestore
623 % start->PI
624 gsave
625 1 setlinewidth
626 0 0 0 edgecolor
627 newpath 174.84 603.96 moveto
628 153.03 593.49 121.97 578.58 96.53 566.38 curveto
629 stroke
630 0 0 0 edgecolor
631 newpath 97.98 563.19 moveto
632 87.45 562.01 lineto
633 94.95 569.5 lineto
634 closepath fill
635 1 setlinewidth
636 solid
637 0 0 0 edgecolor
638 newpath 97.98 563.19 moveto
639 87.45 562.01 lineto
640 94.95 569.5 lineto
641 closepath stroke
642 grestore
643 % start->PIb
644 gsave
645 1 setlinewidth
646 0 0 0 edgecolor
647 newpath 190.62 599.94 moveto
648 184.85 591.28 177.72 580.57 171.28 570.92 curveto
649 stroke
650 0 0 0 edgecolor
651 newpath 174.09 568.82 moveto
652 165.63 562.44 lineto
653 168.26 572.7 lineto
654 closepath fill
655 1 setlinewidth
656 solid
657 0 0 0 edgecolor
658 newpath 174.09 568.82 moveto
659 165.63 562.44 lineto
660 168.26 572.7 lineto
661 closepath stroke
662 grestore
663 % start->message
664 gsave
665 1 setlinewidth
666 0 0 0 edgecolor
667 newpath 213.85 599.94 moveto
668 219.86 591.28 227.3 580.57 234 570.92 curveto
669 stroke
670 0 0 0 edgecolor
671 newpath 237.06 572.65 moveto
672 239.89 562.44 lineto
673 231.31 568.66 lineto
674 closepath fill
675 1 setlinewidth
676 solid
677 0 0 0 edgecolor
678 newpath 237.06 572.65 moveto
679 239.89 562.44 lineto
680 231.31 568.66 lineto
681 closepath stroke
682 grestore
683 % start->key
684 gsave
685 1 setlinewidth
686 0 0 0 edgecolor
687 newpath 229.23 603.29 moveto
688 251.8 591.93 284.05 575.69 308.79 563.23 curveto
689 stroke
690 0 0 0 edgecolor
691 newpath 310.51 566.28 moveto
692 317.87 558.66 lineto
693 307.36 560.03 lineto
694 closepath fill
695 1 setlinewidth
696 solid
697 0 0 0 edgecolor
698 newpath 310.51 566.28 moveto
699 317.87 558.66 lineto
700 307.36 560.03 lineto
701 closepath stroke
702 grestore
703 % ED->cond
704 gsave
705 1 setlinewidth
706 0 0 0 edgecolor
707 newpath 151.32 451.97 moveto
708 167.5 436.92 191.56 414.55 211.51 396 curveto
709 stroke
710 0 0 0 edgecolor
711 newpath 213.99 398.48 moveto
712 218.93 389.1 lineto
713 209.22 393.35 lineto
714 closepath fill
715 1 setlinewidth
716 solid
717 0 0 0 edgecolor
718 newpath 213.99 398.48 moveto
719 218.93 389.1 lineto
720 209.22 393.35 lineto
721 closepath stroke
722 grestore
723 % condStrat
724 gsave
725 1 setlinewidth
726 0 0 0 nodecolor
727 newpath 189 272 moveto
728 91.85 254 lineto
729 189 236 lineto
730 286.15 254 lineto
731 closepath stroke
732 0 0 0 nodecolor
733 14 /Times-Roman set_font
734 144 250.3 moveto 90 (Strategy is fixed) alignedtext
735 grestore
736 % cond->condStrat
737 gsave
738 1 setlinewidth
739 0 0 0 edgecolor
740 newpath 230.38 330.62 moveto
741 221.51 314.41 210.74 294.72 202.41 279.5 curveto
742 stroke
743 0 0 0 edgecolor
744 newpath 205.44 277.76 moveto
745 197.57 270.67 lineto
746 199.3 281.12 lineto
747 closepath fill
748 1 setlinewidth
749 solid
750 0 0 0 edgecolor
751 newpath 205.44 277.76 moveto
752 197.57 270.67 lineto
753 199.3 281.12 lineto
754 closepath stroke
755 0 0 0 edgecolor
756 14 /Times-Roman set_font
757 216 294.3 moveto 17 (No) alignedtext
758 grestore
759 % condEmb
760 gsave
761 1 setlinewidth
762 0 0 0 nodecolor
763 newpath 379 272 moveto
764 304.82 254 lineto
765 379 236 lineto
766 453.18 254 lineto
767 closepath stroke
768 0 0 0 nodecolor
769 14 /Times-Roman set_font
770 346.5 250.3 moveto 65 (Use of STC) alignedtext
771 grestore
772 % cond->condEmb
773 gsave
774 1 setlinewidth
775 0 0 0 edgecolor
776 newpath 277.95 336.15 moveto
777 301.36 317.35 333.06 291.89 354.67 274.54 curveto
778 stroke
779 0 0 0 edgecolor
780 newpath 357.09 277.08 moveto
781 362.7 268.09 lineto
782 352.71 271.62 lineto
783 closepath fill
784 1 setlinewidth
785 solid
786 0 0 0 edgecolor
787 newpath 357.09 277.08 moveto
788 362.7 268.09 lineto
789 352.71 271.62 lineto
790 closepath stroke
791 0 0 0 edgecolor
792 14 /Times-Roman set_font
793 332 294.3 moveto 63 (Yes with H) alignedtext
794 grestore
795 % condStrat->PI
796 gsave
797 1 setlinewidth
798 0 0 0 edgecolor
799 newpath 173.22 269.38 moveto
800 141.49 299.52 70.77 373.07 45 452 curveto
801 38.23 472.75 40.77 497.51 44.56 515.96 curveto
802 stroke
803 0 0 0 edgecolor
804 newpath 41.16 516.8 moveto
805 46.81 525.76 lineto
806 47.98 515.23 lineto
807 closepath fill
808 1 setlinewidth
809 solid
810 0 0 0 edgecolor
811 newpath 41.16 516.8 moveto
812 46.81 525.76 lineto
813 47.98 515.23 lineto
814 closepath stroke
815 0 0 0 edgecolor
816 14 /Times-Roman set_font
817 59 422.3 moveto 17 (No) alignedtext
818 grestore
819 % condStrat->ee
820 gsave
821 1 setlinewidth
822 0 0 0 edgecolor
823 newpath 173.64 238.8 moveto
824 159.72 225.93 138.91 206.68 122.33 191.35 curveto
825 stroke
826 0 0 0 edgecolor
827 newpath 124.3 188.41 moveto
828 114.59 184.19 lineto
829 119.55 193.55 lineto
830 closepath fill
831 1 setlinewidth
832 solid
833 0 0 0 edgecolor
834 newpath 124.3 188.41 moveto
835 114.59 184.19 lineto
836 119.55 193.55 lineto
837 closepath stroke
838 0 0 0 edgecolor
839 14 /Times-Roman set_font
840 151 206.3 moveto 22 (Yes) alignedtext
841 grestore
842 % condEmb->STC
843 gsave
844 1 setlinewidth
845 0 0 0 edgecolor
846 newpath 375.05 236.82 moveto
847 372.13 224.88 368.1 208.34 364.68 194.36 curveto
848 stroke
849 0 0 0 edgecolor
850 newpath 367.99 193.17 moveto
851 362.22 184.28 lineto
852 361.19 194.83 lineto
853 closepath fill
854 1 setlinewidth
855 solid
856 0 0 0 edgecolor
857 newpath 367.99 193.17 moveto
858 362.22 184.28 lineto
859 361.19 194.83 lineto
860 closepath stroke
861 0 0 0 edgecolor
862 14 /Times-Roman set_font
863 370 206.3 moveto 22 (Yes) alignedtext
864 grestore
865 % condEmb->sample
866 gsave
867 1 setlinewidth
868 0 0 0 edgecolor
869 newpath 394.94 239.56 moveto
870 410.36 226.56 434.08 206.56 452.71 190.85 curveto
871 stroke
872 0 0 0 edgecolor
873 newpath 455.21 193.32 moveto
874 460.6 184.2 lineto
875 450.7 187.97 lineto
876 closepath fill
877 1 setlinewidth
878 solid
879 0 0 0 edgecolor
880 newpath 455.21 193.32 moveto
881 460.6 184.2 lineto
882 450.7 187.97 lineto
883 closepath stroke
884 0 0 0 edgecolor
885 14 /Times-Roman set_font
886 439 206.3 moveto 17 (No) alignedtext
887 grestore
888 endpage
889 showpage
890 grestore
891 %%PageTrailer
892 %%EndPage: 1
893 %%Trailer
894 %%Pages: 1
895 %%BoundingBox: 36 36 577 680
896 end
897 restore
898 %%EOF