-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG vs BMP Costume Confusion #3373
Comments
SVG costumes should be automatically converted to bitmap when getting pixels, right? |
Wow! I learn so much about how different people try to use Snap doing these trainings! I just learned (from a different teacher playing around) that you can also right-click on a sprite on the stage (not just a costume in the costumes area) to edit the costume... :) So, I do think new users need a little support here with understanding how to work with SVGs. Thanks! |
Hi ego-lay-atman-bay, I'm not sure what you're asking, so if that's a question for me, I'll need a little more clarification. ;) These folks just imported built-in costumes and are finding that some are editable and some aren't, and they are confused by that. |
Sorry, I thought that you were manipulating the costumes through code, not the ui. |
Yes, though the UI. And the other Snap veteran/curriculum developer/PD provider here with me also just got confused by this same thing, so it really is a sticking point for folks. ;) |
I think this is a perfect-is-the-enemy-of-the-good issue for us. We know we need a completely rewritten and more powerful vector costume editor, and so people think "it's not worth small improvements to something we're going to replace." But yes, I agree, we should offer to convert to bitmap. |
Hi! Still working with teachers in Cleveland this week...
At the moment, we have them working through BJC Sparks Unit 2 Lab 2, and they are adding and manipulating costumes. Teachers figured out how to flip images horizontally, but then were quite perplexed by not being able to flip some of the images as it's not clear to newer folks what an SVG image is or why things might be different for SVGs.
Could we please have a feature to support this early-user challenge? Perhaps if someone tries to edit an SVG, there could be a popup that explains that SVGs can't be edited in Snap and offers to convert it to a BMP so they can edit it.
Thanks!
The text was updated successfully, but these errors were encountered: