Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 811 Bytes

File metadata and controls

14 lines (9 loc) · 811 Bytes

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.