[Webkit-unassigned] [Bug 72965] [chromium] Use blending on opaque non-axis-aligned layers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 06:43:33 PST 2011


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





--- Comment #2 from W. James MacLean <wjmaclean at chromium.org>  2011-11-23 06:43:33 PST ---
(In reply to comment #1)
> Created an attachment (id=116239)
 --> (https://bugs.webkit.org/attachment.cgi?id=116239&action=review) [details]
> Patch

You might want to take a look at Dave Reveman's comment on https://bugs.webkit.org/show_bug.cgi?id=70533 about making the axis-align (and pixel-aligned) test more consistent with what is used elsewhere in the compositor.

He recommends:

> This also needs to snap to the pixel grid to be correct. Instead of analyzing the transform, I think we should use the same logic as the anti-aliasing code, which is: 
> transformedQuad.isRectilinear() && transformedQuad.boundingBox().isExpressibleAsIntRect()

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