- Notifications
You must be signed in to change notification settings - Fork12
Open
Labels
Description
I have a handful of files frommatplotlib
that don't like to be included withsvg
. The one thing they have in common is being created with theimshow
command, which means they contain an image. I have no issues with any other files generated withmatplotlib
.
The relevant part of the log:
Package svg Info: Calling Inkscape on input line 642.runsystem(inkscape "figures//test.svg" -C --export-latex --export-filename="test_svg-tex.pdf")...executed.Package svg Warning: The export with Inkscape failed for file(svg) `figures//test.svg'(svg) Troubleshooting: Please check in the log file how(svg) the invocation of Inkscape took place and try to(svg) execute it yourself in the terminal on input line 642.
The best part is that I can copy-paste the command to the terminal and it will work like a charm.
I included an example bad file here:
test.zip