mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-15 10:02:45 +00:00
Fix raster golden.
Former-commit-id: d3f5e706cc74fc4630c36f1c4733f3d76cfe562d
This commit is contained in:
parent
86a1436dab
commit
06e5cd2a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ main :: IO ()
|
|||
main = reanimate $ mkAnimation 5 $ do
|
||||
s <- getSignal signalLinear
|
||||
emit $ mkGroup
|
||||
[ mkBackground "grey"
|
||||
[ mkBackground "black"
|
||||
, rotate (s*360) $ center $ scale 0.5 $ embedImage img ]
|
||||
where
|
||||
img = generateImage pixelRenderer 255 255
|
||||
|
|
|
|||
Loading…
Reference in a new issue