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 gm...@apache.org on 2003/10/21 01:48:21 UTC

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

gmazza      2003/10/20 16:48:21

  Modified:    src/java/org/apache/fop/fo PropertyManager.java
  Log:
  minor elaboration
  
  Revision  Changes    Path
  1.14      +1 -1      xml-fop/src/java/org/apache/fop/fo/PropertyManager.java
  
  Index: PropertyManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/PropertyManager.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- PropertyManager.java	1 Sep 2003 18:33:05 -0000	1.13
  +++ PropertyManager.java	20 Oct 2003 23:48:21 -0000	1.14
  @@ -194,7 +194,7 @@
           borderAndPadding.setPadding(whichSide,
                                       properties.get(
                                         MSGFMT_PADDING.format(saSide)).getCondLength());
  -        // If style = none, force width to 0, don't get Color
  +        // If style = none, force width to 0, don't get Color (spec 7.7.20)
           int style = properties.get(MSGFMT_STYLE.format(saSide)).getEnum();
           if (style != Constants.NONE) {
               borderAndPadding.setBorder(whichSide, style,
  
  
  

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