blob: ea5228b561cd154b4aa357fe2012660004c17585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"/>
|