Bug 47260

Summary: [Cairo] drawTiledShadow doesn't work together with new filter effect code
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKitGTKAssignee: 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    

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.