[Webkit-unassigned] [Bug 78355] Remove clipToImageBuffer from SourceAlpha and feComposite

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 06:17:11 PST 2012


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





--- Comment #2 from Zoltan Herczeg <zherczeg at webkit.org>  2012-02-10 06:17:11 PST ---
I did some measurements on mac and Qt-Linux with the following filter combination:

<feFlood result="a" flood-color="red" flood-opacity="0.5" x="0" y="0" width="800" height="600"/>
<feFlood result="b" flood-color="green" flood-opacity="0.5" x="0" y="0" width="800" height="600"/>
<feComposite id="test" in="a" in2="b" operator="in"/>

Mac is unaffected by this change, but Qt is 10% faster (full browser).

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