We using the inskcape command line to convert svg file to eps.
Code: Select all
inkscape test.svg -E test.eps
The svg file contains masks (elements with tag "<mask>"). Inkscape crashes when converts to eps. When we remove masks from svg the inkscape converts correctly without errors. See attached svg file.