diff options
-rw-r--r-- | src/java/org/apache/fop/render/ps/PSImageUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/render/ps/PSImageUtils.java b/src/java/org/apache/fop/render/ps/PSImageUtils.java index c620dafb1..991ea7396 100644 --- a/src/java/org/apache/fop/render/ps/PSImageUtils.java +++ b/src/java/org/apache/fop/render/ps/PSImageUtils.java @@ -198,7 +198,7 @@ public class PSImageUtils { */ public static void renderEPS(byte[] rawEPS, String name, float x, float y, float w, float h, - int bboxx, int bboxy, int bboxw, int bboxh, + float bboxx, float bboxy, float bboxw, float bboxh, PSGenerator gen) throws IOException { gen.notifyResourceUsage(PSProcSets.EPS_PROCSET, false); gen.writeln("%FOPBeginEPS: " + name); |