Quote Originally Posted by eleanor View Post
painter.rotate(180);
Unfortunately this won't work, you have to flip the Y axis using scale( -1, 1 ).