Hi Dylan, "Dylan Browne" <[EMAIL PROTECTED]> wrote on 10/17/2007 04:27:16 AM:
> Further info.... it seems like the bounding box of a text element is > being returned as the same dimensions regardless of the font-size that > is applied. This suggests it is assuming the default font-size? > Suggesting that the font-size in the CSS is not being picked up? > > We are currently using SSL in our own environment, where our > certificates may not be set up completely correctly. Is it possible that > when we use getBBox() there is a refusal in a handshake somewhere along > the line, so the stylesheet is not accessible? The problem would be when the document is loaded. If the stylesheet can't be retrieved for what ever reason then it is silently ignored (this is actually required by the CSS spec). I would give you 10:1 odds that this is your problem.
