https://bugs.documentfoundation.org/show_bug.cgi?id=168558
--- Comment #3 from Regina Henschel <[email protected]> --- (In reply to Eyal Rozenberg from comment #2) > When I open the file in LO 26.2, I notice that the Area options, Gradient > tab, has "Center" set of 0% and 0% rather than 50% and 50%. I take it that's > the actual problem? Yes. The error is in https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/fillproperties.cxx?r=6d0e5ddedec1314dfb8b99db73d171254f0714ed#516 If the attribute fillToRect is missing, MS Office uses the point (50%|50%), whereas LibreOffice code uses a rectangle from left-top(0|0) to right-bottom(100%|100%). The information about how MS Office does it, is in list item "a" in 2.1.1284 Part 1 Section 20.1.8, Shape, Fills, Effects and Line Properties in [MS-OI29500]. -- You are receiving this mail because: You are the assignee for the bug.
