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

convert-svg-to-png does not process extra parameters in CLI #95

Open
osavelieva opened this issue Sep 28, 2022 · 1 comment
Open

convert-svg-to-png does not process extra parameters in CLI #95

osavelieva opened this issue Sep 28, 2022 · 1 comment

Comments

@osavelieva
Copy link

When using the latest version of convert-svg-to-png in CLI the parameters like scale, width are not applied:

$ 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 convert-svg-to-png@0.5.0 *.svg

Has CLI usage been deprecated since 0.6.0?

@Eisermann
Copy link

Problem still exsts

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