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
What steps will reproduce the problem?
1. $('#someImg').rotate({angle:0, center: ['50%', '50%']})
What is the expected output? What do you see instead?
The image should be centered at 50% width.
The image is identical to it's version without rotate applied.
What version of the product are you using? On what operating system?
Using jqueryrotate 2.3 on Chrome 36.0.1985.143 m, Windows 8
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 24 Aug 2014 at 2:34
The text was updated successfully, but these errors were encountered:
I'm not sure what is wrong .... Here is your test case applied to fiddle.net,
can you give some more explanation for what is wrong?
http://jsfiddle.net/4vyh27uu/
Here's an updated version of the issue: http://jsfiddle.net/4vyh27uu/1/
I guess I would expect the three images to differ in their centers, but they
are placed identically.
There are 2 approaches to make center rotation works and I used the one that is
used in chromium browser, so center of rotation does not also additionaly shift
image. Here, this version should give you idea how it's behaving, and yes - its
intended.
http://jsfiddle.net/4vyh27uu/2/
Original issue reported on code.google.com by
[email protected]
on 24 Aug 2014 at 2:34The text was updated successfully, but these errors were encountered: