Currently all the line drawing functions (pygame.draw.line, pygame.draw.lines, pygame.draw.aaline) support a width parameter, with one notable exception: pygame.draw.aalines. It would be nice if aalines also supported the width parameter, so there would be a convenient method to draw wide antialiased polylines.
Currently all the line drawing functions (
pygame.draw.line,pygame.draw.lines,pygame.draw.aaline) support a width parameter, with one notable exception:pygame.draw.aalines. It would be nice ifaalinesalso supported the width parameter, so there would be a convenient method to draw wide antialiased polylines.