RESOLVED FIXED 24137
Fix localToAbsolute() and absoluteToLocal() to map points through 3d transforms
https://bugs.webkit.org/show_bug.cgi?id=24137
Summary Fix localToAbsolute() and absoluteToLocal() to map points through 3d transforms
Simon Fraser (smfr)
Reported 2009-02-24 14:33:44 PST
localToAbsolute() and absoluteToLocal() need to correctly map points through 3d transforms, taking perspective and transform-style into account.
Attachments
Patch, changelog (31.64 KB, patch)
2009-02-24 16:52 PST, Simon Fraser (smfr)
hyatt: review+
Simon Fraser (smfr)
Comment 1 2009-02-24 16:52:03 PST
Created attachment 27943 [details] Patch, changelog I have extensive test cases, but I can't land them until bug 23943 is landed, and/or we fix hit testing for 3d. So they will come later.
Dave Hyatt
Comment 2 2009-02-24 17:25:55 PST
Comment on attachment 27943 [details] Patch, changelog Put TransformState in its own file and don't worry about it being a nested RenderObject struct. Everything else looks fine to me. r=me
Simon Fraser (smfr)
Comment 3 2009-02-24 18:50:59 PST
Note You need to log in before you can comment on or make changes to this bug.