diff options
Diffstat (limited to 'morphic.js')
| -rw-r--r-- | morphic.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4097,6 +4097,7 @@ PenMorph.prototype.forward = function (steps) { PenMorph.prototype.down = function () { this.isDown = true; + this.drawLine(this.center(), this.center()); }; PenMorph.prototype.up = function () { |
