neocotic / convert-svg

Node.js packages for converting SVG into other formats using headless Chromium
MIT License
200 stars 47 forks source link

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

Open osavelieva opened 2 years ago

osavelieva commented 2 years ago

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 commented 1 year ago

Problem still exsts