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

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
            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) <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to