Class type Dom_svg.matrix
method a : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod b : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod c : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod d : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod e : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod f : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.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