X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftheme_blue%2Fdata%2Fallsvgstopngs;fp=cinelerra-5.0%2Fplugins%2Ftheme_blue%2Fdata%2Fallsvgstopngs;h=0000000000000000000000000000000000000000;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=98a920262d445e09440f5e74754e362dfc309e3a;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/theme_blue/data/allsvgstopngs b/cinelerra-5.0/plugins/theme_blue/data/allsvgstopngs deleted file mode 100755 index 98a92026..00000000 --- a/cinelerra-5.0/plugins/theme_blue/data/allsvgstopngs +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# This is a little utility that make all pngs that this theme needs -var="$@" -if [ -z "$var" ]; then -for i in `ls Source| grep \\\.svg`; do inkscape -e $(basename $i .svg).png Source/$i; done -else -for i in $@; do inkscape -e $(basename $i .svg).png Source/$i; done -fi