From e70fba257649ef1172968636da4bf6e53a4f4e06 Mon Sep 17 00:00:00 2001 From: garciadelcastillo Date: Mon, 13 May 2024 15:29:02 -0400 Subject: [PATCH] Fixes --- gaze-to-heatmap/js/sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaze-to-heatmap/js/sketch.js b/gaze-to-heatmap/js/sketch.js index 3a8751f..c0b6851 100644 --- a/gaze-to-heatmap/js/sketch.js +++ b/gaze-to-heatmap/js/sketch.js @@ -14,7 +14,7 @@ let GAZE_ALPHA_RANGE = [0, 70]; // in [0, 100] range // When computing gaze locations inside object masks, // only consider gaze points that are within this distance // or grater from the boundary. -let GAZE_LOCATION_MASK_SAFE_OFFSET = 20; +let GAZE_LOCATION_MASK_SAFE_OFFSET = 0; // Color scales! 🌈