Actions
Bug #8359
closedImage orientation broken during client size resizing
Description
Image orientation is now handled by default on all modern browsers. This causes the canvas that has the image drawn on it to already be rotated. Need to check if the browser supports this and skip the orientation behavior if it does so it doesn't rotate twice.
Actions