[Webkit-unassigned] [Bug 27471] New: Translated images are clipped in their renderedImage()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 16:44:57 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27471
Summary: Translated images are clipped in their renderedImage()
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: andy at andymatuschak.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list