Commit cd6629fc authored by Sergey Luzyanin's avatar Sergey Luzyanin

Баги в билдере

parent 58abadfd
...@@ -839,9 +839,9 @@ ...@@ -839,9 +839,9 @@
oUniFill.fill = new AscFormat.CGradFill(); oUniFill.fill = new AscFormat.CGradFill();
for(var i = 0; i < aGradientStop.length; ++i) for(var i = 0; i < aGradientStop.length; ++i)
{ {
oUniFill.fill.Gs.push(aGradientStop[i].Gs); oUniFill.fill.colors.push(aGradientStop[i].Gs);
} }
oUniFill.path = new AscFormat.GradPath(); oUniFill.fill.path = new AscFormat.GradPath();
return new ApiFill(oUniFill); return new ApiFill(oUniFill);
}; };
......
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