Commit 0ef59142 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

test

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48638 954022d7-b5bf-4e40-9824-e11837661b57
parent ec224dab
......@@ -2251,7 +2251,7 @@ function DrawingObjects() {
/*for (var i = 0; i < _this.countDrawingObjects(); i++) {
var obj = aObjects[i];
obj.graphicObject.draw(shapeOverlayCtx, true);
obj.graphicObject.draw(shapeOverlayCtx);
}*/
}
......
......@@ -1751,7 +1751,7 @@ CShape.prototype =
}
},
draw: function(graphics, bOverlay)
draw: function(graphics)
{
graphics.SetIntegerGrid(false);
graphics.transform3(this.transform, false);
......@@ -1760,7 +1760,7 @@ CShape.prototype =
shape_drawer.draw(this.spPr.geometry);
graphics.reset();
graphics.SetIntegerGrid(true);
if ( this.txBody && !bOverlay )
if ( this.txBody )
{
graphics.SetIntegerGrid(false);
graphics.transform3(this.transformText);
......
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