As i wrote in the topic.
I use this in the commandline
inkscape -l my.svg my.ai
Works and creates an svg out of an ai
But.
All the curvepaths are relative
small c 123,123 123,123 123,123 123,123 123,123 123,123 and so on and so on.
But i need to convert this relative paths to absolute paths
So like
C 123,123 123,123 123,123
Does anyone know which is the right command for it?
Thx a lot