notwaldorf/emojillate

Small copy of image in the left corner

Opened this issue · 0 comments

Hello! I have managed to find a reason that cause that problem. It can be easily reproduced with Polymer logo, for example:

screen shot 2017-05-07 at 1 00 20 pm

The problem occurs only with images with transparent background. So my guess is that emoji-llate component has two hidden canvas tags that you are using for conversion. Then _getPixellatedImageData receives not clean data but some merged result from these 2 canvases that affect each other.

I hope it will help to fix the problem!