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

Re: [pygame] white line on an image's edge



On Jan 3, 2008 9:12 AM, 110110010 <Josef.Horn@xxxxxxxxx> wrote:
how to draw a white edge around a one-colored image
If it's rectangular, use pygame.draw.rect() with a width of one.
Ian