Fix direction stuttering bug
This commit is contained in:
@@ -23,6 +23,7 @@ listPairAt xoff yoff w yint (s,col)
|
||||
$ text s
|
||||
{- | Colour picture and add black drop shadow. -}
|
||||
dShadCol :: Color -> Picture -> Picture
|
||||
{-# INLINE dShadCol #-}
|
||||
dShadCol c p = pictures
|
||||
[ color black $ translate 1.2 (-1.2) p
|
||||
, color c p
|
||||
|
||||
Reference in New Issue
Block a user