From e6e8a1ed54223e648e2f79b8f3624ca4ede4cac3 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Tue, 9 Dec 2014 21:04:14 -0500 Subject: [PATCH] Tweaking connector lines --- src/js/parser/javascript/regexp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/parser/javascript/regexp.js b/src/js/parser/javascript/regexp.js index f082f79..afff488 100644 --- a/src/js/parser/javascript/regexp.js +++ b/src/js/parser/javascript/regexp.js @@ -42,7 +42,7 @@ export default _.extend({}, Base, { if (distance >= 15) { pathStr = 'M10,{box.cy}m0,{shift}q0,{curve} 10,{curve}h{box.x}'; } else { - pathStr = 'M0,{containerBox.cy}c20,0 20,{anchor.y} {anchor.x},{anchor.y}'; + pathStr = 'M0,{containerBox.cy}c10,0 10,{anchor.y} {anchor.x},{anchor.y}'; } return Snap.format(pathStr, {