From d9d3c5050a4694d271133b708adc336a80c8e4af Mon Sep 17 00:00:00 2001 From: devdesk Date: Wed, 14 Jun 2023 13:36:23 +0300 Subject: [PATCH] this --- inkscape/thermo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inkscape/thermo.py b/inkscape/thermo.py index d90a53c..53361e6 100644 --- a/inkscape/thermo.py +++ b/inkscape/thermo.py @@ -21,6 +21,7 @@ class ExportAndRunScript(inkex.EffectExtension): # Get the IDs of the selected elements selected_ids = ",".join(element.get('id') for element in selection.values()) + # Run the Inkscape CLI command to export the selection to a PNG self.run_export_command(selected_ids, png_file_path)