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 1097e34 commit 369c95dCopy full SHA for 369c95d
test/jasmine/tests/toimage_test.js
@@ -179,7 +179,7 @@ describe('Plotly.toImage', function() {
179
.then(function() { return Plotly.toImage(gd, {format: 'svg', imageDataOnly: true}); })
180
.then(function(d) {
181
expect(d.indexOf('data:image/')).toBe(-1);
182
- expect(d.length).toBeWithin(36602, 1e3, 'svg image length');
+ expect(d.length).toBeWithin(35149, 1e3, 'svg image length');
183
})
184
.then(function() { return Plotly.toImage(gd, {format: 'webp', imageDataOnly: true}); })
185
0 commit comments