diff options
Diffstat (limited to 'client/effects.js')
| -rw-r--r-- | client/effects.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/effects.js b/client/effects.js index b5f54e2..52e1bcc 100644 --- a/client/effects.js +++ b/client/effects.js @@ -25,10 +25,11 @@ Effects = (function() { strokeColor: color, fillColor: color }); - paper.view.draw(); } } + paper.view.draw(); + var quant = MMCQ.quantize(colors, 2); var palette = quant.palette(); |
