A blazingly fast SVG combinator library for the Haskell
programming language. The Text.Blaze.SVG module is a good
starting point.
Other documentation:
Programs in the examples folder of this project: https://github.com/deepakjois/blaze-svg/tree/master/examples/
Jasper Van Der Jeugt has written a tutorial for blaze-html,
which is a sister library of blaze-svg. It may not be directly relevant,
but still it gives a good overview on how to use the combinators in
Text.Blaze.Svg11 and Text.Blaze.Svg11.Attributes:
http://jaspervdj.be/blaze/tutorial.html.