This commit is contained in:
devdesk 2023-06-14 13:36:23 +03:00
parent 2d73bf25fb
commit d9d3c5050a
1 changed files with 1 additions and 0 deletions

View File

@ -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)