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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
             Blocks|                            |104442

--- Comment #10 from Yousuf Philips (jay) <[email protected]> ---
If i compare the transitional and strict xml, transitional has xml like this
for the 2 frames

<w:r>
  <w:rPr>
  <mc:AlternateContent>
    <mc:Choice Requires="wps">
      <w:drawing>
    </mc:Choice>
    <mc:Fallback xmlns:w15="...">
      <w:pict>
    </mc:Fallback>
  </mc:AlternateContent>
</w:r>

while strict only has these

<w:r>
  <w:rPr>
  <w:drawing>
</w:r>

and after a bit of digging, i think that LO does support the <wp:wsp> tag found
under the <w:drawing> tag, like so, as it does support the <pic:pic> tag when
its in its place.

<w:drawing>
 <wp:anchor ...>
   <a:graphic ...>
     <a:graphicData ...>
       <wp:wsp>
         <wp:cNvSpPr ...>
         <wp:spPr ...>
         <wp:txbx>
         <wp:bodyPr ...>
       </wp:wsp>
     </a:graphicData>
   </a:graphic>
 </wp:anchor>
</w:drawing>

@Justin, @Mike, @Miklos: Any thoughts?


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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to