Comment 3 for bug 437366

Revision history for this message
Jacob Scheib (jrscheib) wrote :

If you modify your preferences.xml (http://wiki.inkscape.org/wiki/index.php/Preferences_subsystem) to <group
 id="svgoutput"
 usenamedcolors="0"
 numericprecision="2"
 minimumexponent="-2"
 inlineattrs="0"
 indent="0"
 pathstring_format="2"
 forcerepeatcommands="0"
 incorrect_attributes_warn="0"
 incorrect_attributes_remove="0"
 incorrect_style_properties_warn="0"
 incorrect_style_properties_remove="0"
 style_defaults_warn="0"
 style_defaults_remove="0"
 check_on_reading="0"
 check_on_editing="0"
 check_on_writing="0"
 sort_attributes="0" />
this will suppress the warnings in the command line. Ones to note are the _warn attributes. This can also be done in the GUI, but GUI uses ENV variables and command-line does not.