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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50466 954022d7-b5bf-4e40-9824-e11837661b57
parent 8cfa6ba2
...@@ -835,11 +835,15 @@ CChartTitle.prototype = ...@@ -835,11 +835,15 @@ CChartTitle.prototype =
draw: function(graphics) draw: function(graphics)
{ {
graphics.SetIntegerGrid(false);
graphics.transform3(this.transformText); if(!(graphics.ClearMode === true))
this.txBody.draw(graphics); {
graphics.reset(); graphics.SetIntegerGrid(false);
graphics.SetIntegerGrid(true); graphics.transform3(this.transformText);
this.txBody.draw(graphics);
graphics.reset();
graphics.SetIntegerGrid(true);
}
/* graphics.SetIntegerGrid(false); /* graphics.SetIntegerGrid(false);
graphics.transform3(this.transform); graphics.transform3(this.transform);
......
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