Commit 73a6bc7e authored by Sergey Luzyanin's avatar Sergey Luzyanin

Толщина линии учитывалась два раза.

parent cc84de85
......@@ -5377,11 +5377,6 @@ CShape.prototype.recalculateBounds = function()
{
var boundsChecker = new AscFormat.CSlideBoundsChecker();
this.draw(boundsChecker, this.localTransform, this.localTransformText);
if(!this.group)
{
boundsChecker.CorrectBounds();
}
this.bounds.l = boundsChecker.Bounds.min_x;
this.bounds.t = boundsChecker.Bounds.min_y;
this.bounds.r = boundsChecker.Bounds.max_x;
......
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