diff --git a/convert.sh b/convert.sh --- a/convert.sh +++ b/convert.sh @@ -42,4 +42,4 @@ while IFS= read -r -d '' i; do inkscape --export-type=eps --export-filename="$new_eps_filename" --export-area-page --export-dpi=1200 "$i" inkscape --export-plain-svg --export-filename="$new_plain_svg_filename" --export-text-to-path --vacuum-defs "$i" fi -done < <(find "$1/SVG" -type f -not -name "Laurel_Wreath.svg" -not -iname "QRCode.svg" -print0) +done < <(find "$1/SVG" -type f -not -name "Laurel_Wreath.svg" -not -iname "QRCode.svg" -not -iname "blanco.svg" -print0)