Bug 48300

Summary: Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.image.source-out.html
Product: WebKit Reporter: Mike Lawther <mikelawther>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benwells, mdelaney7, mustaf.here, vswap65
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 46506    

Mike Lawther
Reported 2010-10-25 22:47:12 PDT
This layout test fails. See master bug: https://bugs.webkit.org/show_bug.cgi?id=46506
Attachments
Swapna P
Comment 1 2011-06-06 00:12:09 PDT
Need to draw transparency in remaining canvas area before drawImage() This issue is getting solved by adding CanvasRenderingContext2D::shouldDisplayTransparencyElsewhere() & CanvasRenderingContext2D::displayTransparencyElsewhere() to draw transparency for the remaining canvas area for CompositeSourceIn & CompositeSourceOut. As this issue is same as https://bugs.webkit.org/show_bug.cgi?id=48297, for which patch is submitted to Bugzilla. Once this patch is committed to main branch, this issue will be solved automatically.
Ben Wells
Comment 2 2011-11-14 17:07:51 PST
Test is passing on all ports now.
Note You need to log in before you can comment on or make changes to this bug.