diff --git a/stitchcode/morphic.js b/stitchcode/morphic.js index e03d0033..1f7dda53 100644 --- a/stitchcode/morphic.js +++ b/stitchcode/morphic.js @@ -76,6 +76,7 @@ function ColorPaletteMorph(target, sizePoint) { ColorPaletteMorph.prototype.init = function (target, size) { ColorPaletteMorph.uber.init.call(this); + this.isCachingImage = true; this.target = target; this.targetSetter = 'color'; this.setExtent(size); @@ -87,10 +88,6 @@ ColorPaletteMorph.prototype.render = function (context) { var ext, x, y, h, l, colors; ext = this.extent(); - console.log(ext); - - - this.choice = new Color(); colors = ['rgb(0, 0,0)', //black