mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +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