https://issues.apache.org/ooo/show_bug.cgi?id=123433
--- Comment #3 from Armin Le Grand <[email protected]> --- ALG: Integrated, adapted (with some changes). This also adds the compatible mode to svg:d read/write (to importFromSvgD and exportToSvgD, both have now a boolean bHandleRelativeNextPointCompatible which is true for all usages in xmloff (ODF format) and false for all usages in svgio (svg importer)). The svg importer will now trace standars svg:d without the offset error with relative 'z' statemants. Also added code to handle 'l' or 'L' directly after 'z' or 'Z' with missing 'm' or 'M'. Added code to export absolute 'M' statements for svg:d in ODF, this should ensure that these can be imported later without error handling. Checked that existing AOO version import that format flawlessly. Other AOO derivates should be able to import this correctly too. I would recommend other AOO derivatives to do the same: write 'M' in svg:d export instead of 'm'... Checked the svg importer in svgio, all my test files look well. Also checked with 'MarkerDirection' example from Regina, all look well now (only one marker direction different from IE in top-left example, but I think IE is wrong here). Doing some more data exchange tests... -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
