https://bugs.documentfoundation.org/show_bug.cgi?id=100391
--- Comment #9 from Regina Henschel <[email protected]> --- 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. -- You are receiving this mail because: You are the assignee for the bug.
