Closed
Bug 1057400
Opened 12 years ago
Closed 12 years ago
Incorrect color handling using the feDiffuseLighting filter of SVG
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 993934
People
(Reporter: leni536, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140716183446
Steps to reproduce:
Opened the SVG test case below:
http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-filters-diffuse-01-f.html
Actual results:
The Firefox rendered image is much more dim as the reference rendering.
Expected results:
The two image should match.
I suppose that the problem is that Firefox implements the Phong-model for lighting in the sRGB colorspace, however it should be implemented in a linear colorspace.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•