mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
refactored filtering logic
This commit is contained in:
@@ -1610,8 +1610,7 @@ Test.prototype.tests = {
|
||||
x: 10,
|
||||
y: 10,
|
||||
image: imageObj,
|
||||
draggable: true,
|
||||
stroke: 'red'
|
||||
draggable: true
|
||||
});
|
||||
|
||||
layer.add(darth);
|
||||
@@ -1649,8 +1648,6 @@ Test.prototype.tests = {
|
||||
//height: 300,
|
||||
image: imageObj,
|
||||
draggable: true,
|
||||
stroke: 'red',
|
||||
strokeWidth: 5,
|
||||
rotationDeg: 10,
|
||||
scale: 0.3
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user