diff options
author | Volpeon <git@volpeon.ink> | 2021-04-28 18:04:38 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-28 18:04:38 +0200 |
commit | 40a78ffaf4873f3b9aee1801648bf1a425c33295 (patch) | |
tree | 9557744571d94792d1202fa35ef7fd7e9fa4bbdc /scripts/build.sh | |
parent | Small adjustments (diff) | |
download | iro-icons-40a78ffaf4873f3b9aee1801648bf1a425c33295.tar.gz iro-icons-40a78ffaf4873f3b9aee1801648bf1a425c33295.tar.bz2 iro-icons-40a78ffaf4873f3b9aee1801648bf1a425c33295.zip |
Adjusted video and share, added graph, remove more tags from compiled icons
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
7 | --enable-comment-stripping \ | 7 | --enable-comment-stripping \ |
8 | --remove-descriptive-elements \ | 8 | --remove-descriptive-elements \ |
9 | --strip-xml-prolog \ | 9 | --strip-xml-prolog \ |
10 | --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g' > "output${1#"src/icons"}" | 10 | --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"}" |
11 | } | 11 | } |
12 | 12 | ||
13 | export -f handle | 13 | export -f handle |