[Libreoffice-bugs] [Bug 82217] FILEOPEN: DOCX - Chart missing border
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 31 09:27:50 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=82217
Yousuf Philips (jay) <philipz85 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jluth at mail.com,
| |mikekaganski at hotmail.com
Summary|FILEOPEN: DOCX with OLE |FILEOPEN: DOCX - Chart
|Chart missing border |missing border
--- Comment #5 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
If <a:ln> isnt defined in <c:spPr> in chart*.xml, then the default behaviour is
that the border is on. Also when the 'w' attribute of <a:ln> isnt defined, it
defaults to 0.75pt border width. If the border is turned off, the xml looks
like so.
<c:spPr>
<a:ln>
<a:noFill />
</a:ln>
</c:spPr>
XML of a set outline color and set border width
<c:spPr>
<a:ln w="12700">
<a:solidFill>
<a:schemeClr val="accent2" />
</a:solidFill>
</a:ln>
</c:spPr>
Tested this issue in both Word 2007 and 2010, and it isnt limited to the MSO
2007 dialect.
--
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/20171031/e55e4729/attachment.html>
More information about the Libreoffice-bugs
mailing list