As sated here the moveTo command (m/M), when followed by more than one pair of coordinates, assumes the command to be a lineTo (l/L) instead. Currently the library treats it as other moveTo, so it does not draw paths starting with lines. This behaviour is what inkscape does by default, so it is not possible to draw a line from its source directly.
It may be useful to make the code conform to this pattern, as it is the way inkscape saves the elements.
As sated here the moveTo command (m/M), when followed by more than one pair of coordinates, assumes the command to be a lineTo (l/L) instead. Currently the library treats it as other moveTo, so it does not draw paths starting with lines. This behaviour is what inkscape does by default, so it is not possible to draw a line from its source directly.
It may be useful to make the code conform to this pattern, as it is the way inkscape saves the elements.