[Libreoffice-bugs] [Bug 126746] Cap style losed in pptx
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 7 21:32:34 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126746
Bartosz <gang65 at poczta.onet.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Assignee|libreoffice-bugs at lists.free |gang65 at poczta.onet.pl
|desktop.org |
--- Comment #5 from Bartosz <gang65 at poczta.onet.pl> ---
Created attachment 153212
--> https://bugs.documentfoundation.org/attachment.cgi?id=153212&action=edit
Example of wrongly exported pptx file after manual fix by MS Excel
To fix the issue the cap="rnd"> property need to be exported in
"ppt/slides/slide1.xml".
As a result instead of:
<a:ln w="182880">
<a:solidFill>
<a:srgbClr val="00B0F0"/>
</a:solidFill>
<a:round/>
</a:ln>
it should be:
<a:ln w="182880" cap="rnd">
<a:solidFill>
<a:srgbClr val="00B0F0"/>
</a:solidFill>
<a:round/>
</a:ln>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190807/b30cd572/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list