WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
5973
feGaussian blur fails with large x,y ratio
https://bugs.webkit.org/show_bug.cgi?id=5973
Summary
feGaussian blur fails with large x,y ratio
Eric Seidel (no email)
Reported
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).
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2005-12-06 04:15:27 PST
Testing this (using the w3c tests) is blocked on 5835 (as those tests require <use>).
Eric Seidel (no email)
Comment 2
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.
Dirk Schulze
Comment 3
2009-10-09 13:56:39 PDT
Fix landed in
r49402
. Needs filters enabled build.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug