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': '',
|
'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;
|
||||||
|
Loading…
Reference in New Issue
Block a user