summarylogtreecommitdiffstats
path: root/texts2paths.patch
diff options
context:
space:
mode:
authorBehnam Momeni2021-04-01 14:40:11 +0430
committerBehnam Momeni2021-04-01 14:40:11 +0430
commitb71cd72c4b4b256372aa0190d33fc42280302b06 (patch)
tree1b31b2c4dae015e6b89daa9a1e67af0242210668 /texts2paths.patch
parent8ef1b3165667d9c7afcf03fde7744406cc305b3e (diff)
downloadaur-b71cd72c4b4b256372aa0190d33fc42280302b06.tar.gz
Upgrade to version 21.02
Diffstat (limited to 'texts2paths.patch')
-rw-r--r--texts2paths.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/texts2paths.patch b/texts2paths.patch
deleted file mode 100644
index b1f7b2609f75..000000000000
--- a/texts2paths.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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)