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

Re: [pygame] Questions about blitting



> yes, pygame clips all the blitting to the target surface. you can even
> blit to a negative position like (-10,-10) and you will see the
> bottomright area of the source.

My problem is different: I don't want to blit surfaces that are outside the
target surface...i think I have to use clipper...is it right??