Mask problems again

I have a dodgy mask problem that I can’t seem to fix.

The mask is 316x228 (divisible by 4), has a 4 pixel border all around in black, then fades to white inside the border - to give the scrollview a soft edge.

On most devices it’s fine, but on the iPhone 6 is comes up with a weird line over the scrollview that’s white in the middle, then goes to dots at the end of the line.

Mask

Any ideas?

Thanks,

Nathan.

Hi Nathan,

What scale mode are you using in your config? Is this mask multi-nested within other nested objects/groups? Can you please post your code where you’re creating and applying the mask?

Thanks,

Brent

Hi Brent - here is my config

Config

width = 320,

height = 480, 

scale = “letterbox”, 

code sample coming…

Hi Brent,

Sorry for the distraction - this was a coding issue at my end - I had two rects in the background and they were being dynamically placed - on the iPhone 6 they had a 1 pixel gap between them!

P.S. The mask is nested - about 4 layers deep, but still seems to be working fine. Fingers crossed!

Regards,

Nathan.

Hi Nathan,

What scale mode are you using in your config? Is this mask multi-nested within other nested objects/groups? Can you please post your code where you’re creating and applying the mask?

Thanks,

Brent

Hi Brent - here is my config

Config

width = 320,

height = 480, 

scale = “letterbox”, 

code sample coming…

Hi Brent,

Sorry for the distraction - this was a coding issue at my end - I had two rects in the background and they were being dynamically placed - on the iPhone 6 they had a 1 pixel gap between them!

P.S. The mask is nested - about 4 layers deep, but still seems to be working fine. Fingers crossed!

Regards,

Nathan.