mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-15 11:50:59 +00:00
Remove an assignment that was used for debugging.
This commit is contained in:
parent
0dae843114
commit
bf8bb679f7
2 changed files with 0 additions and 9 deletions
5
dist/all.js
vendored
5
dist/all.js
vendored
|
|
@ -6864,11 +6864,6 @@ fabric.util.animate = animate;
|
|||
|
||||
for (var i in this.oCoords) {
|
||||
lines = this._getImageLines(this.oCoords[i].corner, i);
|
||||
|
||||
canvas.contextTop.fillStyle = 'red';
|
||||
|
||||
|
||||
|
||||
xpoints = this._findCrossPoints(ex, ey, lines);
|
||||
if (xpoints % 2 == 1 && xpoints != 0) {
|
||||
this.__corner = i;
|
||||
|
|
|
|||
|
|
@ -841,11 +841,7 @@
|
|||
|
||||
for (var i in this.oCoords) {
|
||||
lines = this._getImageLines(this.oCoords[i].corner, i);
|
||||
|
||||
canvas.contextTop.fillStyle = 'red';
|
||||
|
||||
// debugging
|
||||
|
||||
// canvas.contextTop.fillRect(lines.bottomline.d.x, lines.bottomline.d.y, 2, 2);
|
||||
// canvas.contextTop.fillRect(lines.bottomline.o.x, lines.bottomline.o.y, 2, 2);
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue