<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE PPTX Text in shape shifted from center to upper left corner"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=100391#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE PPTX Text in shape shifted from center to upper left corner"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=100391">bug 100391</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>The problem is likely in DrawingML::WritePolyPolygon() in line
mpFS->singleElementNS(XML_a, XML_rect, XML_l, "0", XML_t, "0", XML_r, "r",
XML_b, "b");

Idea for custom shapes: Get the SdrObject from XShape. Create
EnhancedCustomShape2d for the SdrObject. Use method
EnhancedCustomShape2d::GetTextRect(). I guess, that the rectangle has the same
scale as the polypolygon. It might need the same shift.

I see the same wrong position for texts in block arrows.</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>