No plugin found capable of reading '/path/to/Shapes.svg' #3342
Labels
bug
Something isn't working as expected
feature
New feature or request
priority:high
High priority issue
severity:medium
Impairs users from using napari to do what they need but napari is not crashing or segfaulti
🐛 Bug
I am a beginner so perhaps the solution is obvious, but it seems that when saving a shapes layer, the default extension is svg (maybe there are other suitable formats?) and it is not possible to load the said svg later on.
To Reproduce
Steps to reproduce the behavior:
The error is:
ValueError: No plugin found capable of reading '/Path/to/result/Shapes.svg'.
Expected behavior
The shapes should be loaded and plotted on the canvas.
Environment
napari: 0.4.11
Platform: macOS-11.5.2-x86_64-i386-64bit
System: MacOS 11.5.2
Python: 3.9.6 | packaged by conda-forge | (default, Jul 11 2021, 03:36:15) [Clang 11.1.0 ]
Qt: 5.15.2
PyQt5: 5.15.4
NumPy: 1.21.2
SciPy: 1.7.1
Dask: 2021.08.1
VisPy: 0.8.1
OpenGL:
Screens:
Plugins:
console: 0.0.4
napari-tissuumaps: 0.0.3
scikit-image: 0.4.11
svg: 0.1.5
Any other relevant information:
Additional context
I could create a script to procedurally add points, and that worked. Saving the svg does not produce any error. I don't know if the feature is not implemented (feature request?) or if it is a bug.
The text was updated successfully, but these errors were encountered: