[Webkit-unassigned] [Bug 225539] New: Add support to CanvasRenderingContext2D.createConicGradient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 7 14:40:45 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225539
Bug ID: 225539
Summary: Add support to
CanvasRenderingContext2D.createConicGradient
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: yiyix at chromium.org
CC: dino at apple.com
Proposal document:
https://github.com/fserb/canvas2D/blob/master/spec/conic-gradient.md
Syntax:
const grad = ctx.createConicGradient(0, 100, 100);
grad.addColorStop(0, "red");
grad.addColorStop(0.25, "orange");
grad.addColorStop(0.5, "yellow");
grad.addColorStop(0.75, "green");
grad.addColorStop(1, "blue");
Corresponding bugs:
Chromium: crbug.com/1097034
Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1627014
--
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/20210507/025a3a21/attachment.htm>
More information about the webkit-unassigned
mailing list