Bug 47260
Summary: | [Cairo] drawTiledShadow doesn't work together with new filter effect code | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 31370 |
Dirk Schulze
The logic in drawTiledShadow does not work together with the new filter effect absolute paint rect. On FEGaussianBlur we determine the inflation rect and cairo is doing it as well.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
Hopefully this shouldn't be an issue for too much longer, if https://bugs.webkit.org/show_bug.cgi?id=46475 lands.
Martin Robinson
drawTiledShadow is now part of ContextShadow, so this issue can be closed.