mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Add comment for svgo
This commit is contained in:
parent
5162ef2e22
commit
40e565d968
@ -33,7 +33,7 @@ for file in $(find "/tmp/gns3-affinity/svg" -name "*.svg")
|
|||||||
do
|
do
|
||||||
sed -i -r 's/width="100%"/width="60"/' $file
|
sed -i -r 's/width="100%"/width="60"/' $file
|
||||||
sed -i -r 's/height="100%"/height="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
|
done
|
||||||
|
|
||||||
rm -rf gns3server/symbols/affinity
|
rm -rf gns3server/symbols/affinity
|
||||||
|
Loading…
Reference in New Issue
Block a user