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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]