Bug 48302
Summary: | Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike Lawther <mikelawther> |
Component: | Canvas | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | benwells, jamesr, mdelaney7, mustaf.here, sarap.karthik |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 46506 |
Mike Lawther
This layout test fails. See master bug: https://bugs.webkit.org/show_bug.cgi?id=46506
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Karthik Sarap
This issue is not reproducable when we append " state().m_globalComposite ==CompositeDestinationAtop " in the CanvasRenderingContext2D::shouldDisplayTransparencyElsewhere()(so that to draw transparency in remaining canvas area before Image draw for destination-atop compositing).
or see bug 48297 there was a patch submitted to it .If it is get committed then this issue will not be reproducible ...
Mustafizur Rahaman (rahaman)
Can any one please resolve this bug as the issue is fixed along with the patch submitted in https://bugs.webkit.org/show_bug.cgi?id=48292 (http://trac.webkit.org/changeset/90723 )
Ben Wells
Test is passing on all ports now.