Bug 76719
| Summary: | Change software implementation of CSS brightness() filter to match spec changes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
| Component: | Layout and Rendering | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/10730907>
Chris Marrin
Landed in https://trac.webkit.org/changeset/105576