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

Re: [pygame] left-over pixels in pygame.draw.circle?



I always found this problem amusing.  If you need a way around it, draw a filled white circle, then a filled black circle inside of it.  If the inside needs to be transparent, draw this onto another surface and use colorkey transparencies.
Ian