Idris2Doc : Web.MVC.Canvas.Shape

Web.MVC.Canvas.Shape

(source)

Definitions

dataPathType : Type
Totality: total
Visibility: public export
Constructors:
Fill : PathType
Stroke : PathType
dataSegment : Type
Totality: total
Visibility: public export
Constructors:
Move : Double->Double->Segment
Line : Double->Double->Segment
Arc : Double->Double->Double->Angle->Angle->Bool->Segment
ArcTo : Double->Double->Double->Double->Double->Segment
dataRectType : Type
Totality: total
Visibility: public export
Constructors:
Fill : RectType
Stroke : RectType
Clear : RectType
dataShape : Type
Totality: total
Visibility: public export
Constructors:
Rect : Double->Double->Double->Double->RectType->Shape
Path : ListSegment->PathType->Shape
Shapes : ListShape->Shape
Text : String->Double->Double->OptionalDouble->Shape
Text' : String->Double->Double->Shape

Hints:
MonoidShape
SemigroupShape
circle : Double->Double->Double->PathType->Shape
Totality: total
Visibility: export
polyLine : List (Double, Double) ->Shape
Totality: total
Visibility: export
applyAll : CanvasRenderingContext2D->ListShape->JSIO ()
Totality: total
Visibility: export
apply : CanvasRenderingContext2D->Shape->JSIO ()
Totality: total
Visibility: export