summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-02 15:57:55 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-02 15:57:55 +0100
commitf07a469603298049d12e1af9deda4ad830362e58 (patch)
treeb1a3b88c2bd521ca99bd5913118913af72ad0fec /graphics/update
parentfd24c06df64f9e9877d3ef7c1db9fdee5dacb13b (diff)
Basic zoom.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update
index e33e9a8b5..9c14f2157 100755
--- a/graphics/update
+++ b/graphics/update
@@ -65,6 +65,10 @@ else
# Splash screen (all platforms)
$INKSCAPE splash.png src/splash.svg -w 400 -h 300
+ # Timeline toolbar icons (all platforms)
+ $INKSCAPE select.png src/select.svg -w 24 -h 24
+ $INKSCAPE zoom.png src/zoom.svg -w 24 -h 24
+
# favicon
mkdir -p web
convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png