File diff 21daec3b5642 → 895de5003d8e
convert.sh
Show inline comments
 
@@ -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