From 0e2aa2a3887d008ec6ac39894ed482b49f871eee Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 20 Aug 2019 17:54:20 +0200 Subject: Upscale 22x22px icons to 24x24px adding 1px to the edges Helper script: dirs=() for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do directory=$(basename $dir) if [ -f "mate/22x22/$directory/Makefile.am" ]; \ then cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am dirs+=($directory) fi done ./autogen.sh for dir in ${dirs[@]}; do make -C mate/24x24/$dir clean-png-icons build-png-icons done Change: - @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null --- mate/24x24/emblems/Makefile.am | 36 ++++++++++++++-------------- mate/24x24/emblems/emblem-default.png | Bin 1386 -> 1316 bytes mate/24x24/emblems/emblem-documents.png | Bin 1314 -> 1279 bytes mate/24x24/emblems/emblem-downloads.png | Bin 1014 -> 698 bytes mate/24x24/emblems/emblem-favorite.png | Bin 1306 -> 1066 bytes mate/24x24/emblems/emblem-generic.png | Bin 1478 -> 1520 bytes mate/24x24/emblems/emblem-important.png | Bin 1253 -> 1137 bytes mate/24x24/emblems/emblem-mail.png | Bin 1201 -> 949 bytes mate/24x24/emblems/emblem-new.png | Bin 1484 -> 1298 bytes mate/24x24/emblems/emblem-package.png | Bin 1115 -> 1144 bytes mate/24x24/emblems/emblem-photos.png | Bin 1682 -> 1306 bytes mate/24x24/emblems/emblem-readonly.png | Bin 1041 -> 831 bytes mate/24x24/emblems/emblem-shared.png | Bin 1075 -> 934 bytes mate/24x24/emblems/emblem-symbolic-link.png | Bin 1031 -> 839 bytes mate/24x24/emblems/emblem-synchronizing.png | Bin 1107 -> 964 bytes mate/24x24/emblems/emblem-system.png | Bin 1226 -> 798 bytes mate/24x24/emblems/emblem-unreadable.png | Bin 1105 -> 875 bytes mate/24x24/emblems/emblem-urgent.png | Bin 1300 -> 1143 bytes mate/24x24/emblems/emblem-web.png | Bin 1576 -> 1362 bytes 19 files changed, 18 insertions(+), 18 deletions(-) (limited to 'mate/24x24/emblems') diff --git a/mate/24x24/emblems/Makefile.am b/mate/24x24/emblems/Makefile.am index 1f63722..9c9156d 100644 --- a/mate/24x24/emblems/Makefile.am +++ b/mate/24x24/emblems/Makefile.am @@ -23,92 +23,92 @@ png_icons = \ emblem-default.png: ../../../src/emblem-default.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-documents.png: ../../../src/emblem-documents.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-downloads.png: ../../../src/emblem-downloads.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-favorite.png: ../../../src/emblem-favorite.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-generic.png: ../../../src/emblem-generic.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-important.png: ../../../src/emblem-important.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-mail.png: ../../../src/emblem-mail.svg @echo " "$@ - @inkscape -z $^ --export-area=303:141:335:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-new.png: ../../../src/emblem-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-package.png: ../../../src/packages.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:101:326:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-photos.png: ../../../src/emblem-photos.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-readonly.png: ../../../src/emblems-fs.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:99:1126:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-shared.png: ../../../src/emblem-shared.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-symbolic-link.png: ../../../src/emblems-fs.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-synchronizing.png: ../../../src/emblem-synchronizing.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-system.png: ../../../src/emblem-system.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-unreadable.png: ../../../src/emblems-fs.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:99:726:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-urgent.png: ../../../src/emblem-urgent.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ emblem-web.png: ../../../src/emblem-web.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ .PHONY: build-png-icons-local clean-png-icons-local diff --git a/mate/24x24/emblems/emblem-default.png b/mate/24x24/emblems/emblem-default.png index 34741b3..e0d8e8d 100644 Binary files a/mate/24x24/emblems/emblem-default.png and b/mate/24x24/emblems/emblem-default.png differ diff --git a/mate/24x24/emblems/emblem-documents.png b/mate/24x24/emblems/emblem-documents.png index c91d9a2..29cd3b5 100644 Binary files a/mate/24x24/emblems/emblem-documents.png and b/mate/24x24/emblems/emblem-documents.png differ diff --git a/mate/24x24/emblems/emblem-downloads.png b/mate/24x24/emblems/emblem-downloads.png index 6dda369..94f76d1 100644 Binary files a/mate/24x24/emblems/emblem-downloads.png and b/mate/24x24/emblems/emblem-downloads.png differ diff --git a/mate/24x24/emblems/emblem-favorite.png b/mate/24x24/emblems/emblem-favorite.png index 61c82d7..8fb08b8 100644 Binary files a/mate/24x24/emblems/emblem-favorite.png and b/mate/24x24/emblems/emblem-favorite.png differ diff --git a/mate/24x24/emblems/emblem-generic.png b/mate/24x24/emblems/emblem-generic.png index e5eb7d5..9efa38a 100644 Binary files a/mate/24x24/emblems/emblem-generic.png and b/mate/24x24/emblems/emblem-generic.png differ diff --git a/mate/24x24/emblems/emblem-important.png b/mate/24x24/emblems/emblem-important.png index 8556e39..0675fcd 100644 Binary files a/mate/24x24/emblems/emblem-important.png and b/mate/24x24/emblems/emblem-important.png differ diff --git a/mate/24x24/emblems/emblem-mail.png b/mate/24x24/emblems/emblem-mail.png index 481b1c9..5c2de14 100644 Binary files a/mate/24x24/emblems/emblem-mail.png and b/mate/24x24/emblems/emblem-mail.png differ diff --git a/mate/24x24/emblems/emblem-new.png b/mate/24x24/emblems/emblem-new.png index 742a16a..9b4d1c2 100644 Binary files a/mate/24x24/emblems/emblem-new.png and b/mate/24x24/emblems/emblem-new.png differ diff --git a/mate/24x24/emblems/emblem-package.png b/mate/24x24/emblems/emblem-package.png index 3fca48b..c00bfbb 100644 Binary files a/mate/24x24/emblems/emblem-package.png and b/mate/24x24/emblems/emblem-package.png differ diff --git a/mate/24x24/emblems/emblem-photos.png b/mate/24x24/emblems/emblem-photos.png index 8be6110..2cf48b7 100644 Binary files a/mate/24x24/emblems/emblem-photos.png and b/mate/24x24/emblems/emblem-photos.png differ diff --git a/mate/24x24/emblems/emblem-readonly.png b/mate/24x24/emblems/emblem-readonly.png index b9faec5..5252dd2 100644 Binary files a/mate/24x24/emblems/emblem-readonly.png and b/mate/24x24/emblems/emblem-readonly.png differ diff --git a/mate/24x24/emblems/emblem-shared.png b/mate/24x24/emblems/emblem-shared.png index ae84530..d599e2f 100644 Binary files a/mate/24x24/emblems/emblem-shared.png and b/mate/24x24/emblems/emblem-shared.png differ diff --git a/mate/24x24/emblems/emblem-symbolic-link.png b/mate/24x24/emblems/emblem-symbolic-link.png index df671c2..252042e 100644 Binary files a/mate/24x24/emblems/emblem-symbolic-link.png and b/mate/24x24/emblems/emblem-symbolic-link.png differ diff --git a/mate/24x24/emblems/emblem-synchronizing.png b/mate/24x24/emblems/emblem-synchronizing.png index 890d2ed..1c26b7d 100644 Binary files a/mate/24x24/emblems/emblem-synchronizing.png and b/mate/24x24/emblems/emblem-synchronizing.png differ diff --git a/mate/24x24/emblems/emblem-system.png b/mate/24x24/emblems/emblem-system.png index 20bfe24..aef4981 100644 Binary files a/mate/24x24/emblems/emblem-system.png and b/mate/24x24/emblems/emblem-system.png differ diff --git a/mate/24x24/emblems/emblem-unreadable.png b/mate/24x24/emblems/emblem-unreadable.png index f1d7697..5885c2f 100644 Binary files a/mate/24x24/emblems/emblem-unreadable.png and b/mate/24x24/emblems/emblem-unreadable.png differ diff --git a/mate/24x24/emblems/emblem-urgent.png b/mate/24x24/emblems/emblem-urgent.png index 9742823..08bf60c 100644 Binary files a/mate/24x24/emblems/emblem-urgent.png and b/mate/24x24/emblems/emblem-urgent.png differ diff --git a/mate/24x24/emblems/emblem-web.png b/mate/24x24/emblems/emblem-web.png index 46ffce1..3511766 100644 Binary files a/mate/24x24/emblems/emblem-web.png and b/mate/24x24/emblems/emblem-web.png differ -- cgit v1.2.1