eugenii / jqueryrotate

Automatically exported from code.google.com/p/jqueryrotate
1 stars 0 forks source link

Overwrites the transform setting, thus existing transforms (eg translate) are lost #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Perform a translate on the element first.
2. Apply the rotate via $("...").rotate(45);

What is the expected output? What do you see instead?
The expected output is that the element is rotated with the original 
translation kept. The results is that the translation is lost.

What version of the product are you using? On what operating system?
Under chrome on ubuntu 12.10.

Please provide any additional information below.

Original issue reported on code.google.com by james.g....@gmail.com on 22 Nov 2012 at 11:12