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.
Changes
0.3.6.1 (13 March 2017)
Allow blaze-markup-0.8.
0.3.6 (25 January 2016)
Change to types of a, aa, and ar, to correct a semantic bug
(see https://github.com/deepakjois/blaze-svg/pull/19). Technically
this should require a major version bump, but since this only changes
the types of new functions just introduced in 0.3.5, which no one is
likely to be depending on yet, I judge it more prudent to avoid the
trouble of forcing lots of upper bound bumps. As always, if this
causes problems for you, just yell, and we can deprecate this
version and do a proper 0.4 release.