From f92da1297bf5b1fa1ec890bdbd0636a2b14e7fd1 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Tue, 15 Feb 2011 00:08:11 +0100 Subject: [PATCH] RoundedRectangles Example: use onMouseDrag for now. --- examples/Animated/RoundedRectangles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } })