flattened shadow object into shadowColor, shadowBlur, shadowOpacity, and shadowOffset attrs

This commit is contained in:
Eric Rowell
2012-12-31 00:45:38 -08:00
parent 9cd0df651c
commit 83bf1740a6
8 changed files with 225 additions and 228 deletions

View File

@@ -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
});