Tweak drawing order, text now blocks window shadows
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ circle rad = thickArc 0 (2*pi) rad 1
|
||||
|
||||
text :: String -> Picture
|
||||
{-# INLINE text #-}
|
||||
text = Text 2
|
||||
text = Text 1
|
||||
|
||||
line :: [Point2] -> Picture
|
||||
{-# INLINE line #-}
|
||||
|
||||
Reference in New Issue
Block a user