Browse Source

Fix for writing objects before Active Environment Group.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@691575 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Adrian Cumiskey 16 years ago
parent
commit
ddb61f5fd7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/java/org/apache/fop/render/afp/modca/PageObject.java

+ 1
- 1
src/java/org/apache/fop/render/afp/modca/PageObject.java View File

@@ -180,7 +180,7 @@ public class PageObject extends AbstractResourceGroupContainer {

/** {@inheritDoc} */
protected void writeContent(OutputStream os) throws IOException {
super.writeContent(os);
writeTriplets(os);

getActiveEnvironmentGroup().writeToStream(os);


Loading…
Cancel
Save