Bug 5973
Summary: | feGaussian blur fails with large x,y ratio | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | 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 |
Eric Seidel (no email)
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)
Testing this (using the w3c tests) is blocked on 5835 (as those tests require <use>).
Eric Seidel (no email)
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
Fix landed in r49402. Needs filters enabled build.