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

Re: [pygame] hoe to create the RoundRect ?



You can also combine rectangles and arcs, I guess.

-Thiago

On Thu, Mar 27, 2008 at 10:45 AM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> Do you mean like a rectangle with rounded edges?  As far as I know, PyGame
> doesn't go that.  You can, however, make several rectangles of different
> sizes, and draw them over each other.  Because they overlap, they will
> appear to form a rounded rectangle.
>  Ian
>