Masks are not updated when rotating or scaling images

There is a really strange behaviour with masked images (build 2011.616, Windows):

When rotating or scaling a masked image, its mask seems not to update. If the x or y property of the image is changed, however, the mask DOES update.

Example (mask does not update here):

1
2
3
MyMaskedImage.rotation = 90
MyMaskedImage.xScale   = .5
MyMaskedImage.yScale   = .5

BTW -same with transitions applied to masked images:

Here the masked image gets screwed up:

1
2
3
4
5
6
7
transition.from(Img, 
   {
   rotation = 360, 
   xScale = .1, 
   yScale = .1, 
   time = 1000
   })
views:1495 update:2011/10/16 9:47:44
corona forums © 2003-2011