Add zoom-all button.
[dcpomatic.git] / graphics / update
index 9c14f2157f62bb3f31965ef3c2efc2c263efb956..50923fc69b2ef31a23d0a7ae7264f9c1272a6e20 100755 (executable)
@@ -66,8 +66,9 @@ else
     $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
+    for i in select zoom zoom_all; do
+        $INKSCAPE $i.png src/$i.svg -w 24 -h 24
+    done
 
     # favicon
     mkdir -p web