Interesting!If I would choose the SVG output mode, is there any way to get hold of the SVG object/file, so that I can use it in my canvas?Thanks in advance,-Jacob
Thanks for answering this Peter,I see... I guess it will not be possible to render the SVG object in the canvas if the SVG-data contains links. I have obtained some SVG code for $1+1=2$ using document.getElementById("myMathSum").innerHTML but that seems to include links of the kind #MJMAIN as you can see below, I guess that is what you mean by the SVG-file not being self-contained.What we basically want to do is to be able to write math inside a figure. Our figure is made using a canvas element. We could of course make the figure bitmapped but then it would not scale with resolution etc.Thanks again,-Jacob<svg xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 9.478ex; height: 1.784ex; vertical-align: -0.289ex; margin: 1px 0px;" viewBox="0 -676 4081 768"><g stroke="black" fill="black" stroke-thickness="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#MJMAIN-31"></use><use xlink:href="#MJMAIN-2B" x="727" y="0"></use><use xlink:href="#MJMAIN-31" x="1732" y="0"></use><use xlink:href="#MJMAIN-3D" x="2515" y="0"></use><use xlink:href="#MJMAIN-32" x="3576" y="0"></use></g></svg>
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.