https://issues.apache.org/ooo/show_bug.cgi?id=124610
--- Comment #13 from Armin Le Grand <[email protected]> --- @Thorsten: Tried again with AOO401 and AOO410 on Win7, cannot reproduce. It may be mac specific, though. When I compare the created svg's there are indeed differences in the text export line. In your example from comment 2 it is: <text x="6550" y="11339"> <tspan x="6550 6939 7291 7608 7786 7960 8349 8701 9018 9196 9374 9759 10114 10432">Text Text Text</tspan></text> </g> while on win7 I get: <text x="6550" y="11335"> <tspan x="6550 6872 7223 7536 7714 7879 8201 8552 8866 9043 9209 9530 9882 10195">Text Text Text</tspan></text> </g> When I copy that line to the mac-exported version all works as in the win7 version (as expected). Both claim to use "Arial embedded" but produce slightly different embedded font info in the exported SVGs. I would guess these are unavoidable system differences, though. The embedded font is currently not used at the import, but when it would lead to either not assigning Arial to the object when breaking or having a 2nd Arial font (?). It's definitely system-specific - fonts seem to be different on mac and win. I think both work correct, but when using the Arial from Win7 on Arial exported from Mac (or vice-versa) there will be slight differences, not sure what to do about that... -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
