diff --git a/convert.sh b/convert.sh --- a/convert.sh +++ b/convert.sh @@ -9,6 +9,8 @@ for i in $(find $1/SVG -type f -not -nam if [[ "$1" =~ "entr0py" ]]; then inkscape -f "$i" -e "$new_png_filename" -C -w 1920 -h 1080 + elif [[ "$1" =~ "Videos" ]]; then + inkscape -f "$i" -e "$new_png_filename" -C -w 1920 -h 1080 else inkscape -f "$i" -A "$new_pdf_filename" -T --export-pdf-version=1.5 -C -d 1200 inkscape -f "$i" --export-plain-svg="$new_plain_svg_filename" --export-text-to-path --vacuum-defs