Module Content.Svg.To_dom
module To_dom : sig..end
Conversion from Svg elts to Javascript DOM elements (<: Js_of_ocaml.Dom_html.element ). One conversion function per source type (stressed by the of_ prefix).
val of_element :
'a Content.Svg.elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
val of_node : 'a Content.Svg.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
val of_pcdata :
[> `Pcdata ] Content.Svg.elt -> Js_of_ocaml.Dom.text Js_of_ocaml.Js.t