diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-10-04 19:29:38 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-10-04 19:29:38 +0200 |
| commit | e815f27376f2798bdb75850c5bc5bd88dec2cdcc (patch) | |
| tree | 5d32c24ebde0299028045e06c93e9022448642c3 /morphic.js | |
| parent | fa4b069c1fa23699df146b0ac7a40538f68cf937 (diff) | |
| download | snap-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.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 () { |
