You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I draw a frame with a shadow color, then a box with a gradient brush, and then a font image on top.
This is how it should look:
The following problem happens on Android, on iOS the draw order is correct (The fill direction changes because I was playing around with it, that is not a bug):
If the frame has a shadow and a transparent background, it gets drawn on top of the box view (or any element) that has a brush background, even though the brush has a higher z value:
Turning off the frame's shadow restores proper draw order:
I managed to hack it to work by setting the frame's background's alpha to 1, and keep the shadow on: