sig
  type t =
    Cairo.matrix = {
    xx : float;
    yx : float;
    xy : float;
    yy : float;
    x0 : float;
    y0 : float;
  }
end