Skip to content
Snippets Groups Projects
Commit 6f169585 authored by Adam Procter's avatar Adam Procter
Browse files

missed width of connection

parent 429873b3
Branches crypto-test
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment