Closed
Description
My Goal:
I would like to convert the MathML into svg data and save that to a file so I can use it for authoring purposes later.
The Problem
The MathML gets converted from an svg to jax just fine and displays in the browser with an approximate font close enough to font of the surrounding characters. However, if the svg data is saved directly to a file before it is converted to jax and viewed directly in a browser, the svg data displays with an invalid font.
The Details
I have added a zip attachment that includes screenshots and the svg data to demonstrate this. The MathML data I used for the conversion is provided below. I have tried both configs, TeX-AMS-MML_SVG-full and TeX-AMS-MML_HTMLorMML-full; both don't seem to work.
<math>
<mstyle mathsize="normal">
<mrow>
<mspace width=".2em" />
<mi>Umhüllungszustand</mi>
<mspace indentalign="left" linebreak="newline" />
<mo>+</mo>
<mi>Punkte</mi>
<mspace width=".2em" />
<mi>Überflutungsgebiet</mi>
</mrow>
</mstyle>
</math>