package ocaml-js-stdlib

  1. Overview
  2. Docs
class svg_element : Ojs.t -> object ... end
class svg_length : Ojs.t -> object ... end
class svg_animated_length : Ojs.t -> object ... end
type svg_path_seg_type =
  1. | Unknown
  2. | Close_path
  3. | Moveto_abs
  4. | Moveto_rel
  5. | Lineto_abs
  6. | Lineto_rel
  7. | Curveto_cubic_abs
  8. | Curveto_cubic_rel
  9. | Curveto_quadratic_abs
  10. | Curveto_quadratic_rel
class svg_path_seg : Ojs.t -> object ... end
class svg_path_seg_list : Ojs.t -> object ... end
class svg_animated_path_data : Ojs.t -> object ... end
class svg_path_element : Ojs.t -> object ... end