<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - One triangle doesn't get rendered"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104557">bug 104557</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com, mikekaganski@hotmail.com, philipz85@hotmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>FILEOPEN: One of triangles is missing in Word 2007 DOCX, all visible if saved in Word as 2010 DOCX
           </td>
           <td>FILEOPEN: DOCX - One triangle doesn't get rendered
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - One triangle doesn't get rendered"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104557#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - One triangle doesn't get rendered"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104557">bug 104557</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>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>.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>