diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-11-19 18:53:11 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-11-19 18:53:11 +0000 |
commit | 638ea00309ef225858fdc2b5ab2889e1236d783d (patch) | |
tree | 2d10d41ef1459a40e0a3ee644e08a21a412dd823 /status.xml | |
parent | ff6508e118c14d1e8eb270a559d147e85bf0418f (diff) | |
download | xmlgraphics-fop-638ea00309ef225858fdc2b5ab2889e1236d783d.tar.gz xmlgraphics-fop-638ea00309ef225858fdc2b5ab2889e1236d783d.zip |
Bugzilla #54169: Split the parent tree (the number tree corresponding to the ParentTree entry in the structure tree root) to avoid reaching the internal limits of Acrobat Pro, that would otherwise split it at the wrong place when saving the document.
Patch submitted by Robert Meyer
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1411352 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 990a15f5e..9362983b2 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,11 @@ 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="VH" type="fix" fixes-bug="54169" due-to="Robert Meyer"> + Split the parent tree (the number tree corresponding to the ParentTree entry in the + structure tree root) to avoid reaching the internal limits of Acrobat Pro, that would + otherwise split it at the wrong place when saving the document. + </action> <action context="Fonts" dev="MH" type="add" fixes-bug="54120"> Created a simple mechanism to avoid NPEs when AWT fonts are requested from Batik for AFP output. |