Fix wire view to match spec size of wires.
This commit is contained in:
parent
85c14bb05a
commit
8204995749
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user