In canvas I know that I can flip images horizontally and vertically by doing this:
vc.scale(-1, -1)
But is there some way to flip an image
Rotate image 30 degrees, flip image, rotate -30 degrees.