html5 canvas background image disappear on mousemove

前端 未结 3 685
没有蜡笔的小新
没有蜡笔的小新 2021-01-15 17:26

I want to draw an image to canvas and then allow user to draw some sketch on it.i\'m using sketch.js jquery library.the current status is:

  1. the image has been l
3条回答
  •  走了就别回头了
    2021-01-15 18:14

    this.el.width = this.canvas.width()
    

    just remove this line in your sketch.js

    i don't know why they are not updating this sketch.js even if we found bugs & Solutions

提交回复
热议问题