You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/06/20 15:22:50 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow Table.java

jeremias    2005/06/20 06:22:50

  Modified:    src/java/org/apache/fop/fo/flow Table.java
  Log:
  Warning about collapsing border model.
  
  Revision  Changes    Path
  1.54      +4 -0      xml-fop/src/java/org/apache/fop/fo/flow/Table.java
  
  Index: Table.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Table.java,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- Table.java	23 May 2005 13:52:26 -0000	1.53
  +++ Table.java	20 Jun 2005 13:22:50 -0000	1.54
  @@ -136,6 +136,10 @@
               //See "17.6.2 The collapsing border model" in CSS2
               getLogger().error("Table may not have padding when using the collapsing border model.");
           }
  +        if (borderCollapse != EN_SEPARATE) {
  +            getLogger().warn("The collapsing border model on an fo:table "
  +                    + "is currently not supported by FOP");
  +        }
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org