https://bugs.documentfoundation.org/show_bug.cgi?id=150065
--- Comment #3 from Balázs Varga (allotropia) <[email protected]> --- After a little investigation, it seems to me that this is more of an MS-Office bug for two Smart-Art types (Basic-Pyramid and Inverted-Pyramid). The problem does not occur with the other two Pyramid Smart-Art types (Pyramid List, Segmented Pyramid). The original error file also appears in white font when opened in OnlyOffice and Google Slides. The reason is that in ppt/diagrams/drawing1.xml, each <dsp:txBody> element has a <dsp:style> <a:fontRef idx="minor"> <a:schemeClr val="lt1"/> </a:fontRef> </dsp:style> <a:lt1> <a:sysClr val="window" lastClr="FFFFFF"/> </a:lt1> style font color set which in ppt/theme/theme1.xml refers to a white font color. I have created other Smart-Art types in MS-Office which default to black font color (Pyramid List --> attached Pyramid list.pptx, Continuous Arrow Process --> attached Continuous Arrow Process.pptx, Circle Process, Basic Venn, etc...) and they are displayed with black font color in LibreOffice, OnlyOffice and Google Slide. In these documents, the character color style for each <dsp:txBody> element in ppt/diagrams/drawing1.xml is either not referenced by any color (<a:fontRef idx="minor" />) or is referenced by black (<a:schemeClr val="tx1"/>). Since the original bugdoc (with Basic-Pyramid and/or Inverted-Pyramid) was created in Microsoft Office with the default black text color, but was saved with white text color style, so according to OOXML Standard it should appear with white text color as it is happening in Google Sheet, OnlyOffice and in LibreOffice as well. See attached file Pyramid_basic-vs-Pyramid_list-after-MSO-export.png -- You are receiving this mail because: You are the assignee for the bug.
