Skip to content

unicode symbol x2206 in mathML not being output in SVG #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
corinnaSchultz opened this issue Mar 18, 2016 · 3 comments
Closed

unicode symbol x2206 in mathML not being output in SVG #196

corinnaSchultz opened this issue Mar 18, 2016 · 3 comments

Comments

@corinnaSchultz
Copy link

This should be the increment (delta) symbol. I tried the hex entity as well as the decimal equivalent (8710) in the mathML, and got the same output result.

Input mathML:

 <math xmlns="http://www.w3.org/2010/Math/MathML"><semantics><mstyle scriptsizemultiplier="0.715"><mo>&#x2206;</mo></mstyle><annotation encoding="text/plain"></annotation></semantics></math>

output SVG:

 <svg xmlns:xlink="http://www.w3.org/1999/xlink" style="vertical-align: -0.338ex;" width="1.936ex" height="2.176ex" viewBox="0 -791.3 833.5 936.9" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg">\n<g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)">\n<path stroke-width="1" d=""></path>\n</g>\n</svg>
@dpvc dpvc added the Accepted label Mar 19, 2016
@dpvc
Copy link
Member

dpvc commented Mar 19, 2016

It looks like the SVG font data for &#x2206; is incorrect. I'll see what I can do about it.

@pkra
Copy link
Contributor

pkra commented Mar 21, 2016

Marked as upstream.

@pkra
Copy link
Contributor

pkra commented Sep 13, 2016

Now that MathJax has hit 2.7-beta (and includes the fix), I think we can close this.

@pkra pkra closed this as completed Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants