NEW27470
Node::boundingBox does not respect transforms
https://bugs.webkit.org/show_bug.cgi?id=27470
Summary Node::boundingBox does not respect transforms
Andy Matuschak
Reported 2009-07-20 16:42:19 PDT
An element with a transformation applied to it via -webkit-transform returns its untransformed position on the page when boundingBox() is called. For example, if an element is at (0, 0), and -webkit-transform: translate(300px, 300px) is applied, the boundingBox origin will still be at 0.
Attachments
Note You need to log in before you can comment on or make changes to this bug.