[Webkit-unassigned] [Bug 112882] New: CSS reference filters should make CORS requests for SVG files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 23:16:55 PDT 2013


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

           Summary: CSS reference filters should make CORS requests for
                    SVG files
           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


Currently a CSS reference filter is limited to SVG files from the same page or same origin, e.g.:

box {
  -webkit-filter: url('myfilters.svg#filter1');
}

We should make it possible to reference filters from other origins if that other origin allows it.

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