dbushell / grunt-svg2png

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

Allow size output setting of png #20

Open iainvdw opened 9 years ago

iainvdw commented 9 years ago

If i'm not mistaken, the size of the output png corresponds to the viewbox of the input svg. I would like to set a default output size of the exported png's. Is that possible with svg2png?

samdbeckham commented 9 years ago

A PR has been done by @nwtn #22 It just needs merging in.

@dbushell any thoughts on this? It could be quite helpful

roblevintennis commented 9 years ago

@dbushell agreed...we need this too :)