[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] unround circle!



Beni Cherniavsky wrote:
Here is a bug from long ago, forgot to report it then (still present
on fresh 1.5.6): `pygame.draw.circle` doesn't create a round circle,
it's more tall than wide.
even worse, the tops and bottoms were drawing "outside" the rectangular area it was supposed to. animated circles would likely be leaving dirty areas behind as they are cleared and moved.

this is all fixed. i played with the 'maths' a little to try and get better looking filled circles too. it's checked into cvs now.