diff --git a/examples/Animated/RoundedRectangles.html b/examples/Animated/RoundedRectangles.html index ce8bcb96..d8e00df0 100644 --- a/examples/Animated/RoundedRectangles.html +++ b/examples/Animated/RoundedRectangles.html @@ -40,7 +40,7 @@ setInterval(draw, 30); var tool = new Tool({ - onMouseMove: function(event) { + onMouseDrag: function(event) { mousePoint = event.point; } })