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

[pygame] pygame.transform.scale



pygame.transform.scale() makes a runtime error if the scaling factor
is enormous.  For example, a surface 2 pixels square doesn't work to
scale by 900.  The surface's size is not the problem, either.
(Scaling it two or three times works).
Ian