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
Not sure if it is an issue at all.
Since node 14.7, a Pattern or a Canvas created with node-canvas were returning '[object CanvasGradient]' and '[object CanvasPattern]' when you would call toString() on them.
Now they return '[object Object]'.
Just for information in case someone has something failing related to this.
Nothing to fix really.
Your Environment
Version of node-canvas 2.6.1 (output of npm list canvas or yarn list canvas):
Environment (e.g. node 14.7.0 on Mac OS X 15.5):
The text was updated successfully, but these errors were encountered:
Issue or Feature
Not sure if it is an issue at all.
Since node 14.7, a Pattern or a Canvas created with node-canvas were returning
'[object CanvasGradient]'
and'[object CanvasPattern]'
when you would calltoString()
on them.Now they return
'[object Object]'
.Just for information in case someone has something failing related to this.
Nothing to fix really.
Your Environment
npm list canvas
oryarn list canvas
):The text was updated successfully, but these errors were encountered: