We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15579e1 commit 1825153Copy full SHA for 1825153
test/jasmine/tests/download_test.js
@@ -81,7 +81,7 @@ describe('Plotly.downloadImage', function() {
81
var savedBlob;
82
navigator.msSaveBlob = function(blob) { savedBlob = blob; };
83
84
- var expectedStart = '<svg class=\'main-svg\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'300\' height=\'300\' style=\'\' viewBox=\'0 0 300 300\'>';
+ var expectedStart = '<svg class=\'main-svg\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'';
85
var plotClip = /clip-path='url\("#clip[0-9a-f]{6}xyplot"\)/;
86
var legendClip = /clip-path=\'url\("#legend[0-9a-f]{6}"\)/;
87
0 commit comments