You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If drawing is done with a rotation that isn't a multiple of 90 degrees, the clipping region isn't
respected - it is enlarged to allow rasterization to include the rotated region. Also, this damage
to the clipping region is not UN-done when the graphics is rotated back.
In this image, the clipping is supposed to be the red box. As you can see, areas outside the box are
being drawn in.