msrosenberg / MetaWin

GNU General Public License v3.0
9 stars 1 forks source link

Figure output in vector formats #23

Closed msrosenberg closed 1 year ago

msrosenberg commented 1 year ago

There appears to be a bug in the prepackaged versions of MetaWin, where figures cannot be saved in vector formats (e.g., svg, eps, ps, and pdf). Figures can be saved in raster formats (e.g., png, jpg, tif, and webp).

This bug is due to pyinstaller and is only present in the prepackaged versions: if running directly from the codebase, all formats should work without error.

I believe I have a solution already, so expect this to be fixed with the next release.