dbushell / grunt-svg2png

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

Quickfix for too long progress bar #30

Open ThomasR opened 9 years ago

ThomasR commented 9 years ago

Fixes issue #7 by clearing not only a single line, but as many lines as needed.

However, this still produces overly long progress bars with line breaks, which do not look pretty. A final solution should consist of shortening the progress bar, as mentioned in issue #28.