Commit 94e26fae authored by Oleg.Korshul's avatar Oleg.Korshul

отрисовка формул

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67671 954022d7-b5bf-4e40-9824-e11837661b57
parent 0db02514
......@@ -2089,8 +2089,9 @@ ParaMath.prototype.MathToImageConverter = function(bCopy, _canvasInput, _widthPx
window.IsShapeToImageConverter = true;
var dKoef = g_dKoef_mm_to_pix;
var w_mm = this.Width;
var h_mm = this.Height;
var _bounds = this.Get_Bounds()[0][0];
var w_mm = _bounds.W;
var h_mm = _bounds.H;
var w_px = (w_mm * dKoef) >> 0;
var h_px = (h_mm * dKoef) >> 0;
......
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