[Webkit-unassigned] [Bug 217002] New: Remove support for setting CMYKA fill and stroke colors in 2D canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 16:44:35 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217002

            Bug ID: 217002
           Summary: Remove support for setting CMYKA fill and stroke
                    colors in 2D canvas
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: dino at apple.com

`CanvasRenderingContext2D.setFillColor(c, m, y, k, a)` and `CanvasRenderingContext2D.setStrokeColor(c, m, y, k, a)` are both non-standard, and unsupported in both Chrome and Firefox.

(Additionally, `setFillColor` and `setStrokeColor` are also nonstandard, though this patch will only track removing support for setting CMYKA fill and stroke colors via setFillColor and setStrokeColor).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200925/841d3e48/attachment-0001.htm>


More information about the webkit-unassigned mailing list