https://bugs.documentfoundation.org/show_bug.cgi?id=114139

--- Comment #5 from Bartosz <gan...@poczta.onet.pl> ---
The root cause of problem is setting up the shape colour, in chart1.xml file:   
            <c:spPr>
                <a:solidFill>
                    <a:srgbClr val="d9d9d9"/>
                </a:solidFill>
                <a:ln>
                    <a:noFill/>
                </a:ln>
            </c:spPr>
        </c:plotArea>

After replacing it with 
            <c:spPr>
                <a:noFill/>
                <a:ln>
                    <a:noFill/>
                </a:ln>
                <a:effectLst/>
            </c:spPr>

The issue is gone.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to