Bug 76719 - Change software implementation of CSS brightness() filter to match spec changes
Summary: Change software implementation of CSS brightness() filter to match spec changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-01-20 11:19 PST by Chris Marrin
Modified: 2012-01-21 07:43 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 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]"/>
    ...
Comment 1 Radar WebKit Bug Importer 2012-01-20 11:21:00 PST
<rdar://problem/10730907>
Comment 2 Chris Marrin 2012-01-21 07:43:24 PST
Landed in https://trac.webkit.org/changeset/105576