[Webkit-unassigned] [Bug 43156] New: [Qt] Blur filter with html5 in QWebView does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 15:44:55 PDT 2010


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

           Summary: [Qt] Blur filter with html5 in QWebView does not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chetankjain at gmail.com
                CC: chetankjain at gmail.com


Below is my .xhtml file, which is correctly rendered and blurred in Firefox browser, but only shows original SVG without any blur filter when I load it in QWebView. 
My version is the one with Qt 4.7 beta 2 


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg">
  <body>
    <object type="image/svg+xml" style="border:none; width:270px; height:270px; background: white" data="tiger.svg"></object>    
    <svg:svg>
         <svg:filter id="b15">
             <svg:feGaussianBlur stdDeviation="15"/>
         </svg:filter>
    </svg:svg>
  </body>
  <style>
    object { filter:url(#b15); }
  </style>
</html>

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