it looks as if the problem is limited to idraw-generated postscript
files, which assume FontBBox to be an executable array. Changing 
line  366 in sample.eps from 

/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end

to 

/descender fontDict begin 0 /FontBBox load 1 get FontMatrix end

solves the problem. It wasn't a gs-gpl bug, after all.

I'm not sure how/why all versions up 8.01 had no problem interpreting
FontBBox as an executable array.

--



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to