mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Fix examples.
Former-commit-id: f6a942fd37e148e86fb9b671b2a2b32afc4a3178
This commit is contained in:
parent
211374f222
commit
fd7c485c70
6 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue