Hi!
I am playing around with letting the user draw some lines and then saving them to the album. The code I use for drawing is a modified version of some example code Carlos posted here on the forum, so you know it’s good stuff 
Anyway - whenever I try to save the contents of the screen, it seems like corona adds white bounding boxes around all the objects!?
Here is a screenshot of what it should look like and what it looks like:
http://i.imgur.com/QfsFc.jpg
The two dots are circle display objects used as buttons for testing, and even they get a weird white background around them.
At first, I tried using display.save - and thought this was related to weird groupings or something, and that display.captureScreen would sort it out. But the effect still persists.
I am using the simulator for an iPad in horizontal mode - I saw that there were some errors relating to screencapture in this format, but I could not find more info.
For the record, I am using the director class and I have the drawing objects in a separate group. I tried to put them all in the same group but the app still produced this weird effect.
Does anybody have a solution for this? Have any of you experienced the same problem?
Thanks [import]uid: 13935 topic_id: 9847 reply_id: 309847[/import]