diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-16 23:53:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:00 +0200 |
| commit | de9a0fddc7e44ad9c5985114ee35e4073641005b (patch) | |
| tree | d09221406e999eb54fef098baeb65ac3aa5ac790 /graphics/update | |
| parent | 1350e2f5cf87a419136c10370e46fd7d82f27efc (diff) | |
Move timeline tools into a single .svg and tidy them up a bit.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index 0195c3695..755b73fc0 100755 --- a/graphics/update +++ b/graphics/update @@ -96,7 +96,7 @@ else # Timeline toolbar icons (all platforms) for i in select zoom zoom_all snap sequence; do - $INKSCAPE_EXPORT --export-filename=$i.png src/$i.svg -w 32 -h 32 + inkbatch --inkscape $INKSCAPE -i timeline-$i -o $i.png --width 32 --height 32 src/timeline.svg done # Playlist editor tick/no-tick |
