Not sure if this became broken by the latest build, but rounded rectangles no longer display correctly.
This code will show the issue:
local myRoundedRect = display.newRoundedRect( 0, 0, 250, 20 , 10)
myRoundedRect:setFillColor( 0,0,0 )
myRoundedRect.alpha = 0.7
The top of the rectangle collapses inward. I have only tested this in the simulator, but it happens across each device. [import]uid: 8444 topic_id: 23525 reply_id: 323525[/import]