Commit 3ab4420e authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Дополнен c_oAscFill

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49221 954022d7-b5bf-4e40-9824-e11837661b57
parent b6ea8577
......@@ -332,7 +332,9 @@ var c_oAscStyleImage = {
var c_oAscFill = {
FILL_TYPE_BLIP : 1,
FILL_TYPE_NOFILL : 2,
FILL_TYPE_SOLID : 3
FILL_TYPE_SOLID : 3,
FILL_TYPE_PATT : 4,
FILL_TYPE_GRAD : 5
};
var c_oAscFillBlipType = {
......
......@@ -1784,7 +1784,7 @@ function CorrectUniFillEx(asc_fill, unifill) {
if (c_oAscFillGradType.GRAD_LINEAR == _grad_type)
{
var _angle = _fill.asc_getLinearAngle();
var _scale = _fill.getLinearScale();
var _scale = _fill.asc_getLinearScale();
if (!ret.fill.lin)
ret.fill.lin = new GradLin();
......
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