Jasper van de Gronde wrote:
J.B.C.Engelen@...1578... wrote:
Hello all,
I have exposed the SVG Output preferences in a new tab in the preference dialog.
Because of some of the preferences I am not too sure what they do, the tooltip text might be wrong. I hope someone who does know can fix them.
The "allowshorthands" option seems not used anywhere in Inkscape code. Does anybody know what happened with this option? (I have commented it out, so it does not show up in Pref dialog)
Indeed, it's not used. I'm not really sure (anymore at least) how it ended up in the preferences file. While working on the code to generate path data with relative commands I considered also letting Inkscape generate path data with shorthands (h/v commands), but finally decided against it because of the increased complexity and very minor gains.
Was the original idea that we would have different PathString implementations for different path optimisations?
http://inkscape.svn.sourceforge.net/viewvc/inkscape/inkscape/trunk/src/svg/p... http://inkscape.svn.sourceforge.net/viewvc/inkscape/inkscape/trunk/src/svg/p...
Now that I think of it I'm not sure how that would work, but I seem to remember something like that.
Aaron