From cb59453fcd3486de76c5a70e95a456dcf1225fd6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Mar 2013 10:14:55 -0800 Subject: [PATCH] Make vertex shadow slightly smaller It's getting in the way too often. --- js/id/svg/vertices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/svg/vertices.js b/js/id/svg/vertices.js index ca631d188..4a27d015b 100644 --- a/js/id/svg/vertices.js +++ b/js/id/svg/vertices.js @@ -22,7 +22,7 @@ iD.svg.Vertices = function(projection) { .attr('class', 'node vertex'); group.append('circle') - .attr('r', 10) + .attr('r', 9) .attr('class', 'node vertex shadow'); group.append('circle')