Commit 4bf07dd9 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 32148 - Не отображается область 3D диаграммы типа Line, созданной в Libre Office

parent cc884ada
......@@ -3721,7 +3721,7 @@ drawLineChart.prototype =
//в excel всегда темные боковые стороны, лицевая и задняя стороны светлые
//todo возможно стоит проверить fill.type на FILL_TYPE_NOFILL и рисовать отдельно границы, если они заданы!
brush = pen.Fill;
//brush = pen.Fill;
if(brush.fill.color === undefined)
return;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment