piqnt / svgexport

SVG to PNG/JPEG command-line tool and Node.js module
927 stars 85 forks source link

Target Closed #93

Open qbasicer opened 3 years ago

qbasicer commented 3 years ago

Trying to run svgexport graph.svg graph.png 64x on OSX Catalina on node 13.11.0.

$ svgexport graph.svg graph.png 64x
Error: Protocol error (Page.captureScreenshot): Target closed.
mig-hub commented 1 year ago

Hello @qbasicer , I had the same and managed to make it work by using the other width notation instead.

e.g.

svgexport graph.svg graph.png "64:"

It is worth giving it a shot.