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 fc7c746 commit f4227e4Copy full SHA for f4227e4
test/jasmine/tests/drawing_test.js
@@ -363,7 +363,7 @@ describe('Drawing', function() {
363
'width', 'left', 'right'
364
].forEach(function(dim) {
365
// give larger dimensions some extra tolerance
366
- var tol = Math.max(expected[dim] / 10, 3);
+ var tol = Math.max(expected[dim] / 10, 3.5);
367
expect(actual[dim]).toBeWithin(expected[dim], tol, dim);
368
});
369
}
0 commit comments