Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Content.Svg.R

module R : sig..end

Creation of SVG content from shared reactive signals and data (Shared ). For the operations provided, see Svg_sigs.T .


module Raw : 
  Svg_sigs.Make(Xml_shared).T
with type 'a elt = 'a elt
and type 'a attrib = 'a attrib
include Content.Svg.R.Raw
val pcdata : string Content.Xml.W.t -> [> `Unimplemented ]

pcdata is not implemented reactively for SVG.

val node : 'a Content.Svg.elt Shared.React.S.t -> 'a Content.Svg.elt

node s produces an 'a elt out of the shared reactive signal s.