Bug 98536
Summary: | SVG blur filter causes text elements to go unrendered | ||
---|---|---|---|
Product: | WebKit | Reporter: | ben |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | krit, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | OS X 10.8 | ||
URL: | http://jsfiddle.net/Az8Vg/4/ |
ben
see:
http://code.google.com/p/chromium/issues/detail?id=154214
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
For HTML content you need to use -webkit-filter for SVG content filter. Specify both, and it should work correctly.