From 4f18c0da4c9d1640636928b99782dad03f86f61e 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/actions/Makefile.am | 220 ++++++++++----------- mate/24x24/actions/address-book-new.png | Bin 1506 -> 1205 bytes mate/24x24/actions/application-exit.png | Bin 1227 -> 1032 bytes mate/24x24/actions/appointment-new.png | Bin 1653 -> 1568 bytes mate/24x24/actions/bookmark-new.png | Bin 924 -> 931 bytes mate/24x24/actions/call-start.png | Bin 986 -> 1011 bytes mate/24x24/actions/call-stop.png | Bin 864 -> 924 bytes mate/24x24/actions/contact-new.png | Bin 1221 -> 969 bytes mate/24x24/actions/document-new.png | Bin 1483 -> 1342 bytes mate/24x24/actions/document-open-recent.png | Bin 1595 -> 1551 bytes mate/24x24/actions/document-page-setup.png | Bin 1245 -> 1162 bytes mate/24x24/actions/document-print-preview.png | Bin 1375 -> 1394 bytes mate/24x24/actions/document-print.png | Bin 1128 -> 1043 bytes mate/24x24/actions/document-properties.png | Bin 1179 -> 1160 bytes mate/24x24/actions/document-revert-rtl.png | Bin 1191 -> 1377 bytes mate/24x24/actions/document-revert.png | Bin 1152 -> 1345 bytes mate/24x24/actions/document-save-as.png | Bin 1305 -> 1101 bytes mate/24x24/actions/document-save.png | Bin 1299 -> 1256 bytes mate/24x24/actions/document-send.png | Bin 887 -> 747 bytes mate/24x24/actions/edit-clear-rtl.png | Bin 1281 -> 1090 bytes mate/24x24/actions/edit-clear.png | Bin 1289 -> 1091 bytes mate/24x24/actions/edit-copy.png | Bin 1221 -> 759 bytes mate/24x24/actions/edit-cut.png | Bin 1131 -> 1246 bytes mate/24x24/actions/edit-delete.png | Bin 1373 -> 1272 bytes mate/24x24/actions/edit-find-replace.png | Bin 1667 -> 1689 bytes mate/24x24/actions/edit-find.png | Bin 1440 -> 1499 bytes mate/24x24/actions/edit-paste.png | Bin 1050 -> 1167 bytes mate/24x24/actions/edit-redo-rtl.png | Bin 1053 -> 994 bytes mate/24x24/actions/edit-redo.png | Bin 1087 -> 969 bytes mate/24x24/actions/edit-select-all.png | Bin 1081 -> 1214 bytes mate/24x24/actions/edit-undo-rtl.png | Bin 1091 -> 1005 bytes mate/24x24/actions/edit-undo.png | Bin 1098 -> 964 bytes mate/24x24/actions/format-indent-less-rtl.png | Bin 1239 -> 650 bytes mate/24x24/actions/format-indent-less.png | Bin 1310 -> 644 bytes mate/24x24/actions/format-indent-more-rtl.png | Bin 1278 -> 623 bytes mate/24x24/actions/format-indent-more.png | Bin 1272 -> 627 bytes mate/24x24/actions/format-justify-center.png | Bin 1152 -> 430 bytes mate/24x24/actions/format-justify-fill.png | Bin 1319 -> 481 bytes mate/24x24/actions/format-justify-left.png | Bin 1184 -> 440 bytes mate/24x24/actions/format-justify-right.png | Bin 1150 -> 430 bytes mate/24x24/actions/format-text-bold.png | Bin 1243 -> 1117 bytes mate/24x24/actions/format-text-direction-ltr.png | Bin 1106 -> 1086 bytes mate/24x24/actions/format-text-direction-rtl.png | Bin 1168 -> 1145 bytes mate/24x24/actions/format-text-italic.png | Bin 1280 -> 1150 bytes mate/24x24/actions/format-text-strikethrough.png | Bin 1347 -> 801 bytes mate/24x24/actions/format-text-underline.png | Bin 1165 -> 963 bytes mate/24x24/actions/go-bottom.png | Bin 1223 -> 1200 bytes mate/24x24/actions/go-down.png | Bin 1122 -> 1044 bytes mate/24x24/actions/go-first.png | Bin 1321 -> 1259 bytes mate/24x24/actions/go-home.png | Bin 1377 -> 1287 bytes mate/24x24/actions/go-jump.png | Bin 1044 -> 935 bytes mate/24x24/actions/go-last.png | Bin 1295 -> 1257 bytes mate/24x24/actions/go-next.png | Bin 1107 -> 1053 bytes mate/24x24/actions/go-previous.png | Bin 1120 -> 1005 bytes mate/24x24/actions/go-top.png | Bin 1281 -> 1123 bytes mate/24x24/actions/go-up.png | Bin 1069 -> 936 bytes mate/24x24/actions/help-about.png | Bin 1383 -> 985 bytes mate/24x24/actions/help-faq.png | Bin 1457 -> 1077 bytes mate/24x24/actions/insert-image.png | Bin 855 -> 881 bytes mate/24x24/actions/insert-link.png | Bin 1272 -> 1049 bytes mate/24x24/actions/insert-object.png | Bin 1003 -> 797 bytes mate/24x24/actions/insert-text.png | Bin 918 -> 728 bytes mate/24x24/actions/list-add.png | Bin 1205 -> 777 bytes mate/24x24/actions/list-remove.png | Bin 707 -> 482 bytes mate/24x24/actions/mail-forward.png | Bin 1052 -> 1124 bytes mate/24x24/actions/mail-mark-important.png | Bin 1258 -> 870 bytes mate/24x24/actions/mail-mark-junk.png | Bin 1396 -> 1336 bytes mate/24x24/actions/mail-mark-notjunk.png | Bin 1483 -> 1132 bytes mate/24x24/actions/mail-mark-read.png | Bin 1467 -> 1111 bytes mate/24x24/actions/mail-mark-unread.png | Bin 1139 -> 1182 bytes mate/24x24/actions/mail-message-new.png | Bin 1192 -> 1167 bytes mate/24x24/actions/mail-reply-all.png | Bin 1289 -> 1090 bytes mate/24x24/actions/mail-reply-sender.png | Bin 1124 -> 1076 bytes mate/24x24/actions/mail-send-receive.png | Bin 1249 -> 927 bytes mate/24x24/actions/mail-send.png | Bin 1380 -> 1016 bytes mate/24x24/actions/mark-location.png | Bin 989 -> 952 bytes mate/24x24/actions/media-eject.png | Bin 930 -> 616 bytes mate/24x24/actions/media-playback-pause.png | Bin 748 -> 525 bytes mate/24x24/actions/media-playback-start-rtl.png | Bin 717 -> 884 bytes mate/24x24/actions/media-playback-start.png | Bin 681 -> 848 bytes mate/24x24/actions/media-playback-stop.png | Bin 605 -> 457 bytes mate/24x24/actions/media-record.png | Bin 888 -> 957 bytes mate/24x24/actions/media-seek-backward.png | Bin 859 -> 653 bytes mate/24x24/actions/media-seek-forward.png | Bin 794 -> 667 bytes mate/24x24/actions/media-skip-backward.png | Bin 1070 -> 796 bytes mate/24x24/actions/media-skip-forward.png | Bin 1025 -> 786 bytes mate/24x24/actions/object-flip-horizontal.png | Bin 1087 -> 945 bytes mate/24x24/actions/object-flip-vertical.png | Bin 1081 -> 1044 bytes mate/24x24/actions/object-rotate-left.png | Bin 1290 -> 1148 bytes mate/24x24/actions/object-rotate-right.png | Bin 1253 -> 1114 bytes mate/24x24/actions/process-stop.png | Bin 1241 -> 1202 bytes mate/24x24/actions/system-lock-screen.png | Bin 1405 -> 1328 bytes mate/24x24/actions/system-log-out.png | Bin 1176 -> 1218 bytes mate/24x24/actions/system-run.png | Bin 1718 -> 1229 bytes mate/24x24/actions/system-search.png | Bin 1454 -> 1451 bytes mate/24x24/actions/system-shutdown.png | Bin 520 -> 784 bytes mate/24x24/actions/tab-new.png | Bin 1360 -> 1462 bytes mate/24x24/actions/tools-check-spelling.png | Bin 870 -> 830 bytes mate/24x24/actions/view-fullscreen.png | Bin 770 -> 519 bytes mate/24x24/actions/view-refresh.png | Bin 1144 -> 1278 bytes mate/24x24/actions/view-restore.png | Bin 938 -> 521 bytes mate/24x24/actions/view-sort-ascending.png | Bin 1176 -> 888 bytes mate/24x24/actions/view-sort-descending.png | Bin 1140 -> 814 bytes mate/24x24/actions/window-close.png | Bin 1114 -> 991 bytes mate/24x24/actions/window-new.png | Bin 855 -> 716 bytes mate/24x24/actions/zoom-fit-best.png | Bin 1095 -> 819 bytes mate/24x24/actions/zoom-in.png | Bin 990 -> 797 bytes mate/24x24/actions/zoom-original.png | Bin 1002 -> 840 bytes mate/24x24/actions/zoom-out.png | Bin 820 -> 726 bytes mate/24x24/apps/Makefile.am | 60 +++--- mate/24x24/apps/accessories-calculator.png | Bin 1126 -> 675 bytes mate/24x24/apps/accessories-character-map.png | Bin 1104 -> 1127 bytes mate/24x24/apps/accessories-dictionary.png | Bin 1309 -> 1357 bytes mate/24x24/apps/accessories-text-editor.png | Bin 1344 -> 1228 bytes mate/24x24/apps/applets-screenshooter.png | Bin 1421 -> 1261 bytes mate/24x24/apps/logviewer.png | Bin 1299 -> 842 bytes mate/24x24/apps/multimedia-volume-control.png | Bin 1195 -> 1114 bytes .../apps/preferences-desktop-accessibility.png | Bin 1567 -> 1505 bytes mate/24x24/apps/preferences-desktop-display.png | Bin 1454 -> 1160 bytes mate/24x24/apps/preferences-desktop-font.png | Bin 1208 -> 1035 bytes .../preferences-desktop-keyboard-shortcuts.png | Bin 1317 -> 915 bytes mate/24x24/apps/preferences-desktop-keyboard.png | Bin 1161 -> 1033 bytes mate/24x24/apps/preferences-desktop-locale.png | Bin 1220 -> 1259 bytes .../apps/preferences-desktop-remote-desktop.png | Bin 1308 -> 969 bytes .../24x24/apps/preferences-desktop-screensaver.png | Bin 1411 -> 1073 bytes mate/24x24/apps/preferences-desktop-theme.png | Bin 1414 -> 1251 bytes mate/24x24/apps/preferences-desktop-wallpaper.png | Bin 1398 -> 1106 bytes .../apps/preferences-system-notifications.png | Bin 1238 -> 1368 bytes mate/24x24/apps/preferences-system-privacy.png | Bin 749 -> 596 bytes mate/24x24/apps/preferences-system-search.png | Bin 1358 -> 1188 bytes mate/24x24/apps/preferences-system-sharing.png | Bin 1407 -> 1092 bytes mate/24x24/apps/preferences-system-windows.png | Bin 793 -> 427 bytes mate/24x24/apps/system-file-manager.png | Bin 1158 -> 1216 bytes mate/24x24/apps/system-software-install.png | Bin 1138 -> 1078 bytes mate/24x24/apps/system-software-update.png | Bin 1450 -> 1289 bytes mate/24x24/apps/system-users.png | Bin 1195 -> 1175 bytes mate/24x24/apps/user-info.png | Bin 1459 -> 1364 bytes mate/24x24/apps/utilities-system-monitor.png | Bin 1082 -> 1182 bytes mate/24x24/apps/utilities-terminal.png | Bin 954 -> 1100 bytes mate/24x24/apps/web-browser.png | Bin 1708 -> 1567 bytes mate/24x24/categories/Makefile.am | 36 ++-- mate/24x24/categories/applications-accessories.png | Bin 1457 -> 1505 bytes mate/24x24/categories/applications-development.png | Bin 911 -> 916 bytes mate/24x24/categories/applications-engineering.png | Bin 1395 -> 934 bytes mate/24x24/categories/applications-games.png | Bin 1084 -> 780 bytes mate/24x24/categories/applications-graphics.png | Bin 1639 -> 1523 bytes mate/24x24/categories/applications-internet.png | Bin 1634 -> 1517 bytes mate/24x24/categories/applications-multimedia.png | Bin 1541 -> 876 bytes mate/24x24/categories/applications-office.png | Bin 1325 -> 1366 bytes mate/24x24/categories/applications-other.png | Bin 1307 -> 1198 bytes mate/24x24/categories/applications-science.png | Bin 1609 -> 1338 bytes mate/24x24/categories/applications-system.png | Bin 1605 -> 1475 bytes mate/24x24/categories/applications-utilities.png | Bin 1581 -> 1407 bytes .../categories/preferences-desktop-peripherals.png | Bin 1290 -> 682 bytes .../categories/preferences-desktop-personal.png | Bin 1184 -> 852 bytes mate/24x24/categories/preferences-desktop.png | Bin 1128 -> 692 bytes mate/24x24/categories/preferences-other.png | Bin 1505 -> 1155 bytes .../categories/preferences-system-network.png | Bin 1409 -> 1055 bytes mate/24x24/categories/preferences-system.png | Bin 1579 -> 1417 bytes mate/24x24/devices/Makefile.am | 76 +++---- mate/24x24/devices/ac-adapter.png | Bin 1344 -> 916 bytes mate/24x24/devices/audio-card.png | Bin 1394 -> 1219 bytes mate/24x24/devices/audio-headphones.png | Bin 1348 -> 1206 bytes mate/24x24/devices/audio-headset.png | Bin 1215 -> 1335 bytes mate/24x24/devices/audio-input-microphone.png | Bin 1243 -> 1223 bytes mate/24x24/devices/audio-speakers.png | Bin 1428 -> 1241 bytes mate/24x24/devices/battery.png | Bin 767 -> 458 bytes mate/24x24/devices/camera-photo.png | Bin 1285 -> 1359 bytes mate/24x24/devices/camera-video.png | Bin 1433 -> 1292 bytes mate/24x24/devices/camera-web.png | Bin 1447 -> 1319 bytes mate/24x24/devices/computer.png | Bin 1380 -> 1193 bytes mate/24x24/devices/drive-harddisk.png | Bin 1185 -> 1197 bytes mate/24x24/devices/drive-multidisk.png | Bin 1413 -> 989 bytes mate/24x24/devices/drive-optical.png | Bin 1326 -> 1141 bytes mate/24x24/devices/drive-removable-media.png | Bin 998 -> 914 bytes mate/24x24/devices/input-dialpad.png | Bin 1365 -> 304 bytes mate/24x24/devices/input-gaming.png | Bin 1274 -> 1015 bytes mate/24x24/devices/input-keyboard.png | Bin 780 -> 671 bytes mate/24x24/devices/input-mouse.png | Bin 1285 -> 1122 bytes mate/24x24/devices/input-tablet.png | Bin 1287 -> 1257 bytes mate/24x24/devices/input-touchpad.png | Bin 1392 -> 825 bytes mate/24x24/devices/media-flash.png | Bin 1031 -> 851 bytes mate/24x24/devices/media-floppy.png | Bin 957 -> 1159 bytes mate/24x24/devices/media-optical.png | Bin 1514 -> 1406 bytes mate/24x24/devices/media-removable.png | Bin 1105 -> 1020 bytes mate/24x24/devices/media-tape.png | Bin 948 -> 1234 bytes mate/24x24/devices/modem.png | Bin 1563 -> 1161 bytes mate/24x24/devices/multimedia-player.png | Bin 1203 -> 572 bytes mate/24x24/devices/network-vpn.png | Bin 1207 -> 939 bytes mate/24x24/devices/network-wired.png | Bin 1427 -> 750 bytes mate/24x24/devices/network-wireless.png | Bin 1827 -> 1428 bytes mate/24x24/devices/pda.png | Bin 1017 -> 727 bytes mate/24x24/devices/phone.png | Bin 1310 -> 956 bytes mate/24x24/devices/printer-network.png | Bin 1347 -> 1238 bytes mate/24x24/devices/printer.png | Bin 1261 -> 962 bytes mate/24x24/devices/scanner.png | Bin 1359 -> 1206 bytes .../24x24/devices/uninterruptible-power-supply.png | Bin 1206 -> 1045 bytes mate/24x24/devices/video-display.png | Bin 1228 -> 981 bytes 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 mate/24x24/mimetypes/Makefile.am | 24 +-- mate/24x24/mimetypes/font-x-generic.png | Bin 1434 -> 1314 bytes mate/24x24/mimetypes/text-html.png | Bin 1285 -> 1112 bytes mate/24x24/mimetypes/text-x-generic-template.png | Bin 1197 -> 1230 bytes mate/24x24/mimetypes/text-x-generic.png | Bin 1048 -> 1107 bytes mate/24x24/mimetypes/text-x-preview.png | Bin 1403 -> 1140 bytes mate/24x24/mimetypes/text-x-script.png | Bin 1326 -> 1116 bytes .../24x24/mimetypes/x-office-document-template.png | Bin 1429 -> 1321 bytes mate/24x24/mimetypes/x-office-document.png | Bin 1136 -> 1334 bytes mate/24x24/mimetypes/x-office-drawing-template.png | Bin 1628 -> 1430 bytes mate/24x24/mimetypes/x-office-drawing.png | Bin 1336 -> 1342 bytes .../mimetypes/x-office-spreadsheet-template.png | Bin 1553 -> 1416 bytes mate/24x24/mimetypes/x-office-spreadsheet.png | Bin 1235 -> 1286 bytes mate/24x24/places/Makefile.am | 32 +-- mate/24x24/places/network-server.png | Bin 1234 -> 1218 bytes mate/24x24/places/network-workgroup.png | Bin 1287 -> 1127 bytes mate/24x24/places/user-trash.png | Bin 1558 -> 1565 bytes mate/24x24/status/Makefile.am | 164 +++++++-------- mate/24x24/status/appointment-missed.png | Bin 1686 -> 1531 bytes mate/24x24/status/appointment-soon.png | Bin 1618 -> 1373 bytes mate/24x24/status/audio-volume-high.png | Bin 1360 -> 1365 bytes mate/24x24/status/audio-volume-low.png | Bin 1094 -> 952 bytes mate/24x24/status/audio-volume-medium.png | Bin 1279 -> 1112 bytes mate/24x24/status/audio-volume-muted.png | Bin 1104 -> 1091 bytes mate/24x24/status/audio-volume-off.png | Bin 996 -> 873 bytes mate/24x24/status/avatar-default.png | Bin 1381 -> 1168 bytes mate/24x24/status/battery-caution-charging.png | Bin 1681 -> 1244 bytes mate/24x24/status/battery-caution.png | Bin 1201 -> 1270 bytes mate/24x24/status/battery-empty.png | Bin 1190 -> 791 bytes mate/24x24/status/battery-full-charged.png | Bin 1467 -> 1040 bytes mate/24x24/status/battery-full-charging.png | Bin 1581 -> 1194 bytes mate/24x24/status/battery-full.png | Bin 1143 -> 755 bytes mate/24x24/status/battery-good-charging.png | Bin 1655 -> 1211 bytes mate/24x24/status/battery-good.png | Bin 1206 -> 771 bytes mate/24x24/status/battery-low-charging.png | Bin 1678 -> 1236 bytes mate/24x24/status/battery-low.png | Bin 1208 -> 791 bytes mate/24x24/status/battery-missing.png | Bin 1385 -> 909 bytes mate/24x24/status/changes-allow.png | Bin 1230 -> 1297 bytes mate/24x24/status/changes-prevent.png | Bin 1171 -> 1070 bytes mate/24x24/status/computer-fail.png | Bin 1481 -> 1249 bytes mate/24x24/status/dialog-error.png | Bin 1075 -> 1251 bytes mate/24x24/status/dialog-information.png | Bin 1147 -> 1235 bytes mate/24x24/status/dialog-password.png | Bin 1004 -> 788 bytes mate/24x24/status/dialog-question.png | Bin 1369 -> 1083 bytes mate/24x24/status/dialog-warning.png | Bin 1085 -> 1280 bytes mate/24x24/status/image-loading.png | Bin 1407 -> 1310 bytes mate/24x24/status/image-missing.png | Bin 1201 -> 1059 bytes mate/24x24/status/mail-attachment.png | Bin 1311 -> 1049 bytes mate/24x24/status/mail-read.png | Bin 1192 -> 1167 bytes mate/24x24/status/mail-replied.png | Bin 1390 -> 1077 bytes mate/24x24/status/mail-unread.png | Bin 1152 -> 1130 bytes mate/24x24/status/media-playlist-repeat.png | Bin 1003 -> 869 bytes mate/24x24/status/media-playlist-shuffle.png | Bin 1090 -> 1197 bytes mate/24x24/status/microphone-sensitivity-high.png | Bin 1485 -> 1378 bytes mate/24x24/status/microphone-sensitivity-low.png | Bin 1546 -> 1440 bytes .../24x24/status/microphone-sensitivity-medium.png | Bin 1561 -> 1480 bytes mate/24x24/status/microphone-sensitivity-muted.png | Bin 1435 -> 1378 bytes mate/24x24/status/network-error.png | Bin 1520 -> 1283 bytes mate/24x24/status/network-idle.png | Bin 1399 -> 1057 bytes mate/24x24/status/network-offline.png | Bin 1550 -> 1168 bytes mate/24x24/status/network-receive.png | Bin 1398 -> 1220 bytes mate/24x24/status/network-transmit-receive.png | Bin 1423 -> 1053 bytes mate/24x24/status/network-transmit.png | Bin 1422 -> 1219 bytes mate/24x24/status/non-starred.png | Bin 1036 -> 1184 bytes mate/24x24/status/printer-error.png | Bin 1134 -> 1125 bytes mate/24x24/status/printer-printing.png | Bin 1094 -> 1006 bytes mate/24x24/status/security-high.png | Bin 1578 -> 1119 bytes mate/24x24/status/security-low.png | Bin 1287 -> 1360 bytes mate/24x24/status/security-medium.png | Bin 1393 -> 1332 bytes mate/24x24/status/semi-starred-rtl.png | Bin 1363 -> 1381 bytes mate/24x24/status/semi-starred.png | Bin 1369 -> 1411 bytes mate/24x24/status/software-update-available.png | Bin 1163 -> 1210 bytes mate/24x24/status/software-update-urgent.png | Bin 1132 -> 1202 bytes mate/24x24/status/starred.png | Bin 1241 -> 1121 bytes mate/24x24/status/task-due.png | Bin 1066 -> 1224 bytes mate/24x24/status/task-past-due.png | Bin 1286 -> 957 bytes mate/24x24/status/trophy-bronze.png | Bin 1303 -> 1326 bytes mate/24x24/status/trophy-gold.png | Bin 1288 -> 1309 bytes mate/24x24/status/trophy-silver.png | Bin 1299 -> 1319 bytes mate/24x24/status/user-available.png | Bin 1487 -> 1262 bytes mate/24x24/status/user-away.png | Bin 1257 -> 1067 bytes mate/24x24/status/user-busy.png | Bin 1533 -> 1276 bytes mate/24x24/status/user-idle.png | Bin 1390 -> 1173 bytes mate/24x24/status/user-invisible.png | Bin 1280 -> 1109 bytes mate/24x24/status/user-offline.png | Bin 1254 -> 1241 bytes mate/24x24/status/user-trash-full.png | Bin 1524 -> 1567 bytes mate/24x24/status/weather-clear-night.png | Bin 1441 -> 1394 bytes mate/24x24/status/weather-clear.png | Bin 1372 -> 1249 bytes mate/24x24/status/weather-few-clouds-night.png | Bin 1373 -> 1363 bytes mate/24x24/status/weather-few-clouds.png | Bin 1344 -> 1347 bytes mate/24x24/status/weather-fog.png | Bin 1256 -> 1198 bytes mate/24x24/status/weather-overcast.png | Bin 873 -> 828 bytes mate/24x24/status/weather-severe-alert.png | Bin 1228 -> 1309 bytes mate/24x24/status/weather-showers-scattered.png | Bin 1330 -> 1137 bytes mate/24x24/status/weather-showers.png | Bin 1505 -> 1377 bytes mate/24x24/status/weather-snow.png | Bin 1044 -> 831 bytes mate/24x24/status/weather-storm.png | Bin 1265 -> 1050 bytes 314 files changed, 324 insertions(+), 324 deletions(-) diff --git a/mate/24x24/actions/Makefile.am b/mate/24x24/actions/Makefile.am index e97b03e..c2f7c5f 100644 --- a/mate/24x24/actions/Makefile.am +++ b/mate/24x24/actions/Makefile.am @@ -113,553 +113,553 @@ png_icons = \ address-book-new.png: ../../../src/x-office-address-book.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 $@ application-exit.png:../../../src/application-exit.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 $@ appointment-new.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=303:436:335:468 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:395:326:419 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ bookmark-new.png: ../../../src/bookmark-new.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 $@ call-start.png: ../../../src/call-start.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -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 $@ call-stop.png: ../../../src/call-stop.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -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 $@ contact-new.png: ../../../src/contact-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -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 $@ document-new.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=700:441:732:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:397:724:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-open.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:742:1535:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:700:1526:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-open-recent.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:136:735:168 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:95:726:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-page-setup.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=302:141:334:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:97:324:121 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-print.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:134:335:166 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:93:326:117 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-print-preview.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:434:1135:466 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:394:1126:418 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-properties.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1100:441:1132:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1100:397:1124:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-revert.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1900:441:1932:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1900:397:1924:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-revert-rtl.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1500:141:1532:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1499:97:1523:121 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-save-as.png: ../../../src/cabinets.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-save.png: ../../../src/cabinets.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ document-send.png: ../../../src/document-send.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 $@ edit-clear.png: ../../../src/edit-clear-all.svg @echo " "$@ - @inkscape -z $^ --export-area=301:142:333: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 $@ edit-clear-rtl.png: ../../../src/edit-clear-all.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 -flop $@ 1> /dev/null @mogrify -quiet -strip $@ edit-copy.png: ../../../src/copy-paste-tasks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-cut.png: ../../../src/edit-cut.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 $@ edit-delete.png: ../../../src/edit-delete.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -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 $@ edit-find.png: ../../../src/find.svg @echo " "$@ - @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:100:324:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-find-replace.png: ../../../src/find.svg @echo " "$@ - @inkscape -z $^ --export-area=700:143:732:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:100:724:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-paste.png: ../../../src/copy-paste-tasks.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-undo.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=22:102:54:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=22:61:46:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-redo.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=84:102:116:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=82:61:106:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-select-all.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1500:441:1532:473 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1500:397:1524:421 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-redo-rtl.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=142:102:174:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=143:61:167:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ edit-undo-rtl.png: ../../../src/edit-undo-redo.svg @echo " "$@ - @inkscape -z $^ --export-area=204:102:236:134 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=201:61:225:85 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-new.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=303:742:335:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:700:326:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=-107:82:-75:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=-108:41:-84:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=-49:82:-17:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=-48:41:-24:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-less.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=13:82:47:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=12:41:36:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-indent-more.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=73:82:105:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=72:41:96:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-left.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=133:82:165:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=132:41:156:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-center.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=193:82:225:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=192:41:216:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-right.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=253:82:285:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=252:41:276:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-justify-fill.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=313:82:345:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=312:41:336:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-bold.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=373:82:405:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=372:41:396:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.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 $@ format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.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 $@ format-text-italic.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=433:82:465:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=433:41:457:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=493:82:525:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=492:41:516:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ format-text-underline.png: ../../../src/format-indent-justify-text.svg @echo " "$@ - @inkscape -z $^ --export-area=553:82:585:114 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=552:41:576:65 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-jump.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=33:98:65:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=32:56:56:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-bottom.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=113:98:145:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=112:56:136:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-down.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=193:98:225:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=192:56:216:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-top.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=283:97:315:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=282:56:306:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-up.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=373:98:405:130 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=372:56:396:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-first.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=463:97:495:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=462:56:486:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-previous.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=543:97:575:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=542:56:566:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-refresh.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=623:97:655:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=622:56:646:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ process-stop.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=703:97:735:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:56:726:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-next.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=783:97:815:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=782:56:806:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-last.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=863:97:895:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=862:56:886:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ go-home.png: ../../../src/navigation-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=943:97:975:129 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=942:56:966:80 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ help-about.png: ../../../src/help-about.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 $@ help-faq.png: ../../../src/help-faq.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 $@ insert-image.png: ../../../src/insert-image.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 $@ insert-link.png: ../../../src/insert-link.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 $@ insert-object.png: ../../../src/insert-object.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 $@ insert-text.png: ../../../src/insert-text.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 $@ list-add.png: ../../../src/list-add-remove.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 $@ list-remove.png: ../../../src/list-add-remove.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-forward.png: ../../../src/mail-forward.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 $@ mail-mark-important.png: ../../../src/mail-mark-important.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 $@ mail-mark-junk.png: ../../../src/mail-mark-junk.svg @echo " "$@ - @inkscape -z $^ --export-area=296:202:344:250 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=295:201:345:251 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg @echo " "$@ - @inkscape -z $^ --export-area=296:152:328:184 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=296:122:320:146 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-read.png: ../../../src/open-envelopes.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:100:1526:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-mark-unread.png: ../../../src/mail-mark-unread.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 $@ mail-message-new.png: ../../../src/open-envelopes.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 $@ mail-reply-all.png: ../../../src/mail-reply-all.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 $@ mail-reply-sender.png: ../../../src/mail-reply-sender.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 $@ mail-send.png: ../../../src/mail-send.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 $@ mail-send-receive.png: ../../../src/mail-send-receive.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 $@ mark-location.png: ../../../src/mark-location.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 $@ media-eject.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=93:62:125:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=72:30:96:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-skip-backward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=133:62:165:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=102:30:126:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-seek-backward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=173:62:205:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=132:30:156:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-pause.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=213:62:245:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=162:30:186:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-start.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=253:62:285:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=192:30:216:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-stop.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=293:62:325:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=222:30:246:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-seek-forward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=333:62:365:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=252:30:276:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-skip-forward.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=373:62:405:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=282:30:306:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-record.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=413:62:445:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=312:30:336:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playback-start-rtl.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=453:62:485:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=352:30:376:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-flip-horizontal.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=22:103:55:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=21:60:45:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-flip-vertical.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=62:103:95:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=51:60:75:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-rotate-left.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=104:103:136:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=82:60:106:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ object-rotate-right.png: ../../../src/object-flip-rotate.svg @echo " "$@ - @inkscape -z $^ --export-area=144:103:176:135 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=111:60:135:84 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-lock-screen.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ system-log-out.png: ../../../src/system-log-out.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 $@ system-run.png: ../../../src/system-run.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 $@ system-search.png: ../../../src/system-search.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 $@ system-shutdown.png: ../../../src/system-shutdown.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 $@ tab-new.png: ../../../src/tab-new.svg @echo " "$@ - @inkscape -z $^ --export-area=303:101:325:123 -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 $@ tools-check-spelling.png: ../../../src/tools-check-spelling.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 $@ view-fullscreen.png: ../../../src/view-fullscreen-restore.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 $@ view-restore.png: ../../../src/view-fullscreen-restore.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-sort-ascending.png: ../../../src/view-sort.svg @echo " "$@ - @inkscape -z $^ --export-area=22:142:54:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=21:100:45:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ view-sort-descending.png: ../../../src/view-sort.svg @echo " "$@ - @inkscape -z $^ --export-area=82:142:114:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=81:100:105:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ window-close.png: ../../../src/window-close.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 $@ window-new.png: ../../../src/window-new.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 $@ zoom-fit-best.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ zoom-in.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ zoom-original.png: ../../../src/zoom.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 $@ zoom-out.png: ../../../src/zoom.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -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/actions/address-book-new.png b/mate/24x24/actions/address-book-new.png index a6bac52..afa0298 100644 Binary files a/mate/24x24/actions/address-book-new.png and b/mate/24x24/actions/address-book-new.png differ diff --git a/mate/24x24/actions/application-exit.png b/mate/24x24/actions/application-exit.png index 920facd..d0823b5 100644 Binary files a/mate/24x24/actions/application-exit.png and b/mate/24x24/actions/application-exit.png differ diff --git a/mate/24x24/actions/appointment-new.png b/mate/24x24/actions/appointment-new.png index fd1043d..f11373e 100644 Binary files a/mate/24x24/actions/appointment-new.png and b/mate/24x24/actions/appointment-new.png differ diff --git a/mate/24x24/actions/bookmark-new.png b/mate/24x24/actions/bookmark-new.png index 4b86fd7..aff650f 100644 Binary files a/mate/24x24/actions/bookmark-new.png and b/mate/24x24/actions/bookmark-new.png differ diff --git a/mate/24x24/actions/call-start.png b/mate/24x24/actions/call-start.png index 9e02f1f..ae58d74 100644 Binary files a/mate/24x24/actions/call-start.png and b/mate/24x24/actions/call-start.png differ diff --git a/mate/24x24/actions/call-stop.png b/mate/24x24/actions/call-stop.png index 57ebe3b..6212c9d 100644 Binary files a/mate/24x24/actions/call-stop.png and b/mate/24x24/actions/call-stop.png differ diff --git a/mate/24x24/actions/contact-new.png b/mate/24x24/actions/contact-new.png index d1d27d3..70a3796 100644 Binary files a/mate/24x24/actions/contact-new.png and b/mate/24x24/actions/contact-new.png differ diff --git a/mate/24x24/actions/document-new.png b/mate/24x24/actions/document-new.png index 06060bc..32d39b1 100644 Binary files a/mate/24x24/actions/document-new.png and b/mate/24x24/actions/document-new.png differ diff --git a/mate/24x24/actions/document-open-recent.png b/mate/24x24/actions/document-open-recent.png index 6c98a5d..1ed3270 100644 Binary files a/mate/24x24/actions/document-open-recent.png and b/mate/24x24/actions/document-open-recent.png differ diff --git a/mate/24x24/actions/document-page-setup.png b/mate/24x24/actions/document-page-setup.png index f1cf757..4793185 100644 Binary files a/mate/24x24/actions/document-page-setup.png and b/mate/24x24/actions/document-page-setup.png differ diff --git a/mate/24x24/actions/document-print-preview.png b/mate/24x24/actions/document-print-preview.png index ef7db4f..1cae167 100644 Binary files a/mate/24x24/actions/document-print-preview.png and b/mate/24x24/actions/document-print-preview.png differ diff --git a/mate/24x24/actions/document-print.png b/mate/24x24/actions/document-print.png index 909d9a7..7c9a034 100644 Binary files a/mate/24x24/actions/document-print.png and b/mate/24x24/actions/document-print.png differ diff --git a/mate/24x24/actions/document-properties.png b/mate/24x24/actions/document-properties.png index 773ebcf..572683c 100644 Binary files a/mate/24x24/actions/document-properties.png and b/mate/24x24/actions/document-properties.png differ diff --git a/mate/24x24/actions/document-revert-rtl.png b/mate/24x24/actions/document-revert-rtl.png index 8feb5ea..219439f 100644 Binary files a/mate/24x24/actions/document-revert-rtl.png and b/mate/24x24/actions/document-revert-rtl.png differ diff --git a/mate/24x24/actions/document-revert.png b/mate/24x24/actions/document-revert.png index 1b4d0ad..34a0d83 100644 Binary files a/mate/24x24/actions/document-revert.png and b/mate/24x24/actions/document-revert.png differ diff --git a/mate/24x24/actions/document-save-as.png b/mate/24x24/actions/document-save-as.png index 8e7558f..c7ed0a1 100644 Binary files a/mate/24x24/actions/document-save-as.png and b/mate/24x24/actions/document-save-as.png differ diff --git a/mate/24x24/actions/document-save.png b/mate/24x24/actions/document-save.png index fe2eed7..59d869b 100644 Binary files a/mate/24x24/actions/document-save.png and b/mate/24x24/actions/document-save.png differ diff --git a/mate/24x24/actions/document-send.png b/mate/24x24/actions/document-send.png index 6f22f37..599edeb 100644 Binary files a/mate/24x24/actions/document-send.png and b/mate/24x24/actions/document-send.png differ diff --git a/mate/24x24/actions/edit-clear-rtl.png b/mate/24x24/actions/edit-clear-rtl.png index 9cdc5e0..69925ce 100644 Binary files a/mate/24x24/actions/edit-clear-rtl.png and b/mate/24x24/actions/edit-clear-rtl.png differ diff --git a/mate/24x24/actions/edit-clear.png b/mate/24x24/actions/edit-clear.png index c9d09b6..49520b2 100644 Binary files a/mate/24x24/actions/edit-clear.png and b/mate/24x24/actions/edit-clear.png differ diff --git a/mate/24x24/actions/edit-copy.png b/mate/24x24/actions/edit-copy.png index b61d5d2..c5416fe 100644 Binary files a/mate/24x24/actions/edit-copy.png and b/mate/24x24/actions/edit-copy.png differ diff --git a/mate/24x24/actions/edit-cut.png b/mate/24x24/actions/edit-cut.png index 2182bbe..094844a 100644 Binary files a/mate/24x24/actions/edit-cut.png and b/mate/24x24/actions/edit-cut.png differ diff --git a/mate/24x24/actions/edit-delete.png b/mate/24x24/actions/edit-delete.png index e82b444..3d551c2 100644 Binary files a/mate/24x24/actions/edit-delete.png and b/mate/24x24/actions/edit-delete.png differ diff --git a/mate/24x24/actions/edit-find-replace.png b/mate/24x24/actions/edit-find-replace.png index 5e8b0f9..58f93f8 100644 Binary files a/mate/24x24/actions/edit-find-replace.png and b/mate/24x24/actions/edit-find-replace.png differ diff --git a/mate/24x24/actions/edit-find.png b/mate/24x24/actions/edit-find.png index be92d6b..d81dc97 100644 Binary files a/mate/24x24/actions/edit-find.png and b/mate/24x24/actions/edit-find.png differ diff --git a/mate/24x24/actions/edit-paste.png b/mate/24x24/actions/edit-paste.png index b863d5c..da6d1be 100644 Binary files a/mate/24x24/actions/edit-paste.png and b/mate/24x24/actions/edit-paste.png differ diff --git a/mate/24x24/actions/edit-redo-rtl.png b/mate/24x24/actions/edit-redo-rtl.png index 730cedb..31c6d4e 100644 Binary files a/mate/24x24/actions/edit-redo-rtl.png and b/mate/24x24/actions/edit-redo-rtl.png differ diff --git a/mate/24x24/actions/edit-redo.png b/mate/24x24/actions/edit-redo.png index dca3cb9..7dfe693 100644 Binary files a/mate/24x24/actions/edit-redo.png and b/mate/24x24/actions/edit-redo.png differ diff --git a/mate/24x24/actions/edit-select-all.png b/mate/24x24/actions/edit-select-all.png index 7e1e5fc..87bd2a8 100644 Binary files a/mate/24x24/actions/edit-select-all.png and b/mate/24x24/actions/edit-select-all.png differ diff --git a/mate/24x24/actions/edit-undo-rtl.png b/mate/24x24/actions/edit-undo-rtl.png index 67f5663..78c9e90 100644 Binary files a/mate/24x24/actions/edit-undo-rtl.png and b/mate/24x24/actions/edit-undo-rtl.png differ diff --git a/mate/24x24/actions/edit-undo.png b/mate/24x24/actions/edit-undo.png index 7c847d1..8bbfad9 100644 Binary files a/mate/24x24/actions/edit-undo.png and b/mate/24x24/actions/edit-undo.png differ diff --git a/mate/24x24/actions/format-indent-less-rtl.png b/mate/24x24/actions/format-indent-less-rtl.png index 9315046..6a5b2db 100644 Binary files a/mate/24x24/actions/format-indent-less-rtl.png and b/mate/24x24/actions/format-indent-less-rtl.png differ diff --git a/mate/24x24/actions/format-indent-less.png b/mate/24x24/actions/format-indent-less.png index a77ab08..f84aa1f 100644 Binary files a/mate/24x24/actions/format-indent-less.png and b/mate/24x24/actions/format-indent-less.png differ diff --git a/mate/24x24/actions/format-indent-more-rtl.png b/mate/24x24/actions/format-indent-more-rtl.png index 716a2c1..a5c49f8 100644 Binary files a/mate/24x24/actions/format-indent-more-rtl.png and b/mate/24x24/actions/format-indent-more-rtl.png differ diff --git a/mate/24x24/actions/format-indent-more.png b/mate/24x24/actions/format-indent-more.png index cff02d3..99d8e35 100644 Binary files a/mate/24x24/actions/format-indent-more.png and b/mate/24x24/actions/format-indent-more.png differ diff --git a/mate/24x24/actions/format-justify-center.png b/mate/24x24/actions/format-justify-center.png index d6117df..d3383cb 100644 Binary files a/mate/24x24/actions/format-justify-center.png and b/mate/24x24/actions/format-justify-center.png differ diff --git a/mate/24x24/actions/format-justify-fill.png b/mate/24x24/actions/format-justify-fill.png index a4b5322..3f4f133 100644 Binary files a/mate/24x24/actions/format-justify-fill.png and b/mate/24x24/actions/format-justify-fill.png differ diff --git a/mate/24x24/actions/format-justify-left.png b/mate/24x24/actions/format-justify-left.png index 0fc3a6e..5713403 100644 Binary files a/mate/24x24/actions/format-justify-left.png and b/mate/24x24/actions/format-justify-left.png differ diff --git a/mate/24x24/actions/format-justify-right.png b/mate/24x24/actions/format-justify-right.png index 2b019d1..fa94f03 100644 Binary files a/mate/24x24/actions/format-justify-right.png and b/mate/24x24/actions/format-justify-right.png differ diff --git a/mate/24x24/actions/format-text-bold.png b/mate/24x24/actions/format-text-bold.png index 200e75c..fbcb238 100644 Binary files a/mate/24x24/actions/format-text-bold.png and b/mate/24x24/actions/format-text-bold.png differ diff --git a/mate/24x24/actions/format-text-direction-ltr.png b/mate/24x24/actions/format-text-direction-ltr.png index 011573b..98b5d1b 100644 Binary files a/mate/24x24/actions/format-text-direction-ltr.png and b/mate/24x24/actions/format-text-direction-ltr.png differ diff --git a/mate/24x24/actions/format-text-direction-rtl.png b/mate/24x24/actions/format-text-direction-rtl.png index 74a68c3..d0bf490 100644 Binary files a/mate/24x24/actions/format-text-direction-rtl.png and b/mate/24x24/actions/format-text-direction-rtl.png differ diff --git a/mate/24x24/actions/format-text-italic.png b/mate/24x24/actions/format-text-italic.png index 098ccf9..2973b5f 100644 Binary files a/mate/24x24/actions/format-text-italic.png and b/mate/24x24/actions/format-text-italic.png differ diff --git a/mate/24x24/actions/format-text-strikethrough.png b/mate/24x24/actions/format-text-strikethrough.png index 97a0da8..1026ddc 100644 Binary files a/mate/24x24/actions/format-text-strikethrough.png and b/mate/24x24/actions/format-text-strikethrough.png differ diff --git a/mate/24x24/actions/format-text-underline.png b/mate/24x24/actions/format-text-underline.png index eb6a026..66d3538 100644 Binary files a/mate/24x24/actions/format-text-underline.png and b/mate/24x24/actions/format-text-underline.png differ diff --git a/mate/24x24/actions/go-bottom.png b/mate/24x24/actions/go-bottom.png index eee1481..d5ba83f 100644 Binary files a/mate/24x24/actions/go-bottom.png and b/mate/24x24/actions/go-bottom.png differ diff --git a/mate/24x24/actions/go-down.png b/mate/24x24/actions/go-down.png index 99dc202..da4c3de 100644 Binary files a/mate/24x24/actions/go-down.png and b/mate/24x24/actions/go-down.png differ diff --git a/mate/24x24/actions/go-first.png b/mate/24x24/actions/go-first.png index 58b3e56..6d9cd00 100644 Binary files a/mate/24x24/actions/go-first.png and b/mate/24x24/actions/go-first.png differ diff --git a/mate/24x24/actions/go-home.png b/mate/24x24/actions/go-home.png index d8fe27a..20ac521 100644 Binary files a/mate/24x24/actions/go-home.png and b/mate/24x24/actions/go-home.png differ diff --git a/mate/24x24/actions/go-jump.png b/mate/24x24/actions/go-jump.png index fd53e85..d7155fc 100644 Binary files a/mate/24x24/actions/go-jump.png and b/mate/24x24/actions/go-jump.png differ diff --git a/mate/24x24/actions/go-last.png b/mate/24x24/actions/go-last.png index 5b0d7d9..825a192 100644 Binary files a/mate/24x24/actions/go-last.png and b/mate/24x24/actions/go-last.png differ diff --git a/mate/24x24/actions/go-next.png b/mate/24x24/actions/go-next.png index fea64e8..d1188ce 100644 Binary files a/mate/24x24/actions/go-next.png and b/mate/24x24/actions/go-next.png differ diff --git a/mate/24x24/actions/go-previous.png b/mate/24x24/actions/go-previous.png index 773f4f4..452552e 100644 Binary files a/mate/24x24/actions/go-previous.png and b/mate/24x24/actions/go-previous.png differ diff --git a/mate/24x24/actions/go-top.png b/mate/24x24/actions/go-top.png index e10b922..d16089d 100644 Binary files a/mate/24x24/actions/go-top.png and b/mate/24x24/actions/go-top.png differ diff --git a/mate/24x24/actions/go-up.png b/mate/24x24/actions/go-up.png index b81564f..bef8091 100644 Binary files a/mate/24x24/actions/go-up.png and b/mate/24x24/actions/go-up.png differ diff --git a/mate/24x24/actions/help-about.png b/mate/24x24/actions/help-about.png index cb3a856..7ef23fa 100644 Binary files a/mate/24x24/actions/help-about.png and b/mate/24x24/actions/help-about.png differ diff --git a/mate/24x24/actions/help-faq.png b/mate/24x24/actions/help-faq.png index 4a972b9..df343a0 100644 Binary files a/mate/24x24/actions/help-faq.png and b/mate/24x24/actions/help-faq.png differ diff --git a/mate/24x24/actions/insert-image.png b/mate/24x24/actions/insert-image.png index a4e29ae..1147de6 100644 Binary files a/mate/24x24/actions/insert-image.png and b/mate/24x24/actions/insert-image.png differ diff --git a/mate/24x24/actions/insert-link.png b/mate/24x24/actions/insert-link.png index 20c8388..f2f93db 100644 Binary files a/mate/24x24/actions/insert-link.png and b/mate/24x24/actions/insert-link.png differ diff --git a/mate/24x24/actions/insert-object.png b/mate/24x24/actions/insert-object.png index eef3ccc..172d864 100644 Binary files a/mate/24x24/actions/insert-object.png and b/mate/24x24/actions/insert-object.png differ diff --git a/mate/24x24/actions/insert-text.png b/mate/24x24/actions/insert-text.png index 3d7637d..ddd22bb 100644 Binary files a/mate/24x24/actions/insert-text.png and b/mate/24x24/actions/insert-text.png differ diff --git a/mate/24x24/actions/list-add.png b/mate/24x24/actions/list-add.png index 33755b2..363c1ce 100644 Binary files a/mate/24x24/actions/list-add.png and b/mate/24x24/actions/list-add.png differ diff --git a/mate/24x24/actions/list-remove.png b/mate/24x24/actions/list-remove.png index bae4b1a..1f9f156 100644 Binary files a/mate/24x24/actions/list-remove.png and b/mate/24x24/actions/list-remove.png differ diff --git a/mate/24x24/actions/mail-forward.png b/mate/24x24/actions/mail-forward.png index 1862e7b..6937542 100644 Binary files a/mate/24x24/actions/mail-forward.png and b/mate/24x24/actions/mail-forward.png differ diff --git a/mate/24x24/actions/mail-mark-important.png b/mate/24x24/actions/mail-mark-important.png index b9d8e81..b5f8cd7 100644 Binary files a/mate/24x24/actions/mail-mark-important.png and b/mate/24x24/actions/mail-mark-important.png differ diff --git a/mate/24x24/actions/mail-mark-junk.png b/mate/24x24/actions/mail-mark-junk.png index 471e989..4b0458b 100644 Binary files a/mate/24x24/actions/mail-mark-junk.png and b/mate/24x24/actions/mail-mark-junk.png differ diff --git a/mate/24x24/actions/mail-mark-notjunk.png b/mate/24x24/actions/mail-mark-notjunk.png index 837081d..3f95ccc 100644 Binary files a/mate/24x24/actions/mail-mark-notjunk.png and b/mate/24x24/actions/mail-mark-notjunk.png differ diff --git a/mate/24x24/actions/mail-mark-read.png b/mate/24x24/actions/mail-mark-read.png index 37da64e..1abd768 100644 Binary files a/mate/24x24/actions/mail-mark-read.png and b/mate/24x24/actions/mail-mark-read.png differ diff --git a/mate/24x24/actions/mail-mark-unread.png b/mate/24x24/actions/mail-mark-unread.png index 41ef979..63e31f1 100644 Binary files a/mate/24x24/actions/mail-mark-unread.png and b/mate/24x24/actions/mail-mark-unread.png differ diff --git a/mate/24x24/actions/mail-message-new.png b/mate/24x24/actions/mail-message-new.png index 7e7c1f0..77cbc05 100644 Binary files a/mate/24x24/actions/mail-message-new.png and b/mate/24x24/actions/mail-message-new.png differ diff --git a/mate/24x24/actions/mail-reply-all.png b/mate/24x24/actions/mail-reply-all.png index 2a4f6cf..43a1c2a 100644 Binary files a/mate/24x24/actions/mail-reply-all.png and b/mate/24x24/actions/mail-reply-all.png differ diff --git a/mate/24x24/actions/mail-reply-sender.png b/mate/24x24/actions/mail-reply-sender.png index 23231f8..63c376d 100644 Binary files a/mate/24x24/actions/mail-reply-sender.png and b/mate/24x24/actions/mail-reply-sender.png differ diff --git a/mate/24x24/actions/mail-send-receive.png b/mate/24x24/actions/mail-send-receive.png index b6fd9c2..96c69ba 100644 Binary files a/mate/24x24/actions/mail-send-receive.png and b/mate/24x24/actions/mail-send-receive.png differ diff --git a/mate/24x24/actions/mail-send.png b/mate/24x24/actions/mail-send.png index 80afe8d..df5ceb3 100644 Binary files a/mate/24x24/actions/mail-send.png and b/mate/24x24/actions/mail-send.png differ diff --git a/mate/24x24/actions/mark-location.png b/mate/24x24/actions/mark-location.png index c3aec06..0ea797d 100644 Binary files a/mate/24x24/actions/mark-location.png and b/mate/24x24/actions/mark-location.png differ diff --git a/mate/24x24/actions/media-eject.png b/mate/24x24/actions/media-eject.png index 6ae952b..e2a9aaf 100644 Binary files a/mate/24x24/actions/media-eject.png and b/mate/24x24/actions/media-eject.png differ diff --git a/mate/24x24/actions/media-playback-pause.png b/mate/24x24/actions/media-playback-pause.png index 9e37106..3c84042 100644 Binary files a/mate/24x24/actions/media-playback-pause.png and b/mate/24x24/actions/media-playback-pause.png differ diff --git a/mate/24x24/actions/media-playback-start-rtl.png b/mate/24x24/actions/media-playback-start-rtl.png index 0f0c589..949a559 100644 Binary files a/mate/24x24/actions/media-playback-start-rtl.png and b/mate/24x24/actions/media-playback-start-rtl.png differ diff --git a/mate/24x24/actions/media-playback-start.png b/mate/24x24/actions/media-playback-start.png index e2219c7..61253ca 100644 Binary files a/mate/24x24/actions/media-playback-start.png and b/mate/24x24/actions/media-playback-start.png differ diff --git a/mate/24x24/actions/media-playback-stop.png b/mate/24x24/actions/media-playback-stop.png index 588ffbc..60a3c58 100644 Binary files a/mate/24x24/actions/media-playback-stop.png and b/mate/24x24/actions/media-playback-stop.png differ diff --git a/mate/24x24/actions/media-record.png b/mate/24x24/actions/media-record.png index 5db405f..728ae13 100644 Binary files a/mate/24x24/actions/media-record.png and b/mate/24x24/actions/media-record.png differ diff --git a/mate/24x24/actions/media-seek-backward.png b/mate/24x24/actions/media-seek-backward.png index 73f2b54..377c50a 100644 Binary files a/mate/24x24/actions/media-seek-backward.png and b/mate/24x24/actions/media-seek-backward.png differ diff --git a/mate/24x24/actions/media-seek-forward.png b/mate/24x24/actions/media-seek-forward.png index e9d3a6d..8f1a9bd 100644 Binary files a/mate/24x24/actions/media-seek-forward.png and b/mate/24x24/actions/media-seek-forward.png differ diff --git a/mate/24x24/actions/media-skip-backward.png b/mate/24x24/actions/media-skip-backward.png index a00fbae..22b1625 100644 Binary files a/mate/24x24/actions/media-skip-backward.png and b/mate/24x24/actions/media-skip-backward.png differ diff --git a/mate/24x24/actions/media-skip-forward.png b/mate/24x24/actions/media-skip-forward.png index a64243d..4e32bf6 100644 Binary files a/mate/24x24/actions/media-skip-forward.png and b/mate/24x24/actions/media-skip-forward.png differ diff --git a/mate/24x24/actions/object-flip-horizontal.png b/mate/24x24/actions/object-flip-horizontal.png index f814605..9206d43 100644 Binary files a/mate/24x24/actions/object-flip-horizontal.png and b/mate/24x24/actions/object-flip-horizontal.png differ diff --git a/mate/24x24/actions/object-flip-vertical.png b/mate/24x24/actions/object-flip-vertical.png index 48383e1..780dc5f 100644 Binary files a/mate/24x24/actions/object-flip-vertical.png and b/mate/24x24/actions/object-flip-vertical.png differ diff --git a/mate/24x24/actions/object-rotate-left.png b/mate/24x24/actions/object-rotate-left.png index 4a6350f..0272f77 100644 Binary files a/mate/24x24/actions/object-rotate-left.png and b/mate/24x24/actions/object-rotate-left.png differ diff --git a/mate/24x24/actions/object-rotate-right.png b/mate/24x24/actions/object-rotate-right.png index 0099afb..72b27b9 100644 Binary files a/mate/24x24/actions/object-rotate-right.png and b/mate/24x24/actions/object-rotate-right.png differ diff --git a/mate/24x24/actions/process-stop.png b/mate/24x24/actions/process-stop.png index 15448c5..c919eca 100644 Binary files a/mate/24x24/actions/process-stop.png and b/mate/24x24/actions/process-stop.png differ diff --git a/mate/24x24/actions/system-lock-screen.png b/mate/24x24/actions/system-lock-screen.png index 4541920..9978120 100644 Binary files a/mate/24x24/actions/system-lock-screen.png and b/mate/24x24/actions/system-lock-screen.png differ diff --git a/mate/24x24/actions/system-log-out.png b/mate/24x24/actions/system-log-out.png index 50059b0..f7eaf2c 100644 Binary files a/mate/24x24/actions/system-log-out.png and b/mate/24x24/actions/system-log-out.png differ diff --git a/mate/24x24/actions/system-run.png b/mate/24x24/actions/system-run.png index aca854e..c9575b6 100644 Binary files a/mate/24x24/actions/system-run.png and b/mate/24x24/actions/system-run.png differ diff --git a/mate/24x24/actions/system-search.png b/mate/24x24/actions/system-search.png index ae33d6a..37a8b55 100644 Binary files a/mate/24x24/actions/system-search.png and b/mate/24x24/actions/system-search.png differ diff --git a/mate/24x24/actions/system-shutdown.png b/mate/24x24/actions/system-shutdown.png index 489cf45..ed6c7f6 100644 Binary files a/mate/24x24/actions/system-shutdown.png and b/mate/24x24/actions/system-shutdown.png differ diff --git a/mate/24x24/actions/tab-new.png b/mate/24x24/actions/tab-new.png index eb84a78..ec94524 100644 Binary files a/mate/24x24/actions/tab-new.png and b/mate/24x24/actions/tab-new.png differ diff --git a/mate/24x24/actions/tools-check-spelling.png b/mate/24x24/actions/tools-check-spelling.png index 4c2bf22..3daf058 100644 Binary files a/mate/24x24/actions/tools-check-spelling.png and b/mate/24x24/actions/tools-check-spelling.png differ diff --git a/mate/24x24/actions/view-fullscreen.png b/mate/24x24/actions/view-fullscreen.png index fda4519..07648bd 100644 Binary files a/mate/24x24/actions/view-fullscreen.png and b/mate/24x24/actions/view-fullscreen.png differ diff --git a/mate/24x24/actions/view-refresh.png b/mate/24x24/actions/view-refresh.png index cf71d34..247427f 100644 Binary files a/mate/24x24/actions/view-refresh.png and b/mate/24x24/actions/view-refresh.png differ diff --git a/mate/24x24/actions/view-restore.png b/mate/24x24/actions/view-restore.png index c0a3dc9..9722b21 100644 Binary files a/mate/24x24/actions/view-restore.png and b/mate/24x24/actions/view-restore.png differ diff --git a/mate/24x24/actions/view-sort-ascending.png b/mate/24x24/actions/view-sort-ascending.png index 8e2a24c..473bc8c 100644 Binary files a/mate/24x24/actions/view-sort-ascending.png and b/mate/24x24/actions/view-sort-ascending.png differ diff --git a/mate/24x24/actions/view-sort-descending.png b/mate/24x24/actions/view-sort-descending.png index 3a5b0f0..5556b32 100644 Binary files a/mate/24x24/actions/view-sort-descending.png and b/mate/24x24/actions/view-sort-descending.png differ diff --git a/mate/24x24/actions/window-close.png b/mate/24x24/actions/window-close.png index bb958a3..0656ea8 100644 Binary files a/mate/24x24/actions/window-close.png and b/mate/24x24/actions/window-close.png differ diff --git a/mate/24x24/actions/window-new.png b/mate/24x24/actions/window-new.png index fd772df..9be4d8c 100644 Binary files a/mate/24x24/actions/window-new.png and b/mate/24x24/actions/window-new.png differ diff --git a/mate/24x24/actions/zoom-fit-best.png b/mate/24x24/actions/zoom-fit-best.png index 499647c..826b2aa 100644 Binary files a/mate/24x24/actions/zoom-fit-best.png and b/mate/24x24/actions/zoom-fit-best.png differ diff --git a/mate/24x24/actions/zoom-in.png b/mate/24x24/actions/zoom-in.png index 4150920..a9b2dcf 100644 Binary files a/mate/24x24/actions/zoom-in.png and b/mate/24x24/actions/zoom-in.png differ diff --git a/mate/24x24/actions/zoom-original.png b/mate/24x24/actions/zoom-original.png index 1fdb298..6f0af3b 100644 Binary files a/mate/24x24/actions/zoom-original.png and b/mate/24x24/actions/zoom-original.png differ diff --git a/mate/24x24/actions/zoom-out.png b/mate/24x24/actions/zoom-out.png index 43ad52e..c430702 100644 Binary files a/mate/24x24/actions/zoom-out.png and b/mate/24x24/actions/zoom-out.png differ diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am index 1b05907..86d783d 100644 --- a/mate/24x24/apps/Makefile.am +++ b/mate/24x24/apps/Makefile.am @@ -35,152 +35,152 @@ png_icons = \ accessories-calculator.png: ../../../src/accessories-calculator.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ accessories-character-map.png: ../../../src/accessories-character-map.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 $@ accessories-dictionary.png: ../../../src/accessories-dictionary.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ accessories-text-editor.png: ../../../src/accessories-text-editor.svg @echo " "$@ - @inkscape -z $^ --export-area=304:151:336:183 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:109:326:133 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ applets-screenshooter.png: ../../../src/applets-screenshooter.svg @echo " "$@ - @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:100:324:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ logviewer.png: ../../../src/logviewer.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 $@ multimedia-volume-control.png: ../../../src/multimedia-volume-control.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:101:325:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-accessibility.png: ../../../src/preferences-desktop-accessibility.svg @echo " "$@ - @inkscape -z $^ --export-area=303:143:335:175 -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 $@ preferences-desktop-display.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-desktop-font.png: ../../../src/preferences-desktop-font.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-desktop-keyboard.png: ../../../src/keyboards.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-keyboard-shortcuts.png: ../../../src/preferences-desktop-keyboard-shortcuts.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-desktop-locale.png: ../../../src/preferences-desktop-locale.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 $@ preferences-desktop-remote-desktop.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:101:1126:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-screensaver.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:401:726:425 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-theme.png: ../../../src/preferences-desktop-theme.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-desktop-wallpaper.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:401:1126:425 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-system-notifications.png: ../../../src/preferences-system-notifications.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334: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 $@ preferences-system-privacy.png: ../../../src/preferences-system-privacy.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 $@ preferences-system-search.png: ../../../src/preferences-system-search.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ preferences-system-sharing.png: ../../../src/preferences-system-sharing.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ system-file-manager.png: ../../../src/cabinets.svg @echo " "$@ - @inkscape -z $^ --export-area=302:143:334:175 -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 $@ system-software-install.png: ../../../src/system-software.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336: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 $@ system-software-update.png: ../../../src/system-software.svg @echo " "$@ - @inkscape -z $^ --export-area=704:142:736:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ preferences-system-windows.png: ../../../src/preferences-system-windows.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ system-users.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-info.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ utilities-system-monitor.png: ../../../src/terminals.svg @echo " "$@ - @inkscape -z $^ --export-area=702:141:734:173 -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 $@ utilities-terminal.png: ../../../src/terminals.svg @echo " "$@ - @inkscape -z $^ --export-area=302:141:334: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 $@ web-browser.png: ../../../src/web-browser.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325: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/apps/accessories-calculator.png b/mate/24x24/apps/accessories-calculator.png index 84ddd03..0c16673 100644 Binary files a/mate/24x24/apps/accessories-calculator.png and b/mate/24x24/apps/accessories-calculator.png differ diff --git a/mate/24x24/apps/accessories-character-map.png b/mate/24x24/apps/accessories-character-map.png index d05b347..174d49d 100644 Binary files a/mate/24x24/apps/accessories-character-map.png and b/mate/24x24/apps/accessories-character-map.png differ diff --git a/mate/24x24/apps/accessories-dictionary.png b/mate/24x24/apps/accessories-dictionary.png index dfd3c59..4b59d21 100644 Binary files a/mate/24x24/apps/accessories-dictionary.png and b/mate/24x24/apps/accessories-dictionary.png differ diff --git a/mate/24x24/apps/accessories-text-editor.png b/mate/24x24/apps/accessories-text-editor.png index 236b665..c09cc38 100644 Binary files a/mate/24x24/apps/accessories-text-editor.png and b/mate/24x24/apps/accessories-text-editor.png differ diff --git a/mate/24x24/apps/applets-screenshooter.png b/mate/24x24/apps/applets-screenshooter.png index 30dc5d0..f7b141c 100644 Binary files a/mate/24x24/apps/applets-screenshooter.png and b/mate/24x24/apps/applets-screenshooter.png differ diff --git a/mate/24x24/apps/logviewer.png b/mate/24x24/apps/logviewer.png index 2061b0f..c677bdb 100644 Binary files a/mate/24x24/apps/logviewer.png and b/mate/24x24/apps/logviewer.png differ diff --git a/mate/24x24/apps/multimedia-volume-control.png b/mate/24x24/apps/multimedia-volume-control.png index 5ff4f63..8745e3b 100644 Binary files a/mate/24x24/apps/multimedia-volume-control.png and b/mate/24x24/apps/multimedia-volume-control.png differ diff --git a/mate/24x24/apps/preferences-desktop-accessibility.png b/mate/24x24/apps/preferences-desktop-accessibility.png index 7990958..bfc542c 100644 Binary files a/mate/24x24/apps/preferences-desktop-accessibility.png and b/mate/24x24/apps/preferences-desktop-accessibility.png differ diff --git a/mate/24x24/apps/preferences-desktop-display.png b/mate/24x24/apps/preferences-desktop-display.png index 68ffb87..88f0537 100644 Binary files a/mate/24x24/apps/preferences-desktop-display.png and b/mate/24x24/apps/preferences-desktop-display.png differ diff --git a/mate/24x24/apps/preferences-desktop-font.png b/mate/24x24/apps/preferences-desktop-font.png index 6f55c92..3b18d22 100644 Binary files a/mate/24x24/apps/preferences-desktop-font.png and b/mate/24x24/apps/preferences-desktop-font.png differ diff --git a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png index 0b3aab0..1a36a1c 100644 Binary files a/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png and b/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/mate/24x24/apps/preferences-desktop-keyboard.png b/mate/24x24/apps/preferences-desktop-keyboard.png index 31327cd..3cab46c 100644 Binary files a/mate/24x24/apps/preferences-desktop-keyboard.png and b/mate/24x24/apps/preferences-desktop-keyboard.png differ diff --git a/mate/24x24/apps/preferences-desktop-locale.png b/mate/24x24/apps/preferences-desktop-locale.png index dfe323a..5fd7799 100644 Binary files a/mate/24x24/apps/preferences-desktop-locale.png and b/mate/24x24/apps/preferences-desktop-locale.png differ diff --git a/mate/24x24/apps/preferences-desktop-remote-desktop.png b/mate/24x24/apps/preferences-desktop-remote-desktop.png index 82ca5b1..e149885 100644 Binary files a/mate/24x24/apps/preferences-desktop-remote-desktop.png and b/mate/24x24/apps/preferences-desktop-remote-desktop.png differ diff --git a/mate/24x24/apps/preferences-desktop-screensaver.png b/mate/24x24/apps/preferences-desktop-screensaver.png index 1bcede2..15b4028 100644 Binary files a/mate/24x24/apps/preferences-desktop-screensaver.png and b/mate/24x24/apps/preferences-desktop-screensaver.png differ diff --git a/mate/24x24/apps/preferences-desktop-theme.png b/mate/24x24/apps/preferences-desktop-theme.png index 9f49a99..8fc6777 100644 Binary files a/mate/24x24/apps/preferences-desktop-theme.png and b/mate/24x24/apps/preferences-desktop-theme.png differ diff --git a/mate/24x24/apps/preferences-desktop-wallpaper.png b/mate/24x24/apps/preferences-desktop-wallpaper.png index 4abce08..0dc3fb3 100644 Binary files a/mate/24x24/apps/preferences-desktop-wallpaper.png and b/mate/24x24/apps/preferences-desktop-wallpaper.png differ diff --git a/mate/24x24/apps/preferences-system-notifications.png b/mate/24x24/apps/preferences-system-notifications.png index 5689fe7..5ed3f97 100644 Binary files a/mate/24x24/apps/preferences-system-notifications.png and b/mate/24x24/apps/preferences-system-notifications.png differ diff --git a/mate/24x24/apps/preferences-system-privacy.png b/mate/24x24/apps/preferences-system-privacy.png index 43466b3..267975e 100644 Binary files a/mate/24x24/apps/preferences-system-privacy.png and b/mate/24x24/apps/preferences-system-privacy.png differ diff --git a/mate/24x24/apps/preferences-system-search.png b/mate/24x24/apps/preferences-system-search.png index cc8ec0a..fd7f74a 100644 Binary files a/mate/24x24/apps/preferences-system-search.png and b/mate/24x24/apps/preferences-system-search.png differ diff --git a/mate/24x24/apps/preferences-system-sharing.png b/mate/24x24/apps/preferences-system-sharing.png index 87a5d2c..985512a 100644 Binary files a/mate/24x24/apps/preferences-system-sharing.png and b/mate/24x24/apps/preferences-system-sharing.png differ diff --git a/mate/24x24/apps/preferences-system-windows.png b/mate/24x24/apps/preferences-system-windows.png index d514d60..f0d52ff 100644 Binary files a/mate/24x24/apps/preferences-system-windows.png and b/mate/24x24/apps/preferences-system-windows.png differ diff --git a/mate/24x24/apps/system-file-manager.png b/mate/24x24/apps/system-file-manager.png index 3e6ff1c..7e2d521 100644 Binary files a/mate/24x24/apps/system-file-manager.png and b/mate/24x24/apps/system-file-manager.png differ diff --git a/mate/24x24/apps/system-software-install.png b/mate/24x24/apps/system-software-install.png index cd50e88..6246d69 100644 Binary files a/mate/24x24/apps/system-software-install.png and b/mate/24x24/apps/system-software-install.png differ diff --git a/mate/24x24/apps/system-software-update.png b/mate/24x24/apps/system-software-update.png index 5a77994..0dda978 100644 Binary files a/mate/24x24/apps/system-software-update.png and b/mate/24x24/apps/system-software-update.png differ diff --git a/mate/24x24/apps/system-users.png b/mate/24x24/apps/system-users.png index 5d9723e..4f5a245 100644 Binary files a/mate/24x24/apps/system-users.png and b/mate/24x24/apps/system-users.png differ diff --git a/mate/24x24/apps/user-info.png b/mate/24x24/apps/user-info.png index 5a373f9..34dd019 100644 Binary files a/mate/24x24/apps/user-info.png and b/mate/24x24/apps/user-info.png differ diff --git a/mate/24x24/apps/utilities-system-monitor.png b/mate/24x24/apps/utilities-system-monitor.png index 4691d1b..1835150 100644 Binary files a/mate/24x24/apps/utilities-system-monitor.png and b/mate/24x24/apps/utilities-system-monitor.png differ diff --git a/mate/24x24/apps/utilities-terminal.png b/mate/24x24/apps/utilities-terminal.png index 82925a6..19acc86 100644 Binary files a/mate/24x24/apps/utilities-terminal.png and b/mate/24x24/apps/utilities-terminal.png differ diff --git a/mate/24x24/apps/web-browser.png b/mate/24x24/apps/web-browser.png index d27faa2..b4affe6 100644 Binary files a/mate/24x24/apps/web-browser.png and b/mate/24x24/apps/web-browser.png differ diff --git a/mate/24x24/categories/Makefile.am b/mate/24x24/categories/Makefile.am index cea5caf..9432600 100644 --- a/mate/24x24/categories/Makefile.am +++ b/mate/24x24/categories/Makefile.am @@ -23,92 +23,92 @@ png_icons = \ applications-accessories.png: ../../../src/applications-accessories.svg @echo " "$@ - @inkscape -z $^ --export-area=302:140:334:172 -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 $@ applications-development.png: ../../../src/applications-development.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ applications-engineering.png: ../../../src/applications-engineering.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336: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 $@ applications-games.png: ../../../src/applications-games.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:101:325:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ applications-graphics.png: ../../../src/applications-graphics.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 $@ applications-internet.png: ../../../src/applications-internet.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 $@ applications-multimedia.png: ../../../src/applications-multimedia.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 $@ applications-office.png: ../../../src/applications-office.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ applications-other.png: ../../../src/applications-other.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 $@ applications-science.png: ../../../src/applications-science.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 $@ applications-system.png: ../../../src/applications-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 $@ applications-utilities.png: ../../../src/applications-utilities.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 $@ preferences-desktop.png: ../../../src/preferences-desktop.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 $@ preferences-desktop-peripherals.png: ../../../src/preferences-desktop-peripherals.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 $@ preferences-desktop-personal.png: ../../../src/preferences-desktop-personal.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 $@ preferences-other.png: ../../../src/preferences-other.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 $@ preferences-system.png: ../../../src/preferences-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 $@ preferences-system-network.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334: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 $@ .PHONY: build-png-icons-local clean-png-icons-local diff --git a/mate/24x24/categories/applications-accessories.png b/mate/24x24/categories/applications-accessories.png index 7635f2f..886053d 100644 Binary files a/mate/24x24/categories/applications-accessories.png and b/mate/24x24/categories/applications-accessories.png differ diff --git a/mate/24x24/categories/applications-development.png b/mate/24x24/categories/applications-development.png index eafac5e..d60293c 100644 Binary files a/mate/24x24/categories/applications-development.png and b/mate/24x24/categories/applications-development.png differ diff --git a/mate/24x24/categories/applications-engineering.png b/mate/24x24/categories/applications-engineering.png index 8a00ed1..e3f83c0 100644 Binary files a/mate/24x24/categories/applications-engineering.png and b/mate/24x24/categories/applications-engineering.png differ diff --git a/mate/24x24/categories/applications-games.png b/mate/24x24/categories/applications-games.png index b3c33a2..9b4a0b2 100644 Binary files a/mate/24x24/categories/applications-games.png and b/mate/24x24/categories/applications-games.png differ diff --git a/mate/24x24/categories/applications-graphics.png b/mate/24x24/categories/applications-graphics.png index 510f118..46ef9b2 100644 Binary files a/mate/24x24/categories/applications-graphics.png and b/mate/24x24/categories/applications-graphics.png differ diff --git a/mate/24x24/categories/applications-internet.png b/mate/24x24/categories/applications-internet.png index 2f1f64c..dc09a6d 100644 Binary files a/mate/24x24/categories/applications-internet.png and b/mate/24x24/categories/applications-internet.png differ diff --git a/mate/24x24/categories/applications-multimedia.png b/mate/24x24/categories/applications-multimedia.png index bb1dcc3..1e5a70a 100644 Binary files a/mate/24x24/categories/applications-multimedia.png and b/mate/24x24/categories/applications-multimedia.png differ diff --git a/mate/24x24/categories/applications-office.png b/mate/24x24/categories/applications-office.png index 4823e16..7ab34fb 100644 Binary files a/mate/24x24/categories/applications-office.png and b/mate/24x24/categories/applications-office.png differ diff --git a/mate/24x24/categories/applications-other.png b/mate/24x24/categories/applications-other.png index 1aeb2c6..4c65cad 100644 Binary files a/mate/24x24/categories/applications-other.png and b/mate/24x24/categories/applications-other.png differ diff --git a/mate/24x24/categories/applications-science.png b/mate/24x24/categories/applications-science.png index 0818ab2..faeac72 100644 Binary files a/mate/24x24/categories/applications-science.png and b/mate/24x24/categories/applications-science.png differ diff --git a/mate/24x24/categories/applications-system.png b/mate/24x24/categories/applications-system.png index c447aa9..1313d28 100644 Binary files a/mate/24x24/categories/applications-system.png and b/mate/24x24/categories/applications-system.png differ diff --git a/mate/24x24/categories/applications-utilities.png b/mate/24x24/categories/applications-utilities.png index 9c07af0..988db9d 100644 Binary files a/mate/24x24/categories/applications-utilities.png and b/mate/24x24/categories/applications-utilities.png differ diff --git a/mate/24x24/categories/preferences-desktop-peripherals.png b/mate/24x24/categories/preferences-desktop-peripherals.png index ddf9951..356f4e9 100644 Binary files a/mate/24x24/categories/preferences-desktop-peripherals.png and b/mate/24x24/categories/preferences-desktop-peripherals.png differ diff --git a/mate/24x24/categories/preferences-desktop-personal.png b/mate/24x24/categories/preferences-desktop-personal.png index 85b0f04..7481228 100644 Binary files a/mate/24x24/categories/preferences-desktop-personal.png and b/mate/24x24/categories/preferences-desktop-personal.png differ diff --git a/mate/24x24/categories/preferences-desktop.png b/mate/24x24/categories/preferences-desktop.png index 9d1fff1..d1d10d7 100644 Binary files a/mate/24x24/categories/preferences-desktop.png and b/mate/24x24/categories/preferences-desktop.png differ diff --git a/mate/24x24/categories/preferences-other.png b/mate/24x24/categories/preferences-other.png index 6a060d7..f4fa64e 100644 Binary files a/mate/24x24/categories/preferences-other.png and b/mate/24x24/categories/preferences-other.png differ diff --git a/mate/24x24/categories/preferences-system-network.png b/mate/24x24/categories/preferences-system-network.png index e7bdd45..9d0440e 100644 Binary files a/mate/24x24/categories/preferences-system-network.png and b/mate/24x24/categories/preferences-system-network.png differ diff --git a/mate/24x24/categories/preferences-system.png b/mate/24x24/categories/preferences-system.png index b9ec7e7..1e2e131 100644 Binary files a/mate/24x24/categories/preferences-system.png and b/mate/24x24/categories/preferences-system.png differ diff --git a/mate/24x24/devices/Makefile.am b/mate/24x24/devices/Makefile.am index d7836aa..8e0cc20 100644 --- a/mate/24x24/devices/Makefile.am +++ b/mate/24x24/devices/Makefile.am @@ -43,192 +43,192 @@ png_icons = \ ac-adapter.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-card.png: ../../../src/audio-card.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 $@ audio-headphones.png: ../../../src/audio-headphones.svg @echo " "$@ - @inkscape -z $^ --export-area=303:440:335:472 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:398:326:422 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-headset.png: ../../../src/audio-headphones.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:98:326:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-input-microphone.png: ../../../src/audio-input-microphone.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334: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 $@ audio-speakers.png: ../../../src/audio-speakers.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 $@ battery.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=303:742:335:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:700:326:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ camera-photo.png: ../../../src/camera-photo.svg @echo " "$@ - @inkscape -z $^ --export-area=300:142:332:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:101:324:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ camera-video.png: ../../../src/camera-video.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 $@ camera-web.png: ../../../src/camera-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 $@ computer.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:401:326:425 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ drive-harddisk.png: ../../../src/drive-harddisk.svg @echo " "$@ - @inkscape -z $^ --export-area=303:138:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:95:326:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ drive-multidisk.png: ../../../src/drive-multidisk.svg @echo " "$@ - @inkscape -z $^ --export-area=303:136:335:168 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:95:326:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ drive-optical.png: ../../../src/drives.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 $@ drive-removable-media.png: ../../../src/drives.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ input-dialpad.png: ../../../src/input-dialpad.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ input-gaming.png: ../../../src/input-gaming.svg @echo " "$@ - @inkscape -z $^ --export-area=343:162:375:194 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=342:119:366:143 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ input-keyboard.png: ../../../src/keyboards.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 $@ input-mouse.png: ../../../src/input-mouse.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 $@ input-tablet.png: ../../../src/input-tablet.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 $@ input-touchpad.png: ../../../src/input-touchpad.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 $@ media-flash.png: ../../../src/media-flash.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336: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 $@ media-floppy.png: ../../../src/media-floppy.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 $@ media-optical.png: ../../../src/media-optical.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 $@ media-removable.png: ../../../src/media-removable.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-tape.png: ../../../src/media-tape.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 $@ multimedia-player.png: ../../../src/multimedia-player.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335: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 $@ modem.png: ../../../src/modem.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 $@ network-vpn.png: ../../../src/network-vpn.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 $@ network-wired.png: ../../../src/network-wired.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-wireless.png: ../../../src/network-wireless.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 $@ pda.png: ../../../src/pda.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 $@ phone.png: ../../../src/phone.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:434:335:466 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:393:326:417 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-network.png: ../../../src/printer-network.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:98:326:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ scanner.png: ../../../src/scanner.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -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 $@ uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ video-display.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:401:326:425 -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/devices/ac-adapter.png b/mate/24x24/devices/ac-adapter.png index 6764e7e..281a1a2 100644 Binary files a/mate/24x24/devices/ac-adapter.png and b/mate/24x24/devices/ac-adapter.png differ diff --git a/mate/24x24/devices/audio-card.png b/mate/24x24/devices/audio-card.png index a0861f9..36e77ae 100644 Binary files a/mate/24x24/devices/audio-card.png and b/mate/24x24/devices/audio-card.png differ diff --git a/mate/24x24/devices/audio-headphones.png b/mate/24x24/devices/audio-headphones.png index 91c9631..063ceaf 100644 Binary files a/mate/24x24/devices/audio-headphones.png and b/mate/24x24/devices/audio-headphones.png differ diff --git a/mate/24x24/devices/audio-headset.png b/mate/24x24/devices/audio-headset.png index dab25dd..df467b0 100644 Binary files a/mate/24x24/devices/audio-headset.png and b/mate/24x24/devices/audio-headset.png differ diff --git a/mate/24x24/devices/audio-input-microphone.png b/mate/24x24/devices/audio-input-microphone.png index 0874c26..c1476d0 100644 Binary files a/mate/24x24/devices/audio-input-microphone.png and b/mate/24x24/devices/audio-input-microphone.png differ diff --git a/mate/24x24/devices/audio-speakers.png b/mate/24x24/devices/audio-speakers.png index 65ab161..242ff76 100644 Binary files a/mate/24x24/devices/audio-speakers.png and b/mate/24x24/devices/audio-speakers.png differ diff --git a/mate/24x24/devices/battery.png b/mate/24x24/devices/battery.png index c776f62..bac39ad 100644 Binary files a/mate/24x24/devices/battery.png and b/mate/24x24/devices/battery.png differ diff --git a/mate/24x24/devices/camera-photo.png b/mate/24x24/devices/camera-photo.png index 32c9623..50cfcfe 100644 Binary files a/mate/24x24/devices/camera-photo.png and b/mate/24x24/devices/camera-photo.png differ diff --git a/mate/24x24/devices/camera-video.png b/mate/24x24/devices/camera-video.png index 7f470d6..2334fba 100644 Binary files a/mate/24x24/devices/camera-video.png and b/mate/24x24/devices/camera-video.png differ diff --git a/mate/24x24/devices/camera-web.png b/mate/24x24/devices/camera-web.png index 0fc4281..d1f4539 100644 Binary files a/mate/24x24/devices/camera-web.png and b/mate/24x24/devices/camera-web.png differ diff --git a/mate/24x24/devices/computer.png b/mate/24x24/devices/computer.png index 67bdc75..a179dbf 100644 Binary files a/mate/24x24/devices/computer.png and b/mate/24x24/devices/computer.png differ diff --git a/mate/24x24/devices/drive-harddisk.png b/mate/24x24/devices/drive-harddisk.png index 4361144..c554315 100644 Binary files a/mate/24x24/devices/drive-harddisk.png and b/mate/24x24/devices/drive-harddisk.png differ diff --git a/mate/24x24/devices/drive-multidisk.png b/mate/24x24/devices/drive-multidisk.png index ca4737d..9bc2b1a 100644 Binary files a/mate/24x24/devices/drive-multidisk.png and b/mate/24x24/devices/drive-multidisk.png differ diff --git a/mate/24x24/devices/drive-optical.png b/mate/24x24/devices/drive-optical.png index 4fa7d64..e42c7c3 100644 Binary files a/mate/24x24/devices/drive-optical.png and b/mate/24x24/devices/drive-optical.png differ diff --git a/mate/24x24/devices/drive-removable-media.png b/mate/24x24/devices/drive-removable-media.png index 8e042dd..2a5e2b1 100644 Binary files a/mate/24x24/devices/drive-removable-media.png and b/mate/24x24/devices/drive-removable-media.png differ diff --git a/mate/24x24/devices/input-dialpad.png b/mate/24x24/devices/input-dialpad.png index d55623a..17e39b8 100644 Binary files a/mate/24x24/devices/input-dialpad.png and b/mate/24x24/devices/input-dialpad.png differ diff --git a/mate/24x24/devices/input-gaming.png b/mate/24x24/devices/input-gaming.png index bb2c2b7..74c2bf5 100644 Binary files a/mate/24x24/devices/input-gaming.png and b/mate/24x24/devices/input-gaming.png differ diff --git a/mate/24x24/devices/input-keyboard.png b/mate/24x24/devices/input-keyboard.png index 8aa595b..13a361d 100644 Binary files a/mate/24x24/devices/input-keyboard.png and b/mate/24x24/devices/input-keyboard.png differ diff --git a/mate/24x24/devices/input-mouse.png b/mate/24x24/devices/input-mouse.png index 45f9009..7fa7854 100644 Binary files a/mate/24x24/devices/input-mouse.png and b/mate/24x24/devices/input-mouse.png differ diff --git a/mate/24x24/devices/input-tablet.png b/mate/24x24/devices/input-tablet.png index acdac51..cf3771e 100644 Binary files a/mate/24x24/devices/input-tablet.png and b/mate/24x24/devices/input-tablet.png differ diff --git a/mate/24x24/devices/input-touchpad.png b/mate/24x24/devices/input-touchpad.png index 475a5b8..2eef242 100644 Binary files a/mate/24x24/devices/input-touchpad.png and b/mate/24x24/devices/input-touchpad.png differ diff --git a/mate/24x24/devices/media-flash.png b/mate/24x24/devices/media-flash.png index 4f3ab37..c80df1b 100644 Binary files a/mate/24x24/devices/media-flash.png and b/mate/24x24/devices/media-flash.png differ diff --git a/mate/24x24/devices/media-floppy.png b/mate/24x24/devices/media-floppy.png index 8ff1ad9..1ff1c92 100644 Binary files a/mate/24x24/devices/media-floppy.png and b/mate/24x24/devices/media-floppy.png differ diff --git a/mate/24x24/devices/media-optical.png b/mate/24x24/devices/media-optical.png index 4386308..3816189 100644 Binary files a/mate/24x24/devices/media-optical.png and b/mate/24x24/devices/media-optical.png differ diff --git a/mate/24x24/devices/media-removable.png b/mate/24x24/devices/media-removable.png index bd84aa4..328f4ec 100644 Binary files a/mate/24x24/devices/media-removable.png and b/mate/24x24/devices/media-removable.png differ diff --git a/mate/24x24/devices/media-tape.png b/mate/24x24/devices/media-tape.png index 4e115a1..05f62fa 100644 Binary files a/mate/24x24/devices/media-tape.png and b/mate/24x24/devices/media-tape.png differ diff --git a/mate/24x24/devices/modem.png b/mate/24x24/devices/modem.png index 0b12e34..b1dff76 100644 Binary files a/mate/24x24/devices/modem.png and b/mate/24x24/devices/modem.png differ diff --git a/mate/24x24/devices/multimedia-player.png b/mate/24x24/devices/multimedia-player.png index e283aa3..531cee2 100644 Binary files a/mate/24x24/devices/multimedia-player.png and b/mate/24x24/devices/multimedia-player.png differ diff --git a/mate/24x24/devices/network-vpn.png b/mate/24x24/devices/network-vpn.png index 5ea124d..5f6d472 100644 Binary files a/mate/24x24/devices/network-vpn.png and b/mate/24x24/devices/network-vpn.png differ diff --git a/mate/24x24/devices/network-wired.png b/mate/24x24/devices/network-wired.png index 6614fa4..00eb2e9 100644 Binary files a/mate/24x24/devices/network-wired.png and b/mate/24x24/devices/network-wired.png differ diff --git a/mate/24x24/devices/network-wireless.png b/mate/24x24/devices/network-wireless.png index c6ea570..45f7b3c 100644 Binary files a/mate/24x24/devices/network-wireless.png and b/mate/24x24/devices/network-wireless.png differ diff --git a/mate/24x24/devices/pda.png b/mate/24x24/devices/pda.png index b352f1e..ad3b445 100644 Binary files a/mate/24x24/devices/pda.png and b/mate/24x24/devices/pda.png differ diff --git a/mate/24x24/devices/phone.png b/mate/24x24/devices/phone.png index 6373df5..f2d768c 100644 Binary files a/mate/24x24/devices/phone.png and b/mate/24x24/devices/phone.png differ diff --git a/mate/24x24/devices/printer-network.png b/mate/24x24/devices/printer-network.png index 1ffdec5..a30a16e 100644 Binary files a/mate/24x24/devices/printer-network.png and b/mate/24x24/devices/printer-network.png differ diff --git a/mate/24x24/devices/printer.png b/mate/24x24/devices/printer.png index bfea20d..ea82029 100644 Binary files a/mate/24x24/devices/printer.png and b/mate/24x24/devices/printer.png differ diff --git a/mate/24x24/devices/scanner.png b/mate/24x24/devices/scanner.png index b85c049..3ddd1ad 100644 Binary files a/mate/24x24/devices/scanner.png and b/mate/24x24/devices/scanner.png differ diff --git a/mate/24x24/devices/uninterruptible-power-supply.png b/mate/24x24/devices/uninterruptible-power-supply.png index 657b42a..6defbf5 100644 Binary files a/mate/24x24/devices/uninterruptible-power-supply.png and b/mate/24x24/devices/uninterruptible-power-supply.png differ diff --git a/mate/24x24/devices/video-display.png b/mate/24x24/devices/video-display.png index b93cafc..60252b0 100644 Binary files a/mate/24x24/devices/video-display.png and b/mate/24x24/devices/video-display.png differ 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 diff --git a/mate/24x24/mimetypes/Makefile.am b/mate/24x24/mimetypes/Makefile.am index 623ff57..3a18db2 100644 --- a/mate/24x24/mimetypes/Makefile.am +++ b/mate/24x24/mimetypes/Makefile.am @@ -17,62 +17,62 @@ png_icons = \ font-x-generic.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=300:360:316:376 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:396:324:420 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ text-html.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=300:964:316:980 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:1000:324:1024 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ text-x-generic.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=700:964:716:980 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:1000:724:1024 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ text-x-generic-template.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1100:964:1116:980 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1100:1000:1124:1024 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ text-x-preview.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1100:60:1116:76 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1100:96:1124:120 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ text-x-script.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1500:964:1516:980 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1500:1000:1524:1024 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ x-office-document.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1900:964:1916:980 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1900:1000:1924:1024 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ x-office-document-template.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=300:664:316:680 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:700:324:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ x-office-drawing.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=700:664:716:680 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:700:724:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ x-office-drawing-template.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1100:664:1116:680 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1100:700:1124:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ x-office-spreadsheet.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1500:660:1516:676 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1500:696:1524:720 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ x-office-spreadsheet-template.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=1900:660:1916:676 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1900:696:1924:720 -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/mimetypes/font-x-generic.png b/mate/24x24/mimetypes/font-x-generic.png index c432339..899765a 100644 Binary files a/mate/24x24/mimetypes/font-x-generic.png and b/mate/24x24/mimetypes/font-x-generic.png differ diff --git a/mate/24x24/mimetypes/text-html.png b/mate/24x24/mimetypes/text-html.png index d27f00e..1523ec1 100644 Binary files a/mate/24x24/mimetypes/text-html.png and b/mate/24x24/mimetypes/text-html.png differ diff --git a/mate/24x24/mimetypes/text-x-generic-template.png b/mate/24x24/mimetypes/text-x-generic-template.png index c749cc8..fc100f6 100644 Binary files a/mate/24x24/mimetypes/text-x-generic-template.png and b/mate/24x24/mimetypes/text-x-generic-template.png differ diff --git a/mate/24x24/mimetypes/text-x-generic.png b/mate/24x24/mimetypes/text-x-generic.png index d23d52e..1db2340 100644 Binary files a/mate/24x24/mimetypes/text-x-generic.png and b/mate/24x24/mimetypes/text-x-generic.png differ diff --git a/mate/24x24/mimetypes/text-x-preview.png b/mate/24x24/mimetypes/text-x-preview.png index 2e71127..7554675 100644 Binary files a/mate/24x24/mimetypes/text-x-preview.png and b/mate/24x24/mimetypes/text-x-preview.png differ diff --git a/mate/24x24/mimetypes/text-x-script.png b/mate/24x24/mimetypes/text-x-script.png index e4ca2aa..77600a9 100644 Binary files a/mate/24x24/mimetypes/text-x-script.png and b/mate/24x24/mimetypes/text-x-script.png differ diff --git a/mate/24x24/mimetypes/x-office-document-template.png b/mate/24x24/mimetypes/x-office-document-template.png index d6e643b..e20fbd6 100644 Binary files a/mate/24x24/mimetypes/x-office-document-template.png and b/mate/24x24/mimetypes/x-office-document-template.png differ diff --git a/mate/24x24/mimetypes/x-office-document.png b/mate/24x24/mimetypes/x-office-document.png index 59ffad2..b60bc2e 100644 Binary files a/mate/24x24/mimetypes/x-office-document.png and b/mate/24x24/mimetypes/x-office-document.png differ diff --git a/mate/24x24/mimetypes/x-office-drawing-template.png b/mate/24x24/mimetypes/x-office-drawing-template.png index 122467b..6a9e098 100644 Binary files a/mate/24x24/mimetypes/x-office-drawing-template.png and b/mate/24x24/mimetypes/x-office-drawing-template.png differ diff --git a/mate/24x24/mimetypes/x-office-drawing.png b/mate/24x24/mimetypes/x-office-drawing.png index 22d24ec..28a9e8b 100644 Binary files a/mate/24x24/mimetypes/x-office-drawing.png and b/mate/24x24/mimetypes/x-office-drawing.png differ diff --git a/mate/24x24/mimetypes/x-office-spreadsheet-template.png b/mate/24x24/mimetypes/x-office-spreadsheet-template.png index 4177584..be83627 100644 Binary files a/mate/24x24/mimetypes/x-office-spreadsheet-template.png and b/mate/24x24/mimetypes/x-office-spreadsheet-template.png differ diff --git a/mate/24x24/mimetypes/x-office-spreadsheet.png b/mate/24x24/mimetypes/x-office-spreadsheet.png index 75a5673..fde9561 100644 Binary files a/mate/24x24/mimetypes/x-office-spreadsheet.png and b/mate/24x24/mimetypes/x-office-spreadsheet.png differ diff --git a/mate/24x24/places/Makefile.am b/mate/24x24/places/Makefile.am index b3c96db..f0cad83 100644 --- a/mate/24x24/places/Makefile.am +++ b/mate/24x24/places/Makefile.am @@ -8,82 +8,82 @@ png_icons = \ folder-documents.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-download.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-music.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:400:1126:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-pictures.png: ../../../src/folders.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 $@ folder.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=303:1042:335:1074 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1202:100:1226:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-publicshare.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:100:1526:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-remote.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:742:1135:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:700:1126:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-saved-search.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=703:742:735:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:700:726:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-templates.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ folder-videos.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:442:1535:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:400:1526:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-server.png: ../../../src/network-server.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 $@ network-workgroup.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-bookmarks.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1903:142:1935:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1902:100:1926:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-desktop.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=1903:442:1935:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1902:400:1926:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-home.png: ../../../src/folders.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-trash.png: ../../../src/trash.svg @echo " "$@ - @inkscape -z $^ --export-area=702:142:734:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726: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/places/network-server.png b/mate/24x24/places/network-server.png index 01c77ab..8dfce84 100644 Binary files a/mate/24x24/places/network-server.png and b/mate/24x24/places/network-server.png differ diff --git a/mate/24x24/places/network-workgroup.png b/mate/24x24/places/network-workgroup.png index 35314aa..52e7f95 100644 Binary files a/mate/24x24/places/network-workgroup.png and b/mate/24x24/places/network-workgroup.png differ diff --git a/mate/24x24/places/user-trash.png b/mate/24x24/places/user-trash.png index 175d82b..78c48cb 100644 Binary files a/mate/24x24/places/user-trash.png and b/mate/24x24/places/user-trash.png differ diff --git a/mate/24x24/status/Makefile.am b/mate/24x24/status/Makefile.am index 1a4ed1a..56faed5 100644 --- a/mate/24x24/status/Makefile.am +++ b/mate/24x24/status/Makefile.am @@ -84,412 +84,412 @@ png_icons = \ appointment-missed.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=303:136:335:168 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:95:326:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ appointment-soon.png: ../../../src/clocks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:436:735:468 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:395:726:419 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-high.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=304:401:326:423 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:400:327:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-low.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=304:101:326:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-medium.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=704:401:726:423 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=703:400:727:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-muted.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=704:101:726:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=703:100:727:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-off.png: ../../../src/audio-volume-off.svg @echo " "$@ - @inkscape -z $^ --export-area=304:101:326:123 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ avatar-default.png: ../../../src/users.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 $@ battery-caution-charging.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=323:442:355:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=322:400:346:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-caution.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:742:1135:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:700:1126:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-empty.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:-178:735:-146 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:-220:726:-196 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-full-charged.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:-488:735:-456 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:-530:726:-506 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-full-charging.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-full.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-good-charging.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-good.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:400:1126:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-low-charging.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:-178:1135:-146 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:-220:1126:-196 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-low.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=703:742:735:774 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:700:726:724 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ battery-missing.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=303:-178:335:-146 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:-221:326:-197 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ changes-allow.png: ../../../src/changes.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ changes-prevent.png: ../../../src/changes.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 $@ computer-fail.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1903:142:1935:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1902:101:1926:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ dialog-error.png: ../../../src/dialog-error.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 $@ dialog-information.png: ../../../src/dialog-information.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 $@ dialog-password.png: ../../../src/dialog-password.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 $@ dialog-question.png: ../../../src/dialog-question.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 $@ dialog-warning.png: ../../../src/dialog-warning.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 $@ folder-drag-accept.png: ../../../src/folders.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 $@ folder-open.png: ../../../src/folders.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 $@ folder-visiting.png: ../../../src/folders.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 $@ image-loading.png: ../../../src/paper-sheets.svg @echo " "$@ - @inkscape -z $^ --export-area=700:139:732:171 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=700:96:724:120 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ image-missing.png: ../../../src/photos.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ mail-attachment.png: ../../../src/mail-attachment.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 $@ mail-read.png: ../../../src/open-envelopes.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 $@ mail-replied.png: ../../../src/mail-replied.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 $@ mail-unread.png: ../../../src/mail-unread.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 $@ media-playlist-repeat.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=53:62:85:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=42:30:66:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-playlist-shuffle.png: ../../../src/media-control-icons.svg @echo " "$@ - @inkscape -z $^ --export-area=13:62:45:94 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=12:30:36:54 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-muted.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=450:154:482:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=450:111:474:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-low.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=530:154:562:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=530:111:554:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-medium.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=610:154:642:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=610:111:634:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ microphone-sensitivity-high.png: ../../../src/microphones.svg @echo " "$@ - @inkscape -z $^ --export-area=690:154:722:186 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=690:111:714:135 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-error.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:442:1135:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:400:1126:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-idle.png: ../../../src/computers.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 $@ network-offline.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:442:1535:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:400:1526:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-receive.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1502:100:1526:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-transmit.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-transmit-receive.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-error.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=703:134:735:166 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:93:726:117 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-printing.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=703:434:735:466 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:393:726:417 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ security-high.png: ../../../src/security-high.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 $@ security-low.png: ../../../src/security-low.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 $@ security-medium.png: ../../../src/security-medium.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 $@ software-update-available.png: ../../../src/software-update.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 $@ software-update-urgent.png: ../../../src/software-update.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ non-starred.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=299:143:331:175 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:100:324:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ semi-starred.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=723:442:755:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=722:400:746:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ semi-starred-rtl.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=723:142:755:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=722:100:746:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ starred.png: ../../../src/starred.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ task-due.png: ../../../src/copy-paste-tasks.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 $@ task-past-due.png: ../../../src/copy-paste-tasks.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ trophy-bronze.png: ../../../src/trophies.svg @echo " "$@ - @inkscape -z $^ --export-area=1103:140:1135:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1102:98:1126:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ trophy-gold.png: ../../../src/trophies.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:98:326:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ trophy-silver.png: ../../../src/trophies.svg @echo " "$@ - @inkscape -z $^ --export-area=703:140:735:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=702:98:726:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-available.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1213:142:1245:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1212:100:1236:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-offline.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1273:142:1305:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1272:100:1296:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-idle.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1333:142:1365:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1332:100:1356:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-away.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1393:142:1425:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1392:100:1416:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-invisible.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1453:142:1485:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1452:100:1476:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-busy.png: ../../../src/users.svg @echo " "$@ - @inkscape -z $^ --export-area=1513:142:1545:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=1512:100:1536:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ user-trash-full.png: ../../../src/trash.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 $@ weather-clear-night.png: ../../../src/weather-clear-night.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 $@ weather-clear.png: ../../../src/weather-clear.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 $@ weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.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 $@ weather-few-clouds.png: ../../../src/weather-few-clouds.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 $@ weather-fog.png: ../../../src/weather-fog.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 $@ weather-overcast.png: ../../../src/weather-overcast.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 $@ weather-severe-alert.png: ../../../src/weather-severe-alert.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 $@ weather-showers.png: ../../../src/weather-showers.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 $@ weather-showers-scattered.png: ../../../src/weather-showers-scattered.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 $@ weather-snow.png: ../../../src/weather-snow.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 $@ weather-storm.png: ../../../src/weather-storm.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/status/appointment-missed.png b/mate/24x24/status/appointment-missed.png index a60accd..7271edc 100644 Binary files a/mate/24x24/status/appointment-missed.png and b/mate/24x24/status/appointment-missed.png differ diff --git a/mate/24x24/status/appointment-soon.png b/mate/24x24/status/appointment-soon.png index 90ae7b1..c0de1e4 100644 Binary files a/mate/24x24/status/appointment-soon.png and b/mate/24x24/status/appointment-soon.png differ diff --git a/mate/24x24/status/audio-volume-high.png b/mate/24x24/status/audio-volume-high.png index f81ba81..3f08104 100644 Binary files a/mate/24x24/status/audio-volume-high.png and b/mate/24x24/status/audio-volume-high.png differ diff --git a/mate/24x24/status/audio-volume-low.png b/mate/24x24/status/audio-volume-low.png index 3ab4d3c..ae6184c 100644 Binary files a/mate/24x24/status/audio-volume-low.png and b/mate/24x24/status/audio-volume-low.png differ diff --git a/mate/24x24/status/audio-volume-medium.png b/mate/24x24/status/audio-volume-medium.png index d29a9eb..a1940d7 100644 Binary files a/mate/24x24/status/audio-volume-medium.png and b/mate/24x24/status/audio-volume-medium.png differ diff --git a/mate/24x24/status/audio-volume-muted.png b/mate/24x24/status/audio-volume-muted.png index 706b02e..1e7402a 100644 Binary files a/mate/24x24/status/audio-volume-muted.png and b/mate/24x24/status/audio-volume-muted.png differ diff --git a/mate/24x24/status/audio-volume-off.png b/mate/24x24/status/audio-volume-off.png index e5f5a76..79e4efa 100644 Binary files a/mate/24x24/status/audio-volume-off.png and b/mate/24x24/status/audio-volume-off.png differ diff --git a/mate/24x24/status/avatar-default.png b/mate/24x24/status/avatar-default.png index 25ab365..8706535 100644 Binary files a/mate/24x24/status/avatar-default.png and b/mate/24x24/status/avatar-default.png differ diff --git a/mate/24x24/status/battery-caution-charging.png b/mate/24x24/status/battery-caution-charging.png index f3e01e1..ca70952 100644 Binary files a/mate/24x24/status/battery-caution-charging.png and b/mate/24x24/status/battery-caution-charging.png differ diff --git a/mate/24x24/status/battery-caution.png b/mate/24x24/status/battery-caution.png index b5349d4..d4c40a3 100644 Binary files a/mate/24x24/status/battery-caution.png and b/mate/24x24/status/battery-caution.png differ diff --git a/mate/24x24/status/battery-empty.png b/mate/24x24/status/battery-empty.png index 27e28dd..2426454 100644 Binary files a/mate/24x24/status/battery-empty.png and b/mate/24x24/status/battery-empty.png differ diff --git a/mate/24x24/status/battery-full-charged.png b/mate/24x24/status/battery-full-charged.png index f038797..2719f66 100644 Binary files a/mate/24x24/status/battery-full-charged.png and b/mate/24x24/status/battery-full-charged.png differ diff --git a/mate/24x24/status/battery-full-charging.png b/mate/24x24/status/battery-full-charging.png index f63c315..991a002 100644 Binary files a/mate/24x24/status/battery-full-charging.png and b/mate/24x24/status/battery-full-charging.png differ diff --git a/mate/24x24/status/battery-full.png b/mate/24x24/status/battery-full.png index 6ef6df6..e4d27be 100644 Binary files a/mate/24x24/status/battery-full.png and b/mate/24x24/status/battery-full.png differ diff --git a/mate/24x24/status/battery-good-charging.png b/mate/24x24/status/battery-good-charging.png index d521d51..f169cc9 100644 Binary files a/mate/24x24/status/battery-good-charging.png and b/mate/24x24/status/battery-good-charging.png differ diff --git a/mate/24x24/status/battery-good.png b/mate/24x24/status/battery-good.png index 2a7689f..d22e586 100644 Binary files a/mate/24x24/status/battery-good.png and b/mate/24x24/status/battery-good.png differ diff --git a/mate/24x24/status/battery-low-charging.png b/mate/24x24/status/battery-low-charging.png index 893b77c..b51daf9 100644 Binary files a/mate/24x24/status/battery-low-charging.png and b/mate/24x24/status/battery-low-charging.png differ diff --git a/mate/24x24/status/battery-low.png b/mate/24x24/status/battery-low.png index 9755975..6af255c 100644 Binary files a/mate/24x24/status/battery-low.png and b/mate/24x24/status/battery-low.png differ diff --git a/mate/24x24/status/battery-missing.png b/mate/24x24/status/battery-missing.png index 8f8be41..02a693d 100644 Binary files a/mate/24x24/status/battery-missing.png and b/mate/24x24/status/battery-missing.png differ diff --git a/mate/24x24/status/changes-allow.png b/mate/24x24/status/changes-allow.png index fe6a601..8c4bb06 100644 Binary files a/mate/24x24/status/changes-allow.png and b/mate/24x24/status/changes-allow.png differ diff --git a/mate/24x24/status/changes-prevent.png b/mate/24x24/status/changes-prevent.png index b4a4822..d761a90 100644 Binary files a/mate/24x24/status/changes-prevent.png and b/mate/24x24/status/changes-prevent.png differ diff --git a/mate/24x24/status/computer-fail.png b/mate/24x24/status/computer-fail.png index a53e36a..ad0cf28 100644 Binary files a/mate/24x24/status/computer-fail.png and b/mate/24x24/status/computer-fail.png differ diff --git a/mate/24x24/status/dialog-error.png b/mate/24x24/status/dialog-error.png index c757c84..8eb1233 100644 Binary files a/mate/24x24/status/dialog-error.png and b/mate/24x24/status/dialog-error.png differ diff --git a/mate/24x24/status/dialog-information.png b/mate/24x24/status/dialog-information.png index 52ae71a..1fad8ae 100644 Binary files a/mate/24x24/status/dialog-information.png and b/mate/24x24/status/dialog-information.png differ diff --git a/mate/24x24/status/dialog-password.png b/mate/24x24/status/dialog-password.png index 0291992..a121c67 100644 Binary files a/mate/24x24/status/dialog-password.png and b/mate/24x24/status/dialog-password.png differ diff --git a/mate/24x24/status/dialog-question.png b/mate/24x24/status/dialog-question.png index 37ea323..de9fb87 100644 Binary files a/mate/24x24/status/dialog-question.png and b/mate/24x24/status/dialog-question.png differ diff --git a/mate/24x24/status/dialog-warning.png b/mate/24x24/status/dialog-warning.png index 6267b76..fa70fd3 100644 Binary files a/mate/24x24/status/dialog-warning.png and b/mate/24x24/status/dialog-warning.png differ diff --git a/mate/24x24/status/image-loading.png b/mate/24x24/status/image-loading.png index 2540cab..dbab9eb 100644 Binary files a/mate/24x24/status/image-loading.png and b/mate/24x24/status/image-loading.png differ diff --git a/mate/24x24/status/image-missing.png b/mate/24x24/status/image-missing.png index eac4af2..6b1fcbb 100644 Binary files a/mate/24x24/status/image-missing.png and b/mate/24x24/status/image-missing.png differ diff --git a/mate/24x24/status/mail-attachment.png b/mate/24x24/status/mail-attachment.png index d4c0436..5f2ee3f 100644 Binary files a/mate/24x24/status/mail-attachment.png and b/mate/24x24/status/mail-attachment.png differ diff --git a/mate/24x24/status/mail-read.png b/mate/24x24/status/mail-read.png index 7e7c1f0..77cbc05 100644 Binary files a/mate/24x24/status/mail-read.png and b/mate/24x24/status/mail-read.png differ diff --git a/mate/24x24/status/mail-replied.png b/mate/24x24/status/mail-replied.png index 9a2038f..bed70b3 100644 Binary files a/mate/24x24/status/mail-replied.png and b/mate/24x24/status/mail-replied.png differ diff --git a/mate/24x24/status/mail-unread.png b/mate/24x24/status/mail-unread.png index 117580c..8084a67 100644 Binary files a/mate/24x24/status/mail-unread.png and b/mate/24x24/status/mail-unread.png differ diff --git a/mate/24x24/status/media-playlist-repeat.png b/mate/24x24/status/media-playlist-repeat.png index 3b15b95..270fa47 100644 Binary files a/mate/24x24/status/media-playlist-repeat.png and b/mate/24x24/status/media-playlist-repeat.png differ diff --git a/mate/24x24/status/media-playlist-shuffle.png b/mate/24x24/status/media-playlist-shuffle.png index da0b9ce..f27b00c 100644 Binary files a/mate/24x24/status/media-playlist-shuffle.png and b/mate/24x24/status/media-playlist-shuffle.png differ diff --git a/mate/24x24/status/microphone-sensitivity-high.png b/mate/24x24/status/microphone-sensitivity-high.png index 596fa0f..60b3324 100644 Binary files a/mate/24x24/status/microphone-sensitivity-high.png and b/mate/24x24/status/microphone-sensitivity-high.png differ diff --git a/mate/24x24/status/microphone-sensitivity-low.png b/mate/24x24/status/microphone-sensitivity-low.png index 6e63c1b..d2c8ca1 100644 Binary files a/mate/24x24/status/microphone-sensitivity-low.png and b/mate/24x24/status/microphone-sensitivity-low.png differ diff --git a/mate/24x24/status/microphone-sensitivity-medium.png b/mate/24x24/status/microphone-sensitivity-medium.png index b973c46..ae6bd4d 100644 Binary files a/mate/24x24/status/microphone-sensitivity-medium.png and b/mate/24x24/status/microphone-sensitivity-medium.png differ diff --git a/mate/24x24/status/microphone-sensitivity-muted.png b/mate/24x24/status/microphone-sensitivity-muted.png index 6f989ab..243eacc 100644 Binary files a/mate/24x24/status/microphone-sensitivity-muted.png and b/mate/24x24/status/microphone-sensitivity-muted.png differ diff --git a/mate/24x24/status/network-error.png b/mate/24x24/status/network-error.png index 3fbd132..5cb05df 100644 Binary files a/mate/24x24/status/network-error.png and b/mate/24x24/status/network-error.png differ diff --git a/mate/24x24/status/network-idle.png b/mate/24x24/status/network-idle.png index f922b9e..28e1227 100644 Binary files a/mate/24x24/status/network-idle.png and b/mate/24x24/status/network-idle.png differ diff --git a/mate/24x24/status/network-offline.png b/mate/24x24/status/network-offline.png index 2a79c10..aeceb60 100644 Binary files a/mate/24x24/status/network-offline.png and b/mate/24x24/status/network-offline.png differ diff --git a/mate/24x24/status/network-receive.png b/mate/24x24/status/network-receive.png index 64e0d1b..6dc104b 100644 Binary files a/mate/24x24/status/network-receive.png and b/mate/24x24/status/network-receive.png differ diff --git a/mate/24x24/status/network-transmit-receive.png b/mate/24x24/status/network-transmit-receive.png index e6c0446..17ed133 100644 Binary files a/mate/24x24/status/network-transmit-receive.png and b/mate/24x24/status/network-transmit-receive.png differ diff --git a/mate/24x24/status/network-transmit.png b/mate/24x24/status/network-transmit.png index d685eeb..2f302a0 100644 Binary files a/mate/24x24/status/network-transmit.png and b/mate/24x24/status/network-transmit.png differ diff --git a/mate/24x24/status/non-starred.png b/mate/24x24/status/non-starred.png index b46879d..c40bb60 100644 Binary files a/mate/24x24/status/non-starred.png and b/mate/24x24/status/non-starred.png differ diff --git a/mate/24x24/status/printer-error.png b/mate/24x24/status/printer-error.png index b2400c1..89e6fec 100644 Binary files a/mate/24x24/status/printer-error.png and b/mate/24x24/status/printer-error.png differ diff --git a/mate/24x24/status/printer-printing.png b/mate/24x24/status/printer-printing.png index edd34e8..a7cc6e1 100644 Binary files a/mate/24x24/status/printer-printing.png and b/mate/24x24/status/printer-printing.png differ diff --git a/mate/24x24/status/security-high.png b/mate/24x24/status/security-high.png index 0fd9f0f..69d1dc0 100644 Binary files a/mate/24x24/status/security-high.png and b/mate/24x24/status/security-high.png differ diff --git a/mate/24x24/status/security-low.png b/mate/24x24/status/security-low.png index dd22e30..921fd59 100644 Binary files a/mate/24x24/status/security-low.png and b/mate/24x24/status/security-low.png differ diff --git a/mate/24x24/status/security-medium.png b/mate/24x24/status/security-medium.png index 44341b3..b51f556 100644 Binary files a/mate/24x24/status/security-medium.png and b/mate/24x24/status/security-medium.png differ diff --git a/mate/24x24/status/semi-starred-rtl.png b/mate/24x24/status/semi-starred-rtl.png index e9a9c8c..29b75d7 100644 Binary files a/mate/24x24/status/semi-starred-rtl.png and b/mate/24x24/status/semi-starred-rtl.png differ diff --git a/mate/24x24/status/semi-starred.png b/mate/24x24/status/semi-starred.png index 909b26b..c9dc432 100644 Binary files a/mate/24x24/status/semi-starred.png and b/mate/24x24/status/semi-starred.png differ diff --git a/mate/24x24/status/software-update-available.png b/mate/24x24/status/software-update-available.png index 0bdfeb8..7df6800 100644 Binary files a/mate/24x24/status/software-update-available.png and b/mate/24x24/status/software-update-available.png differ diff --git a/mate/24x24/status/software-update-urgent.png b/mate/24x24/status/software-update-urgent.png index 7cda831..28e10d7 100644 Binary files a/mate/24x24/status/software-update-urgent.png and b/mate/24x24/status/software-update-urgent.png differ diff --git a/mate/24x24/status/starred.png b/mate/24x24/status/starred.png index c1a063d..49eefbc 100644 Binary files a/mate/24x24/status/starred.png and b/mate/24x24/status/starred.png differ diff --git a/mate/24x24/status/task-due.png b/mate/24x24/status/task-due.png index a105289..020cdc7 100644 Binary files a/mate/24x24/status/task-due.png and b/mate/24x24/status/task-due.png differ diff --git a/mate/24x24/status/task-past-due.png b/mate/24x24/status/task-past-due.png index 2e8e9af..9c4e46b 100644 Binary files a/mate/24x24/status/task-past-due.png and b/mate/24x24/status/task-past-due.png differ diff --git a/mate/24x24/status/trophy-bronze.png b/mate/24x24/status/trophy-bronze.png index e3e09a0..104d199 100644 Binary files a/mate/24x24/status/trophy-bronze.png and b/mate/24x24/status/trophy-bronze.png differ diff --git a/mate/24x24/status/trophy-gold.png b/mate/24x24/status/trophy-gold.png index 1c10e30..d810930 100644 Binary files a/mate/24x24/status/trophy-gold.png and b/mate/24x24/status/trophy-gold.png differ diff --git a/mate/24x24/status/trophy-silver.png b/mate/24x24/status/trophy-silver.png index cf8e1c1..3c98e7c 100644 Binary files a/mate/24x24/status/trophy-silver.png and b/mate/24x24/status/trophy-silver.png differ diff --git a/mate/24x24/status/user-available.png b/mate/24x24/status/user-available.png index 9039bd6..a588de4 100644 Binary files a/mate/24x24/status/user-available.png and b/mate/24x24/status/user-available.png differ diff --git a/mate/24x24/status/user-away.png b/mate/24x24/status/user-away.png index 1188a02..41e993d 100644 Binary files a/mate/24x24/status/user-away.png and b/mate/24x24/status/user-away.png differ diff --git a/mate/24x24/status/user-busy.png b/mate/24x24/status/user-busy.png index 97249c7..24f5939 100644 Binary files a/mate/24x24/status/user-busy.png and b/mate/24x24/status/user-busy.png differ diff --git a/mate/24x24/status/user-idle.png b/mate/24x24/status/user-idle.png index 210da62..5256384 100644 Binary files a/mate/24x24/status/user-idle.png and b/mate/24x24/status/user-idle.png differ diff --git a/mate/24x24/status/user-invisible.png b/mate/24x24/status/user-invisible.png index 8b4250c..846a9e1 100644 Binary files a/mate/24x24/status/user-invisible.png and b/mate/24x24/status/user-invisible.png differ diff --git a/mate/24x24/status/user-offline.png b/mate/24x24/status/user-offline.png index dcae1b8..e6168ad 100644 Binary files a/mate/24x24/status/user-offline.png and b/mate/24x24/status/user-offline.png differ diff --git a/mate/24x24/status/user-trash-full.png b/mate/24x24/status/user-trash-full.png index 99e8733..03cdd9e 100644 Binary files a/mate/24x24/status/user-trash-full.png and b/mate/24x24/status/user-trash-full.png differ diff --git a/mate/24x24/status/weather-clear-night.png b/mate/24x24/status/weather-clear-night.png index 3a8cb66..55b8a02 100644 Binary files a/mate/24x24/status/weather-clear-night.png and b/mate/24x24/status/weather-clear-night.png differ diff --git a/mate/24x24/status/weather-clear.png b/mate/24x24/status/weather-clear.png index fb3d46e..c915b9b 100644 Binary files a/mate/24x24/status/weather-clear.png and b/mate/24x24/status/weather-clear.png differ diff --git a/mate/24x24/status/weather-few-clouds-night.png b/mate/24x24/status/weather-few-clouds-night.png index 25fce21..9837362 100644 Binary files a/mate/24x24/status/weather-few-clouds-night.png and b/mate/24x24/status/weather-few-clouds-night.png differ diff --git a/mate/24x24/status/weather-few-clouds.png b/mate/24x24/status/weather-few-clouds.png index ae781c8..ff73133 100644 Binary files a/mate/24x24/status/weather-few-clouds.png and b/mate/24x24/status/weather-few-clouds.png differ diff --git a/mate/24x24/status/weather-fog.png b/mate/24x24/status/weather-fog.png index 9c347d8..9736689 100644 Binary files a/mate/24x24/status/weather-fog.png and b/mate/24x24/status/weather-fog.png differ diff --git a/mate/24x24/status/weather-overcast.png b/mate/24x24/status/weather-overcast.png index 95bb931..1cd5932 100644 Binary files a/mate/24x24/status/weather-overcast.png and b/mate/24x24/status/weather-overcast.png differ diff --git a/mate/24x24/status/weather-severe-alert.png b/mate/24x24/status/weather-severe-alert.png index f3cdf3a..8a698ae 100644 Binary files a/mate/24x24/status/weather-severe-alert.png and b/mate/24x24/status/weather-severe-alert.png differ diff --git a/mate/24x24/status/weather-showers-scattered.png b/mate/24x24/status/weather-showers-scattered.png index 82b2a18..4865d0e 100644 Binary files a/mate/24x24/status/weather-showers-scattered.png and b/mate/24x24/status/weather-showers-scattered.png differ diff --git a/mate/24x24/status/weather-showers.png b/mate/24x24/status/weather-showers.png index df91e67..28320c4 100644 Binary files a/mate/24x24/status/weather-showers.png and b/mate/24x24/status/weather-showers.png differ diff --git a/mate/24x24/status/weather-snow.png b/mate/24x24/status/weather-snow.png index 9e42c62..6a28493 100644 Binary files a/mate/24x24/status/weather-snow.png and b/mate/24x24/status/weather-snow.png differ diff --git a/mate/24x24/status/weather-storm.png b/mate/24x24/status/weather-storm.png index 33cb400..142e6b1 100644 Binary files a/mate/24x24/status/weather-storm.png and b/mate/24x24/status/weather-storm.png differ -- cgit v1.2.1