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
The web interface includes a "large canvas view" button that increases the size of the canvas and automatically scales the image. That way students can see their drawing in a larger canvas, or play their game in a larger canvas, without having to draw all of their shapes at new sizes.
We should include an equivalent feature for Desktop CMU Graphics, maybe as an app method (something like app.resizeAndScale(600, 600))
The text was updated successfully, but these errors were encountered:
The web interface includes a "large canvas view" button that increases the size of the canvas and automatically scales the image. That way students can see their drawing in a larger canvas, or play their game in a larger canvas, without having to draw all of their shapes at new sizes.
We should include an equivalent feature for Desktop CMU Graphics, maybe as an app method (something like
app.resizeAndScale(600, 600)
)The text was updated successfully, but these errors were encountered: