display.newCircle looks like Pacman on iPad build 797

Just got a new iPad, (which prompted me to install build 797.)
I noticed that my display.newCircle(s) look like pacman with his mouth pointing upwards.
This shows up on all device simulators as well as my iPad. (Haven’t verified on my iPhone yet).

[lua]local ballbutton1 = display.newCircle( 63, 194, 26 )
ballbutton1.id = 1
ballbutton1:addEventListener( “touch”, ballTouched)
localGroup:insert(ballbutton1)
ballbutton1.active = false
ballbutton1.action = cagesGo[/lua]

Not a vital issue for me but should be known.

Thanks,
dF [import]uid: 117490 topic_id: 25726 reply_id: 325726[/import]

Hey Dane,

Check your config.lua file and make sure that antialias is set to false, this should solve the issue.

Peach :slight_smile: [import]uid: 52491 topic_id: 25726 reply_id: 104022[/import]