diff options
Diffstat (limited to 'Master/tlpkg/tlgs/lib/impath.ps')
-rw-r--r-- | Master/tlpkg/tlgs/lib/impath.ps | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/tlpkg/tlgs/lib/impath.ps b/Master/tlpkg/tlgs/lib/impath.ps index 832a9d8678c..5ecf0ab9b4a 100644 --- a/Master/tlpkg/tlgs/lib/impath.ps +++ b/Master/tlpkg/tlgs/lib/impath.ps @@ -1,19 +1,19 @@ % Copyright (C) 1992, 1996 Aladdin Enterprises. All rights reserved. -% +% % This software is provided AS-IS with no warranty, either express or % implied. -% +% % This software is distributed under license and may not be copied, % modified or distributed except as expressly authorized under the terms % of the license contained in the file LICENSE in this distribution. -% +% % For more information about licensing, please refer to % http://www.ghostscript.com/licensing/. For information on % commercial licensing, go to http://www.artifex.com/licensing/ or % contact Artifex Software, Inc., 101 Lucas Valley Road #110, % San Rafael, CA 94903, U.S.A., +1(415)492-9861. -% $Id: impath.ps 6300 2005-12-28 19:56:24Z giles $ +% $Id$ % impath.ps % Reverse-rasterize a bitmap to produce a Type 1 outline. % (This was formerly a Ghostscript operator implemented in C.) @@ -92,8 +92,8 @@ begin { % Convert curve to relative form x y 3 { exch neg 7 index add rc - exch neg 6 index add rc - 8 -2 roll + exch neg 6 index add rc + 8 -2 roll } repeat /y exch def /x exch def 1 index 0 eq 5 index 0 eq and % dy1=dx3=0, hv @@ -101,10 +101,10 @@ begin } { dup 0 eq 6 index 0 eq and % dx1=dy3=0, vh { 6 -1 roll pop pop /vhcurveto - } - { /rrcurveto % none of the above - } - ifelse + } + { /rrcurveto % none of the above + } + ifelse } ifelse } @@ -117,7 +117,7 @@ end % type1imagepath_dict % The main program /type1imagepath % image width height wx wy ox oy string -> - % substring + % substring { type1imagepath_dict begin /tsave save def /ostring exch def |