rendering shadows and strokes test improve

This commit is contained in:
lavrton
2015-01-27 13:21:02 +07:00
parent b585ba4daf
commit f9a08a6acc
10 changed files with 240 additions and 85 deletions

View File

@@ -277,7 +277,7 @@ suite('Image', function(){
});
// ======================================================
test('image with stroke, opacity and shadow', function(done) {
test.skip('image with stroke, opacity and shadow', function(done) {
var imageObj = new Image();
imageObj.onload = function() {
var stage = addStage();