In the latest daily builds (I’ve tested 765 & 767), vector objects disappear when the simulator is rotated. Here’s my simple test code:
local temp = display.newRect( 0, 0, 200, 100 )
temp.x, temp.y = display.contentWidth/2, display.contentHeight/2
temp:setFillColor( 0, 255, 0 )
And then whenever I change the orientation, the rectangle disappears.
Images created with newImageRect appear to work fine. It works fine in the last stable build (704), but I’m not sure at what point it broke (I haven’t been working with orientation changes for a while)
- Stephen [import]uid: 4639 topic_id: 23381 reply_id: 323381[/import]