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));