From 6f169585361aa94a6cdd4be809ce8b9fbeab0165 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Mon, 14 Dec 2020 14:05:50 +0000 Subject: [PATCH] missed width of connection --- app/src/components/ConnectionsLayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/ConnectionsLayer.vue b/app/src/components/ConnectionsLayer.vue index 25d4288..f801d94 100644 --- a/app/src/components/ConnectionsLayer.vue +++ b/app/src/components/ConnectionsLayer.vue @@ -168,7 +168,7 @@ export default { ) newLine.setAttribute('stroke', 'red') - newLine.setAttribute('stroke-width', '2') + newLine.setAttribute('stroke-width', '5') newLine.setAttribute('x1', svgP.x) newLine.setAttribute('y1', svgP.y) newLine.setAttribute('x2', svgP.x) -- GitLab