Skip to content

Commit

Permalink
fix line going off edge
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 22, 2022
1 parent 13279b7 commit 796eaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Main.elm
Expand Up @@ -291,6 +291,7 @@ viewCanvas model =
[ Attrs.d
("M "
++ toCoord first
++ " L "
++ String.join " L " (List.map toCoord rest)
)
, Attrs.fill "none"
Expand Down

0 comments on commit 796eaee

Please sign in to comment.