Re: cvs commit: xml-fop/src/java/org/apache/fop/datatypes LengthBase.java

2004-12-30 Thread Simon Pepping
On Tue, Dec 28, 2004 at 06:03:13PM -, [EMAIL PROTECTED] wrote: > > Index: LengthBase.java > === > RCS file: > /home/cvs/xml-fop/src/java/org/apache/fop/datatypes/LengthBase.java,v > retrieving revision 1.8 > retrievin

Re: cvs commit: xml-fop/src/java/org/apache/fop/datatypes LengthBase.java

2004-12-30 Thread Finn Bock
Simon Pepping wrote: On Tue, Dec 28, 2004 at 06:03:13PM -, [EMAIL PROTECTED] wrote: Index: LengthBase.java === RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/datatypes/LengthBase.java,v retrieving revision 1.8 retrievin

Re: cvs commit: xml-fop/src/java/org/apache/fop/datatypes LengthBase.java

2005-01-03 Thread Jeremias Maerki
I'm trying to understand what's going on here. One thing that strikes me as odd is that PropertyList.convertAttributeToProperty() always contructs Properties based on the parentFO. Normally, this is probably ok since most calculation bases are the parent FOs but in the case of content-width/height

Re: cvs commit: xml-fop/src/java/org/apache/fop/datatypes LengthBase.java

2005-01-05 Thread Simon Pepping
On Mon, Jan 03, 2005 at 02:20:25PM +0100, Jeremias Maerki wrote: > I'm trying to understand what's going on here. One thing that strikes me > as odd is that PropertyList.convertAttributeToProperty() always > contructs Properties based on the parentFO. Normally, this is probably > ok since most calc