We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the latest version of convert-svg-to-png in CLI the parameters like scale, width are not applied:
convert-svg-to-png
scale
width
$ npx --yes convert-svg-to-png *.svg
convert-svg-to-png converts the images as is, withount scaling them. The same goes for width when width parameter is used.
Nevertheless, when 0.5.0 version is used, the parameters are processed properly and images are scaled:
$ npx --yes [email protected] *.svg
Has CLI usage been deprecated since 0.6.0?
The text was updated successfully, but these errors were encountered:
Problem still exsts
Sorry, something went wrong.
No branches or pull requests
When using the latest version of
convert-svg-to-png
in CLI the parameters likescale
,width
are not applied:convert-svg-to-png
converts the images as is, withount scaling them. The same goes for width whenwidth
parameter is used.Nevertheless, when 0.5.0 version is used, the parameters are processed properly and images are scaled:
Has CLI usage been deprecated since 0.6.0?
The text was updated successfully, but these errors were encountered: