Move Shape with KineticJS
canvas, javascript, kineticjs
Solution
After `stage.draw()` is called, the shape moves.
Problem
Here is a jsfiddle, with a shape that should be moved on mouse drag events. I can see in the javascript console that shape.move() is called with proper values, the shape wouldn't move though. Why doesn't the shape move?