Rm obsolete centerX/centerY
This commit is contained in:
parent
d69647dcd3
commit
6c728324fd
@ -32,8 +32,8 @@ diagFromVTable :: DiagProp -> VTable -> Diagram Cairo R2
|
|||||||
diagFromVTable prop vt
|
diagFromVTable prop vt
|
||||||
= position (zip (map mkPoint . filter (inRange (dX prop) (dY prop)) $ vt)
|
= position (zip (map mkPoint . filter (inRange (dX prop) (dY prop)) $ vt)
|
||||||
(repeat dot)) # moveTo (p2(xOffset, yOffset))
|
(repeat dot)) # moveTo (p2(xOffset, yOffset))
|
||||||
`atop` hrule (xuD - xlD) # centerX # moveTo (p2(0, yOffset))
|
`atop` hrule (xuD - xlD) # moveTo (p2(0, yOffset))
|
||||||
`atop` vrule (yuD - ylD) # centerY # moveTo (p2(xOffset, 0))
|
`atop` vrule (yuD - ylD) # moveTo (p2(xOffset, 0))
|
||||||
`atop` emptyRect (xuD - xlD + 50) (yuD - ylD + 50)
|
`atop` emptyRect (xuD - xlD + 50) (yuD - ylD + 50)
|
||||||
where dot = (circle $
|
where dot = (circle $
|
||||||
t prop :: Diagram Cairo R2) # fc black
|
t prop :: Diagram Cairo R2) # fc black
|
||||||
|
Loading…
Reference in New Issue
Block a user