Skip to content

Commit

Permalink
Deleting a disagreeable line; (fabricjs#4549)
Browse files Browse the repository at this point in the history
Extra closepath on control drawing
  • Loading branch information
laof authored and asturur committed Dec 10, 2017
1 parent 1331472 commit 3342b33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mixins/object_interactivity.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
ctx.beginPath();
ctx.moveTo(0, rotateHeight);
ctx.lineTo(0, rotateHeight - rotatingPointOffset);
ctx.closePath();
ctx.stroke();
}

Expand Down

0 comments on commit 3342b33

Please sign in to comment.