Bug 5973

Summary: feGaussian blur fails with large x,y ratio
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian, jeffschiller, krit
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-filters-gauss-01-b.html
Bug Depends on: 5835    
Bug Blocks: 68469, 26389    

Description Eric Seidel (no email) 2005-12-06 04:14:37 PST
feGaussian blur fails with large x,y ratio

the CIGaussianBlur filter only takes a radius, thus it fails for this.  Other private filters fail due to not 
supporting large ratios as the spec requires.  It looks like we're either going to have to combine the 
existing CIGuassianBlur filter with other filters to get the results we want, or have to write our own (or get 
CI to fix theirs).
Comment 1 Eric Seidel (no email) 2005-12-06 04:15:27 PST
Testing this (using the w3c tests) is blocked on 5835 (as those tests require <use>).
Comment 2 Eric Seidel (no email) 2006-01-26 15:04:45 PST
This is an obscure test case, but we behave poorly on it.  Ideally the CoreImage team will provide us with a better Guassian blur filter before we would choose to ship an SVG enabled WebKit.
Comment 3 Dirk Schulze 2009-10-09 13:56:39 PDT
Fix landed in r49402. Needs filters enabled build.