Commit 4749a48c authored by Ilya Kirillov's avatar Ilya Kirillov

Fix bug #32432 Исправлено падение при копировании формулы.

parent 23f40d28
...@@ -2575,7 +2575,7 @@ ParaMath.prototype.MathToImageConverter = function(bCopy, _canvasInput, _widthPx ...@@ -2575,7 +2575,7 @@ ParaMath.prototype.MathToImageConverter = function(bCopy, _canvasInput, _widthPx
var g = new AscCommon.CGraphics(); var g = new AscCommon.CGraphics();
g.init(_ctx, w_px, h_px, w_mm, h_mm); g.init(_ctx, w_px, h_px, w_mm, h_mm);
g.m_oFontManager = g_fontManager; g.m_oFontManager = AscCommon.g_fontManager;
g.m_oCoordTransform.tx = 0; g.m_oCoordTransform.tx = 0;
g.m_oCoordTransform.ty = 0; g.m_oCoordTransform.ty = 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