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
Using the latest commit, a0f1fb9, the "DOM Scaling" examples do not work at all in FireFox (video).
The "Canvas" version works just fine in FireFox, and both examples work flawlessly in Chrome.
Running:
32-bit Ubuntu 13.04
FireFox 22.0 (I can't find a more detailed "version" number like Chrome usually displays. Perhaps that's just how compact FireFox version numbers are.)
Oddly enough, I'm not getting any errors in JavaScript errors or warnings show up in the FireBug Console. I'm too inexperienced in this filthily untyped language to fix the issue on my own, but let me know if there is any way I can assist the debugging process.
The text was updated successfully, but these errors were encountered:
In the example code to use a non-webkit-specific transform (there may be other webkit-specific calls being made too, but that's one I know of offhand).
I think webkit also has a different transformation origin than the other browsers, so that could require some additional finagling. I'll try to check in an update soon.
Using the latest commit, a0f1fb9, the "DOM Scaling" examples do not work at all in FireFox (video).
The "Canvas" version works just fine in FireFox, and both examples work flawlessly in Chrome.
Running:
Oddly enough, I'm not getting any errors in JavaScript errors or warnings show up in the FireBug Console. I'm too inexperienced in this filthily untyped language to fix the issue on my own, but let me know if there is any way I can assist the debugging process.
The text was updated successfully, but these errors were encountered: