Method to convert HTML5 canvas to SVG?

前端 未结 4 1640
自闭症患者
自闭症患者 2020-12-01 06:05

Need to convert an HTML5 canvas to SVG for editing ? Pointer will be appreciated

4条回答
  •  遥遥无期
    2020-12-01 06:58

    canvas-svg lets you save 2d http://code.google.com/p/canvas-svg/ you can do the reverse with canvg http://code.google.com/p/canvg/

提交回复
热议问题