Commit eab2588e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

maxX->maxY

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