Hi all!
Currently I'm developing an app that converts svg-paths created by Inkscape. Now I'm not clear about the path specification regarding absolute and relative path-combinations. Does the specification say anything about a path definition, that holds relative and absolute coodinates at the same time? Espacially the case regarding an absolute bezier curve followed by a relative shorthand bezier curve ?
If this case is possible, then I have to compute and keep the current absolute path to make sure I can compute the first controle point of a relative shorthand curve.
Should I ask the question the Inkscape authors ?
Thanks and best regards.