[Libreoffice-bugs] [Bug 108077] [FILESAVE DOCX] Triangle points in Points and Lines chart appear upside down
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 10 07:24:30 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=108077
--- Comment #5 from Gabor Kelemen <kelemeng at ubuntu.com> ---
So, I took a look into the XML created by Excel, the important part:
<c:marker><c:symbol val="triangle"/><c:size
val="5"/><c:spPr><a:solidFill><a:schemeClr val="accent3"/></a:solidFill><a:ln
w="9525"><a:solidFill><a:schemeClr
val="accent2"/></a:solidFill></a:ln><a:effectLst/></c:spPr></c:marker>
LibreOffice XLSX:
<c:marker><c:symbol val="triangle"/><c:size
val="8"/><c:spPr><a:solidFill><a:srgbClr
val="ffd320"/></a:solidFill></c:spPr></c:marker>
While in ODF it is
<style:chart-properties chart:symbol-type="named-symbol"
chart:symbol-name="arrow-down" chart:symbol-width="0.25cm"
chart:symbol-height="0.25cm" chart:link-data-style-to-source="true"/>
So these are different drawing object in ODF and OOXML, but we are consistent
with Excel when writing XLSX.
I'd say NOTABUG - it looks a bit different, but the import+export is
consistent.
--
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/20180810/9ddc5fb6/attachment.html>
More information about the Libreoffice-bugs
mailing list