Commit 89ab2b0e authored by GoshaZotov's avatar GoshaZotov

for drawing surface charts

parent ce9b40d9
......@@ -11969,7 +11969,7 @@ drawSurfaceChart.prototype =
var pen = style && style.spPr ? style.spPr.ln : null;
//линии пока делаю по цвету как и заливку
if(!pen)
if(!pen || (pen && 0 === pen.w))
{
pen = AscFormat.CreatePenFromParams(brush, undefined, undefined, undefined, undefined, 0.13);
}
......
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