Fix wire view to match spec size of wires.

This commit is contained in:
Sam El-Husseini 2017-12-26 23:28:29 -08:00
parent 85c14bb05a
commit 8204995749

View File

@ -35,7 +35,7 @@ namespace pxsim.visuals {
'd': '', 'd': '',
'fill': 'transparent', 'fill': 'transparent',
'stroke': '#5A5A5A', 'stroke': '#5A5A5A',
'stroke-width': '2px' 'stroke-width': '3px'
}) as SVGPathElement; }) as SVGPathElement;
this.setSelected(true); this.setSelected(true);
return this.wire; return this.wire;