Hello Everyone,
I am having some problems while setting the scale of fill images on ShapeObjects.
The object is created if a simple display.newRect and then the fill is set by using the obj.fill = { type = “image”, filename = “image.png” }
The fill image is created and applied correctly. After being applied I can set the position and use transitions to animate it, but it seems that changing either fill.scaleY or fill.scaleX has no effect on the final object.