diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:25:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:25:52 +0000 |
commit | 912a181d25f42474d5791fc2fcca096859c8a2be (patch) | |
tree | d3ef2e781a621fd02a2a851d04964b236e91c8cc /debian/patches/progress-linux/0001-enable-sort-attributes.patch | |
parent | Updating vcs fields. (diff) | |
download | inkscape-912a181d25f42474d5791fc2fcca096859c8a2be.tar.xz inkscape-912a181d25f42474d5791fc2fcca096859c8a2be.zip |
Enable sorting attributes in svg output.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux/0001-enable-sort-attributes.patch')
-rw-r--r-- | debian/patches/progress-linux/0001-enable-sort-attributes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-enable-sort-attributes.patch b/debian/patches/progress-linux/0001-enable-sort-attributes.patch new file mode 100644 index 0000000..ea5228b --- /dev/null +++ b/debian/patches/progress-linux/0001-enable-sort-attributes.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Enable sorting attributes in svg output. + +diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h +--- inkscape.orig/src/preferences-skeleton.h ++++ inkscape/src/preferences-skeleton.h +@@ -338,7 +338,7 @@ static char const preferences_skeleton[] + check_on_reading="0" + check_on_editing="0" + check_on_writing="0" +- sort_attributes="0"/> ++ sort_attributes="1"/> + <group id="externalresources"> + <group id="xml" + allow_net_access="0"/> |