MathJax-node
MathJax-node copied to clipboard
loading SVG file through img element
I have to load the SVG file created by Mathjax-Node through img element. In such a case is there any option to increase/decrease the font-size?
You would need to extract and copy the top-level style attribute over to the img tag to get a decent rendering.
Beware that using an img tag has many drawbacks (e.g., no CSS inheritance, worse rendering of fallback fonts).
Thanks for the reply, I will try your suggestion.