From 9571d9614c4244e48f73da37d884bcbc15433c1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 23 Apr 2009 22:21:51 +0000 Subject: [PATCH] effects: demo visualising easing functions, tuning --- demos/effect/easing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/effect/easing.html b/demos/effect/easing.html index 11062f744..567112ac1 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -52,7 +52,7 @@ ctx.stroke(); ctx.strokeStyle = "white"; - ctx.lineWidth = 1.5; + ctx.lineWidth = 2; ctx.beginPath(); $.each(new Array(100), function(position) { ctx.lineTo(position, 100 - position * impl(0, position, 0, 1, 100)); -- 2.39.5