Skip to content

Commit

Permalink
removing background form some service icons
Browse files Browse the repository at this point in the history
  • Loading branch information
digitigradeit committed Feb 1, 2022
1 parent a4241c0 commit 5184901
Show file tree
Hide file tree
Showing 1,086 changed files with 33,441 additions and 4,318 deletions.
5 changes: 5 additions & 0 deletions batch-svg-remove-bg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
for f in src/*.svg; do
echo $f;
xmlstarlet ed -N ns=http://www.w3.org/2000/svg -d "//ns:g[contains(@fill,'url(#linearGradient-1)')]" "$f" > "${f%.*}.nobg.svg";
done;
15 changes: 15 additions & 0 deletions src/activate.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/add_on_dark.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/add_on_light.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/alexa_for_business.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/amplify.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/apache_mxnet_on_aws.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/api_gateway.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/api_gateway_endpoint_dark.nobg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5184901

Please sign in to comment.