mathjax / MathJax

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

U+2111 gets wrong glyph in HTML-CSS and SVG output #555

Closed dpvc closed 11 years ago

dpvc commented 11 years ago

The block-letter capital I at U+2111 is appearing as a J rather than an I in HTML-CSS and SVG output with the MathJax font.

It turns out that the font data for the MathJax font is wrong for this (it remaps to the Fraktur font, but has the position wrong).

0x2111: [0x004A,MML.VARIANT.FRAKTUR],

should be

0x2111: [0x0049,MML.VARIANT.FRAKTUR],

in fontdata.js for both HTML-CSS and SVG versions of the TeX fonts.

dpvc commented 11 years ago

Looks good.

=> Ready for Release

fred-wang commented 11 years ago

=> Merged