Fix examples.

Former-commit-id: f6a942fd37e148e86fb9b671b2a2b32afc4a3178
This commit is contained in:
David Himmelstrup 2019-09-11 21:29:48 +08:00
commit fd7c485c70
6 changed files with 8 additions and 6 deletions

View file

@ -55,7 +55,7 @@ demonstrateAlgorithm name algo = mkAnimation 10 $ do
, withFillColor "white" $ translate (-85) 10 $ rotate 90 $ center $
latex "$Time \\rightarrow$"
, withFillColor "white" $ translate (90) 10 $
mkCircle (Num 0, Num 0) (Num $ (1-s)*10)
mkCircle (Num $ (1-s)*10)
]
where