mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
fixed up Ring shape init method because the drawFunc API slightly changed
This commit is contained in:
@@ -11,7 +11,8 @@ suite('Ring', function() {
|
||||
outerRadius: 90,
|
||||
fill: 'green',
|
||||
stroke: 'black',
|
||||
strokeWidth: 4
|
||||
strokeWidth: 4,
|
||||
draggable: true
|
||||
});
|
||||
layer.add(ring);
|
||||
stage.add(layer);
|
||||
|
Reference in New Issue
Block a user