reanimate-0.1.9.0: Animation library based on SVGs.

Safe HaskellNone
LanguageHaskell2010

Reanimate.Svg.LineCommand

Documentation

type CmdM a = State RPoint a Source #

data LineCommand Source #

Constructors

LineMove RPoint 
LineBezier [RPoint]

LineDraw RPoint

LineEnd RPoint 
Instances
Show LineCommand Source # 
Instance details

Defined in Reanimate.Svg.LineCommand