Module SVG


module SVG: sig .. end
Typesafe constructors and printers for SVG documents.
See also W3C Recommendation

module M: SVG_sigs.T  with module XML := XML
Concrete implementation of SVG typesafe constructors
module P: XML_sigs.TypedSimplePrinter  with type 'a elt := 'a M.elt
				        and type doc := M.doc
Simple printer for SVG documents
module MakePrinter: 
functor (O : XML_sigs.Output) -> XML_sigs.TypedPrinter with type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc
Parametrized stream printer for SVG documents