grunt-svg2png icon indicating copy to clipboard operation
grunt-svg2png copied to clipboard

Progress bar is too long

Open trevorparscal opened this issue 9 years ago • 0 comments

When converting a lot of files the progress bar, which uses a 1:1 mapping between files and ticks in the bar, ends up taking multiple lines and generally breaks. The progress bar should instead use process.stdout.columns to get the width of the terminal and show progress within that scale.

trevorparscal avatar Mar 12 '15 19:03 trevorparscal