Mask bug

CoronaSDK 2012.783

image with mask and group with mask

in ios, will show a strange light of image

i have made a bug report here http://developer.anscamobile.com/content/bug-submission

but i don’t know the bug number , and how to track it.

[code]
local halfW = display.contentCenterX
local halfH = display.contentCenterY
– Background image
local bkg = display.newImage( “paper_bkg.png”, true )
bkg.x = halfW
bkg.y = halfH

local grp=display.newGroup()

– Background image
local waterbkg = display.newImage( “bkgd.png”, true )
waterbkg.x = halfW
waterbkg.y = halfH

local mask = graphics.newMask( “circlemask.png” )
waterbkg:setMask( mask )
grp:insert(waterbkg)
local sqmask = graphics.newMask( “sqaremask.png” )
grp:setMask( sqmask )
grp.maskX=halfW
grp.maskY=halfH

[/code] [import]uid: 114173 topic_id: 25051 reply_id: 325051[/import]

Hey there, your case # is 13657.

When one of us replies to it (whoever it gets assigned to) they will likely email you if they need more info, or when it is resolved.

You will also notice that daily build notes mention fixes and related #s.

I hope this helps.

Peach :slight_smile: [import]uid: 52491 topic_id: 25051 reply_id: 101771[/import]

hi
is there anyone begin to fix this bug?

i am waiting this. my game cannot release before this bug fixed. [import]uid: 114173 topic_id: 25051 reply_id: 103000[/import]

Hey there,

Though it hasn’t been resolved yet it has been confirmed as a bug and is being looked at.

Hopefully you will hear something very soon.

Peach :slight_smile: [import]uid: 52491 topic_id: 25051 reply_id: 103025[/import]