Open GoogleCodeExporter opened 9 years ago
[deleted comment]
EDIT: the two html tags at the bottom are out of order.
Because of this issue, I cannot properly display objects on my mapping program
because their markers are pre-transformed.
Your code fix is quite easy, really. On line 273, change
this._img.style[supportedCSS]="rotate("+(angle%360)+"deg)";
and make it +=
Original comment by Krb...@gmail.com
on 5 Feb 2013 at 9:39
Is it working for you with += on CSS supported browsers? (Safari/chrome)? If
yes then i'm happy to integrate that into main code
Original comment by wil...@gmail.com
on 5 Feb 2013 at 10:21
Verified that it is fixed for Firefox and Chrome, but not sure about safari. I
will see if I can whip up a sample on jsfiddle
Original comment by Krb...@gmail.com
on 5 Feb 2013 at 10:31
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
The error is here:
http://jsfiddle.net/krb686/7kV5P/14/
the fix is here:
http://jsfiddle.net/krb686/QSwtv/7/
Original comment by Krb...@gmail.com
on 5 Feb 2013 at 11:40
In chrome fix you're proposing completly breaks the plugin - instead of
rotating "20" angle every tick it starts to adds one rotation to another. Guess
need better way of summing transforms :/
Original comment by wil...@gmail.com
on 30 Jun 2013 at 8:32
For your case I would suggest instead of using translate, just use a simple
position absolute, and set left, top to a transform values - effect should be
the same, however problem is still viable. Detecting and mixing transform
properties might be expensive on a computation level so I still got many doubts
about doing that :/
Original comment by wil...@gmail.com
on 12 Jul 2013 at 6:54
Original issue reported on code.google.com by
Krb...@gmail.com
on 5 Feb 2013 at 9:31