summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-10-04 19:29:38 +0200
committerGubolin <gubolin@fantasymail.de>2014-10-04 19:29:38 +0200
commite815f27376f2798bdb75850c5bc5bd88dec2cdcc (patch)
tree5d32c24ebde0299028045e06c93e9022448642c3 /morphic.js
parentfa4b069c1fa23699df146b0ac7a40538f68cf937 (diff)
downloadsnap-issue_209.tar.gz
snap-issue_209.zip
don't leave a mark on pen down but on MOVE 0issue_209
Diffstat (limited to 'morphic.js')
-rw-r--r--morphic.js1
1 files changed, 0 insertions, 1 deletions
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 () {