Skip to content

Commit

Permalink
minor correction to connections
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJustyna committed Mar 17, 2024
1 parent 27226e8 commit 8059beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HelloWorld.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ decisionShape x = text (show x) # fontSize (local 0.1) # light # font "courier"
V2 0.1 (stepHeight * 0.5),
V2 (stepWidth - 0.1 - 0.1) 0.0,
V2 0.1 (stepHeight * (-0.5)),
V2 (cellWidth * 0.5) 0.0,
V2 ((cellWidth + cellWidth - stepWidth) * 0.5) 0.0,
V2 0.0 (-0.8),
V2 0.0 0.8,
V2 (cellWidth * (-0.5)) 0.0,
V2 ((cellWidth + cellWidth - stepWidth) * (-0.5)) 0.0,
V2 (-0.1) (stepHeight * (-0.5)),
V2 ((stepWidth - 0.1 - 0.1) * (-0.5)) 0.0,
V2 (0.0) (-0.6),
Expand Down
Loading

0 comments on commit 8059beb

Please sign in to comment.