Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 14.7 changes on Pattern and Gradient toString #1639

Closed
asturur opened this issue Aug 1, 2020 · 0 comments
Closed

Node 14.7 changes on Pattern and Gradient toString #1639

asturur opened this issue Aug 1, 2020 · 0 comments
Assignees

Comments

@asturur
Copy link
Contributor

asturur commented Aug 1, 2020

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 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):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants