Commit 77901aac authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

к предыдущей заливке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57989 954022d7-b5bf-4e40-9824-e11837661b57
parent 274f96c0
...@@ -122,7 +122,7 @@ CMathPosInfo.prototype.old_old_ApplyAlign = function() ...@@ -122,7 +122,7 @@ CMathPosInfo.prototype.old_old_ApplyAlign = function()
this.x += align; this.x += align;
} }
CMathPosInfo.prototype.old_ApplyAlign = function() // нормальный расчет, без случая с Last элементом CMathPosInfo.prototype.ApplyAlign = function() // нормальный расчет, без случая с Last элементом
{ {
var align = 0; var align = 0;
......
...@@ -862,7 +862,7 @@ CEqArray.prototype._getMetrics = function(RPI) ...@@ -862,7 +862,7 @@ CEqArray.prototype._getMetrics = function(RPI)
return {ascents: AscentsMetrics, descents: DescentsMetrics, widths: WidthsMetrics}; return {ascents: AscentsMetrics, descents: DescentsMetrics, widths: WidthsMetrics};
} }
CEqArray.prototype.old_getMetrics = function(RPI) // нормальный расчет, без случая с Last элементом CEqArray.prototype.getMetrics = function(RPI) // нормальный расчет, без случая с Last элементом
{ {
var AscentsMetrics = []; var AscentsMetrics = [];
var DescentsMetrics = []; var DescentsMetrics = [];
......
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