1
0
Fork 0

Enabling sorting attributes in svg output.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-23 00:54:14 +02:00
parent 177b128772
commit 97dd631943
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Enabling 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
@@ -355,7 +355,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"/>

View file

@ -9,3 +9,4 @@ Fix-building-with-poppler-25.02.0.patch
skip-test-multi-page-sample-big-endian.patch
skip-test-geom-pathstroke.patch
skip-tests-multi-architectures.patch
progress-linux/0001-enable-sort-attributes.patch