mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 16:42:23 +00:00
Update module names.
This commit is contained in:
parent
1203dc1313
commit
daadc55e0d
5 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ import Linear.V2 (V2 (..))
|
||||||
import Linear.Vector
|
import Linear.Vector
|
||||||
import Reanimate
|
import Reanimate
|
||||||
import Reanimate.Builtin.Documentation
|
import Reanimate.Builtin.Documentation
|
||||||
import Reanimate.Internal.CubicBezier
|
import Geom2D.CubicBezier.Linear
|
||||||
|
|
||||||
piSvg :: SVG
|
piSvg :: SVG
|
||||||
piSvg = pathify $ lowerTransformations $ center $ scale 10 $ latex "s"
|
piSvg = pathify $ lowerTransformations $ center $ scale 10 $ latex "s"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ import Linear.V2
|
||||||
import Linear.Vector
|
import Linear.Vector
|
||||||
import Reanimate
|
import Reanimate
|
||||||
import Reanimate.Builtin.Documentation
|
import Reanimate.Builtin.Documentation
|
||||||
import Reanimate.Internal.CubicBezier
|
import Geom2D.CubicBezier.Linear
|
||||||
import Text.Printf
|
import Text.Printf
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ import Linear.V2
|
||||||
import Linear.Vector
|
import Linear.Vector
|
||||||
import Reanimate
|
import Reanimate
|
||||||
import Reanimate.Builtin.Documentation
|
import Reanimate.Builtin.Documentation
|
||||||
import Reanimate.Internal.CubicBezier
|
import Geom2D.CubicBezier.Linear
|
||||||
import Text.Printf
|
import Text.Printf
|
||||||
|
|
||||||
newWidth, newHeight :: Double
|
newWidth, newHeight :: Double
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import Control.Lens ()
|
||||||
import Data.List
|
import Data.List
|
||||||
import Linear.V2
|
import Linear.V2
|
||||||
import Reanimate
|
import Reanimate
|
||||||
import Reanimate.Internal.CubicBezier
|
import Geom2D.CubicBezier.Linear
|
||||||
import Reanimate.PolyShape
|
import Reanimate.PolyShape
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ module Main (main) where
|
||||||
|
|
||||||
import Linear.V2
|
import Linear.V2
|
||||||
import Reanimate
|
import Reanimate
|
||||||
import Reanimate.Internal.CubicBezier
|
import Geom2D.CubicBezier.Linear
|
||||||
import Reanimate.PolyShape
|
import Reanimate.PolyShape
|
||||||
|
|
||||||
polygonTest :: Animation
|
polygonTest :: Animation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue