mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 04:14:52 +08:00
setup FastLayer. Layer won't extend FastLayer until FastLayer is complete
This commit is contained in:
@@ -270,7 +270,7 @@ suite('Layer', function() {
|
||||
var circle = new Kinetic.Circle({
|
||||
x: stage.getWidth() / 2,
|
||||
y: stage.getHeight() / 2,
|
||||
radius: 70,
|
||||
radius: 70,
|
||||
fill: 'red',
|
||||
stroke: 'black',
|
||||
strokeWidth: 4
|
||||
|
Reference in New Issue
Block a user