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',
|
fill: '#ccc',
|
||||||
stroke: '#333',
|
stroke: '#333',
|
||||||
strokeWidth: 2,
|
strokeWidth: 2,
|
||||||
shadow: {
|
shadowColor: 'black',
|
||||||
color: 'black',
|
shadowBlur: 2,
|
||||||
blur: 2,
|
shadowOffset: [10, 10],
|
||||||
offset: [10, 10],
|
shadowOpacity: 0.5
|
||||||
opacity: 0.5
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var poly = new Kinetic.RegularPolygon({
|
var poly = new Kinetic.RegularPolygon({
|
||||||
|
Reference in New Issue
Block a user