Skip to content

Commit

Permalink
Merge pull request #2930 from markotoplak/svg_export
Browse files Browse the repository at this point in the history
[FIX] Save Image to SVG fixed on Qt5
  • Loading branch information
lanzagar authored Mar 5, 2018
2 parents 8c6331a + 292dcd7 commit 2e5bef4
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _save_buffer(buffer, filename):

@staticmethod
def _get_exporter():
from pyqtgraph.exporters.SVGExporter import SVGExporter
from Orange.widgets.utils.SVGExporter import SVGExporter
return SVGExporter

@staticmethod
Expand Down
Loading

0 comments on commit 2e5bef4

Please sign in to comment.