Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!chinacat!woody From: woody@chinacat.unicom.com (Woody Baker @ Eagle Signal) Newsgroups: comp.lang.postscript Subject: Re: LaserWriter bug?? Message-ID: <1991Jun11.225452.29894@chinacat.unicom.com> Date: 11 Jun 91 22:54:52 GMT References: <1771@physiol.su.oz.au> Organization: a guest of Unicom Systems Development, Austin Lines: 12 The problem lies with the pixel painting method used by the interpreter. One way to handle this is to use this fragment (from the original red book p 187) transform round exch round exch itransform This locks the line to the nearest pixel by converting from userspace to machine space, rounding and then converting back to user space. Level II has addressed this problem. Cheers Woody