piqnt / svgexport

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

Error: Unable to load file (TimeoutError: Navigation timeout of 30000 ms exceeded) #109

Open behrangsa opened 2 years ago

behrangsa commented 2 years ago

I have a very large SVG file (about 45MB) and when I want to export it to PNG using svgexport, it fails with this error:

$ svgexport property-types.svg property-types.2.png
Error: Unable to load file (TimeoutError: Navigation timeout of 30000 ms exceeded): /path/to/property-types.svg

I have attached the compressed version here.

property-types.zip