aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-09-28 14:10:27 +0000
committerJeremias Maerki <jeremias@apache.org>2009-09-28 14:10:27 +0000
commitf8f3edf87a9bbc36acee9d5161be9b3a7ffa02e4 (patch)
tree8fa997aa4067d2225907bca4f13601726b1813d7 /status.xml
parent2d26284592d2d7e31e1c28e94d230d6166f8ef3e (diff)
downloadxmlgraphics-fop-f8f3edf87a9bbc36acee9d5161be9b3a7ffa02e4.tar.gz
xmlgraphics-fop-f8f3edf87a9bbc36acee9d5161be9b3a7ffa02e4.zip
Bugzilla #46883:
Reverting revision 807010 because it creates faulty GOCA data. Have debugged but haven't immediately found the cause. Due to time restrictions I'm currently just reverting the change to fix the regression. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@819542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/status.xml b/status.xml
index 352ecd552..ab87355c0 100644
--- a/status.xml
+++ b/status.xml
@@ -69,10 +69,6 @@
<action context="Renderers" dev="AD" type="add" fixes-bug="46905">
Added basic implementation for column-keeps.
</action>
- <action context="Renderers" dev="AD" type="fix" fixes-bug="46883">
- Hotspot in AbstractGraphicsDrawingOrderContainer. Reduced time spent in the method
- by introducing a member variable to hold the data-length.
- </action>
<action context="Code" dev="AD" type="fix" fixes-bug="47710">
White-space handling in markers with inline-content throws a NullPointerException
in some cases.