Created
January 23, 2022 22:09
-
-
Save yuripourre/4c3fcc60906883f4a72fe62c2e1d3cbf to your computer and use it in GitHub Desktop.
Command to convert from svg to vector eps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inkscape file.svg --export-type=eps file.eps --export-ignore-filters --export-ps-level=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: https://stackoverflow.com/a/30539923/7030976