Browse Source

fixed a test

v1.x
Tj Holowaychuk 14 years ago
parent
commit
32c43baafa
  1. 2
      test/public/tests.js

2
test/public/tests.js

@ -1477,7 +1477,7 @@ tests['drawImage(img,0,0) globalAlpha'] = function(ctx, done){
img.src = 'state.png';
};
tests['drawImage(img,0,0) clip'] = function(ctx){
tests['drawImage(img,0,0) clip'] = function(ctx, done){
ctx.arc(50,50,50,0,Math.PI * 2,false);
ctx.stroke();
ctx.clip();

Loading…
Cancel
Save