Error when reading EPS images

2002-05-14 Thread claes . bergsten
Hi, I found an error when fop proceses EPS images with negative numbers in BoundingBox. It only checks for ASCII codes between 48 and 57 and therefor quits immediately when the first char is '-'. I changed the line (marked in the code snippet below) from: while (nidx epsFile.length

Re: Error when reading EPS images

2002-05-14 Thread claes . bergsten
: (bcc: Claes Bergsten/NO/TJG) | | Subject: Error when reading EPS images