-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Sharp breaks Fontconfig of multiple packages #2515
Labels
Milestone
Comments
If this occurs only on macOS then it probably relates to #2399
|
I'm planning to revert the change for #2399 as it appears to be causing too many problems. |
v0.27.1 now available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using the latest version? Is the version currently in use as reported by
npm ls sharp
the same as the latest version as reported bynpm view sharp dist-tags.latest
?Yes. 0.27.0
What are the steps to reproduce?
install either text2png or textToImage. Import sharp, suddenly text2png and / or textToImage packages custom font stops working. Since this happens to 2 different packages i assume its a problem with sharp somehow.
What is the expected behaviour?
Are you able to provide a minimal, standalone code sample, without other dependencies, that demonstrates this problem?
The text was updated successfully, but these errors were encountered: