Commit b914ad36 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

заливаем path в textArt только тогда, когда приходит команда df

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66210 954022d7-b5bf-4e40-9824-e11837661b57
parent f36a9435
......@@ -1356,7 +1356,7 @@ CTextDrawer.prototype =
oPath.setPathW(this.pathW);
oPath.setPathH(this.pathH);
oPath.setExtrusionOk(false);
oPath.setFill("norm");
oPath.setFill("none");
oPath.setStroke(true);
oLastObjectToDraw.geometry.AddPath(oPath)
}
......@@ -1460,6 +1460,8 @@ CTextDrawer.prototype =
},
df : function()
{
var oPathToDraw = this.Get_PathToDraw();
oPathToDraw.setFill("norm");
},
drawpath : function(type)
......
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