Newsgroups: comp.lang.postscript
Path: utzoo!utgpu!tj
From: tj@gpu.utcs.utoronto.ca (Terry Jones)
Subject: Re: BUG
Message-ID: <1991Feb26.210406.18658@gpu.utcs.utoronto.ca>
Organization: UTCS Public Access
References: <218@wander.UUCP>
Date: Tue, 26 Feb 1991 21:04:06 GMT

Probably not the first to respond but what I see on the stack when I
do the following
15 280 moveto currentpoint pstack
is...
280
280.0
15.0

Which means the currentpoint returns a float which could be
fixed in your code to work by adding .5 and doing a cvi to
convert to integer before the compare
tj

