Skip to content

Latest commit

 

History

History

ShapesHalogenHooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ShapesHalogenHooks

Demonstrates rendering of SVG shapes.

A Halogen port of the "Shapes" Elm Example.

This recipe uses the library purescript-halogen-svg-elems which, at time of development, is better maintained than purescript-halogen-svg.

Good advice copied from the Elm example: There are a lot of odd things about SVG, so always try to find examples to help you understand the weird stuff. Like these:

If you cannot find relevant examples, make an experiment. If you push through the weirdness, you can do a lot with SVG.