strange display with rectangle display after rotate

Hi all,
I am getting a strange display with the following code :

local rect = display.newRect (100, 100, 50, 50)  
rect: setFillColor(140, 255, 140)  
rect: rotate (10)  

The rectangle is rotated, but part of it is cut.
Am I missing something?
[import]uid: 6661 topic_id: 26518 reply_id: 326518[/import]

Sounds like you need to either update to a later daily build or disable antialiasing from your config.lua file

These problems were fixed in recent daily builds (i recommend v818) [import]uid: 84637 topic_id: 26518 reply_id: 107526[/import]

Thank you Danny for your quick reply.
Indeed, antialiasing was set to true in my config file.
Sets to false and works perfectly.
[import]uid: 6661 topic_id: 26518 reply_id: 107530[/import]

If you update to the latest daily build you can use antialiasing again (antialiasing issues were fixed in recent daily builds)

PS. Glad to help :slight_smile: [import]uid: 84637 topic_id: 26518 reply_id: 107533[/import]