Skip to content

Commit

Permalink
Merge pull request #24 from ton-society/feature/circle_iconds
Browse files Browse the repository at this point in the history
add circles to the icons
  • Loading branch information
shuva10v authored Jun 14, 2024
2 parents 67fa231 + cce149a commit 8f7266a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/icons/circle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name="$1"
cp "$name" tmp.png
convert tmp.png \
-gravity Center \
\( -size 100x100 \
xc:Black \
-fill White \
-draw 'circle 50 50 50 1' \
-alpha Copy \
\) -compose CopyOpacity -composite \
"$name"
Binary file modified projects/icons/nfts_g-bots sd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/nfts_market makers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/nfts_nft web3ton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/nfts_parachute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/nfts_ton frogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/nfts_ton sharks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/nfts_tonalchemists magic potions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified projects/icons/tokens_not.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f7266a

Please sign in to comment.