Re: Layout Information for SVG Elements

Boris Zbarsky <[email protected]> Wed, 25 Nov 2009 01:00:03 -0500
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
On 11/24/09 11:53 PM, Steven Roussey wrote:
> http://math.chapman.edu/~jipsen/mathml/asciimathandmathmlsvg.xhtml
>
> Both fractions have the getBoundingClientRect values off, though the
> second one in blue is more obvious (says 19x20 yet the mstyle inside
> is 19x45). The first one has is math element with height/width of 8x20
> and the inside mfrac is 8x26.

Looks correct to me.  In both cases the fraction overflows the <math> 
element.  You can put a border on the <math> to see that.

-Boris