User Tools

Site Tools


software:inkscape_scripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
software:inkscape_scripts [2016/05/08 01:24] – created adminsoftware:inkscape_scripts [2016/05/08 01:26] admin
Line 97: Line 97:
  if [ -n "$CMND" ]; then  if [ -n "$CMND" ]; then
  echo -e -n "\n   Converting to path..."  echo -e -n "\n   Converting to path..."
- inkscape $CMND --verb FileSave --verb FileQuit ${DNM}/${SFX}/${NF} &> /dev/null+ /usr/bin/inkscape $CMND --verb FileSave --verb FileQuit ${DNM}/${SFX}/${NF} &> /dev/null
  echo " finished."  echo " finished."
  else  else
  echo -e -n "\n   No path or text ID found, skipping path conversion."  echo -e -n "\n   No path or text ID found, skipping path conversion."
  fi  fi
- inkscape -f "${DNM}/${SFX}/${NF}" -A "${DNM}/${SFX}/${NF}".pdf+ /usr/bin/inkscape -f "${DNM}/${SFX}/${NF}" -A "${DNM}/${SFX}/${NF}".pdf
  FILES="${FILES} ${DNM}/${SFX}/${NF}.pdf"  FILES="${FILES} ${DNM}/${SFX}/${NF}.pdf"
  done  done
software/inkscape_scripts.txt · Last modified: 2016/05/11 21:47 by admin