https://bugzilla.wikimedia.org/show_bug.cgi?id=6672
Neil Kandalgaonkar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #22 from Neil Kandalgaonkar <[email protected]> 2011-06-13 23:20:34 UTC --- The rotation implementation here is awfully complex; is there a reason to use canvas over CSS transforms? This relies on FileReader, and so far the only browsers that support FileReader all support CSS transforms, at least with prefixes. We'd just have to add the appropriate rule. -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
