Menu

#40 Chars U+22c0 and U+2228 does not render correct

open
nobody
Other (12)
5
2014-08-23
2012-06-25
Anonymous
No

The two chars, U+22c0 and U+2228, are to big when the mathml code is converted to SVG.

The mathml-code is as follows:

<?xml version="1.0" encoding="UTF-8"?><math display="block" xmlns="http://www.w3.org/1998/Math/MathML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ns="http://www.w3.org/1998/Math/MathML">
<mi>x</mi>
<mo>=</mo>
<mn>0</mn>
<mi> </mi>
<mi> </mi>
<mo>⋁</mo>
<mi> </mi>
<mi> </mi>
<mi>x</mi>
<mo>=</mo>
<mo>-</mo>
<mfrac>
<mrow>
<mi>b</mi>
</mrow>
<mrow>
<mi>a</mi>
</mrow>
</mfrac>
</math>

The mathml code is formated correct in Firefox (Mac 13.0.1) and Safari (Mac 5.1.7). I have attached an image of the code as it is shown in Firefox.

I have also attached the svg image that is made with Jeuclid (3.1.9).

Regards
Johannes Damsgaard-Bruhn
InfoGeist

Discussion


Log in to post a comment.