Commit f1b8e06e authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

add in array colors null(if color === "transparent")

parent 7834eb98
......@@ -12773,9 +12773,7 @@
{
alreadyAddColors[null] = true;
var ascColor = new Asc.asc_CColor();
ascColor.asc_putType(Asc.c_oAscColor.COLOR_TYPE_NONE);
res.colors.push(ascColor);
res.colors.push(null);
}
continue;
......@@ -12832,9 +12830,7 @@
{
alreadyAddColors[null] = true;
var ascColor = new Asc.asc_CColor();
ascColor.asc_putType(Asc.c_oAscColor.COLOR_TYPE_NONE);
res.colors.push(ascColor);
res.colors.push(null);
}
}
......
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