File diff 2f43c705dbe2 → fe2f697a3ef8
convert.sh
Show inline comments
 
@@ -6,7 +6,7 @@ for i in $(find $1/SVG -type f -not -nam
 
    new_png_filename=$(echo $i | sed 's/svg/png/g' | sed 's/SVG/PNG/g')
 
    new_eps_filename=$(echo $i | sed 's/svg/eps/g' | sed 's/SVG/EPS/g')
 
    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" -T
 
    inkscape -f "$i" --export-plain-svg="$new_plain_svg_filename" --export-text-to-path --vacuum-defs
 
    inkscape -f "$i" -e "$new_png_filename" -C -d 1200
 
    inkscape -f "$i" -E "$new_eps_filename" -C -d 1200
 
done