https://issues.apache.org/ooo/show_bug.cgi?id=124084
--- Comment #6 from Regina Henschel <[email protected]> --- Created attachment 82515 --> https://issues.apache.org/ooo/attachment.cgi?id=82515&action=edit Example for misinterpretation of absolute M command AOO gets the command M wrong, if it is the first command of the path and the coordinates are others than (0|0). The upper example in the attached file has the sequence M2000 3000 and the drawing should start in point (2000|3000), but is does not. The lower example has the sequence M0 0 M2000 3000 and there the drawing starts correctly in point (2000|3000). Compared with the original example I have changed parts, to make sure, that the error is not in that parts: I have added units to x, y, width, height; and removed comma on path description; and reduced the drawing to a single curve segment. The original document has a syntax error in attribute value of attribute preserveAspectRatio. It should be "xMidYMid meet". But is does not matter here, because "xMidYMid meet" is the default value for this attribute. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
