Bug 76323
Summary: | Extent of filter buffer needs to be increased for filters like blur | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | NEW | ||
Severity: | Normal | CC: | cmarrin, dino, krit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 68469 |
Simon Fraser (smfr)
If you apply a blur() to something that's up against the edge of the web view, you'll see artifacts at the edges where we're blurring with transparent pixels. We need to inflate the size of the filter buffer, like we do for repaint rects.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |