RESOLVED FIXED Bug 76719
Change software implementation of CSS brightness() filter to match spec changes
https://bugs.webkit.org/show_bug.cgi?id=76719
Summary Change software implementation of CSS brightness() filter to match spec changes
Chris Marrin
Reported 2012-01-20 11:19:54 PST
Spec is being changed as described here: https://www.w3.org/Bugs/Public/show_bug.cgi?id=15647 We basically need to change our definition from: <feFuncR type="linear" slope="[amount]"/> ... to: <feFuncR type="linear" intercept="[amount]"/> ...
Attachments
Radar WebKit Bug Importer
Comment 1 2012-01-20 11:21:00 PST
Chris Marrin
Comment 2 2012-01-21 07:43:24 PST
Note You need to log in before you can comment on or make changes to this bug.