I have faced a very strange problem.
I have some graphs with some transparent on its edge in my game.
The graph is rendered by API display.newImageRect() or display.newImage()
We tested many device that the rendering have no problem.
However we recently tested with iphone6s plus.
The same code and same graph resulted all TRANSPARENT region becoming BLACK in color. (Just transparent getting problem, RGB is fine.)
This is so strange to us.
Anyone could solve this? We are about to release the app. We blocked by this problem.