mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
finished updating unit tests. All tests now pass
This commit is contained in:
@@ -557,12 +557,10 @@ Test.Modules.CONTAINER = {
|
||||
fill: '#ccc',
|
||||
stroke: '#333',
|
||||
strokeWidth: 2,
|
||||
shadow: {
|
||||
color: 'black',
|
||||
blur: 2,
|
||||
offset: [10, 10],
|
||||
opacity: 0.5
|
||||
},
|
||||
shadowColor: 'black',
|
||||
shadowBlur: 2,
|
||||
shadowOffset: [10, 10],
|
||||
shadowOpacity: 0.5
|
||||
});
|
||||
|
||||
var poly = new Kinetic.RegularPolygon({
|
||||
|
Reference in New Issue
Block a user