reanimate-0.1.5.0: Animation library based on SVGs.

Safe HaskellNone
LanguageHaskell2010

Reanimate.Svg

Documentation

type CmdM a = State RPoint a Source #

data LineCommand Source #

Constructors

LineMove RPoint 
LineBezier [RPoint]

LineDraw RPoint

LineEnd 
Instances
Show LineCommand Source # 
Instance details

Defined in Reanimate.Svg

withSubglyphs :: [Int] -> (Tree -> Tree) -> Tree -> Tree Source #