summarylogtreecommitdiffstats
path: root/texts2paths.patch
blob: b1f7b2609f758b5db78448b9beaf3a29f834e2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN sozi-org/tools/texts2paths/texts2paths.py sozi-new/tools/texts2paths/texts2paths.py
--- sozi-org/tools/texts2paths/texts2paths.py	2019-04-22 19:26:13.000000000 +0430
+++ sozi-new/tools/texts2paths/texts2paths.py	2019-04-25 16:16:40.617230791 +0430
@@ -44,6 +44,7 @@
     command = ["inkscape"]
     for t in texts:
         command += ["--verb=EditDeselect", "--select=" + t.get("id"), "--verb=ObjectToPath"]
-    command += ["--verb=FileSave", "--verb=FileClose", output_file_name]
+    command += ["--verb=FileSave", "--verb=FileClose",
+            "--verb=FileQuit", output_file_name]
 
     subprocess.call(command)