diff --git a/resemble.js b/resemble.js index c7889f0..a20ffb4 100644 --- a/resemble.js +++ b/resemble.js @@ -486,7 +486,7 @@ URL: https://github.com/Huddle/Resemble.js } if( isRGBSimilar(pixel1, pixel2) || !isWithinBoundingBox ){ - copyPixel(targetPix, offset, pixel1, pixel2); + copyPixel(targetPix, offset, pixel1); } else if( ignoreAntialiasing && ( addBrightnessInfo(pixel1), // jit pixel info augmentation looks a little weird, sorry.