Bug 47260 - [Cairo] drawTiledShadow doesn't work together with new filter effect code
Summary: [Cairo] drawTiledShadow doesn't work together with new filter effect code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 31370
  Show dependency treegraph
 
Reported: 2010-10-06 06:08 PDT by Dirk Schulze
Modified: 2010-10-21 16:31 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2010-10-06 06:08:03 PDT
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.
Comment 1 Martin Robinson 2010-10-06 12:28:38 PDT
Hopefully this shouldn't be an issue for too much longer, if https://bugs.webkit.org/show_bug.cgi?id=46475 lands.
Comment 2 Martin Robinson 2010-10-21 16:31:55 PDT
drawTiledShadow is now part of ContextShadow, so this issue can be closed.