Commit 6d75aeb4 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

mathText

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57011 954022d7-b5bf-4e40-9824-e11837661b57
parent 9b1a6bda
......@@ -329,14 +329,14 @@ CMathText.prototype =
this.pos.x = pos.x + this.GapLeft;
this.pos.y = pos.y;
console.log("Placeholder : " + this.pos.y);
//console.log("Placeholder : " + this.pos.y);
}
else // for symbol only drawing
{
this.pos.x = pos.x - this.rasterOffsetX;
this.pos.y = pos.y - this.rasterOffsetY;
console.log("Dot : " + this.pos.y);
//console.log("Dot : " + this.pos.y);
}
}
catch(e)
......
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