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

Help us test the 2.0 alpha #916

Closed
LinusU opened this issue May 3, 2017 · 13 comments
Closed

Help us test the 2.0 alpha #916

LinusU opened this issue May 3, 2017 · 13 comments
Milestone

Comments

@LinusU
Copy link
Collaborator

LinusU commented May 3, 2017

Just released the long overdue first alpha of the 2.x branch, canvas@2.0.0-alpha.1. Please help me test it 🎉

To install it, run npm install canvas@next

@zbjornson
Copy link
Collaborator

One regression found and fixed in #917.

@zbjornson
Copy link
Collaborator

One more bug: 8b5dc05#commitcomment-22033227

@asturur
Copy link
Contributor

asturur commented May 14, 2017

Hello! i would love to help testing it.
I really need to align fabricjs in browser and nodejs.
What is the situation with custom font? what libraries are necessary/suggested?

Any compiled version from @chearon ?

@chearon
Copy link
Collaborator

chearon commented May 16, 2017

@asturur Planning on it! I'll report back here when I get the time to do it

@chearon
Copy link
Collaborator

chearon commented May 16, 2017

What is the situation with custom font? what libraries are necessary/suggested?

Custom fonts API has changed (see readme) and Pango is now a hard requirement

@azangru
Copy link
Contributor

azangru commented Jun 6, 2017

@LinusU I've stumbled across what seems like a memory leak in the the 2.0 alpha (at least, it is absent in the 1.x branch). I have submitted an issue with a basic repro case.

@chearon
Copy link
Collaborator

chearon commented Jul 9, 2017

Hey everyone, I've just released canvas-prebuilt for versions v2.0.0-alpha.1 andv2.0.0-alpha.2

@jhsware
Copy link

jhsware commented Jul 11, 2017

@chearon Regarding custom fonts, you mentioned to read the readme, but I have looked at the example project and README.md. They all refer to registerFont (which I have used successfully), but node-canvas doesn't appear to expose that method anymore. Where can I read about how to load custom fonts?

@zbjornson
Copy link
Collaborator

@jhsware I think that also got hidden by mistake; see this: #929 (comment)

@LinusU
Copy link
Collaborator Author

LinusU commented Jul 11, 2017

Whoops, that's probably my fault 🙈 will fix

@jhsware
Copy link

jhsware commented Jul 11, 2017

@LinusU looking forward to that! If you fix it I'll see if I can add a test for custom fonts... since I need it to work :D

@LinusU
Copy link
Collaborator Author

LinusU commented Jul 11, 2017

You should be able to use v2.0.0-alpha.2 (npm install canvas@v2.0.0-alpha.2) for now, that one shouldn't have that problem :)

@LinusU
Copy link
Collaborator Author

LinusU commented Aug 28, 2017

Fixed in v2.0.0-alpha.3 🎉

@zbjornson zbjornson added this to the v2.0 milestone Jul 4, 2018
@zbjornson zbjornson mentioned this issue Oct 14, 2018
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

6 participants