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
I don't know if that's what this issue is about, but I figured out width and height have to be switched here:
instead of ...createRect(canvas.width / 2 - 100, canvas.height / 2 - 100, 200, 200, 0),
I think it should be ...createRect(canvas.height / 2 - 100, canvas.width / 2 - 100, 200, 200, 0),
No description provided.
The text was updated successfully, but these errors were encountered: