[Libreoffice-bugs] [Bug 104557] FILEOPEN: DOCX - One triangle doesn't get rendered

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 26 23:26:01 UTC 2017


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

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com,
                   |                            |mikekaganski at hotmail.com,
                   |                            |philipz85 at hotmail.com
            Summary|FILEOPEN: One of triangles  |FILEOPEN: DOCX - One
                   |is missing in Word 2007     |triangle doesn't get
                   |DOCX, all visible if saved  |rendered
                   |in Word as 2010 DOCX        |

--- Comment #8 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
So i dug into the XML and see that if the <v:shapetype> child tag is in the
<v:group> tag, then the triangle gets rendered.

<w:pict>
 <v:group id="_x0000_s1037" style="..." coordorigin="...">
   <v:shapetype id="_x0000_t32" coordsize="21600,21600" o:spt="32" o:oned="t"
path="m,l21600,21600e" filled="f">
     <v:path arrowok="t" fillok="f" o:connecttype="none" />
     <o:lock v:ext="edit" shapetype="t" />
   </v:shapetype>
   <v:shape ... />
   <v:shape ... />
   <v:shape ... />
 </v:group>
</w:pict>

I attempted to trim the file down to just the single triangle page, and even
when setting it to maintain compatibility it added the <v:shapetype>, so i
trimmed the file down to also show the previous and next triangles and then it
didnt add the <v:shapetype>.

-- 
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/07eb2791/attachment.html>


More information about the Libreoffice-bugs mailing list