https://bugs.documentfoundation.org/show_bug.cgi?id=96469
--- Comment #3 from Luke <[email protected]> --- Created attachment 121286 --> https://bugs.documentfoundation.org/attachment.cgi?id=121286&action=edit Even simpler xlsx example that uses RGB color The roundtripped file can be fixed by adding back the following code to xl\charts\chart1.xml <c:idx val="0"/><c:spPr><a:solidFill><a:srgbClr val="FF0000"/></a:solidFill><a:ln><a:noFill/></a:ln><a:effectLst/></c:spPr></c:dPt> attachment 121283 uses scheme colors and fixed by adding back the following code to xl\charts\chart1.xml <a:solidFill><a:schemeClr val="bg1"/></a:solidFill><a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="tx1"><a:lumMod val="15000"/><a:lumOff val="85000"/></a:schemeClr></a:solidFill><a:round/></a:ln><a:effectLst/> -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
