https://issues.apache.org/ooo/show_bug.cgi?id=119118
--- Comment #13 from Armin Le Grand <[email protected]> --- ALG: @Regina: Please ask. I interpret '8.3.3 The "closepath" command' as follows: If a "closepath" is followed immediately by a "moveto", then the "moveto" identifies the start point of the next subpath. If a "closepath" is followed immediately by any other command, then the next subpath starts at the same initial point as the current subpath. E.g. 'M 10,20 z v 20' For me this means that the 'v' creates a line from (10,20) to (10, 40) because of the 2nd sentence of the citate above: (10,20) is 'the same initial point as the current subpath' and gets created indirectly. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
