Bug 76719

Summary: Change software implementation of CSS brightness() filter to match spec changes
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.