dbushell / grunt-svg2png

Grunt plugin to rasterize SVG to PNG images using PhantomJS
MIT License
76 stars 37 forks source link

Prefix 'file://' when loading the webpage in PhantomJS #43

Open MatmaRex opened 6 years ago

MatmaRex commented 6 years ago

The #open method expects an URL, not a path. This used to work, but it seems recent PhantomJS releases are stricter (at least on Windows).