https://bugs.documentfoundation.org/show_bug.cgi?id=100492
--- Comment #11 from Armin Le Grand (CIB) <[email protected]> ---
Basic difference between
(a) export from copied shape in draw/impress and
(b) executing the macro
that
(a) does the 'big' svg exporter using UNO API, traveling over
document/pages/shapes and exporting each as single shape (much better
structured SVG), while
(b) uses the GraphicExportFilter after fetching a single Metafile of all
contained objects (raw geometry, bad structured SVG).
Both land in SVGActionWriter::ImplWriteActions to write the metafile.
Interstingly while (a) has the correct LineStart/End infos in the single
Metafiles per object, (b) seems not to have that. Question is where these
extra-Arrows come from. Looking into it...
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs