Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!web-1b.berkeley.edu!labc-4da From: labc-4da@web-1b.berkeley.edu (Bob Heiney) Newsgroups: comp.lang.postscript Subject: Re: Goswell's Postscript Interpreter Message-ID: <24252@agate.BERKELEY.EDU> Date: 10 May 89 17:37:13 GMT References: <30452@sri-unix.SRI.COM> Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 31 In article <30452@sri-unix.SRI.COM> ellis@unix.sri.com (Michael Ellis) writes: > > Has anyone been able to make Goswell's (1987) freeware postscript > interpreter do anything at all on a Sun4 running 4.0? Sample output: > > PS>1 1 + > PS>undefined in operator exec > stopped > Your basic problem is that '+' is not a PostScript operator. What you want to say is '1 1 add'. I've used this program under X11r3 with mixed results. It's a little buggy, and I can't get path reversals to work. I was trying to draw an annulus on the screen with the code that works on a LaserWriter. You need to call reversepath so the hole in the middle isn't filled. Unfortunately this doesn't work in freeware PostScript. Still, it is free and it works on the screen. Also, most basic things like lines, arcs, and fonts work. Fonts are slow to draw, though. Hope this helps, ------------------------------------------------------------------------------- | Bob Heiney "And in the end, the love you | | labc-4da@rosebud.Berkeley.edu take is equal to the love you make." | | -- The Beatles | -------------------------------------------------------------------------------