Class type Js_of_ocaml__Dom_svg.matrix
method a : float Js_of_ocaml.Js.readonly_propmethod b : float Js_of_ocaml.Js.readonly_propmethod c : float Js_of_ocaml.Js.readonly_propmethod d : float Js_of_ocaml.Js.readonly_propmethod e : float Js_of_ocaml.Js.readonly_propmethod f : float Js_of_ocaml.Js.readonly_propmethod multiply : matrix Js_of_ocaml.Js.t -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod inverse : matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod translate : float -> float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod scale : float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod scaleNonUniform : float -> float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod rotate : float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod rotateFromVector : float -> float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod flipX : matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod flipY : matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod skewX : float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod skewY : float -> matrix Js_of_ocaml.Js.t Js_of_ocaml.Js.meth