[Libreoffice-bugs] [Bug 85127] FILEOPEN: DOCX - Image/shape border not preserved
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 26 11:42:27 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=85127
Yousuf Philips (jay) <philipz85 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jluth at mail.com,
| |mikekaganski at hotmail.com
Blocks| |104442
--- Comment #17 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
(In reply to Luke from comment #16)
> MS Office 2007 reports that this file is opened in "compatibility mode". If
> I convert it to a native MSO 2007 OOXML format, the border is displayed in
> LO. So MSO 2003 docx? Is this a VML issue?
The document meta data say it was last modified with word 2013. MSO 2003 doesnt
have docx support natively. Yes a VML issue as its using the <w:pict> tag.
Here is the relevant XML
<w:pict>
...
<v:shape ... stroked="t" strokecolor="windowText">
<v:imagedata r:id="rId6" o:title="4" />
<w10:wrap type="square" />
</v:shape>
</w:pict>
So it is supposed to be stroked (stroked="t") in black[1]
(strokecolor="windowText"). Looking in Word, it has a stroke weight of 0.75pt,
which is likely the default else there would have been a strokeweight attribute
in the <v:shape> tag.
[1]
https://opengrok.libreoffice.org/xref/core/sd/source/filter/eppt/pptx-epptooxml.cxx#2319
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=104442
[Bug 104442] [META] OOXML shape (DrawingML and VML) related issues
--
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/20170926/710db65e/attachment.html>
More information about the Libreoffice-bugs
mailing list