From 40a78ffaf4873f3b9aee1801648bf1a425c33295 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 28 Apr 2021 18:04:38 +0200 Subject: Adjusted video and share, added graph, remove more tags from compiled icons --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index 8752327..a05dd63 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,7 +7,7 @@ handle () { --enable-comment-stripping \ --remove-descriptive-elements \ --strip-xml-prolog \ - --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g' > "output${1#"src/icons"}" + --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g;s/stroke-linecap="[a-z]*"//g;s/stroke-linejoin="[a-z]*"//g;s/style="[ a-z0-9:-]*"//g' > "output${1#"src/icons"}" } export -f handle -- cgit v1.2.3-70-g09d2