Module Goog.Ggraphics
module Ggraphics : sig..end
class type fill = object..end
val fill : fill Js.t Js.constr
Creates a fill object
class type font = object..end
val font : (int -> Js.js_string Js.t -> font Js.t) Js.constr
This class represents a font to be used with a renderer.
class type stroke = object..end
val stroke :
((int, Js.js_string Js.t) Goog.Tools.Union.t Js.opt ->
Js.js_string Js.t -> stroke Js.t)
Js.constr
Creates an immutable stroke object.
