Skip to content

Commit 7dcb82e

Browse files
committed
Merge remote-tracking branch 'origin/master' into draft-release-notes
2 parents 4e68725 + 78ef953 commit 7dcb82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ for(var i = 0; i < allMockList.length; i++) {
124124

125125
var numDiffPixels = pixelmatch(img0.data, img1.data, diff.data, width, height, {
126126
threshold: shouldBePixelPerfect ? 0 :
127-
mockName === 'mapbox_geojson-attributes' ? 0.2 : 0.15
127+
mockName === 'mapbox_geojson-attributes' ? 0.25 : 0.15
128128
});
129129

130130
if(numDiffPixels) {

0 commit comments

Comments
 (0)