display.save saving black (blank) jpeg

Don't know if this is a build issue, windows issue, android issue, or operator error, but...

1
2
3
4
5
6
7
g = display.newGroup()
 
box = display.newRect(215,400,50,50)
 
g:insert(box)
 
display.save( g, "box.jpg")
views:1271 update:2011/10/9 22:34:50
corona forums © 2003-2011