[Webkit-unassigned] [Bug 76438] New: CSS Shaders: Parse boolean parameters for the custom() filter syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 01:41:43 PST 2012


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

           Summary: CSS Shaders: Parse boolean parameters for the custom()
                    filter syntax
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://dvcs.w3.org/hg/FXTF/raw-file/tip/custom/index.
                    html#other-uniform-variables-the-css-shaders-
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achicu at adobe.com


Parse float paramaters for CSS Filters custom() syntax.

.shaded {
    filter: custom(
                   url(distort.vs) url(tint.fs), 
                   useDisort false, useTint true
                );
}

-- 
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