Re: enhanced-path command M with multiple pairs of coordinates

2019-01-25 Thread Thorsten Behrens
Hi Regina, Regina Henschel wrote: > My patch transforms a path like "M 0 0 5 10 10 0 N" on import in a command > sequence, where an additional command L (=lineTo) is introduced. So when > saving you get "M 0 0 L 5 10 10 0 N". > Yes I think that's the best way to deal with this, as it writes svg p

enhanced-path command M with multiple pairs of coordinates

2019-01-24 Thread Regina Henschel
Hi, this is about https://gerrit.libreoffice.org/66888. I have put it to Gerrit for discussion. The spec says, "If a moveto is followed by multiple pairs of coordinates, they are treated as lineto." LibreOffice does not honor this, Karbon does it. My patch transforms a path like "M 0 0 5 10