summaryrefslogtreecommitdiff
path: root/support/pstools/ps_conv/gc_head.ps
blob: adac358739408d29840d67af5dbfa112e3cf36f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%%BeginProlog
/GSexport 100 dict def GSexport begin
/h {closepath} def
/m {moveto} def
/c {curveto} def
/l {lineto} def
/k {setcmykcolor} def
/K {setcmykcolor} def
/*u {/oper_kind -1 def} def
/*U {*U*f *U*d *U*c} def
/f {closepath /oper_kind 0 def} def
/*U*f {0 oper_kind eq {eofill} if} def
/s {closepath /oper_kind 1 def} def
/S {/oper_kind 1 def} def
/*U*d {1 oper_kind eq {stroke} if} def
/W {} def
/n {closepath /oper_kind 2 def} def
/*U*c {2 oper_kind eq {eoclip newpath} if} def
/w {setlinewidth} def
/j {setlinejoin} def
/J {setlinecap} def
/M {setmiterlimit} def
/d {setdash} def
/setcmykcolor where {pop}
 {/setcmykcolor {1 sub /mf exch def
 3 {mf add neg dup 0 lt {pop 0} if 3 1 roll} repeat
 setrgbcolor} def} ifelse
/q {gsave} def
/Q {grestore} def
%%EndProlog
%%BeginSetup
%%EndSetup