Multiline strings aren't working for some reason.

Former-commit-id: 45e03418a1353451986f386bdc08cf5af0ca0fee
This commit is contained in:
David 2019-02-28 10:48:00 +01:00
commit ab85012128

View file

@ -47,9 +47,7 @@ mkBoundingBox svg = withStrokeColor "red" $ withFillOpacity 0 $
heartShape =
center $ rotateAroundCenter 225 $ mkPathString
"M0.0,40.0 v-40.0 h40.0\\
\\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"`;
"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"`;
const sinewave =
`animation :: Ani ()