mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
fixed #610
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
context.beginPath();
|
||||
context.rect(0, 0, f.width, f.height);
|
||||
context.closePath();
|
||||
context.fill(this);
|
||||
context.fillShape(this);
|
||||
},
|
||||
/**
|
||||
* start sprite animation
|
||||
|
||||
Reference in New Issue
Block a user