Idris2Doc : Web.MVC.Canvas.Style

Web.MVC.Canvas.Style

(source)

Definitions

dataStyle : Type
Totality: total
Visibility: public export
Constructors:
Fill : Color->Style
Stroke : Color->Style
LineWidth : Double->Style
SetLineDash : ListDouble->Style
LineDashOffset : Double->Style
Font : String->Style
Direction : CanvasDirection->Style
TextAlign : CanvasTextAlign->Style
TextBaseline : CanvasTextBaseline->Style
apply : CanvasRenderingContext2D->Style->JSIO ()
Totality: total
Visibility: export