Closed
Bug 1513537
Opened 6 years ago
Closed 6 years ago
Canvas 2d context clip does not work with composition modes
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1333090
People
(Reporter: ivan.popelyshev, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36
Steps to reproduce:
Compose clipped drawImage with different composition modes.
Fiddle: https://jsfiddle.net/Hackerham/ugbwzy3f/19/
Original issue by @elittle42: https://github.com/pixijs/pixi.js/issues/5281
Maybe its an old issue that I failed to find through search.
Actual results:
multiply + clip = only multiply
lighter + clip= only clip
Expected results:
See attached files
Reporter | ||
Comment 1•6 years ago
|
||
Expected
Reporter | ||
Comment 2•6 years ago
|
||
Actual
Updated•6 years ago
|
Component: Untriaged → Canvas: 2D
Product: Firefox → Core
Comment 3•6 years ago
|
||
This is a duplicate of bug 1333090. I was involved in that bug, I'll see if I can pick it up again.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•