onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
633 stars 161 forks source link

rotate not working in 0.6.0 anymore #11

Closed debagel closed 12 years ago

debagel commented 12 years ago

The rotate() function does not work (for me) in Safari 5.1.4 and Firefox 10.0.2 (Mac) in gameQuery 0.6.0. It worked in 0.5.1.

gameQuery.factorh and gameQuery.factorv in line 1165 (and following) seems to be undefined, so that the input for the CSS transform is something like "rotate(90deg) scale(NaN, NaN).

onaluf commented 12 years ago

Does this solve your problem ?

debagel commented 12 years ago

Yes, it does. Great!