https://bugs.documentfoundation.org/show_bug.cgi?id=92222
--- Comment #5 from Luke <[email protected]> ---
Created attachment 139744
--> https://bugs.documentfoundation.org/attachment.cgi?id=139744&action=edit
Triangle created in MSO 2007 correctly imported with 2pt line width
In the .pptx file, by changing \ppt\theme\theme1.xml
FROM:
<a:ln algn="ctr" cmpd="sng" cap="flat" w="9525">
<a:ln algn="ctr" cmpd="sng" cap="flat" w="25400">
<a:ln algn="ctr" cmpd="sng" cap="flat" w="38100">
TO:
<a:ln algn="ctr" cmpd="sng" cap="flat" w="6350">
<a:ln algn="ctr" cmpd="sng" cap="flat" w="12700">
<a:ln algn="ctr" cmpd="sng" cap="flat" w="19050">
I was able to fix this issue.
The TO: are the defaults MS Office 2013, and 2016 uses. MS Office 2007 uses the
old FROM: defaults. Our pptx importer correctly reads and uses these values,
but they are lost on export.
--
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