Add comment for svgo

This commit is contained in:
grossmj 2021-09-08 11:33:04 +09:30
parent 5162ef2e22
commit 40e565d968

View File

@ -33,7 +33,7 @@ for file in $(find "/tmp/gns3-affinity/svg" -name "*.svg")
do
sed -i -r 's/width="100%"/width="60"/' $file
sed -i -r 's/height="100%"/height="60"/' $file
svgo --pretty $file
svgo --pretty $file # install instructions for svgo on https://github.com/svg/svgo
done
rm -rf gns3server/symbols/affinity