On Jan 3, 2008 9:12 AM, 110110010 <[EMAIL PROTECTED]> 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
On Jan 3, 2008 9:12 AM, 110110010 <[EMAIL PROTECTED]> 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