html里面的img标签通过canvas生成图片看不到?要怎么做到html里面的文字图片生成一张大图?谢谢~~
楼上的不支持IE ,需要用的朋友注意下
Internet Explorer is not (and will not be) supported, as it does not support SVG <foreignObject> tag
Safari is not supported, as it uses a stricter security model on <foreignObject> tag. Suggested workaround is to use toSvg and render on the server.`
题主可以看看这个,把dom转换成图片的开源插件https://github.com/tsayen/dom...