On Thursday 04 April 2002 3:24 pm, Herbert Voss wrote: > + * FormGraphics.C (apply): "0" is an invalid Bounding Box dimension. > + "0pt" is what we need here. > > this is not correct Angus. the default is a bb without > a unit, like the ones from the (e)ps-files.
and what does isValidLength("0") give? Yup, false. Ok, so I'll revert that bit and add a test to GraphicsParams. Angus