dbushell / grunt-svg2png

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

Resize option #26

Open gentbot opened 9 years ago

gentbot commented 9 years ago

First this is a great plugin. I was thinking though would you think of including a way to resize the resulting png, eg. 2x or 3x?

theme commented 9 years ago

+1 for this option. I hope syntax like blow will work:

options: { scale: 0.25 },
files: [ {src:'a.svg', dest:'b.png'} ]
lefoy commented 7 years ago

+1