Bug 5973 - feGaussian blur fails with large x,y ratio
Summary: feGaussian blur fails with large x,y ratio
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://www.w3.org/Graphics/SVG/Test/2...
Keywords:
Depends on: 5835
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2005-12-06 04:14 PST by Eric Seidel (no email)
Modified: 2014-05-12 05:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.