mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34: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],
|
dashArray: [30, 10, 0, 10, 10, 20],
|
||||||
shadowColor: '#aaa',
|
shadowColor: '#aaa',
|
||||||
shadowBlur: 10,
|
shadowBlur: 10,
|
||||||
shadowOffset: [20, 20]
|
shadowOffset: {x:20, y:20}
|
||||||
//opacity: 0.2
|
//opacity: 0.2
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ suite('Line', function() {
|
|||||||
lineJoin: 'round',
|
lineJoin: 'round',
|
||||||
shadowColor: 'black',
|
shadowColor: 'black',
|
||||||
shadowBlur: 20,
|
shadowBlur: 20,
|
||||||
shadowOffset: 10,
|
shadowOffset: {x: 10, y: 10},
|
||||||
shadowOpacity: 0.5,
|
shadowOpacity: 0.5,
|
||||||
draggable: true
|
draggable: true
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user