mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Merge pull request 'Fix pos of inline Nary' (#1180) from fix/math-nary-pos into hotfix/v9.0.3
This commit is contained in:
@ -1292,7 +1292,7 @@ CNaryInlineOperator.prototype.drawTextElem = function(x, y, pGraphics)
|
||||
};
|
||||
|
||||
pGraphics.SetFont(Font);
|
||||
pGraphics.FillTextCode(x, y, this.Base.RecalcInfo.StyleCode);
|
||||
pGraphics.FillTextCode(x + this.pos.x, y + this.pos.y + this.size.height - (this.size.height - this.size.ascent), this.Base.RecalcInfo.StyleCode);
|
||||
};
|
||||
CNaryInlineOperator.prototype.Get_TxtPrControlLetter = function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user