diff --git a/examples/Scripts/StrokeBounds.html b/examples/Scripts/StrokeBounds.html
index c9407c37..8b34a575 100644
--- a/examples/Scripts/StrokeBounds.html
+++ b/examples/Scripts/StrokeBounds.html
@@ -14,7 +14,7 @@
path.lineTo(230, 100);
path.lineTo(250, 50);
path.lineTo(280, 110);
- path.arcTo([250, 20]);
+ path.arcTo([250, 20], false);
path.rotate(-5);
path.strokeWidth = 30;
paths.push(path);