From 8204995749040b89f7cb96602485a58e8d706fc7 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 26 Dec 2017 23:28:29 -0800 Subject: [PATCH] Fix wire view to match spec size of wires. --- sim/visuals/wireView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/visuals/wireView.ts b/sim/visuals/wireView.ts index b37ac2ac..901cf573 100644 --- a/sim/visuals/wireView.ts +++ b/sim/visuals/wireView.ts @@ -35,7 +35,7 @@ namespace pxsim.visuals { 'd': '', 'fill': 'transparent', 'stroke': '#5A5A5A', - 'stroke-width': '2px' + 'stroke-width': '3px' }) as SVGPathElement; this.setSelected(true); return this.wire;