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.
2 parents 60862da + 76eb4d9 commit 3492541Copy full SHA for 3492541
test/public/tests.js
@@ -1925,7 +1925,7 @@ tests['putImageData() png data 3'] = function(ctx, done){
1925
img.src = 'state.png';
1926
};
1927
1928
-tests['setLineDash'] = function(ctx, done){
+tests['setLineDash'] = function(ctx){
1929
ctx.setLineDash([10, 5, 25, 15]);
1930
ctx.lineWidth = 17;
1931
@@ -1956,7 +1956,7 @@ tests['setLineDash'] = function(ctx, done){
1956
})(), "orange");
1957
1958
1959
-tests['lineDashOffset'] = function(ctx, done){
+tests['lineDashOffset'] = function(ctx){
1960
1961
ctx.lineWidth = 4;
1962
0 commit comments