niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

Image Sprite does not scale when Rotation is enabled #2177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Several developers have apps that require both rotation and scaling of an image 
sprite. Currently you can have one or the other, but not both. It would be 
necessary for the image to be able to both scale and rotate as in the case of a 
wheel which can be resized, without having to create multiple images to try to 
handle all the possible sizes needed.
Attached is an example project where a wheel rotates and rotates for various 
cycloid graphs. The code blocks are included for scaling, but have no effect 
since Rotation is enabled.

Original issue reported on code.google.com by scottfromscott@gmail.com on 4 Jul 2012 at 5:15

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for sending the app (nice app!).   I see what the problem is -- I simply 
didn't implement size change for rotating sprites.  It's not trivial to fix, so 
I'll need to assign this to someone.   It will get fixed but probably not till 
August, since we're busy with other stuff.   Thanks for reporting this.

Original comment by halatmit...@gmail.com on 5 Jul 2012 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by halatmit...@gmail.com on 5 Aug 2012 at 11:22