Open osavelieva opened 2 years ago
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 convert-svg-to-png@0.5.0 *.svg
Has CLI usage been deprecated since 0.6.0?
Problem still exsts
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?