[Webkit-unassigned] [Bug 32199] feSpecularLighting is not implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 09:44:30 PDT 2010


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





--- Comment #2 from Dirk Schulze <krit at webkit.org>  2010-04-29 09:44:30 PST ---
At first, there are two lighting filter effects, feSpecularLighting and
feDiffuseLighting. Both can be combined with one of three light sources:
feDistantLight, fePointLight, feSpotLight. To combine the lighting effect with
a light source, just add the light source as a child to the lighting effect.
There should be just one light source per lighting effect. For more detailed
information, look at:

http://www.w3.org/TR/SVG/filters.html

For the implementation, you 'just' need to write the apply function, thats
correct. Some, not _that_ svg specific, effects are in
platform/graphics/filters. The may or may not be used by CSS in the feature to
implement CSS filter effects.

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