Commit 10db2311 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

sr.y -> sr.h

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57008 954022d7-b5bf-4e40-9824-e11837661b57
parent eab2588e
......@@ -527,7 +527,7 @@
minY = r.y;
maxY = sr.y;
}
this.ctx.clearRect(minX, minY, maxX + sr.w, maxY + sr.y);
this.ctx.clearRect(minX, minY, maxX + sr.w, maxY + sr.h);
this.ctx.putImageData(imgData, r.x, r.y);
return this;
};
......
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