From e815f27376f2798bdb75850c5bc5bd88dec2cdcc Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 4 Oct 2014 19:29:38 +0200 Subject: don't leave a mark on pen down but on MOVE 0 --- morphic.js | 1 - 1 file changed, 1 deletion(-) (limited to 'morphic.js') diff --git a/morphic.js b/morphic.js index b8b176c..4e18482 100644 --- a/morphic.js +++ b/morphic.js @@ -4097,7 +4097,6 @@ PenMorph.prototype.forward = function (steps) { PenMorph.prototype.down = function () { this.isDown = true; - this.drawLine(this.center(), this.center()); }; PenMorph.prototype.up = function () { -- cgit v1.3.1