You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are browser rendering problems. As you have shown, a zoomed version renders properly, meaning the browser is not rendering the original size correctly. That is due to pixel rounding that is being done differently for the stretchy piece from the arrow head at the end. Both are positioned the same by MathJax, but rendered differently by the browser. The fact that you can get different results by zooming shows that this is not a MathJax positioning error, as the same exact positioning acts differently at different magnifications. Indeed, the extender is sometimes too low and sometimes too high depending on the magnification, so MathJax won't be able to compensate for this effect.
Issue Summary
There is already a closed issue that describes the problem in detail, but the bug still exists in the latest version (3.2.2)
Steps to Reproduce:
In SVG rendering there is no such problem:
The visibility of the shift depends on the font size or page zoom. By increasing the font size or zoom, you can get rid of the error.
Technical details:
I am loading MathJax via
The text was updated successfully, but these errors were encountered: