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

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Threepenny.SVG.Attributes

Contents

Synopsis

Synopsis

SVG attributes 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 attribute is the same as the attribute name. However, sometimes changes are necessary:

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

    1. An underscore is used whenever the attribute name conflicts with a reserved word in Haskell, e.g. class_.

Regular attributes

Presentation attributes