[Webkit-unassigned] [Bug 32197] feDiffuseLighting filter is not implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 07:04:14 PDT 2010


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





--- Comment #2 from Zoltan Herczeg <zherczeg at webkit.org>  2010-05-03 07:04:14 PST ---
Created an attachment (id=54925)
 --> (https://bugs.webkit.org/attachment.cgi?id=54925)
example screenshot

Proof of concept in QtLauncher:

<defs>
<filter id="MyFilter" filterUnits="userSpaceOnUse" x="0" y="0" width="200"
height="120">
<feGaussianBlur in="SourceAlpha" stdDeviation="4" result="blur"/>

<feDiffuseLighting in="blur" surfaceScale="5" lighting-color="#00bb00"
result="specOut">
<------><fePointLight x="-5000" y="-10000" z="20000"/>
</feDiffuseLighting>

</filter>
</defs>

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