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.
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1626
Browsers that support image-orientation style with a value of from-image will be skipped since the browser will natively orientate the image.
Actions