We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83985d5 commit 605ff5fCopy full SHA for 605ff5f
icons/tools/rasterize.sh
@@ -15,7 +15,7 @@ for size in "${SIZES[@]}"; do
15
echo "[$counter/$total] Generating $output"
16
# Only specify the width, since we know heptagons are wider than they
17
# are tall. The tool will automatically retain the source aspect ratio.
18
- docker run -v $(pwd)/svg:/convertor svgconvertor:latest $svg -w $size > $output
+ docker run --rm -v $(pwd)/svg:/convertor svgconvertor:latest $svg -w $size > $output
19
counter=$[$counter +1]
20
done
21
0 commit comments