WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
27471
Translated images are clipped in their renderedImage()
https://bugs.webkit.org/show_bug.cgi?id=27471
Summary
Translated images are clipped in their renderedImage()
Andy Matuschak
Reported
2009-07-20 16:44:57 PDT
renderedImage() captures an element's original bounding box when translations are applied via -webkit-transform. For example, if an element is translated 50px to the left, the resulting image will be missing the left-most 50px, the rest of the element will be shifted over 50px to the left, and the right-most 50px will be blank. I would expect the renderedImage() to be translation-invariant, since it is supposed to represent the *contents* of the element.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug