fixed up line tests

This commit is contained in:
Eric Rowell
2013-12-02 00:09:42 -08:00
parent f966758bce
commit 790a50d438

View File

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