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

[pygame] pygame.draw.circle with a thickness had a weird 'moiré' pattern.



Hello,

here is a test program to see weird artifacts with pygame.draw.circle and a width.

There's a pull request here with a fix, and a little test program:
https://github.com/pygame/pygame/pull/389

Here's some interesting thicknesses to test with.
width=1
width=2
width=50

Anyway, hopefully it's fixed. Or is it?


best,