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
*/
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 */
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>