mathjax / MathJax

Beautiful and accessible math in all browsers
http://www.mathjax.org/
Apache License 2.0
10.02k stars 1.16k forks source link

[HTML-CSS] Scaled \sqrt overline position incorrect in Firefox #2615

Open dpvc opened 3 years ago

dpvc commented 3 years ago

In Forefox, the overline for \sqrt is misplaced in HTML-CSS output when the root is scaled. E.g., \Huge\sqrt{x^x}.

See the StackExchange posting for details.

dpvc commented 3 years ago

It turns out that the one of the dimensions used in the position was not having the scaling applied to it, resulting in the bad positioning.