Class type Dom_html.canvasRenderingContext2D
method canvas : canvasElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod save : unit Js_of_ocaml__.Js.methmethod restore : unit Js_of_ocaml__.Js.methmethod scale : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod rotate : Js_of_ocaml__.Js.number_t -> unit Js_of_ocaml__.Js.methmethod translate : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod globalAlpha : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod globalCompositeOperation : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod strokeStyle : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.writeonly_propmethod strokeStyle_gradient : canvasGradient Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.writeonly_propmethod strokeStyle_pattern : canvasPattern Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.writeonly_propmethod fillStyle : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.writeonly_propmethod fillStyle_gradient : canvasGradient Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.writeonly_propmethod fillStyle_pattern : canvasPattern Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.writeonly_propmethod createLinearGradient : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
canvasGradient Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod createRadialGradient : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
canvasGradient Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod createPattern : imageElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
canvasPattern Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod createPattern_fromCanvas : canvasElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
canvasPattern Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod createPattern_fromVideo : videoElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
canvasPattern Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod lineWidth : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod lineCap : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod lineJoin : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod miterLimit : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod shadowOffsetX : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod shadowOffsetY : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod shadowBlur : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod shadowColor : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod clearRect : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod fillRect : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod strokeRect : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod beginPath : unit Js_of_ocaml__.Js.methmethod closePath : unit Js_of_ocaml__.Js.methmethod moveTo : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod lineTo : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod quadraticCurveTo : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod bezierCurveTo : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod arcTo : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod rect : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod arc : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
bool Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod ellipse : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
bool Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod fill : unit Js_of_ocaml__.Js.methmethod stroke : unit Js_of_ocaml__.Js.methmethod clip : unit Js_of_ocaml__.Js.methmethod isPointInPath : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod drawFocusRing : element Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
bool Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod font : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod textAlign : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod textBaseline : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod fillText : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod fillText_withWidth : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod strokeText : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod strokeText_withWidth : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod measureText : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
textMetrics Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod drawImage : imageElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_withSize : imageElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_full : imageElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_fromCanvas : canvasElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_fromCanvasWithSize : canvasElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_fullFromCanvas : canvasElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_fromVideoWithVideo : videoElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_fromVideoWithSize : videoElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod drawImage_fullFromVideo : videoElement Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.methmethod createImageData : int ->
int ->
imageData Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getImageData : Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
imageData Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod putImageData : imageData Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.number_t ->
Js_of_ocaml__.Js.number_t ->
unit Js_of_ocaml__.Js.meth