Author: jeremias
Date: Wed Nov 25 15:04:08 2009
New Revision: 884129
URL: http://svn.apache.org/viewvc?rev=884129&view=rev
Log:
Bugzilla #48048:
Bugfix in AFP output: fixed flags in GOCA GBAR order.
Submitted by: d.w. harks <dave.at.dwink.net>
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/goca/GraphicsAreaBegin.java
xmlgraphics/fop/trunk/status.xml
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/goca/GraphicsAreaBegin.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/goca/GraphicsAreaBegin.java?rev=884129&r1=884128&r2=884129&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/goca/GraphicsAreaBegin.java
(original)
+++
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/goca/GraphicsAreaBegin.java
Wed Nov 25 15:04:08 2009
@@ -27,8 +27,8 @@
*/
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 */
Modified: xmlgraphics/fop/trunk/status.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=884129&r1=884128&r2=884129&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Wed Nov 25 15:04:08 2009
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]