From bd33446c7c0a1eba975c346e6c2f476d359c1f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 26 May 2013 16:59:01 -0700 Subject: [PATCH] Do not smooth graphs for clearer results. --- fatline/intersectTests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fatline/intersectTests.js b/fatline/intersectTests.js index 4ec07690..b4e589c4 100644 --- a/fatline/intersectTests.js +++ b/fatline/intersectTests.js @@ -726,11 +726,11 @@ function plotDataRandom(testdata) { ++count; vx += hscale; }); - ppaper.smooth(); +// ppaper.smooth(); ppaper.strokeWidth = 2; ppaper.strokeColor = cpaper; ppaper.opacity = 0.75; - pfat.smooth(); +// pfat.smooth(); pfat.strokeWidth = 2; pfat.strokeColor = cfat; pfat.opacity = 0.75;