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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 01:20:15 PST 2012


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

           Summary: CSS Shaders: Parse float 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), 
                   distortAmount 0.5, lightVector 1.0 1.0 0.0
                );
}

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