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