diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-02 15:57:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-02 15:57:55 +0100 |
| commit | f07a469603298049d12e1af9deda4ad830362e58 (patch) | |
| tree | b1a3b88c2bd521ca99bd5913118913af72ad0fec /graphics/update | |
| parent | fd24c06df64f9e9877d3ef7c1db9fdee5dacb13b (diff) | |
Basic zoom.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 4 |
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 |
