Skip to content

Commit

Permalink
Add initial Spoofax3 icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 19, 2020
1 parent 24858a8 commit 334bdaa
Show file tree
Hide file tree
Showing 13 changed files with 1,534 additions and 7 deletions.
17 changes: 10 additions & 7 deletions graphics/icons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@

all: build

build: png2ico/png2ico
png2ico/png2ico spoofax.ico \
spoofax_16.png \
spoofax_32.png \
spoofax_64.png \
spoofax_128.png
echo "Created: spoofax.ico"
build: spoofax.ico spoofax3.ico

%.ico: png2ico/png2ico
png2ico/png2ico $@ \
$(*F)_16.png \
$(*F)_32.png \
$(*F)_64.png \
$(*F)_128.png
echo "Created: $@"


png2ico/png2ico:
wget http://www.winterdrache.de/freeware/png2ico/data/png2ico-src-2002-12-08.tar.gz -O png2ico.tar.gz
Expand Down
1,306 changes: 1,306 additions & 0 deletions graphics/icons/spoofax3.ai

Large diffs are not rendered by default.

Binary file added graphics/icons/spoofax3.ico
Binary file not shown.
Binary file added graphics/icons/spoofax3_1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions graphics/icons/spoofax3_1024.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/spoofax3_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions graphics/icons/spoofax3_128.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/spoofax3_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions graphics/icons/spoofax3_16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/spoofax3_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions graphics/icons/spoofax3_32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/icons/spoofax3_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions graphics/icons/spoofax3_64.svg
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 334bdaa

Please sign in to comment.