Commit 3b9ca3f3 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50335 954022d7-b5bf-4e40-9824-e11837661b57
parent 7047921d
......@@ -1273,6 +1273,8 @@ CImageShape.prototype =
{
this.group = group;
this.drawingObjects = drawingObjects;
this.setBlipFill(new CUniFill());
this.blipFill.Read_FromBinary2(r);
var dx = 0, dy = 0;
if(r.GetBool())
......
......@@ -1876,7 +1876,7 @@ CShape.prototype =
}
graphics.reset();
graphics.SetIntegerGrid(true);
if ( this.txBody )
if ( this.txBody && !(graphics.ClearMode === true))
{
var clip_rect = this.clipRect;
if(!this.txBody.bodyPr.upright)
......
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