Hi all,
I discovered today that my application has a strange behaviour after running build 775 when performing a fillColor or gradient inside a rounded rect.
It was working fine with build 760, for instance.
Here’s the extraction of the code:
Any idea?
[code]
local but2=display.newGroup()
local g = graphics.newGradient(
{ 255, 255, 255 },
{ 200, 200, 200 },
“down” )
local bckgbut2=display.newRoundedRect(380,320,170,50,8)
bckgbut2:setFillColor(g)
bckgbut2.strokeWidth=2
bckgbut2:setStrokeColor(255,255,255,128)
bckgbut2.isVisible=true
but2:insert(bckgbut2)
[/code] [import]uid: 3022 topic_id: 24167 reply_id: 324167[/import]