]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla #48048:
authorJeremias Maerki <jeremias@apache.org>
Wed, 25 Nov 2009 15:04:08 +0000 (15:04 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 25 Nov 2009 15:04:08 +0000 (15:04 +0000)
Bugfix in AFP output: fixed flags in GOCA GBAR order.
Submitted by: d.w. harks <dave.at.dwink.net>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884129 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/afp/goca/GraphicsAreaBegin.java
status.xml

index fc66fa8cdcfc311f29dd240adb51ab9e7686b7b4..7f569f233d3889043df7361748f0194b931b3c4e 100644 (file)
@@ -27,8 +27,8 @@ import java.io.OutputStream;
  */
 public class GraphicsAreaBegin extends AbstractGraphicsDrawingOrder {
 
-    private static final int RES1 = 1;
-    private static final int BOUNDARY = 2;
+    private static final int RES1 = 128;
+    private static final int BOUNDARY = 64;
     private static final int NO_BOUNDARY = 0;
 
     /** draw boundary lines around this area */
index 6cdef021f1b6c3131d1e0dcd918684558d71cda6..78a2e8fb13fcf9f3316a918d8c1e1517f82ab425 100644 (file)
@@ -58,6 +58,9 @@
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
     <release version="FOP Trunk" date="TBD">
+      <action context="Renderers" dev="JM" type="fix" fixes-bug="48048" due-to="D.W. Harks">
+        Bugfix in AFP output: fixed flags in GOCA GBAR order.
+      </action>
       <action context="Renderers" dev="VH" type="fix" fixes-bug="48185" due-to="Harald G. Henne">
         Bugfix in AFP output: rounding error when computing the CMYK components of a color.
       </action>