[Webkit-unassigned] [Bug 95614] Add support for blendmode to platform code for mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 15:44:41 PDT 2012


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





--- Comment #13 from Rik Cabanier <cabanier at adobe.com>  2012-09-18 15:45:10 PST ---
(In reply to comment #12)
> > It plays along fairly well. If you set the blend mode on an object that has a 3d transform, it will blend in 3d.
> preserve-3d doesn't create a 3D transform. It causes us to create a CATransformLayer, which may not be able to handle compositing filters.

I morphed the example from http://www.webkit.org/blog-files/3d-transforms/transform-style.html.
What I see is that blending is limited to within the group that has the preserve-3d applied. If I apply it on the parent, it doesn't work.

I don't think that that's a big deal because we should fix the bug that blending/opacity/filters removes the effect of the preserve-3d flag.

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