commit "source" and tools for icons from thorsten
git-svn-id: svn://localhost/ardour2/branches/3.0@14130 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ab679308cf
commit
9e941a5647
2847
gtk2_ardour/icons/app-icon_tango.svg
Normal file
2847
gtk2_ardour/icons/app-icon_tango.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 257 KiB |
BIN
gtk2_ardour/icons/ardour-app-icon_osx.png
Normal file
BIN
gtk2_ardour/icons/ardour-app-icon_osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
gtk2_ardour/icons/ardour-app-icon_osx_mask.png
Normal file
BIN
gtk2_ardour/icons/ardour-app-icon_osx_mask.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
14
gtk2_ardour/icons/export_icons.sh
Executable file
14
gtk2_ardour/icons/export_icons.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Export one PNG for every icon-size in app-icon_tango.svg. The "targets" layer in the SVG should be hidden.
|
||||||
|
|
||||||
|
for s in \
|
||||||
|
"ardour-app-icon_tango_256px" \
|
||||||
|
"ardour-app-icon_tango_048px" \
|
||||||
|
"ardour-app-icon_tango_032px" \
|
||||||
|
"ardour-app-icon_tango_022px" \
|
||||||
|
"ardour-app-icon_tango_016px" \
|
||||||
|
"ardour-app-icon_osx" \
|
||||||
|
"ardour-app-icon_osx_mask";
|
||||||
|
do inkscape --export-id "$s" --export-png "$s.png" app-icon_tango.svg;
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user