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 ad7d882 commit 8828380Copy full SHA for 8828380
test/image/export_test.js
@@ -9,8 +9,11 @@ var request = require('request');
9
var test = require('tape');
10
11
// image formats to test
12
+//
13
// N.B. 'png' is tested in `npm run test-image, no need to duplicate here
-// TODO figure why 'jpeg' and 'webp' lead to errors
14
15
+// N.B. 'jpeg' and 'webp' lead to errors because of the image server code
16
+// is looking for Plotly.Color which isn't exposed anymore
17
var FORMATS = ['svg', 'pdf', 'eps'];
18
19
// non-exhaustive list of mocks to test
0 commit comments