-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
CLI raster badges are broken #1788
Comments
# prepare a test
cat test.sh
node lib/badge-cli.js '' '' '#bada55' .svg > favicon-tested.svg
grep 'width="22"' favicon-tested.svg
# find a bad commit
git bisect start HEAD 438e47adfb74e9a775e3fed7a5547959f343c009
git bisect run ./test.sh
# result
b216bcc17e667a2fb09bede7be0d1c67e731d767 is the first bad commit the bad commit -> b216bcc |
As discussed at #3644 (comment) it seems these work fine on some systems. I've just upgraded imagemagick, and this is what I'm seeing now:
The summary of other discussions we've had is that:
|
Whenever the change might be made, could the functionality be added on the programmatic side as well? |
This functionality is being removed in #4756, so closing this. |
As observed at https://github.com/badges/shields/pull/1774/files#r203522813, the CLI isn't generating raster badges correctly.
Observed output:
Expected output:
The text was updated successfully, but these errors were encountered: