You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xmcase How are you setting the canvas width? It will skew the canvas coordinate system if you try to change the canvas width/height with CSS; that is probably why your drag is skewed.
Instead, you need to set the canvas width/height using jQuery's attr() or prop() methods:
code like this, if I set canvas width 300px,height 300px, like this " ",and then can't drag again.
The text was updated successfully, but these errors were encountered: