Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!mcsun!hp4nl!phigate!prle!prles2!prles3.prl.philips.nl!debruyne From: debruyne@prles3.prl.philips.nl Newsgroups: comp.lang.postscript Subject: Re: Building A PostScript Toolset Message-ID: <685@prles2.UUCP> Date: 8 Sep 89 08:15:19 GMT Sender: nobody@prles2.UUCP Reply-To: debruyne@prles3.prl.philips.nl () Organization: Philips Research Laboratories, Eindhoven the Netherlands Lines: 16 Oops, I found one bug myself in the toolset routines that I posted yesterday: In the procedure ShowStrGray a string is defined as "/TmpStr 2 string def". The "2" however should be "1" ! So, here is what should be changed: 8c8 < /TmpStr 2 string def --- > /TmpStr 1 string def Jos de Bruijne Philips Research Labs Eindhoven, Holland Email: debruyne@prles3.prl.philips.nl