[Webkit-unassigned] [Bug 88571] REGRESSION (r115573): Incorrect rounding in layout of transformed elements (probably -webkit-transform-origin)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 12:53:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88571





--- Comment #10 from Levi Weintraub <leviw at chromium.org>  2012-06-08 12:53:14 PST ---
(In reply to comment #9)
> Created an attachment (id=146398)
 --> (https://bugs.webkit.org/attachment.cgi?id=146398&action=review) [details]
> Repro that works in FFX and WebKit
> 
> Putting the -webkit versions of the transforms back ;)

In the sub-pixel case, our issue is that we pixel snap prior to applying transforms. When we have transforms that aren't integer translates, we shouldn't pixel snap, since ultimately we won't be aligning to pixels anyways. Removing the call to pixel snap in paintFillLayerExtended causes us to pass this test with sub-pixel enabled.

I'll diagnose the integral case as well.

-- 
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