mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Multiline strings aren't working for some reason.
This commit is contained in:
parent
17c2ef9654
commit
e71fa2c25f
1 changed files with 1 additions and 3 deletions
|
|
@ -47,9 +47,7 @@ mkBoundingBox svg = withStrokeColor "red" $ withFillOpacity 0 $
|
||||||
|
|
||||||
heartShape =
|
heartShape =
|
||||||
center $ rotateAroundCenter 225 $ mkPathString
|
center $ rotateAroundCenter 225 $ mkPathString
|
||||||
"M0.0,40.0 v-40.0 h40.0\\
|
"M0.0,40.0 v-40.0 h40.0a20.0 20.0 90.0 0 1 0.0,40.0a20.0 20.0 90.0 0 1 -40.0,0.0 Z"`;
|
||||||
\\a20.0 20.0 90.0 0 1 0.0,40.0\\
|
|
||||||
\\a20.0 20.0 90.0 0 1 -40.0,0.0 Z"`;
|
|
||||||
|
|
||||||
const sinewave =
|
const sinewave =
|
||||||
`animation :: Ani ()
|
`animation :: Ani ()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue