Parameters
Signature
Sourcetype t = {width : int;height : int;elements : E.t list;
} Sourceval make : ?width:??? -> ?height:??? -> ?x:??? -> ?y:??? -> I.t -> t Sourceval render : ?fresh:??? -> ?transparent:??? -> t -> I.t Sourceval rendered : ?transparent:??? -> t -> t Sourceval translate : int -> int -> t -> t Sourceval viewport : ?x:??? -> ?y:??? -> int -> int -> t -> t Sourceval bounding_box : t -> (int * int) * (int * int) Sourceval scale : ?scaler:??? -> (int * int) -> (int * int) -> t -> t Sourceval resize : ?proportional:??? -> ?scaler:??? -> int -> int -> t -> t