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

[pygame] BUG: pygame.draw.arc



If a start angle of 0 or math.pi*3/2 is given, the returned update rectangle does not include the right-most (for angle 0) or bottom-most (for angle pi*3/2) pixel. Other start angles, with arcs that cover those same pixels, work correctly, as do end angles at those points.

Alex.