Dear All,
I want to create a path, forcing all points to relative coordinates. I checked "Allow relative coordinates" and "Force repeat commands" in the Inkscape preferences.
Toy example:
<path sodipodi:nodetypes="ccccccccccccccc" inkscape:connector-curvature="0" id="path2984" d="m 105,0 c 21,1 21,26 8,32 c 42,23 82,78 32,113 c 10,5 10,5 10,30 l -28,0 c 0,23 0,23 61,23 c 17,1 19,12 22,22 c -85,0 -95,5 -105,-23 c -10,28 -20,23 -105,23 c 3,-10 5,-21 22,-22 c 61,0 61,0 61,-23 l -28,0 c 0,-25 0,-25 10,-30 c -50,-35 -10,-90 32,-113 c -13,-6 -13,-31 8,-32 z" style="fill:#b70000;fill-opacity:0.6;stroke:none" />
This looks fine, but when I am moving the path (say 5px to the right), and then back again, the path gets fixed coordinates (which I would like to avoid): d="m 105,0 c 21,1 21,26 8,32 c 42,23 82,78 32,113 c 10,5 10,5 10,30 l -28,0 c 0,23 0,23 61,23 c 17,1 19,12 22,22 c -85,0 -95,5 -105,-23 C 95,225 85,220 0,220 c 3,-10 5,-21 22,-22 c 61,0 61,0 61,-23 l -28,0 c 0,-25 0,-25 10,-30 C 15,110 55,55 97,32 C 84,26 84,1 105,0 z"
What would be the best way of forcing the path to (always) relative coordinates? Thank you, Adrian