Draw SVG on HTML5 Canvas with support for font element

后端 未结 3 2007
甜味超标
甜味超标 2020-12-01 02:08

Is there a good library for converting SVG to HTML canvas that supports the font element? I have already tried canvg, but it does not support Font.

3条回答
  •  春和景丽
    2020-12-01 02:59

    I just tried a simple img tag, Phrogs' method and canvg. My SVG has an embedded PNG. That only worked in canvg. The others showed the image without the embedded PNG. That was on Android Jellybean with either the standard browser or Chrome.

提交回复
热议问题