Canvas.Element
type t =
| Image of int * int * I.t
An image at given offset.
val size : t -> int
val translate : int -> int -> t -> t