]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
The resolution of the bounding box (pts as integers) is too low for barcodes. Once...
authorJeremias Maerki <jeremias@apache.org>
Fri, 20 Jan 2006 14:43:26 +0000 (14:43 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 20 Jan 2006 14:43:26 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@370821 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/ps/PSImageUtils.java

index c620dafb1e35ee798d78cf9593eeff5945802950..991ea73965b3dec69bc620739c3b782d9a91aa8c 100644 (file)
@@ -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);