Class type Dom_svg.locatable

method nearestViewportElement : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.readonly_prop
method farthestViewportElement : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.readonly_prop
method getBBox : rect Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getCTM : matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getScreenCTM : matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method getTransformToElement : element Js_of_ocaml__.Js.t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
  • deprecated

    Removed in SVG 2. Use getScreenCTM and matrix inversion.