mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user