You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another reason was that Cairo, the graphics library used in Chrome and Firefox had no way of drawing a conical gradient. However, this changed a while ago, when they supported mesh gradients, of which conical gradients are a mere special case.
Your Environment
Version of node-canvas (output of npm list canvas or yarn list canvas):
Environment (e.g. node 20.9.0 on macOS 14.1.1):
The text was updated successfully, but these errors were encountered:
Issue or Feature
Steps to Reproduce
This is relatively new in canvas - https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createConicGradient
Apparently Cairo supports this via mesh gradients - https://lea.verou.me/blog/2015/06/conical-gradients-today/
Your Environment
npm list canvas
oryarn list canvas
):The text was updated successfully, but these errors were encountered: