RESOLVED FIXED 24808
Transform applied via CSSMatrix does not take full page zoom into account
https://bugs.webkit.org/show_bug.cgi?id=24808
Summary Transform applied via CSSMatrix does not take full page zoom into account
Simon Fraser (smfr)
Reported 2009-03-25 10:53:57 PDT
If an author creates or computes a CSSMatrix in JS, then applies that by setting style.webkitTransform, then the current zoom level is ignored; the scaling of the translation values, which normally happens in CSSStyleSelector, will not be applied.
Attachments
Transform applied via CSSMatrix does not take full page zoom into account (11.51 KB, patch)
2010-12-22 14:58 PST, Ariya Hidayat
no flags
Ariya Hidayat
Comment 1 2010-12-22 14:58:55 PST
Created attachment 77261 [details] Transform applied via CSSMatrix does not take full page zoom into account
Ariya Hidayat
Comment 2 2010-12-22 15:58:48 PST
Comment on attachment 77261 [details] Transform applied via CSSMatrix does not take full page zoom into account Clearing flags on attachment: 77261 Committed r74512: <http://trac.webkit.org/changeset/74512>
Ariya Hidayat
Comment 3 2010-12-22 15:58:55 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.