From 9743fdf4773c0806af9fc728170a54f71ae52f15 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 5 Feb 2013 15:41:56 -0500 Subject: [PATCH] Up the radius tolerance to 12px --- js/id/behavior/draw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/behavior/draw.js b/js/id/behavior/draw.js index d4aac636d..b614763b4 100644 --- a/js/id/behavior/draw.js +++ b/js/id/behavior/draw.js @@ -3,7 +3,7 @@ iD.behavior.Draw = function(context) { 'clickNode', 'undo', 'cancel', 'finish'), keybinding = d3.keybinding('draw'), hover = iD.behavior.Hover(), - tolerance = 8; + tolerance = 12; function datum() { if (d3.event.altKey) return {};