[Webkit-unassigned] [Bug 113174] New: Composing a filter with the identity function shouldn't change its effect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 01:32:43 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113174

           Summary: Composing a filter with the identity function
                    shouldn't change its effect.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com


Adding an additional identify to the end of a chain of filter primitives, like this, shouldn't change the effect:

   <filter>
     ...other primitives
     <feComponentTransfer>
        <feFuncR type="linear" slope="1" intercept="0"/>
        <feFuncG type="linear" slope="1" intercept="0"/>
        <feFuncB type="linear" slope="1" intercept="0"/>
      </feComponentTransfer>
    </filter>

Repro that demonstrates the problem is attached. Repros in Chromium 25 through 27.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list