<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>43156</bug_id>
          
          <creation_ts>2010-07-28 15:44:55 -0700</creation_ts>
          <short_desc>Blur filter does not work on SVG + XHTML</short_desc>
          <delta_ts>2016-10-12 06:05:58 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>68469</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="chetankjain">chetankjain</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ariya.hidayat</cc>
    
    <cc>chetankjain</cc>
    
    <cc>kling</cc>
    
    <cc>krit</cc>
    
    <cc>sheuer</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>257405</commentid>
    <comment_count>0</comment_count>
    <who name="chetankjain">chetankjain</who>
    <bug_when>2010-07-28 15:44:55 -0700</bug_when>
    <thetext>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 


&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;&gt;
  &lt;body&gt;
    &lt;object type=&quot;image/svg+xml&quot; style=&quot;border:none; width:270px; height:270px; background: white&quot; data=&quot;tiger.svg&quot;&gt;&lt;/object&gt;	
    &lt;svg:svg&gt;
         &lt;svg:filter id=&quot;b15&quot;&gt;
             &lt;svg:feGaussianBlur stdDeviation=&quot;15&quot;/&gt;
         &lt;/svg:filter&gt;
    &lt;/svg:svg&gt;
  &lt;/body&gt;
  &lt;style&gt;
    object { filter:url(#b15); }
  &lt;/style&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>259874</commentid>
    <comment_count>1</comment_count>
    <who name="chetankjain">chetankjain</who>
    <bug_when>2010-08-03 22:36:22 -0700</bug_when>
    <thetext>If the svg file already has the svg blur filter, webkit renders it fine, but the above example fails!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326246</commentid>
    <comment_count>2</comment_count>
    <who name="Stephen Heuer">sheuer</who>
    <bug_when>2010-12-23 13:02:37 -0800</bug_when>
    <thetext>I have a system that applies a blur filter to miscellaneous divs on a page. It works in Firefox 4 beta, but not in any webkit based browsers. I imagine that is related to this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326386</commentid>
    <comment_count>3</comment_count>
    <who name="Ariya Hidayat">ariya.hidayat</who>
    <bug_when>2010-12-23 17:21:28 -0800</bug_when>
    <thetext>Does not work in Opera 11.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326387</commentid>
    <comment_count>4</comment_count>
    <who name="Ariya Hidayat">ariya.hidayat</who>
    <bug_when>2010-12-23 17:23:46 -0800</bug_when>
    <thetext>This is definitely not Qt specific.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326482</commentid>
    <comment_count>5</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2010-12-23 22:46:46 -0800</bug_when>
    <thetext>SVG Filters can only be applied on SVG objects IIRC. I know that Firefox supports masks, clippers and filters on any element in an XHTML document, but that is not specified by the W3C yet. There are open questions about the bounding box of an HTML element. Not sure if it will be specified like FF is doing it at all. I&apos;d say this bug is a WONTFIX for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1239261</commentid>
    <comment_count>6</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2016-10-12 06:05:58 -0700</bug_when>
    <thetext>It does work since we support CSS Filters</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>