Inkscape command line: Need to convert SVG to eps without filter rasterisation

前端 未结 1 1369
眼角桃花
眼角桃花 2021-01-30 21:25

I need to convert an SVG to EPS and currently use inkscape to do this.

To convert the SVG using the Inkscape GUI version, I simply open the svg, and \"Save As\" \'logo.

相关标签:
1条回答
  • 2021-01-30 22:01

    The command I had to use to fix this problem was

    inkscape in.svg -E out.eps --export-ignore-filters --export-ps-level=3
    

    where in.svg is your image and out.eps is the eps that comes out.

    0 讨论(0)
提交回复
热议问题