Class type Dom_svg.transform
method _type : transformType Js.readonly_propmethod matrix : matrix Js.t Js.readonly_propmethod angle : float Js.readonly_propmethod setMatrix : matrix Js.t -> unit Js.methmethod setTranslate : float -> float -> unit Js.methmethod setScale : float -> float -> unit Js.methmethod setRotate : float -> float -> float -> unit Js.methmethod setSkewX : float -> unit Js.methmethod setSkewY : float -> unit Js.meth