[comp.windows.news] Unexpected type check error

eww@ulysses.homer.nj.att.com (Ed Whelan) (09/02/87)

Can anyone explain why I get a type check error
on the following:

	.50000 1 1 sethsbcolor

while I don't on:

	.5000 1 1 sethsbcolor

More than four decimal digits seem to break things.
If you'd like to try it yourself, run 'psview'
on the following:

	newpath
	270 360 moveto
	0 72 rlineto
	72 0 rlineto
	0 -72 rlineto
	closepath
	.50000 1 1 sethsbcolor
	fill
	showpage

Any help appreciated,
Ed Whelan