Module Canvas.ElementSource

Sourcetype t =
  1. | Image of int * int * I.t
    (*

    An image at given offset.

    *)
Sourceval size : t -> int
Sourceval translate : int -> int -> t -> t