15 lines
612 B
Diff
15 lines
612 B
Diff
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"/>
|