package ocaml-vdom

  1. Overview
  2. Docs

Module Svg.PathElementSource

Sourcetype t
Sourceval t_of_js : Ojs.t -> t
Sourceval t_to_js : t -> Ojs.t
Sourceval path_seg_list : t -> PathSegList.t
Sourceval normalized_path_seg_list : t -> PathSegList.t
Sourceval animated_path_seg_list : t -> PathSegList.t
Sourceval animated_normalized_path_seg_list : t -> PathSegList.t
Sourceval create_close_path : t -> unit -> PathSeg.t
Sourceval create_moveto_abs : t -> float -> float -> PathSeg.t
Sourceval create_moveto_rel : t -> float -> float -> PathSeg.t
Sourceval create_lineto_abs : t -> float -> float -> PathSeg.t
Sourceval create_lineto_rel : t -> float -> float -> PathSeg.t