Module Eliom_content.Svg


module Svg: module type of Eliom_content_core.Svg  with
    type uri = Eliom_content_core.Svg.uri
  and type 'a attrib = 'a Eliom_content_core.Svg.attrib
  and type (+'a) elt = 'a Eliom_content_core.Svg.elt
Building and pretty-printing valid SVG tree.