Bug #469
closed
Bob Scale not working correctly for rotated image. (also see #436)
Added by David Baldwin about 4 years ago.
Updated about 4 years ago.
Description
When scaling a rotated image, the scaling is done on the normal x and y axis, not on the rotated axis as you'd expect, which then skews the image.
Files
- Priority changed from Normal to High
- Estimated time set to 1:00 h
- Subject changed from Bob Scale not working correctly for rotated image. to Bob Scale not working correctly for rotated image. (also see #436)
I've managed to fix this in the renderer by utilising the skew elements of setTransform to carry out the rotation instead of rotate. It seems to work with the examples I've tried it on by there are still issues with the Skew calculations which were there before. I've attached the modified renderer.js file. The only lines I've changed are 501-508.
- Status changed from New to Resolved
- Target version set to Beta 1
- Status changed from Resolved to Closed
Also available in: Atom
PDF