When I draw a very small circle with radius of 2 on the screen and then scale it up, I get an polygon instead of a smooth circle. [import]uid: 3018 topic_id: 1355 reply_id: 301355[/import]
Guess they implemented Circles as polygon shapes… you may try to write your own “circle” function which creates it always full screen and scales it down to the wanted size? [import]uid: 6928 topic_id: 1355 reply_id: 3698[/import]