Adjusting connecting line positioning

This commit is contained in:
Jeff Avallone 2014-12-09 21:10:42 -05:00
parent 772da725a3
commit 629faf7086
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default _.extend({}, Base, {
this.container.prepend(this.container.path(paths.join('')));
this.container.prepend(this.container.path(paths.join(''))
.transform(Snap.matrix().scale(-1, 1, containerBox.cx, 0)));
.transform(Snap.matrix().scale(-1, 1, containerBox.cx - 10, 0)));
}
},