mirror of
https://github.com/konvajs/konva.git
synced 2025-12-17 18:01:15 +08:00
rendering shadows and strokes test improve
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user