https://bugs.documentfoundation.org/show_bug.cgi?id=85127

Yousuf Philips (jay) <philip...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jl...@mail.com,
                   |                            |mikekagan...@hotmail.com
             Blocks|                            |104442

--- Comment #17 from Yousuf Philips (jay) <philip...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to