this
This commit is contained in:
parent
2d73bf25fb
commit
d9d3c5050a
|
@ -21,6 +21,7 @@ class ExportAndRunScript(inkex.EffectExtension):
|
||||||
# Get the IDs of the selected elements
|
# Get the IDs of the selected elements
|
||||||
selected_ids = ",".join(element.get('id') for element in selection.values())
|
selected_ids = ",".join(element.get('id') for element in selection.values())
|
||||||
|
|
||||||
|
|
||||||
# Run the Inkscape CLI command to export the selection to a PNG
|
# Run the Inkscape CLI command to export the selection to a PNG
|
||||||
self.run_export_command(selected_ids, png_file_path)
|
self.run_export_command(selected_ids, png_file_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user