You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/01/20 15:43:30 UTC

svn commit: r370821 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java

Author: jeremias
Date: Fri Jan 20 06:43:26 2006
New Revision: 370821

URL: http://svn.apache.org/viewcvs?rev=370821&view=rev
Log:
The resolution of the bounding box (pts as integers) is too low for barcodes. Once the EPSReader can load the HiResBoundingBox this is also useful.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java?rev=370821&r1=370820&r2=370821&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSImageUtils.java Fri Jan 20 06:43:26 2006
@@ -198,7 +198,7 @@
      */
     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);



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org