Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadelcastillo committed May 13, 2024
1 parent f2415e1 commit e70fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaze-to-heatmap/js/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🌈
Expand Down

0 comments on commit e70fba2

Please sign in to comment.