Closed
Bug 1047134
Opened 9 years ago
Closed 8 years ago
Polyfill ColorTransform API (for Shumway)
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cpeterson, Assigned: mbx)
References
(Blocks 1 open bug)
Details
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Prototype implementation in https://github.com/mbebenita/shumway/commit/70a5b8c5c4e3cdc1508e3de141a64ca99128aeb9 This patch adds a 'globalColorMatrix' property on CanvasRenderingContext2D and transforms current fillStyles before calling fill.
Reporter | ||
Comment 2•9 years ago
|
||
Michael has implemented a polyfill for some of the ColorTransform API, except for bitmap fills. This bug is not a regression, so it does not need to block M2.
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•