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
Thanks for reporting. Indeed, clear is implemented to do the equivalent of clear_rect(0, 0, canvas.width, canvas.height) which may not take the current scale into account.
if I use canvas.scale(0.125), and call canvas.clear(), it only clears top left hand corner, which is 1/8 the width and height of the canvas.
The text was updated successfully, but these errors were encountered: