mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 04:14:52 +08:00
fixed up line tests
This commit is contained in:
@@ -97,7 +97,7 @@ suite('Line', function() {
|
||||
dashArray: [30, 10, 0, 10, 10, 20],
|
||||
shadowColor: '#aaa',
|
||||
shadowBlur: 10,
|
||||
shadowOffset: [20, 20]
|
||||
shadowOffset: {x:20, y:20}
|
||||
//opacity: 0.2
|
||||
});
|
||||
|
||||
@@ -125,7 +125,7 @@ suite('Line', function() {
|
||||
lineJoin: 'round',
|
||||
shadowColor: 'black',
|
||||
shadowBlur: 20,
|
||||
shadowOffset: 10,
|
||||
shadowOffset: {x: 10, y: 10},
|
||||
shadowOpacity: 0.5,
|
||||
draggable: true
|
||||
});
|
||||
|
Reference in New Issue
Block a user