Class type Dom_svg.matrix
method a : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_propmethod b : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_propmethod c : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_propmethod d : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_propmethod e : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_propmethod f : Js_of_ocaml__.Js.number_t 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 : Js_of_ocaml__.Js.number_t ->
  Js_of_ocaml__.Js.number_t ->
  matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod scale : Js_of_ocaml__.Js.number_t ->
  matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod rotate : Js_of_ocaml__.Js.number_t ->
  matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod rotateFromVector : Js_of_ocaml__.Js.number_t ->
  Js_of_ocaml__.Js.number_t ->
  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 : Js_of_ocaml__.Js.number_t ->
  matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod skewY : Js_of_ocaml__.Js.number_t ->
  matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth