threepenny-gui-0.9.0.0: GUI framework that uses the web browser as a display.

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Threepenny.SVG.Elements

Contents

Synopsis

Synopsis

SVG elements as defined by W3C, Scalable Vector Graphics (SVG) 1.1 (Second Edition) Appendix M http://www.w3.org/TR/2011/REC-SVG11-20110816/.

Whenever possible, the Haskell identifier for an element is the same as the attribute name. However, sometimes changes are necessary:

  1. Hyphens - are replaced by underscores _, e.g. font_face.

SVG Elements