We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48b5bf commit 4ab4b41Copy full SHA for 4ab4b41
test/jasmine/tests/drawing_test.js
@@ -357,7 +357,7 @@ describe('Drawing', function() {
357
'width', 'left', 'right'
358
].forEach(function(dim) {
359
// give larger dimensions some extra tolerance
360
- var tol = Math.max(expected[dim] / 10, 3.5);
+ var tol = Math.max(expected[dim] / 10, 5.5);
361
expect(actual[dim]).toBeWithin(expected[dim], tol, dim);
362
});
363
}
0 commit comments