mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
improved drag and drop layer creation logic to further reduce the possibility of a flicker
This commit is contained in:
@@ -30,7 +30,7 @@ Test.Modules.STAR = {
|
||||
layer.add(star);
|
||||
stage.add(layer);
|
||||
},
|
||||
'add five point star with line join and shadow': function(containerId) {
|
||||
'*add five point star with line join and shadow': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
Reference in New Issue
Block a user