Summary: | SVG filters do not work on foreignObject | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> | ||||
Component: | SVG | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED DUPLICATE | ||||||
Severity: | Normal | CC: | chris.kde, dglazkov, pdr, psenster, thorton, webkit-bug-importer, zimmermann | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
I believe this has been fixed in Chrome 17b and WebKit trunk, as the testcase works properly. (In reply to comment #2) > I believe this has been fixed in Chrome 17b and WebKit trunk, as the testcase works properly. Reopening, the testcase should at least be commited first. Philip, can you prepare a patch for this? I went to put together a patch but I think one already exists that covers this exact testcase: https://bugs.webkit.org/show_bug.cgi?id=68251 (specifically, LayoutTests/svg/foreginObject/fitler.html). I'd love to get another easy patch :) but I think this bug should be marked as a duplicate of 68251 instead. What do you think? (In reply to comment #4) > I went to put together a patch but I think one already exists that covers this exact testcase: https://bugs.webkit.org/show_bug.cgi?id=68251 (specifically, LayoutTests/svg/foreginObject/fitler.html). > > I'd love to get another easy patch :) but I think this bug should be marked as a duplicate of 68251 instead. What do you think? Edit for misspelling: the correct existing test is LayoutTests/svg/foreignObject/filter.html. |
Created attachment 64517 [details] Simple test case It would be extremely useful if SVG filters could work on <foreignObject/>. The attached file works in Firefox and it applies an SVG gaussian blur to a foreignObject containing some HTML.