D3.js svg to canvas conversion

邮差的信 提交于 2019-12-08 06:46:28

问题


I'm trying to convert a d3.js visualization to canvas. The d3.js code can be found here: https://gist.github.com/3166265

Could somebody explain the basics of converting this visualization to canvas? I cannot use a program like canvg because the browser I'm targeting (android platform 2.3) cannot parse any SVG AT ALL. Therefore I need to convert this visualizatoin to Canvas. Any help that you can provide would be most appreciated...

来源:https://stackoverflow.com/questions/11620621/d3-js-svg-to-canvas-conversion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!