mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
all shape and plugin tests are now passing again
This commit is contained in:
@@ -119,7 +119,7 @@ suite('Path', function() {
|
||||
strokeWidth: 2,
|
||||
shadowColor: 'maroon',
|
||||
shadowBlur: 2,
|
||||
shadowOffset: [10, 10],
|
||||
shadowOffset: {x:10, y:10},
|
||||
shadowOpacity: 0.5,
|
||||
draggable: true
|
||||
});
|
||||
|
@@ -18,6 +18,8 @@ suite('Image', function(){
|
||||
draggable: true
|
||||
});
|
||||
|
||||
console.log(darth);
|
||||
|
||||
layer.add(darth);
|
||||
stage.add(layer);
|
||||
|
||||
|
Reference in New Issue
Block a user