You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use mathjax to convert latex to svg.
This is the case in nodejs
It's found that 8/5 is scaled, It's hard for the customer to see clearly
But I use mathjax to convert latex to SVG on the browser, which is normal, as follows
It makes me wonder.
By comparing the SVG information, I found that in the nodejs environment, the SVG > Path tag has an extra attribute of "transform =" scale (0.707) "
This scaling operation will make the user think it is a bug
In nodejs environment, what can I do to get the same rendering effect as on the browser?