I closed out of the session and went an renamed my previous preferences file (so I could refer back to it later), then reopened Inkscape
I new preferences file was generated (as expected) however, now when files are saved, each name->value pair is being written on a line of it's own
Code: Select all
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="0"
inkscape:zoom="4"
inkscape:cx="165.80846"
inkscape:cy="375"
inkscape:document-units="px"
inkscape:current-layer="layer5"
showgrid="true"
showguides="true"
inkscape:window-width="1920"
inkscape:window-height="996"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
guidetolerance="10"
gridtolerance="10"
inkscape:showpageshadow="false">
is there a setting somewhere that I haven't seen to make it save inline instead?
more like this :
Code: Select all
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="0" inkscape:zoom="4" inkscape:cx="165.80846" inkscape:cy="375" inkscape:document-units="px" inkscape:current-layer="layer5" showgrid="true" showguides="true" inkscape:window-width="1920" inkscape:window-height="996" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1" guidetolerance="10" gridtolerance="10" inkscape:showpageshadow="false">