Open
Description
pygame.transform.rotate_center(surface: Surface, angle: float) -> Surface
Rotating an image around it's center is fairly common, it could be nice to have it as part of the transform API. If we can come to an agreement on whether this should be added or not, I've got a draft PR ready to go.