Convert embedded SVG to PNG in-place

后端 未结 6 669
自闭症患者
自闭症患者 2020-11-29 17:20

I\'m generating HTML from a Docbook source while using SVG for images (converted from MathML). This works fine for some browsers that can interpret SVG, but fails for others

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 18:16

    this is rather old, but I found a simpler snippet that does the job correctly in modern browsers: https://gist.github.com/Caged/4649511

提交回复
热议问题