https://issues.apache.org/ooo/show_bug.cgi?id=119118
--- Comment #9 from Armin Le Grand <[email protected]> --- ALG: Hi Regina, thanks for the patch. It surely does the right thing, but I would like to move this behind aw080 because: - currently we have two svg:d im/exporters, one in xmloff and one in basegfx - in aw080, these are already consolidated (to the one in basegfx) - I want to support plane svg:d there (handle 'z' correctly) and add a compatibility mode (cm) there - if cm true and import, handle 'z' wrong as usual - if cm false and import, do correct 'z', use e.g. in svg import - if cm true in export, add a 'M' after each 'z' to avoid the old error - if cm false in export, handle correct as pure svg:d To not do double work and to avoid problems, I would like to do this evtl. additional change after this, please be patient ;-) -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
