From 01388f7ca30e5d5e48f41c65f7453b068205c539 Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Sat, 14 Apr 2012 16:48:59 +0000 Subject: Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; fall back to collapse. Fix checkstyle errors from prior commit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326144 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/compliance.ihtml | 8 ++++---- .../apache/fop/fo/flow/table/ConditionalBorder.java | 13 +++++-------- src/java/org/apache/fop/fo/flow/table/Table.java | 20 +++++++++++++------- .../fop/layoutmgr/table/CollapsingBorderModel.java | 7 ++----- src/java/org/apache/fop/render/txt/TXTRenderer.java | 12 ++++++------ status.xml | 3 +++ 6 files changed, 33 insertions(+), 30 deletions(-) diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index fe3107142..a8e7a39ca 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -3962,10 +3962,10 @@ border-collapse Extended - yes - yes - yes - Some small limitations + partial + partial + partial + value "collapse-with-precedence" not yet supported + + Prevent NPE on use of unsupported collapse-with-precedence; fall back to collapse. Fix checkstyle errors from prior commit. + Ensure square image is appropriately scaled. -- cgit v1.2.3