man :: Diagram Bwhich produces the following svg stick man:
man =
circle 1.2 # center
===
((rotateBy (-0.1) (vrule 3)) ||| (vrule 3) ||| (rotateBy 0.1 (vrule 3))) # center
===
((rotateBy (-0.1) (vrule 3)) ||| (rotateBy 0.1 (vrule 3))) # center
You need to call it like this:
main = mainWith $ man
No comments:
Post a Comment