mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
flattened shadow object into shadowColor, shadowBlur, shadowOpacity, and shadowOffset attrs
This commit is contained in:
@@ -80,11 +80,9 @@ Test.Modules.LINE = {
|
||||
lineJoin: 'round',
|
||||
draggable: true,
|
||||
dashArray: [30, 10, 0, 10, 10, 20],
|
||||
shadow: {
|
||||
color: '#aaa',
|
||||
blur: 10,
|
||||
offset: [20, 20]
|
||||
},
|
||||
shadowColor: '#aaa',
|
||||
shadowBlur: 10,
|
||||
shadowOffset: [20, 20]
|
||||
//opacity: 0.2
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user