Closed grofit closed 8 years ago
Yes, MathJax seems to use setAttributeNS to set the xlink:href
attributes. We only did check for attributes['xlink:href']
in some part of the code. It should now be fixed.
Also note that SVG2Bitmap is still in alpha-pre-release.
Anyway, thanks for your feedback, don't hesitate to push more issues, and I hope you enjoy this little script :-)
I am using Latex style mathjax notation which outputs svgs and when converting it to an image it just seems to be an empty image of the right size.
The mathjax content would look like:
I am not really that versed in SVG but the actual content seems to be sensible enough, so is there anything wrong with the SVG listed above or is there a problem with the lib?
I have tried passing in the svg element and that shows a completely transparent png, same with the root span or containing div etc.