diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-10 18:22:39 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-10 18:22:39 +0300 |
| commit | b8519b5dfa00c1b57766f101660d471d36f99846 (patch) | |
| tree | 7d83e3a6ea1b2fb2928ca6892db73cd205e3008d /client/effects.js | |
| parent | f7ed021113c97628bf9e55aae442ed187c280106 (diff) | |
Fix pixelation performance and crossorigin attr
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(); |
