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

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Threepenny.SVG

Contents

Synopsis

Synopsis

SVG elements and attributes.

It is recommended that you import this module qualified, i.e.

import qualified Graphics.UI.Threepenny.SVG as SVG

Note that some SVG attributes and elements have the same name. In this case, only the most common of either has been imported. If you need the other version, you have to import the individual modules.

refx :: WriteAttr Element String Source #

Deprecated: Use refX and refY instead

refy :: WriteAttr Element String Source #

Deprecated: Use refX and refY instead