Add border to terminal display
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ blank = mempty
|
||||
|
||||
polygonWire :: [Point2] -> Picture
|
||||
{-# INLINE polygonWire #-}
|
||||
polygonWire ps = line (ps ++ [head ps])
|
||||
polygonWire ps = line (ps <> [head ps])
|
||||
|
||||
picMap :: (Verx -> Verx) -> Picture -> Picture
|
||||
{-# INLINE picMap #-}
|
||||
|
||||
Reference in New Issue
Block a user