diff --git a/static/gen-overlay480.sh b/static/gen-overlay480.sh new file mode 100755 index 0000000..1c73212 --- /dev/null +++ b/static/gen-overlay480.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +if [ -z "$1" ] +then + echo "Logo to generate overlay from was not specified." + exit 1 +fi + +DIR="$(dirname "$(which "$0")")" + +export LOGO_URL="file://$DIR/logoGen/$1.svg" +envsubst < "$DIR/overlay480.svg" > overlay480.tmp.svg + +inkscape -o overlay480.png overlay480.tmp.svg +rm overlay480.tmp.svg diff --git a/static/overlay480.png b/static/overlay480.png new file mode 100644 index 0000000..9ebf0b6 Binary files /dev/null and b/static/overlay480.png differ diff --git a/static/overlay480.svg b/static/overlay480.svg new file mode 100644 index 0000000..70be4a8 --- /dev/null +++ b/static/overlay480.svg @@ -0,0 +1,4 @@ + + + +