Just noticed the following odd behaviour in the latest daily build 2197.
local text=display.newText({...) text.fill={ type="image", filename="img/texttexture.png" } text.fill.scaleY=0.5 print ("scale " .. text.fill.scaleY)
Weirdly the output of the print statement is 2! Anyone able to tell me why that is?