keiron 2002/08/01 23:44:46
Modified:src/org/apache/fop/image/analyser EPSReader.java
Log:
workaround for eps files that have invalid float bounding box values
float values are rounded off
according to the spec the %%HiResBoundingBox should be used
instead for floating poitn v
jeremias02/05/19 09:39:08
Modified:src/org/apache/fop/image/analyser EPSReader.java
Log:
Fixes a problem when EPS files have Bounding Boxes containing negative integers.
(untested for redesign, but compiles and changes are equivalent.)
Submitted by: Claes Bergsten <[EMAIL PROT
jeremias02/05/19 09:36:51
Modified:src/org/apache/fop/image/analyser Tag: fop-0_20_2-maintain
EPSReader.java
Log:
Fixes a problem when EPS files have Bounding Boxes containing negative integers.
Submitted by: Claes Bergsten <[EMAIL PROTECTED]>
Revis