From cfdc479108c21605a6ce71ac4dbd68f2afb8cc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 27 May 2013 15:26:20 -0700 Subject: [PATCH] Use paper.js fatline code by default in intersectTests.js --- fatline/intersectTests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fatline/intersectTests.js b/fatline/intersectTests.js index b4e589c4..e9730862 100644 --- a/fatline/intersectTests.js +++ b/fatline/intersectTests.js @@ -1,4 +1,5 @@ - +// Uncomment this to turn on fatline clipping in paper.js too +options.fatline = true; paper.install(window); /**