jmoenig / Snap

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
1.47k stars 739 forks source link

Image transforms on "Empty" background gives invalid costume #3336

Closed dragazo closed 2 months ago

dragazo commented 2 months ago

If you perform an image transform (e.g., via the stretch block) on the "Empty" stage costume, you get an invalid costume back. Attempting to switch to this invalid costume crashes the IDE.

untitled script pic

Notably, this does not occur when transforming the similar "Turtle" sprite costume.