Tweak drawing order, text now blocks window shadows

This commit is contained in:
2021-02-24 23:08:20 +01:00
parent 8a4169653f
commit 1969aa4f4a
6 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -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 #-}