Set white background for the drawing area
This commit is contained in:
parent
b9aee774da
commit
8f1ab75fe7
@ -9,9 +9,9 @@ import Util
|
||||
-- |Create the Diagram from the VTable.
|
||||
diagFromVTable :: VTable -> Diagram Cairo R2
|
||||
diagFromVTable meshArr
|
||||
= square 500 # lwG 0.05
|
||||
`atop` position (zip (map mkPoint . filterValidCoords 0 500 $ meshArr)
|
||||
= position (zip (map mkPoint . filterValidCoords 0 500 $ meshArr)
|
||||
(repeat dot)) # moveTo (p2(-250, -250))
|
||||
`atop` square 500 # lwG 0.05 # bg white
|
||||
where dot = (circle 2 :: Diagram Cairo R2) # fc black
|
||||
mkPoint (x,y) = p2 (x,y)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user