mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Reduce default window size.
This commit is contained in:
parent
c4d590b670
commit
06b857a0fe
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 189 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 105 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 35 KiB |
|
|
@ -36,7 +36,7 @@ frameAt n (Animation d fn) = svg $ fn (n `mod'` d)
|
|||
svg :: Svg () -> Svg ()
|
||||
svg content = do
|
||||
doctype_
|
||||
with (svg11_ content) [width_ "640" , height_ "360", viewBox_ "0 0 320 180"]
|
||||
with (svg11_ content) [width_ "320" , height_ "180", viewBox_ "0 0 320 180"]
|
||||
|
||||
emit :: Animation (Svg ()) ()
|
||||
emit = Animation 0 id
|
||||
|
|
|
|||
Loading…
Reference in a new issue